Package com.mercadopago.client.payment
Class PaymentRefundCreateRequest.PaymentRefundCreateRequestBuilder
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentRefundCreateRequest.PaymentRefundCreateRequestBuilder
-
- Enclosing class:
- PaymentRefundCreateRequest
public static class PaymentRefundCreateRequest.PaymentRefundCreateRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentRefundCreateRequest.PaymentRefundCreateRequestBuilder
amount(BigDecimal amount)
Amount to be refunded.PaymentRefundCreateRequest
build()
String
toString()
-
-
-
Method Detail
-
amount
public PaymentRefundCreateRequest.PaymentRefundCreateRequestBuilder amount(BigDecimal amount)
Amount to be refunded.- Returns:
this
.
-
build
public PaymentRefundCreateRequest build()
-
-