Class PaymentFeeDetail
- java.lang.Object
-
- com.mercadopago.resources.payment.PaymentFeeDetail
-
public class PaymentFeeDetail extends Object
PaymentFeeDetail class.
-
-
Constructor Summary
Constructors Constructor Description PaymentFeeDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getAmount()
Fee amount.String
getFeePayer()
Who absorbs the cost.String
getType()
Fee type.
-
-
-
Method Detail
-
getType
public String getType()
Fee type.
-
getFeePayer
public String getFeePayer()
Who absorbs the cost.
-
getAmount
public BigDecimal getAmount()
Fee amount.
-
-