PaymentExternalTransactionCreateFeeInput
No description
input PaymentExternalTransactionCreateFeeInput {
amount: Float!
currency: String!
description: String
exchangeRate: Float
}
Fields
PaymentExternalTransactionCreateFeeInput.amount ● Float! non-null scalar
The fee amount.
PaymentExternalTransactionCreateFeeInput.currency ● String! non-null scalar
The fee currency, as an ISO 4217 code.
PaymentExternalTransactionCreateFeeInput.description ● String scalar
An optional provider detail describing the fee.
PaymentExternalTransactionCreateFeeInput.exchangeRate ● Float scalar
An optional provider-supplied exchange rate for the fee.