Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 587 Bytes

InvoiceClientType.md

File metadata and controls

26 lines (12 loc) · 587 Bytes

InvoiceClientType

Representing the client type or source of an invoice.

Enum

* `Dashboard` (value: `'DASHBOARD'`)

* `ApiGateway` (value: `'API_GATEWAY'`)

* `Integration` (value: `'INTEGRATION'`)

* `OnDemand` (value: `'ON_DEMAND'`)

* `Recurring` (value: `'RECURRING'`)

* `Mobile` (value: `'MOBILE'`)

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