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 StringgetAcquirerReference()Acquirer Reference.StringgetExternalResourceUrl()Identifies the resource in the payment processor.StringgetFinancialInstitution()External financial institution identifier.BigDecimalgetInstallmentAmount()Total installments amount.BigDecimalgetNetReceivedAmount()Amount received by the seller.BigDecimalgetOverpaidAmount()Amount overpaid (only for tickets).StringgetPaymentMethodReferenceId()For credit card payments is the USN.BigDecimalgetTotalPaidAmount()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.
-
-