UNPKG

@buckaroo/buckaroo_sdk

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