|
CaptureResult Enumeration |
Defines data for the CaptureResult property on InvoicePaymentResult.
Namespace: Infosoft.Common.Contracts.DataContracts.Economy.InvoicesAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public enum CaptureResult
No code example is currently available or this language may not be supported.
Members Member name | Value | Description |
---|
Success | 0 |
Indicates that the payment was successfully captured and saved.
|
ProviderCaptureFailure | 1 |
Indicates that the capture failed at the payment provider.
|
SaveFailure | 2 |
Indicates that the money was successfully captured at the payment provider, but some or all of the data couldn't be saved.
|
CaptureAlreadyDone | 3 |
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