Class CapturesResponse
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Capture
Assembly: connect-sdk-dotnet.dll
Syntax
public class CapturesResponse
Properties
Captures
The list of all captures performed on the requested payment.
Declaration
public IList<Capture> Captures { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Capture> |