Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 517 Bytes

InvoiceCurrency.md

File metadata and controls

26 lines (12 loc) · 517 Bytes

InvoiceCurrency

xendit.invoice.model.InvoiceCurrency

Representing the currency used for an invoice.

Enum

* `IDR` (value: `"IDR"`)

* `USD` (value: `"USD"`)

* `THB` (value: `"THB"`)

* `VND` (value: `"VND"`)

* `PHP` (value: `"PHP"`)

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