Skip to main content

TaxType

The type of a tax.

enum TaxType {
AD_HOC_AMOUNT_ADD_ON_TO_FULL_AMOUNT
AD_HOC_AMOUNT_INCLUDED_IN_FULL_AMOUNT
FIXED_AMOUNT_ADD_ON_TO_FULL_AMOUNT
FIXED_AMOUNT_INCLUDED_IN_FULL_AMOUNT
FIXED_AMOUNT_OF_BALANCE_LESS_COMPONENT_AMOUNT_AND_ADD_ON_TO_FULL_AMOUNT
FIXED_AMOUNT_OF_BALANCE_LESS_COMPONENT_AMOUNT_INCLUDED_IN_FULL_AMOUNT
FIXED_AMOUNT_OF_COMPONENT_AMOUNT_AND_ADD_ON_TO_FULL_AMOUNT
FIXED_AMOUNT_OF_COMPONENT_AMOUNT_INCLUDED_IN_FULL_AMOUNT
FIXED_AMOUNT_PER_BOOKING
FIXED_AMOUNT_PER_NIGHT
FIXED_AMOUNT_PER_PERSON
FIXED_AMOUNT_PER_PERSON_PER_NIGHT
MANUAL_FIXED_AMOUNT_ADD_ON_TO_FULL_AMOUNT
MANUAL_FIXED_AMOUNT_INCLUDED_IN_FULL_AMOUNT
PERCENTAGE_ADD_ON_TO_FULL_AMOUNT
PERCENTAGE_ADD_ON_TO_NIGHTLY_ROOM_COST
PERCENTAGE_INCLUDED_IN_FULL_AMOUNT
PERCENTAGE_INCLUDED_IN_NIGHTLY_ROOM_COST
PERCENTAGE_OF_BALANCE_LESS_COMPONENT_AMOUNT_AND_ADD_ON_TO_FULL_AMOUNT
PERCENTAGE_OF_BALANCE_LESS_COMPONENT_AMOUNT_INCLUDED_IN_FULL_AMOUNT
PERCENTAGE_OF_COMPONENT_AMOUNT_AND_ADD_ON_TO_FULL_AMOUNT
PERCENTAGE_OF_COMPONENT_AMOUNT_INCLUDED_IN_FULL_AMOUNT
}

Values

TaxType.AD_HOC_AMOUNT_ADD_ON_TO_FULL_AMOUNT

The tax is an ad hoc amount and added to the full amount.

TaxType.AD_HOC_AMOUNT_INCLUDED_IN_FULL_AMOUNT

The tax is an ad hoc amount and included in the full amount.

TaxType.FIXED_AMOUNT_ADD_ON_TO_FULL_AMOUNT

The tax is a fixed amount and added to the full amount.

TaxType.FIXED_AMOUNT_INCLUDED_IN_FULL_AMOUNT

The tax is a fixed amount and included in the full amount.

TaxType.FIXED_AMOUNT_OF_BALANCE_LESS_COMPONENT_AMOUNT_AND_ADD_ON_TO_FULL_AMOUNT

The tax is a fixed amount of balance less component amount and added to the full amount.

TaxType.FIXED_AMOUNT_OF_BALANCE_LESS_COMPONENT_AMOUNT_INCLUDED_IN_FULL_AMOUNT

The tax is a fixed amount of balance less component amount and included in the full amount.

TaxType.FIXED_AMOUNT_OF_COMPONENT_AMOUNT_AND_ADD_ON_TO_FULL_AMOUNT

The tax is a fixed component amount and added to the the full amount.

TaxType.FIXED_AMOUNT_OF_COMPONENT_AMOUNT_INCLUDED_IN_FULL_AMOUNT

The tax is a fixed component amount and included in the full amount.

TaxType.FIXED_AMOUNT_PER_BOOKING

The tax is a fixed amount per booking (used in accommodation bookings).

TaxType.FIXED_AMOUNT_PER_NIGHT

The tax is a fixed amount per night (used in accommodation bookings).

TaxType.FIXED_AMOUNT_PER_PERSON

The tax is a fixed amount per person (used in accommodation bookings).

TaxType.FIXED_AMOUNT_PER_PERSON_PER_NIGHT

The tax is a fixed amount per person per night (used in accommodation bookings).

TaxType.MANUAL_FIXED_AMOUNT_ADD_ON_TO_FULL_AMOUNT

The tax is a fixed amount manually set and added to the full amount.

TaxType.MANUAL_FIXED_AMOUNT_INCLUDED_IN_FULL_AMOUNT

The tax is a fixed amount manually set and included in the full amount.

TaxType.PERCENTAGE_ADD_ON_TO_FULL_AMOUNT

The tax is percentage based and added to the full amount.

TaxType.PERCENTAGE_ADD_ON_TO_NIGHTLY_ROOM_COST

The tax is a percentage based on nightly room cost and added to the nightly room cost (used in accommodation bookings).

TaxType.PERCENTAGE_INCLUDED_IN_FULL_AMOUNT

The tax is percentage based and included in the full amount.

TaxType.PERCENTAGE_INCLUDED_IN_NIGHTLY_ROOM_COST

The tax is a percentage based on nightly room cost and included in nightly room cost (used in accommodation bookings).

TaxType.PERCENTAGE_OF_BALANCE_LESS_COMPONENT_AMOUNT_AND_ADD_ON_TO_FULL_AMOUNT

The tax is a percentage of balance less component amount and added to the full amount.

TaxType.PERCENTAGE_OF_BALANCE_LESS_COMPONENT_AMOUNT_INCLUDED_IN_FULL_AMOUNT

The tax is a percentage of balance less component amount and included in the full amount.

TaxType.PERCENTAGE_OF_COMPONENT_AMOUNT_AND_ADD_ON_TO_FULL_AMOUNT

The tax is percentage based on component amount and added to the the full amount.

TaxType.PERCENTAGE_OF_COMPONENT_AMOUNT_INCLUDED_IN_FULL_AMOUNT

The tax is percentage based on component amount and included in the full amount.

Member Of

Tax object