|
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.PaymentsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public class InvoiceCannotBePaidFault
No code example is currently available or this language may not be supported.
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