Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 469 Bytes

DirectDebitType.md

File metadata and controls

21 lines (9 loc) · 469 Bytes

DirectDebitType

xendit.payment_method.model.DirectDebitType

Enum

* `DEBIT_CARD` (value: `"DEBIT_CARD"`)

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

* `BANK_REDIRECT` (value: `"BANK_REDIRECT"`)

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