Package com.mercadopago.client.payment
Class PaymentFeeRequest.PaymentFeeRequestBuilder
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentFeeRequest.PaymentFeeRequestBuilder
-
- Enclosing class:
- PaymentFeeRequest
public static class PaymentFeeRequest.PaymentFeeRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentFeeRequestbuild()StringtoString()PaymentFeeRequest.PaymentFeeRequestBuildertype(String type)Fee type.PaymentFeeRequest.PaymentFeeRequestBuildervalue(BigDecimal value)Fee value.
-
-
-
Method Detail
-
type
public PaymentFeeRequest.PaymentFeeRequestBuilder type(String type)
Fee type.- Returns:
this.
-
value
public PaymentFeeRequest.PaymentFeeRequestBuilder value(BigDecimal value)
Fee value.- Returns:
this.
-
build
public PaymentFeeRequest build()
-
-