Skip to main content

AppliedTax

A tax applied to an item.

type AppliedTax {
componentAmount: Float
overrideDefaultTax: Boolean!
tax: Tax!
taxAmount: Float!
}

Fields

AppliedTax.componentAmount ● Float scalar

The component amount for the applied tax when the tax type is PERCENTAGE_OF_COMPONENT_AMOUNT_AND_ADD_ON_TO_FULL_AMOUNT, PERCENTAGE_OF_COMPONENT_AMOUNT_INCLUDED_IN_FULL_AMOUNT, FIXED_AMOUNT_OF_COMPONENT_AMOUNT_AND_ADD_ON_TO_FULL_AMOUNT or FIXED_AMOUNT_OF_COMPONENT_AMOUNT_INCLUDED_IN_FULL_AMOUNT in the currency of the item. Optional.

AppliedTax.overrideDefaultTax ● Boolean! non-null scalar

A flag indicating whether the applied tax is an override of the default taxes.

AppliedTax.tax ● Tax! non-null object

The tax definition for the applied tax.

AppliedTax.taxAmount ● Float! non-null scalar

The tax amount that is the calculated amount for the applied tax.

Member Of

ExhibitionBooking object ● HotelBooking object ● Sponsorship object