UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

7 lines 257 B
/** * Payment Type * * Payment type used for the transaction. */ export type PaymentType = "CASH" | "POS" | "ECOM" | "RECURRING" | "BITCOIN" | "BALANCE" | "MOTO" | "BOLETO" | "DIRECT_DEBIT" | "APM" | "UNKNOWN"; //# sourceMappingURL=payment-type.d.ts.map