Class PaymentTax
- java.lang.Object
-
- com.mercadopago.resources.payment.PaymentTax
-
public class PaymentTax extends Object
PaymentTax class.
-
-
Constructor Summary
Constructors Constructor Description PaymentTax()
-
-
-
Method Detail
-
getType
public String getType()
Tax type.
-
getValue
public BigDecimal getValue()
Tax value.
-
-