RefundTransactionStatus Property
The status of the refund transaction.
Syntax
__property String RefundTransactionStatus[int RefundIndex] = {read=FRefundTransactionStatus, write=FSetRefundTransactionStatus};
Default Value
""
Remarks
The status of the refund transaction.
At the time of this writing, PayPal will only return "UNKNOWN" or "COMPLETED" in this property.
The size of the array is controlled by the RefundCount property.
This property is read-only and not available at design time.
Data Type
String