Money
A monetary value in a given currency.
type Money {
currency: Currency!
value: Float!
}
Fields
Money.currency ● Currency! non-null object
The currency for the amount.
Money.value ● Float! non-null scalar
The monetary value, including any decimal values.
Member Of
ExhibitionStandPrice object ● Inclusion object ● RoomType object ● RoomTypeInventoryRateByDate object ● RoomTypeInventoryRates object ● SetAmountOffFeeDiscount object ● SponsorshipPackage object ● SponsorshipPackageItem object