'DeclarationPublic Enum PaymentBase.PaymentType Inherits System.Enum
'UsageDim instance As PaymentBase.PaymentType
public enum PaymentBase.PaymentType : System.Enum
public enum class PaymentBase.PaymentType : public System.Enum
'DeclarationPublic Enum PaymentBase.PaymentType Inherits System.Enum
'UsageDim instance As PaymentBase.PaymentType
public enum PaymentBase.PaymentType : System.Enum
public enum class PaymentBase.PaymentType : public System.Enum
| Member | Description |
|---|---|
| Credit | Indicates a payment's amount is credited and does not belong to an invoice. |
| Excessive | Indicates a payment's amount exceeded the remaining invoice balance. |
| Full | Indicates a payment's amount fully covered the remaining invoice balance. |
| None | Indicates a standard payment. |
| Partial | Indicates a payment's amount did not fully cover the remaining invoice balance. |
| Split | Indicates a payment originated from mutiple 'split' payments. |
System.Object
System.ValueType
System.Enum
OnTime.Extensions.SDK.PaymentBase.PaymentType
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