RefundFullRefund Property
Indicates whether you have refunded the total amount of the payment.
Syntax
__property bool RefundFullRefund[int RefundIndex] = {read=FRefundFullRefund, write=FSetRefundFullRefund};
Default Value
false
Remarks
Indicates whether you have refunded the total amount of the payment.
If this property is True, it means the entire amount of the payment has been refunded.
The size of the array is controlled by the RefundCount property.
This property is read-only and not available at design time.
Data Type
Boolean