OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / PaymentBase.PaymentType Enumeration



In This Topic
    PaymentBase.PaymentType Enumeration
    In This Topic
    Values used to identify how a payment was applied to an invoice.
    Syntax
    'Declaration
     
    
    Public Enum PaymentBase.PaymentType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PaymentBase.PaymentType
    public enum PaymentBase.PaymentType : System.Enum 
    public enum class PaymentBase.PaymentType : public System.Enum 
    Members
    MemberDescription
    CreditIndicates a payment's amount is credited and does not belong to an invoice.
    ExcessiveIndicates a payment's amount exceeded the remaining invoice balance.
    FullIndicates a payment's amount fully covered the remaining invoice balance.
    NoneIndicates a standard payment.
    PartialIndicates a payment's amount did not fully cover the remaining invoice balance.
    SplitIndicates a payment originated from mutiple 'split' payments.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             OnTime.Extensions.SDK.PaymentBase.PaymentType

    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