UpdateTravelPaymentDetailsInput
Represents payment details, used when updating a travel booking that has payments.
input UpdateTravelPaymentDetailsInput {
adjustmentAmount: Float
currencyId: ID
splitChargeAmount: Float
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.splitChargeAmount ● Float scalar
The amount that the other contact is paying when the paymentStatus is SPLIT_CHARGE. Optional.
Value is required if paymentStatus is set to SPLIT_CHARGE. Must be greater than 0.
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