RefundCount Property
The number of records in the Refund arrays.
Syntax
__property int RefundCount = {read=FRefundCount, write=FSetRefundCount};
Default Value
0
Remarks
This property controls the size of the following arrays:- RefundError
- RefundFeeAmountRefunded
- RefundFullRefund
- RefundGrossAmountRefunded
- RefundNetAmountRefunded
- RefundPrimaryRecipient
- RefundRecipientEmail
- RefundRefundStatus
- RefundTotalOfAllRefunds
- RefundTransactionAmount
- RefundTransactionId
- RefundTransactionStatus
This property is read-only and not available at design time.
Data Type
Integer