ExhibitionStandPrice
Represents the price for a stand for an exhibition.
type ExhibitionStandPrice {
spaceOnlyAmounts: [Money!]!
standardAmounts: [Money!]!
}
Fields
ExhibitionStandPrice.spaceOnlyAmounts
● [Money!]!
non-null object
The monetary value, including any decimal values for booking only the floor space of the exhibition stand.
ExhibitionStandPrice.standardAmounts
● [Money!]!
non-null object
The monetary value, including any decimal values for booking an exhibition stand including any standard features included in addition to the floor space.
Member Of
ExhibitionStand
object ● ExhibitionStandType
object