Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 560 Bytes

IdentityAccountType.md

File metadata and controls

24 lines (11 loc) · 560 Bytes

IdentityAccountType

## Enum

* `BANK_ACCOUNT` (value: `"BANK_ACCOUNT"`)

* `EWALLET` (value: `"EWALLET"`)

* `CREDIT_CARD` (value: `"CREDIT_CARD"`)

* `PAY_LATER` (value: `"PAY_LATER"`)

* `OTC` (value: `"OTC"`)

* `QR_CODE` (value: `"QR_CODE"`)

* `XENDIT_ENUM_DEFAULT_FALLBACK` (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]