OBJECT
Consignee
Represents a consignee entity.
link GraphQL Schema definition
- type Consignee implements Object {
- # The Consignee's Importers.
- Importer!] : [
- # The consignee's INLT ID
- ID! :
- # The client's unique identifier for the consignee
- ID :
- # The consignee's Importer Number.
- String! :
- # The consignee's address.
- Address :
- # The consignee's name.
- String! :
- # The consignee's phone number.
- Phone :
- # The consignee's DUNS number.
- DUNS :
- # The consignee's email.
- Email :
- # The consignee is an individual.
- Boolean :
- DateTime! :
- DateTime! :
- }