Skip to main content

Amount

Amount with its currency

type Amount {
currency: Currency!
value: AmountValue!
}

Fields

Amount.currency ● Currency! non-null scalar

currency

Amount.value ● AmountValue! non-null scalar

value of the amount

Member Of

AccountBalances object ● BasicPhysicalCardInfo object ● CapitalDepositCase object ● CardTransaction object ● CheckTransaction object ● ExternalAccountBalance object ● FeeTransaction object ● FundingLimit object ● FundingLimitAmount object ● InstantFundingLimit object ● InternalCreditTransfer object ● InternalDirectDebitTransaction object ● InternationalCreditTransferCurrencyExchange object ● InternationalCreditTransferQuote object ● InternationalCreditTransferTransaction object ● Invoice object ● MerchantPaymentLink object ● MerchantProfile object ● PhysicalCard object ● RequestMerchantProfileUpdate object ● SEPACreditTransferTransaction object ● SEPADirectDebitTransaction object ● Shareholder object ● Spending object ● SpendingLimit object ● StandingOrder object ● Statement object ● Transaction interface