RefundPrimaryRecipient Property
Whether this recipient is the primary receiver.
Syntax
property RefundPrimaryRecipient[RefundIndex: Integer]: Boolean;
Default Value
false
Remarks
Whether this recipient is the primary receiver.
If true, that means this refund is for a chained payment. If this property is set to false, this is a refund for a simple or parallel payment.
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