Click or drag to resize

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
public enum PaymentStatus
Members
  Member nameValueDescription
UnmatchedNoInvoice0 Unmathced, no invoice
UnmatchedInvoicePaid1 Invoice paid
UnmatchedInvoiceCredited2 Invoice credited
LargeOverpayment3 Large overpayment
LargeUnderpayment4 Large underpayment
AdjustmentPayment-1 Adjustment payment
Ok5 Payment Ok
Underpaid6 Underpaid
Overpaid7 Overpaid
Deleted8 Deleted credited invoice
MoreThanOneMatch9 More than one match
Error-2 The error
CurrencyMismatch-3 The currency mismatch
See Also