java.lang.Object | ||
↳ | PayPalRetailObject | |
↳ | com.paypal.paypalretailsdk.TransactionRecord |
Information about a completed transaction
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getAuthCode()
The PayPal authCode @readonly
| ||||||||||
Card |
getCard()
card that was presented by the consumer for this transaction @readonly
| ||||||||||
String |
getCorrelationId()
The correlationId used for obtaining additional support
from PayPal for this transaction attempt @readonly
| ||||||||||
String |
getInvoiceId()
The PayPal invoice id @readonly
| ||||||||||
Payer |
getPayer()
Information about the payer, if available @readonly
| ||||||||||
InvoicePaymentMethod |
getPaymentMethod()
The payment method used for this payment
| ||||||||||
ReceiptDestination |
getReceiptDestination()
Indicates whether an email or a text
receipt was sent or not.
| ||||||||||
String |
getResponseCode()
The acquirer response code @readonly
| ||||||||||
String |
getTransactionHandle()
An identifier available throughout the EMV transaction flow
(allocated before the transaction is complete, unlike transactionNumber) @readonly
| ||||||||||
String |
getTransactionNumber()
The PayPal transaction reference number @readonly
| ||||||||||
void |
setPaymentMethod(InvoicePaymentMethod value)
The payment method used for this payment
| ||||||||||
String |
toString()
Returns a string representing the serialized state of the TransactionRecord object
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The PayPal authCode @readonly
The correlationId used for obtaining additional support from PayPal for this transaction attempt @readonly
The PayPal invoice id @readonly
Indicates whether an email or a text receipt was sent or not. @readonly
The acquirer response code @readonly
An identifier available throughout the EMV transaction flow (allocated before the transaction is complete, unlike transactionNumber) @readonly
The PayPal transaction reference number @readonly
Returns a string representing the serialized state of the TransactionRecord object