Skip to main content

PaymentExternalTransactionUpdateFeeInput

No description

input PaymentExternalTransactionUpdateFeeInput {
amount: Float!
currency: String!
description: String
exchangeRate: Float
id: ID
}

Fields

PaymentExternalTransactionUpdateFeeInput.amount ● Float! non-null scalar

The fee amount.

PaymentExternalTransactionUpdateFeeInput.currency ● String! non-null scalar

The fee currency, as an ISO 4217 code.

PaymentExternalTransactionUpdateFeeInput.description ● String scalar

An optional provider detail describing the fee.

PaymentExternalTransactionUpdateFeeInput.exchangeRate ● Float scalar

An optional provider-supplied exchange rate for the fee.

PaymentExternalTransactionUpdateFeeInput.id ● ID scalar

The id of the fee to update. A fee without id creates a new fee.

Member Of

PaymentExternalTransactionUpdateInput input