Skip to main content

TravelFeeInput

Defines the input for a travel fee in the event currency.

input TravelFeeInput {
amount: Float!
cancelationAmount: Float!
travelTaxAmount: Float!
}

Fields

TravelFeeInput.amount ● Float! non-null scalar

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

TravelFeeInput.cancelationAmount ● Float! non-null scalar

The monetary value for a cancelation, including any decimal values.

TravelFeeInput.travelTaxAmount ● Float! non-null scalar

The monetary value for the travel tax, including any decimal values.

Member Of

CreateSectorInput input