UpdateTravelPaymentDetailsInput
Represents payment details, used when updating a travel booking that has payments.
input UpdateTravelPaymentDetailsInput {
adjustmentAmount: Float
currencyId: ID
travelTaxAmount: Float
}
Fields
UpdateTravelPaymentDetailsInput.adjustmentAmount ● Float scalar
An amount to adjust the charge amount by. Optional.
When set to null the value will default to 0.
UpdateTravelPaymentDetailsInput.currencyId ● ID scalar
The identifier of the currency the payment will be in. Defaults to the event's default currency if not specified. Optional.
UpdateTravelPaymentDetailsInput.travelTaxAmount ● Float scalar
A travel tax amount to add to the charge amount. Optional.
When set to null the value will default to 0.
Member Of
UpdateGroupTravelBookingInput input ● UpdateTravelBookingInput input