Package com.mercadopago.client.payment
Class PaymentFeeRequest
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentFeeRequest
-
public class PaymentFeeRequest extends Object
PaymentFeeRequest class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentFeeRequest.PaymentFeeRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentFeeRequest.PaymentFeeRequestBuilderbuilder()StringgetType()Fee type.BigDecimalgetValue()Fee value.
-
-
-
Method Detail
-
builder
public static PaymentFeeRequest.PaymentFeeRequestBuilder builder()
-
getType
public String getType()
Fee type.
-
getValue
public BigDecimal getValue()
Fee value.
-
-