Name | Type | Description | Notes |
---|---|---|---|
recordType | RecordTypeEnum | Identifies the type of the resource. | [optional] |
balance | BigDecimal | The account's current balance. | [optional] |
creditLimit | BigDecimal | The account's credit limit. | [optional] |
availableCredit | BigDecimal | Available amount to spend (balance + credit limit) | [optional] |
currency | String | The ISO 4217 currency identifier. | [optional] |
Name | Value |
---|---|
BALANCE | "balance" |