Here is the PaymentMethodTypes enum
export enum PaymentMethodTypes { CreditCard = 'credit_card', Cash = 'cash', POS = 'pos', DebitCard = 'debit_card', BNPL = 'bnpl', Voucher = 'voucher', PSE = 'pse'}
Generated using TypeDoc
Here is the PaymentMethodTypes enum