PaymentScheduleItemType
Defines the type of a payment schedule item.
enum PaymentScheduleItemType {
AMOUNT
BALANCE_DUE
INCREMENTAL_PERCENTAGE
NUMBER_OF_NIGHTS
}
Values
PaymentScheduleItemType.AMOUNT
An amount schedule item type.
PaymentScheduleItemType.BALANCE_DUE
A balance due schedule item type.
PaymentScheduleItemType.INCREMENTAL_PERCENTAGE
An incremental percentage of the total amount schedule item type.
PaymentScheduleItemType.NUMBER_OF_NIGHTS
A number of nights schedule item type. Used by hotel bookings only.
Member Of
PaymentScheduleItem object