Class PaymentTransactionData
- java.lang.Object
-
- com.mercadopago.resources.payment.PaymentTransactionData
-
public class PaymentTransactionData extends Object
PaymentTransactionData class.
-
-
Constructor Summary
Constructors Constructor Description PaymentTransactionData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentBankInfo
getBankInfo()
Bank info.Long
getBankTransferId()
Bank transfer ID.Long
getFinancialInstitution()
Financial institution.String
getQrCode()
QR code.String
getQrCodeBase64()
QR code image in Base 64.String
getTicketUrl()
Ticket Url.String
getTransactionId()
Transaction ID.
-
-
-
Method Detail
-
getQrCode
public String getQrCode()
QR code.
-
getQrCodeBase64
public String getQrCodeBase64()
QR code image in Base 64.
-
getTransactionId
public String getTransactionId()
Transaction ID.
-
getBankTransferId
public Long getBankTransferId()
Bank transfer ID.
-
getFinancialInstitution
public Long getFinancialInstitution()
Financial institution.
-
getBankInfo
public PaymentBankInfo getBankInfo()
Bank info.
-
getTicketUrl
public String getTicketUrl()
Ticket Url.
-
-