Skip to content

Latest commit

 

History

History
26 lines (11 loc) · 522 Bytes

IdentityAccountType.md

File metadata and controls

26 lines (11 loc) · 522 Bytes

IdentityAccountType

Enum

* `BankAccount` (value: `'BANK_ACCOUNT'`)

* `Ewallet` (value: `'EWALLET'`)

* `CreditCard` (value: `'CREDIT_CARD'`)

* `PayLater` (value: `'PAY_LATER'`)

* `Otc` (value: `'OTC'`)

* `QrCode` (value: `'QR_CODE'`)

* `XenditEnumDefaultFallback` (value: `UNKNOWN_ENUM_VALUE`)

If you encounter UNKNOWN_ENUM_VALUE, it means that this ENUM is unavailable in your current SDK version. Please upgrade to get the newest ENUM.

[Back to README]