PaymentTransactionFee
No description
type PaymentTransactionFee {
amount: Float
currency: String
description: String
exchangeRate: Float
id: ID
}
Fields
PaymentTransactionFee.amount ● Float scalar
The fee amount.
PaymentTransactionFee.currency ● String scalar
The fee currency, as an ISO 4217 code.
PaymentTransactionFee.description ● String scalar
An optional provider detail describing the fee.
PaymentTransactionFee.exchangeRate ● Float scalar
An optional provider-supplied exchange rate for the fee.
PaymentTransactionFee.id ● ID scalar
The unique identifier of the record.
Member Of
AdyenTransaction object ● HeylightTransaction object ● NexiTransaction object ● PaymentBasicTransaction object ● PaymentExternalTransaction object ● PaypalTransaction object ● ScalaPayTransaction object ● ShopifyTransaction object ● StripeTransaction object ● Transaction interface