Click or drag to resize
Infosoft Logo

PaymentProviderFaultPaymentProcess Property

Gets or sets the payment process associated with the payment for which there was an error.

Namespace: Infosoft.Common.Contracts.FaultContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public PaymentProcess PaymentProcess { get; set; }

Property Value

PaymentProcess
Remarks

This may not always be set. In some cases the fault is of a nature where the API is not able to retrieve the correct payment, and therefore this property may sometimes be null.

When this isn't null, it should always represent the payment process object that represents the ongoing traansaction, with its current status, and including all known external IDs.

See Also