TravelFee
A travel fee, which has an amount, a travel tax amount and a cancelation amount in a given currency.
type TravelFee {
amount: Float!
cancelationAmount: Float!
currency: Currency!
travelTaxAmount: Float!
}
Fields
TravelFee.amount ● Float! non-null scalar
The monetary value, including any decimal values.
TravelFee.cancelationAmount ● Float! non-null scalar
The monetary value for a cancelation, including any decimal values.
TravelFee.currency ● Currency! non-null object
The currency the amounts are in.
TravelFee.travelTaxAmount ● Float! non-null scalar
The monetary value of the travel tax, including any decimal values.
Member Of
Sector object