Class PaymentRules
- java.lang.Object
-
- com.mercadopago.resources.payment.PaymentRules
-
public class PaymentRules extends Object
PaymentRules class.
-
-
Constructor Summary
Constructors Constructor Description PaymentRules()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PaymentDiscount>getDiscounts()Discounts.PaymentFeegetFine()Fine.PaymentFeegetInterest()Interest.
-
-
-
Method Detail
-
getDiscounts
public List<PaymentDiscount> getDiscounts()
Discounts.
-
getFine
public PaymentFee getFine()
Fine.
-
getInterest
public PaymentFee getInterest()
Interest.
-
-