AlternateCurrencyExhibitionStandPriceInput
Defines the input for a fee for additional currencies.
input AlternateCurrencyExhibitionStandPriceInput {
currencyId: ID!
disableCurrency: Boolean
spaceAmount: Float!
standardAmount: Float!
}
Fields
AlternateCurrencyExhibitionStandPriceInput.currencyId
● ID!
non-null scalar
The unique identifier of the currency the amounts are in.
AlternateCurrencyExhibitionStandPriceInput.disableCurrency
● Boolean
scalar
Enable an additional currency for use in multi-currency. Optional.
Default value is false.
AlternateCurrencyExhibitionStandPriceInput.spaceAmount
● Float!
non-null scalar
The monetary value for the space amount, including any decimal values.
AlternateCurrencyExhibitionStandPriceInput.standardAmount
● Float!
non-null scalar
The monetary value for the standard amount, including any decimal values.
Member Of
CreateExhibitionStandInput
input ● UpdateExhibitionStandInput
input