Name | Type | Description | Notes |
---|---|---|---|
accountId | String | ||
purpose | String | ||
effectiveFrom | LocalDate | ||
effectiveUntil | LocalDate | [optional] | |
creditAmount | BigDecimal | ||
priority | Integer | ||
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