Represents a comprehensive Customer record within the OnTime API.
|  | Customer 
 Represents a comprehensive Customer record within the OnTime API. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 
| Name | Description | Data Type | 
|---|---|---|
| PriceSets | The collection of unique Guid identifiers referencing all PriceSet records assigned to this Customer. | Array[] | 
| DefaultPriceSet | The unique Guid identifier referencing the default PriceSet record assigned to this Customer. | string | 
| Departments | The collection of comprehensive Department records belonging to this Customer. | Array[Department] | 
| Contacts | The collection of comprehensive Contact records belonging to this Customer. | Array[Contact] | 
| ID | The unique identifier for this Customer record. | string | 
| Name | The name of this Customer. | string | 
| PrimaryContactName | The primary contact name of this Customer. | string | 
| AddressLine1 | The street address of this Customer. | string | 
| AddressLine2 | Additional secondary information related to this Customer's steet address. | string | 
| City | The city or locality this Customer resides within. | string | 
| State | The state, province, or other civil entity this Customer resides within. | string | 
| PostalCode | The assigned postal code this Customer resides within. | string | 
| Country | The country or other national political entity this Customer resides within. | string | 
| Phone | The phone number assigned to this Customer. | string | 
| Fax | The fax number assigned to this Customer. | string | 
| The email address assigned to this Customer. | string | |
| Website | The website URL associated with this Customer. | string | 
| AccountNumber | The account number assigned to this Customer. | string | 
| DestinationCategories | The user-defined category assigned to this Customer. | string | 
| BillingAdjustmentPercentage | The billing adjustment percentage assigned to this Customer. | number | 
| SendInvoiceByEmail | The eligibility of an {OnTime.Extensions.SDK.Invoice} being delivered to this Customer via email. | boolean | 
| SendInvoiceByPostal | The eligibility of an {OnTime.Extensions.SDK.Invoice} being delivered to this Customer via post (i.e. postal services, physical mail, snail mail, etc.). | boolean | 
| SendInvoiceByFax | The eligibility of an {OnTime.Extensions.SDK.Invoice} being delivered to this Customer via fax. | boolean | 
| HasWebPortalAccess | Determines if this Customer is authorized to log-in to the Customer Web Portal. | boolean | 
| BillingEmail | The billing-specific email address assigned to this Customer. | string | 
| TimeZone | The time zone this Customer resides within. | string | 
| ReferenceNumber | The reference number assigned to this Customer. | string | 
| PurchaseOrderNumber | The purchase order number assigned to this Customer. | string | 
| Comments | Any additional comments associated with this Customer. | string | 
| OrderEntryRequiredFields | Defines the required fields this Customer must provide when submitting a new {OnTime.Extensions.SDK.Order} through the Customer Web Portal. | string | 
| Inactive | The active status of this Customer. | boolean | 
| PricingMethod | The pricing method assigned to this Customer. Available Values: [None, ZoneToZone, Distance, FlatRate] | string |