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