Skip to main content

SupplierContactDetails

The details for a contact at the supplier.

type SupplierContactDetails {
directLine: String
email: EmailAddress
fax: String
firstName: String
lastName: String
mobile: String
phone: String
title: String
website: String
}

Fields

SupplierContactDetails.directLine ● String scalar

A UTF-8 string that represents the contact's direct line phone number. Optional.

SupplierContactDetails.email ● EmailAddress scalar

The email address of the contact. Optional.

SupplierContactDetails.fax ● String scalar

A UTF-8 string that represents the contact's fax number. Optional.

SupplierContactDetails.firstName ● String scalar

A UTF-8 string that represents the first name of the contact. Optional.

SupplierContactDetails.lastName ● String scalar

A UTF-8 string that represents the last name of the contact. Optional.

SupplierContactDetails.mobile ● String scalar

A UTF-8 string that represents the contact's mobile number. Optional.

SupplierContactDetails.phone ● String scalar

A UTF-8 string that represents the contact's phone number. Optional.

SupplierContactDetails.title ● String scalar

A UTF-8 string that represents the title of the contact's name such as Dr/Mrs/Mr. Optional.

SupplierContactDetails.website ● String scalar

A UTF-8 string that represents the website of the contact. Optional.

Member Of

Supplier object