RefundInfo Type
Represents the refund attempt made to a receiver of an Adaptive Payment.
Remarks
This type contains information about a single refund that was processed using the AdaptiveRefund component.
Fields
Error String |
Information about why a refund failed. | ||||||||||||||||||||||||
FeeAmountRefunded String |
The amount of fees that have been refunded. | ||||||||||||||||||||||||
FullRefund boolean |
Indicates whether you have refunded the total amount of the payment. If this field is True, it means the entire amount of the payment has been refunded. | ||||||||||||||||||||||||
GrossAmountRefunded String |
Gross amount of the refund, including the total amount from this recipient plus fees. | ||||||||||||||||||||||||
NetAmountRefunded String |
The total amount of the refund from this receiver. | ||||||||||||||||||||||||
PrimaryRecipient boolean |
Whether this recipient is the primary receiver. If true, that means this refund is for a chained payment. If this field is set to false, this is a refund for a simple or parallel payment. | ||||||||||||||||||||||||
RecipientEmail String |
Email address of the receiver. | ||||||||||||||||||||||||
RefundStatus String |
Status of the refund. The current PayPal return values are listed below:
| ||||||||||||||||||||||||
TotalOfAllRefunds String |
The total of all refunds actually paid. This does not include pending amounts. This field is only returned when a partial refund has been requested. | ||||||||||||||||||||||||
TransactionAmount String |
Amount to be refunded to the receiver. | ||||||||||||||||||||||||
TransactionId String |
The encrypted PayPal transaction ID for this refund. Note: This ID is different than the Transaction ID for the original payment. | ||||||||||||||||||||||||
TransactionStatus String |
The status of the refund transaction. At the time of this writing, PayPal will only return "UNKNOWN" or "COMPLETED" in this field. |
Constructors
public RefundInfo();