PaymentInfo Type
Information about a single payment attempt made to the receiver of a payment request.
Remarks
A payment request may contain multiple recipients. This type contains information about a single payment made in that request.
Fields
PendingRefund boolean |
Indicates whether the payment has a pending refund. | ||||||||||||||||||
RecipientAmount String |
Payment made to the receiver. | ||||||||||||||||||
RecipientEmail String |
Email address of the receiver of the payment. | ||||||||||||||||||
RecipientInvoiceId String |
The invoice number for the payment. The data in this field shows on the Transaction Details report. | ||||||||||||||||||
RecipientPaymentType int |
The transaction subtype for the payment. Possible values are:
| ||||||||||||||||||
RecipientPhoneCountryCode String |
The telephone country code of the RecipientPhoneNumber. | ||||||||||||||||||
RecipientPhoneExtension String |
An extension for the RecipientPhoneNumber. | ||||||||||||||||||
RecipientPhoneNumber String |
The receiver's mobile phone number. | ||||||||||||||||||
RecipientPrimary boolean |
Indicates whether the recipient is the primary receiver. If this field is True this is a chained payment. If the field is False, this is a simple or parallel payment. | ||||||||||||||||||
RefundedAmount String |
The total amount refunded for this payment since the payment occurred. | ||||||||||||||||||
SenderTransactionId String |
The transaction identification number of the sender of the payment. This may be used in the TransactionId property of the AdaptivePaymentDetails or AdaptiveRefund bean | ||||||||||||||||||
SenderTransactionStatus String |
The transaction status of the payment. At the time of this writing, the possible values include:
| ||||||||||||||||||
TransactionId String |
PayPal transaction ID for this payment to the specified receiver. This may be used in the TransactionId property of the AdaptivePaymentDetails or AdaptiveRefund bean | ||||||||||||||||||
TransactionStatus String |
The PayPal transaction status. At the time of this writing, the possible values include:
|
Constructors
public PaymentInfo();