RepricedTicketInput
No description
input RepricedTicketInput {
purgedBooking: Boolean!
additional: AmountInput!
baseFare: AmountInput!
totalTax: AmountInput!
bags: [BagAllowanceForCouponInput!]!
booking: PassengerRecordLocatorInput
}
Fields
RepricedTicketInput.purgedBooking
● Boolean!
non-null scalar
RepricedTicketInput.additional
● AmountInput!
non-null input
RepricedTicketInput.baseFare
● AmountInput!
non-null input
RepricedTicketInput.totalTax
● AmountInput!
non-null input
RepricedTicketInput.bags
● [BagAllowanceForCouponInput!]!
non-null input
RepricedTicketInput.booking
● PassengerRecordLocatorInput
input
Member Of
SelectedOfferInput
input