Skip to main content

AlternateCurrencyAmountInput

Defines the input for an amount in an alternate currency for an additional charge.

input AlternateCurrencyAmountInput {
amount: Float!
currencyId: ID!
disableCurrency: Boolean
}

Fields

AlternateCurrencyAmountInput.amount ● Float! non-null scalar

The monetary value for the amount, including any decimal values.

AlternateCurrencyAmountInput.currencyId ● ID! non-null scalar

The unique identifier of the currency the amount is in.

AlternateCurrencyAmountInput.disableCurrency ● Boolean scalar

A flag indicating whether the currency is disabled. Optional.

The default value is false.

Member Of

CreateAdditionalChargeInput input ● UpdateAdditionalChargeInput input