Skip to main content

TaxItemInput

Defines the input for a tax item.

input TaxItemInput {
alternateCurrencyComponentAmounts: [MoneyInput!]
componentAmount: Float
taxId: ID!
}

Fields

TaxItemInput.alternateCurrencyComponentAmounts ● [MoneyInput!] list input

The component amount that that the tax applies to 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 alternate currencies. Optional.

TaxItemInput.componentAmount ● Float scalar

The component amount that that the tax applies to 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 default currency. Optional.

TaxItemInput.taxId ● ID! non-null scalar

The unique identifier of the tax item.

Member Of

CreateCeContactStoreFunctionFeeTypeInput input ● CreateEventFunctionFeeTypeInput input ● CreateMembershipContactStoreFunctionFeeTypeInput input ● CreateRegistrationTypeInput input ● CreateRoomTypeInput input ● CreateSponsorshipPackageInput input ● UpdateCeContactStoreFunctionFeeTypeInput input ● UpdateEventFunctionFeeTypeInput input ● UpdateMembershipContactStoreFunctionFeeTypeInput input ● UpdateRegistrationTypeInput input ● UpdateRoomTypeInput input ● UpdateSponsorshipPackageInput input