CreateOverridePaymentScheduleItemInput
Defines the input for creating an override payment schedule item.
input CreateOverridePaymentScheduleItemInput {
invoiceDate: LocalDate
invoiceTermDays: NonNegativeInt
type: PaymentScheduleItemType!
value: Float!
}
Fields
CreateOverridePaymentScheduleItemInput.invoiceDate ● LocalDate scalar
The date the payment schedule item is due. Optional.
If not specified the due date is date of booking + invoice terms days.
CreateOverridePaymentScheduleItemInput.invoiceTermDays ● NonNegativeInt scalar
The number of days for the invoice term. Optional.
The default value is 0.
CreateOverridePaymentScheduleItemInput.type ● PaymentScheduleItemType! non-null enum
The type of the payment schedule item.
CreateOverridePaymentScheduleItemInput.value ● Float! non-null scalar
The value for the payment schedule item.
- When
typeisAMOUNT, the value is the amount due for the payment schedule item in the currency of the item. - When
typeisINCREMENTAL_PERCENTAGE, the value is a percentage expressed as a decimal. - When
typeisBALANCE_DUE, the value passed will be ignored and will be set to 0. - When
typeisNUMBER_OF_NIGHTS, the value is the number of nights. Applies to hotel bookings only.
Member Of
CreateCeContactStoreCourseRegistrationInput input ● CreateCeContactStoreFunctionRegistrationInput input ● CreateCeContactStoreFunctionRegistrationWithBasicGuestsInput input ● CreateCeContactStoreFunctionRegistrationWithContactGuestsInput input ● CreateCeContactStoreGroupFunctionRegistrationInput input ● CreateEventCourseRegistrationInput input ● CreateFunctionRegistrationInput input ● CreateFunctionRegistrationWithBasicGuestsInput input ● CreateFunctionRegistrationWithContactGuestsInput input ● CreateGroupFunctionRegistrationInput input ● CreateGroupHotelBookingInput input ● CreateGroupRegistrationInput input ● CreateHotelBookingInput input ● CreateMembershipContactStoreCourseRegistrationInput input ● CreateMembershipContactStoreFunctionRegistrationInput input ● CreateMembershipContactStoreFunctionRegistrationWithBasicGuestsInput input ● CreateMembershipContactStoreFunctionRegistrationWithContactGuestsInput input ● CreateMembershipContactStoreGroupFunctionRegistrationInput input ● CreateRegistrationInput input ● UpdateGroupHotelBookingInput input ● UpdateHotelBookingInput input