Class CapturePaymentRequest
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment
Assembly: connect-sdk-dotnet.dll
Syntax
public class CapturePaymentRequest
Properties
Amount
Here you can specify the amount that you want to capture (specified in cents, where single digit currencies are presumed to have 2 digits).
The amount can be lower than the amount that was authorized, but not higher.
If left empty, the full amount will be captured and the request will be final.
If the full amount is captured, the request will also be final.
Declaration
public long? Amount { get; set; }
Property Value
Type | Description |
---|---|
long? |
IsFinal
This property indicates whether this will be the final capture of this transaction. The default value for this property is false.
Declaration
public bool? IsFinal { get; set; }
Property Value
Type | Description |
---|---|
bool? |