Package com.mercadopago.client.payment
Class PaymentCaptureRequest.PaymentCaptureRequestBuilder
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentCaptureRequest.PaymentCaptureRequestBuilder
-
- Enclosing class:
- PaymentCaptureRequest
public static class PaymentCaptureRequest.PaymentCaptureRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentCaptureRequest
build()
String
toString()
PaymentCaptureRequest.PaymentCaptureRequestBuilder
transactionAmount(BigDecimal transactionAmount)
The amount to capture.
-
-
-
Method Detail
-
transactionAmount
public PaymentCaptureRequest.PaymentCaptureRequestBuilder transactionAmount(BigDecimal transactionAmount)
The amount to capture.- Returns:
this
.
-
build
public PaymentCaptureRequest build()
-
-