|
OrderReferenceSetupFault Class |
A fault indicating that there's some problem with the generation of Infosoft order reference numbers.
Inheritance Hierarchy SystemObject Infosoft.Common.Contracts.FaultContracts.Economy.PaymentsOrderReferenceSetupFault Namespace: Infosoft.Common.Contracts.FaultContracts.Economy.PaymentsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public class OrderReferenceSetupFault
No code example is currently available or this language may not be supported.
Remarks
There are three possible causes of this:
1. The sequence number object used to generate the order reference ("OrdR") was missing entirely.
2. The sequence number has overflowed ("NextValue" is equal to or greater than "EndNumber").
3. The generated order reference was already in use.
See Also