Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 695 Bytes

UserBalance.md

File metadata and controls

25 lines (13 loc) · 695 Bytes

UserBalance

Properties

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]

Enum: RecordTypeEnum

Name Value
BALANCE "balance"