/** * Solidex.Order, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null * 1.0 * undefined */ import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as __model from '../model'; import * as i0 from "@angular/core"; export interface CratePaymentDataParams { shortcut: string; /** * The requested API version * default: 1.0 */ apiVersion?: string; model: __model.PaymentDataViewModelRequest; } export declare class DataService { private http; constructor(http: HttpClient); /** * The method provider possibility to create a payment data by shortcut * http://undefined/swagger/swagger-ui.html#!/Data/CratePaymentData */ CratePaymentData(params: CratePaymentDataParams): Observable<__model.PaymentDataViewModelResponseResponseViewModel>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }