Class PaymentCaptureRequest
Request to capture a payment.
Inherited Members
Namespace: MercadoPago.Client.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentCaptureRequest
Properties
| Edit this page View SourceCapture
Capture (true
).
Declaration
public bool Capture { get; }
Property Value
Type | Description |
---|---|
bool |
TransactionAmount
The amount to capture.
Declaration
public decimal? TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |