Variable GetPaymentMethodsPaymentMethodTypesEnumConst
GetPaymentMethodsPaymentMethodTypesEnum: {
BankAccount: "BANK_ACCOUNT";
Card: "CARD";
SellerWallet: "SELLER_WALLET";
} = ...
Type declaration
Readonly
BankAccount: "BANK_ACCOUNT"
Readonly
Card: "CARD"
Readonly
SellerWallet: "SELLER_WALLET"
Export