Order item type
CancellationFee NightRebate ProductOrderRebate AdditionalExpenseRebate Deposit ExchangeRateDifference CustomItem ServiceCharge CityTax CityTaxDiscount SpaceOrder ProductOrder Surcharge TaxCorrection ResourceUpgradeFee InvoiceFee MulticurrencyFee AllowanceDiscount AllowanceBreakage AllowanceContraBreakage
HospitalityHotelsPMSProperty Management
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/OrderItemTypeEnum",
"title": "Order item type",
"enum": [
"CancellationFee",
"NightRebate",
"ProductOrderRebate",
"AdditionalExpenseRebate",
"Deposit",
"ExchangeRateDifference",
"CustomItem",
"ServiceCharge",
"CityTax",
"CityTaxDiscount",
"SpaceOrder",
"ProductOrder",
"Surcharge",
"TaxCorrection",
"ResourceUpgradeFee",
"InvoiceFee",
"MulticurrencyFee",
"AllowanceDiscount",
"AllowanceBreakage",
"AllowanceContraBreakage"
],
"type": "string",
"description": "\n\nCancellationFee\n\nNightRebate\n\nProductOrderRebate\n\nAdditionalExpenseRebate\n\nDeposit\n\nExchangeRateDifference\n\nCustomItem\n\nServiceCharge\n\nCityTax\n\nCityTaxDiscount\n\nSpaceOrder\n\nProductOrder\n\nSurcharge\n\nTaxCorrection\n\nResourceUpgradeFee\n\nInvoiceFee\n\nMulticurrencyFee\n\nAllowanceDiscount\n\nAllowanceBreakage\n\nAllowanceContraBreakage",
"x-enumNames": [
"CancellationFee",
"NightRebate",
"ProductOrderRebate",
"AdditionalExpenseRebate",
"Deposit",
"ExchangeRateDifference",
"CustomItem",
"ServiceCharge",
"CityTax",
"CityTaxDiscount",
"SpaceOrder",
"ProductOrder",
"Surcharge",
"TaxCorrection",
"ResourceUpgradeFee",
"InvoiceFee",
"MulticurrencyFee",
"AllowanceDiscount",
"AllowanceBreakage",
"AllowanceContraBreakage"
],
"x-enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
]
}