PaymentInfoRecipientPrimary Property
Indicates whether the recipient is the primary receiver.
Syntax
__property bool PaymentInfoRecipientPrimary[int PaymentInfoIndex] = {read=FPaymentInfoRecipientPrimary, write=FSetPaymentInfoRecipientPrimary};
Default Value
false
Remarks
Indicates whether the recipient is the primary receiver.
If this property is True this is a chained payment. If the property is False, this is a simple or parallel payment.
The size of the array is controlled by the PaymentInfoCount property.
This property is read-only and not available at design time.
Data Type
Boolean