RefundResponse Type
This type describes details about the refund request.
Remarks
Once a refund request is made, this type is populated with details about
the refund request and the amounts associated with how much was refunded.
Fields
| |
FeeAmount String |
This is the transaction fee of the original payment that is refunded by
PayPal.
|
GrossAmount String |
The total amount of money refunded to the original payer.
|
NetAmount String |
The amount that has been removed from the recipient's account to
refund the original payment.
|
TransactionId String |
Contains a transaction Id of the refund as assigned by PayPal.
|
Constructors
[VB.NET]
Public RefundResponse()
[C#]
public RefundResponse();