GraphQL OBJECT
CustomerSearchResultItem
Customer that matches the search parameters.
link Definition
- type CustomerSearchResultItem {
- # Unique ID of the customer.
- Int! :
- # Type of the customer
- CustomerType :
- # Client the customer belongs to.
- Client :
- # Your unique ID for the customer.
- String :
- # Name of the company (if applicable).
- String :
- # Customer's email address.
- String :
- # Customer's fist name.
- String :
- # Customer's last name.
- String :
- # Username of the customer
- String :
- }