RecipientInvoiceId Property
The invoice number for the payment.
Syntax
char* GetRecipientInvoiceId(int iRecipientIndex);
int SetRecipientInvoiceId(int iRecipientIndex, char* lpszRecipientInvoiceId);
Default Value
""
Remarks
The invoice number for the payment. The data in this property shows on the transaction details report. (Use the AdaptivePaymentDetails class to generate reports).
This property is optional.
The size of the array is controlled by the RecipientCount property.
This property is not available at design time.
Data Type
String