GraphQL INPUT_OBJECT
CreateTaxExemptionContactInput
link Definition
- input CreateTaxExemptionContactInput {
- # 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.
- : TaxExemptionDocumentStateEnum!
- # Zip code.
- : String!
- # City.
- : String!
- # Email.
- : String!
- # Phone.
- : String
- # Company.
- : String!
- }