Name | Type | Description | Notes |
---|---|---|---|
id | String | Identifier of credits | |
customerId | String | ||
status | StatusEnum | ||
creditUnit | String | [optional] | |
holdAmount | BigDecimal | [optional] | |
consumedAmount | BigDecimal | [optional] | |
createdAt | OffsetDateTime | ||
updatedAt | OffsetDateTime | [optional] |
Name | Value |
---|---|
ACTIVE | "ACTIVE" |
CONSUMED | "CONSUMED" |
EXPIRED | "EXPIRED" |
VOIDED | "VOIDED" |
- Serializable