Click or drag to resize
Infosoft Logo

InvoiceCannotBePaidFault Class

A fault indicating that an attempt was made to pay an invoice that cannot be paid because it's in the wrong state.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContracts.Subscriptions.Economy.PaymentsInvoiceCannotBePaidFault

Namespace: Infosoft.Common.Contracts.FaultContracts.Subscriptions.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class InvoiceCannotBePaidFault
Remarks
The invoice needs to be in the "invoiced" state. The most likely causes of this fault are that the invoice is either already paid, or that it's been eliminated.
See Also