Skip to main content

AccountBalances

No description

type AccountBalances {
accountId: ID
currency: String!
clearedAmount: Int!
outstandingAmount: Int!
totalAmount: Int!
createdAt: String!
updatedAt: String
}

Fields

AccountBalances.accountId ● ID scalar

The unique identifier for the account

AccountBalances.currency ● String! non-null scalar

The currency of the account

AccountBalances.clearedAmount ● Int! non-null scalar

The cleared amount of the account

AccountBalances.outstandingAmount ● Int! non-null scalar

The outstanding amount of the account

AccountBalances.totalAmount ● Int! non-null scalar

The total amount of the account

AccountBalances.createdAt ● String! non-null scalar

The date and time the account was created

AccountBalances.updatedAt ● String scalar

The date and time the account was last updated

Member Of

AccountBalancesConnection object