Skip to main content

TaxItem

Represents the tax configured on an item.

type TaxItem {
componentAmount: Float
currency: Currency
tax: Tax!
}

Fields

TaxItem.componentAmount ● Float scalar

The component amount for the tax item 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. Optional.

TaxItem.currency ● Currency object

The currency that the component amount is in for the tax item 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. Optional.

TaxItem.tax ● Tax! non-null object

The tax definition for the tax item.

Member Of

FunctionFeeType object ● RegistrationType object ● RoomType object ● SponsorshipPackage object