|
PaymentProviderFaultPaymentProcess Property |
Gets or sets the payment process associated with the payment for which there was an error.
Namespace: Infosoft.Common.Contracts.FaultContracts.Economy.PaymentsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Property Value
PaymentProcessRemarks
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