Click or drag to resize
Infosoft Logo

ProviderReferenceFault Class

A fault indicating that some reference key (order/transaction) was wrong in the provider's database. Usually this should mean that the transaction was not found in the provider's database, but it could also mean that there was duplication problem.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContracts.Economy.PaymentsPaymentProviderFault
    Infosoft.Common.Contracts.FaultContracts.Economy.PaymentsProviderReferenceFault

Namespace: Infosoft.Common.Contracts.FaultContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class ProviderReferenceFault : PaymentProviderFault

The ProviderReferenceFault type exposes the following members.

Properties
 NameDescription
Public propertyErrorParameters Gets or sets a list of parameters that may contain extra information about the error.
(Inherited from PaymentProviderFault)
Public propertyPaymentProcess Gets or sets the payment process associated with the payment for which there was an error.
(Inherited from PaymentProviderFault)
Public propertyProviderReference Gets or sets the provider reference that caused the fault.
Top
Remarks
Since the Infosoft API never sets the provider references manually, this should hopefully happen very rarely.
See Also