Class PaymentTransactionDetails
- java.lang.Object
-
- com.mercadopago.resources.payment.PaymentTransactionDetails
-
public class PaymentTransactionDetails extends Object
PaymentTransactionDetails class.
-
-
Constructor Summary
Constructors Constructor Description PaymentTransactionDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAcquirerReference()
Acquirer Reference.String
getExternalResourceUrl()
Identifies the resource in the payment processor.String
getFinancialInstitution()
External financial institution identifier.BigDecimal
getInstallmentAmount()
Total installments amount.BigDecimal
getNetReceivedAmount()
Amount received by the seller.BigDecimal
getOverpaidAmount()
Amount overpaid (only for tickets).String
getPaymentMethodReferenceId()
For credit card payments is the USN.BigDecimal
getTotalPaidAmount()
Total amount paid by the buyer (includes fees).
-
-
-
Method Detail
-
getFinancialInstitution
public String getFinancialInstitution()
External financial institution identifier.
-
getNetReceivedAmount
public BigDecimal getNetReceivedAmount()
Amount received by the seller.
-
getTotalPaidAmount
public BigDecimal getTotalPaidAmount()
Total amount paid by the buyer (includes fees).
-
getInstallmentAmount
public BigDecimal getInstallmentAmount()
Total installments amount.
-
getOverpaidAmount
public BigDecimal getOverpaidAmount()
Amount overpaid (only for tickets).
-
getExternalResourceUrl
public String getExternalResourceUrl()
Identifies the resource in the payment processor.
-
getPaymentMethodReferenceId
public String getPaymentMethodReferenceId()
For credit card payments is the USN. For offline payment methods, is the reference to give to the cashier or to input into the ATM.
-
getAcquirerReference
public String getAcquirerReference()
Acquirer Reference.
-
-