CostprofilesCustomer
No description
type CostprofilesCustomer {
_id: ObjectId!
shipperConnection: ShipperConnection
name: String!
firstname: String!
lastname: String!
telephone: String!
email: String
skype: String
address: ProfileAddress
additionalDetails: [AdditionalField!]
linkedInvoiceIntegrationContactId: String
}
Fields
CostprofilesCustomer._id ● ObjectId! non-null scalar
CostprofilesCustomer.shipperConnection ● ShipperConnection object
CostprofilesCustomer.name ● String! non-null scalar
Represents the customer company name