UNPKG

@buckaroo/buckaroo_sdk

Version:
9 lines (8 loc) 501 B
import { PayablePaymentMethod } from '../../Services'; import { IPay } from './Models/Pay'; import { ServiceCode } from '../../Utils'; export default class In3Old extends PayablePaymentMethod { defaultServiceCode(): ServiceCode; pay(payload: IPay): import("../..").Request<typeof import("../..").TransactionResponse, import("../..").TransactionData>; payInInstallments(payload: IPay): import("../..").Request<typeof import("../..").TransactionResponse, import("../..").TransactionData>; }