GraphQL INPUT_OBJECT

CreateTaxExemptionContactInput

link Definition

  • input CreateTaxExemptionContactInput {
  • # First name.
  • firstName: String!
  • # Last name.
  • lastName: String!
  • # Street.
  • street1: String!
  • # Street part 2.
  • street2: 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.
  • stateId: TaxExemptionDocumentStateEnum!
  • # Zip code.
  • zipCode: String!
  • # City.
  • city: String!
  • # Email.
  • email: String!
  • # Phone.
  • phone: String
  • # Company.
  • company: String!
  • }