Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 622 Bytes

File metadata and controls

28 lines (13 loc) · 622 Bytes

PaylaterType

xendit.invoice.model.PaylaterType

Representing the available paylater channels used for invoice-related transactions.

Enum

* `KREDIVO` (value: `"KREDIVO"`)

* `AKULAKU` (value: `"AKULAKU"`)

* `UANGME` (value: `"UANGME"`)

* `BILLEASE` (value: `"BILLEASE"`)

* `CASHALO` (value: `"CASHALO"`)

* `ATOME` (value: `"ATOME"`)

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