OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Schema.CustomerColumn Enumeration



In This Topic
    Schema.CustomerColumn Enumeration
    In This Topic
    An enumeration of Customer column identifiers.
    Syntax
    'Declaration
     
    
    <DataContractAttribute(Name="CustomerColumn", Namespace="https://secure.ontime360.com/soapapi/")>
    Public Enum Schema.CustomerColumn 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Schema.CustomerColumn
    [DataContract(Name="CustomerColumn", Namespace="https://secure.ontime360.com/soapapi/")]
    public enum Schema.CustomerColumn : System.Enum 
    [DataContract(Name="CustomerColumn", Namespace="https://secure.ontime360.com/soapapi/")]
    public enum class Schema.CustomerColumn : public System.Enum 
    Members
    MemberDescription
    AccountNumberReferences the database column mapped to Customer.AccountNumber.
    AddressLine1References the database column mapped to Customer.AddressLine1.
    AddressLine2References the database column mapped to Customer.AddressLine2.
    BillingAdjustmentPercentageReferences the database column mapped to Customer.BillingAdjustmentPercentage.
    BillingEmailReferences the database column mapped to Customer.BillingEmail.
    CityReferences the database column mapped to Customer.City.
    CommentsReferences the database column mapped to Customer.Comments.
    CountryReferences the database column mapped to Customer.Country.
    DefaultPriceSetReferences the database column mapped to Customer.DefaultPriceSet.
    DestinationCategoriesReferences the database column mapped to Customer.DestinationCategories.
    EmailReferences the database column mapped to Customer.Email.
    FaxReferences the database column mapped to Customer.Fax.
    HasWebPortalAccessReferences the database column mapped to Customer.HasWebPortalAccess.
    IDReferences the database column mapped to Customer.ID.
    InactiveReferences the database column mapped to Customer.Inactive.
    NameReferences the database column mapped to Customer.Name.
    OrderEntryRequiredFieldsReferences the database column mapped to Customer.OrderEntryRequiredFields.
    PhoneReferences the database column mapped to Customer.Phone.
    PostalCodeReferences the database column mapped to Customer.PostalCode.
    PrimaryContactNameReferences the database column mapped to Customer.PrimaryContactName.
    PurchaseOrderNumberReferences the database column mapped to Customer.PurchaseOrderNumber.
    ReferenceNumberReferences the database column mapped to Customer.ReferenceNumber.
    SendInvoiceByEmailReferences the database column mapped to Customer.SendInvoiceByEmail.
    SendInvoiceByFaxReferences the database column mapped to Customer.SendInvoiceByFax.
    SendInvoiceByPostalReferences the database column mapped to Customer.SendInvoiceByPostal.
    StateReferences the database column mapped to Customer.State.
    TimeZoneReferences the database column mapped to Customer.TimeZone.
    WebsiteReferences the database column mapped to Customer.Website.
    Remarks
    Used to reference database columns in Filter objects, CustomerQuery methods, and various SOAP operations.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             OnTime.Extensions.SDK.Schema.CustomerColumn

    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also