Click or drag to resize

CustomerCompanyInfo Structure

A structure that contains all the customer data profile.
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsCustomerCompanyInfo

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct CustomerCompanyInfo

The CustomerCompanyInfo type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAddress The address assigned to a company
Public propertyCode exampleCity The city assigned to a company
Public propertyCode exampleCompanyName The name assigned to a company/client
Public propertyCode examplePhone The phone number assigned to a company/client
Public propertyCode examplePostalCode The postal code (PIN Code) assigned to a company/client
Public propertyCode exampleState The state assigned to a company/client
Top
Remarks
A structure that contains all the data of the customer data profile.

Note  Note
Setup:
Configuration > Configuration > General Configuration Tab
Example
See Also