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