Package com.mercadopago.client.payment
Class PaymentTaxRequest
- java.lang.Object
-
- com.mercadopago.client.payment.PaymentTaxRequest
-
public class PaymentTaxRequest extends Object
Tax from payment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentTaxRequest.PaymentTaxRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentTaxRequest.PaymentTaxRequestBuilderbuilder()BooleangetPercentage()Tax percentage.StringgetType()Tax type.BigDecimalgetValue()Tax value.
-
-
-
Method Detail
-
builder
public static PaymentTaxRequest.PaymentTaxRequestBuilder builder()
-
getType
public String getType()
Tax type.
-
getValue
public BigDecimal getValue()
Tax value.
-
getPercentage
public Boolean getPercentage()
Tax percentage.
-
-