Variable PaymentMethodTypeConst
PaymentMethodType: {
BankAccount: "BANK_ACCOUNT";
Card: "CARD";
SellerWallet: "SELLER_WALLET";
} = ...
Type Declaration
ReadonlyBankAccount: "BANK_ACCOUNT"
ReadonlyCard: "CARD"
ReadonlySellerWallet: "SELLER_WALLET"
The type of payment method.