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



In This Topic
    Schema.PaymentColumn Enumeration
    In This Topic
    An enumeration of Payment column identifiers.
    Syntax
    'Declaration
     
    
    <DataContractAttribute(Name="PaymentColumn", Namespace="https://secure.ontime360.com/soapapi/")>
    Public Enum Schema.PaymentColumn 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Schema.PaymentColumn
    [DataContract(Name="PaymentColumn", Namespace="https://secure.ontime360.com/soapapi/")]
    public enum Schema.PaymentColumn : System.Enum 
    [DataContract(Name="PaymentColumn", Namespace="https://secure.ontime360.com/soapapi/")]
    public enum class Schema.PaymentColumn : public System.Enum 
    Members
    MemberDescription
    AmountReferences the database column mapped to Payment.Amount.
    CustomerReferences the database column mapped to Payment.Customer.
    DateReferences the database column mapped to Payment.Date.
    IDReferences the database column mapped to Payment.ID.
    InvoiceReferences the database column mapped to Payment.Invoice.
    MemoReferences the database column mapped to Payment.Memo.
    ReferenceNumberReferences the database column mapped to Payment.Memo.
    TransferredExternallyReferences the database column mapped to Payment.TransferredExternally.
    Remarks
    Used to reference database columns in Filter objects, Query<T> methods, and various SOAP operations.
    Inheritance Hierarchy

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

    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