Skip to main content

ExternalAccountBalanceInput

No description

input ExternalAccountBalanceInput {
amount: AmountInput!
type: ExternalAccountBalanceType!
lastChangedAt: DateTime!
}

Fields

ExternalAccountBalanceInput.amount ● AmountInput! non-null input

Amount with currency

ExternalAccountBalanceInput.type ● ExternalAccountBalanceType! non-null enum

Type of Balance

ExternalAccountBalanceInput.lastChangedAt ● DateTime! non-null scalar

Last changed Date

Member Of

AddExternalAccountInput input