GraphQL INPUT_OBJECT
TaxTypeInput
Defines value pairs of tax types and the corresponding tax IDs.
link Definition
- input TaxTypeInput {
- # The actual tax ID.
- String! :
- # Type of the tax ID.
- TaxTypeEnum! :
- }
link Required by
- ContactInputInput for update of contact profiles for the related customer.
- CreateContactInputInput for contact profile that you want to create.
- CreateUserAccountContactInputInput for contact profile that you want to create.
- mutationnull
- UpdateContactInputInput for contact information update.
- UpdateUserAccountContactInputInput for contact profile that you want to update.