UNPKG

@buckaroo/buckaroo_sdk

Version:
10 lines (9 loc) 283 B
import { IPaymentRequest, ServiceParameter } from '../../../Models'; export interface IPay extends IPaymentRequest { bic?: string; costumerIBAN?: string; } export declare class Pay extends ServiceParameter { set bic(value: string); set costumerIBAN(value: string); }