Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 775 Bytes

UserBalance.md

File metadata and controls

26 lines (14 loc) · 775 Bytes

UserBalance

Properties

Name Type Description Notes
pending BigDecimal The account’s pending amount. [optional]
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"