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.StringgetBankTransferId()Bank transfer id.PaymentBarcodegetBarcode()Barcode data.StringgetDigitableLine()Barcode digitable line.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).StringgetPayableDeferralPeriod()Payable deferral period.StringgetPaymentMethodReferenceId()For credit card payments is the USN.BigDecimalgetTotalPaidAmount()Total amount paid by the buyer (includes fees).StringgetTransactionId()BACEN identifier for Pix.StringgetVerificationCode()Verification code.
-
-
-
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.
-
getTransactionId
public String getTransactionId()
BACEN identifier for Pix.
-
getDigitableLine
public String getDigitableLine()
Barcode digitable line.
-
getVerificationCode
public String getVerificationCode()
Verification code.
-
getPayableDeferralPeriod
public String getPayableDeferralPeriod()
Payable deferral period.
-
getBankTransferId
public String getBankTransferId()
Bank transfer id.
-
getBarcode
public PaymentBarcode getBarcode()
Barcode data.
-
-