Click or drag to resize
Infosoft Logo

CaptureResult Enumeration

Defines data for the CaptureResult property on InvoicePaymentResult.

Namespace: Infosoft.Common.Contracts.DataContracts.Economy.Invoices
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public enum CaptureResult
Members
Member nameValueDescription
Success0 Indicates that the payment was successfully captured and saved.
ProviderCaptureFailure1 Indicates that the capture failed at the payment provider.
SaveFailure2 Indicates that the money was successfully captured at the payment provider, but some or all of the data couldn't be saved.
CaptureAlreadyDone3 Indicates that a different process has already successfully performed the capture in the period between the invoice being read and the capture being attempted.
See Also