| PaymentStatus Enumeration | 
 
            Payment status enumeration.
            
 
    Namespace: 
   Atomia.Billing.Core.Sdk.BusinessObjects
    Assembly:
   Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
 Syntax
Syntaxpublic enum PaymentStatus
Public Enumeration PaymentStatus
public enum class PaymentStatus
 Members
Members|  | Member name | Value | Description | 
|---|
|  | UnmatchedNoInvoice | 0 | Unmathced, no invoice | 
|  | UnmatchedInvoicePaid | 1 | Invoice paid | 
|  | UnmatchedInvoiceCredited | 2 | Invoice credited | 
|  | LargeOverpayment | 3 | Large overpayment | 
|  | LargeUnderpayment | 4 | Large underpayment | 
|  | AdjustmentPayment | -1 | Adjustment payment | 
|  | Ok | 5 | Payment Ok | 
|  | Underpaid | 6 | Underpaid | 
|  | Overpaid | 7 | Overpaid | 
|  | Deleted | 8 | Deleted credited invoice | 
|  | MoreThanOneMatch | 9 | More than one match | 
|  | Error | -2 | The error | 
|  | CurrencyMismatch | -3 | The currency mismatch | 
 See Also
See Also