Skip to content

Latest commit

 

History

History
24 lines (10 loc) · 472 Bytes

EndCustomerStatus.md

File metadata and controls

24 lines (10 loc) · 472 Bytes

EndCustomerStatus

Enum

* `Active` (value: `'ACTIVE'`)

* `Inactive` (value: `'INACTIVE'`)

* `Pending` (value: `'PENDING'`)

* `Blocked` (value: `'BLOCKED'`)

* `Deleted` (value: `'DELETED'`)

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