Class PaymentDiscount
- java.lang.Object
-
- com.mercadopago.resources.payment.PaymentDiscount
-
public class PaymentDiscount extends Object
PaymentDiscount class.
-
-
Constructor Summary
Constructors Constructor Description PaymentDiscount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDategetLimitDate()Discount Limit Date.StringgetType()Discount type.BigDecimalgetValue()Discount value.
-
-
-
Method Detail
-
getType
public String getType()
Discount type.
-
getValue
public BigDecimal getValue()
Discount value.
-
getLimitDate
public LocalDate getLimitDate()
Discount Limit Date.
-
-