GraphQL OBJECT
Contact
Contact information used for communication about payments, delivery, and generation of licensing information. Possible types are: billing, delivery, and licensee contact.
link Definition
- type Contact {
- # Unique ID of a contact.
- : Int
- # Contact's email address.
- : String
- # Contact's website.
- : String
- # Contact's language.
- : Language
- # Contact's salutation.
- : Salutation
- # Contact's title.
- : String
- # Contact's first name.
- : String
- # Contact's first name in Katakana.
- : String
- # Contact's romanized first name.
- : String
- # Contact's last name.
- : String
- # Contact's last name in Katakana.
- : String
- # Contact's romanized last name.
- : String
- # Contact's street address.
- : String
- # Contact's additional street information.
- : String
- # Contact's city.
- : String
- # Contact's postal code.
- : String
- # Contact's phone number.
- : String
- # Contact's alternative phone number.
- : String
- # Contact's fax number.
- : String
- # Name of the company (if applicable).
- : String
- # Name of the company in Katakana (if applicable).
- : String
- # Romanized name of the company (if applicable).
- : String
- # Taxation number of the contact's company.
- : String @deprecated( reason: "Please use taxTypes instead." )
- # Contact's state. State submissions are possible for Australia, Brazil, Canada,
- # India, Ireland, Japan, the UAE, and the USA.
- : State
- # Contact's country.
- : Country
- # Contains the contacts current valid tax types- and IDs.
- : [ContactTaxType]
- # Contact's tax exemption document ID.
- : String
- }
link Required by
- ClientContactnull
- CustomerCustomer profile and transaction data.
- NotificationTransportTypeConfigurationTransport configuration of the client notification.
- PurchaseTransaction data related to the purchase.
- querynull
- UpdateContactPayloadPayload for contact information update.
- UserAccountAccount information for a specific user account.