Click or drag to resize
Infosoft Logo

CapturePaymentRequest Class

Provides data for the request to the CapturePayment operation on IPaymentService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.Economy.PaymentsCapturePaymentRequest

Namespace: Infosoft.Common.Contracts.MessageContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class CapturePaymentRequest

The CapturePaymentRequest type exposes the following members.

Properties
 NameDescription
Public propertyAmount Gets or sets the amount to capture. This must not exceed the remaining amount on the transaction.
Public propertyOrderReference Gets or sets the Infosoft order reference that identifies the transaction.
Top
See Also