Class CapturesResponse
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.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> |