GraphQL INPUT_OBJECT
UpdateTaxExemptionContactInput
link Definition
- input UpdateTaxExemptionContactInput {
- # First name.
- String :
- # Last name.
- String :
- # Street.
- String :
- # Street part 2.
- String :
- # Five- or six-character ID of the customer's country and state based on ISO
- # 3166-2. It is required for Australia, Brazil, Canada, India, Ireland, Japan, the
- # UAE, and the USA.
- StateEnum :
- # Zip code.
- String :
- # City.
- String :
- # Email.
- String :
- # Phone.
- String :
- # Company.
- String :
- }