RecipientAmount Property
Amount to be paid to the recipient.
Syntax
char* GetRecipientAmount(int iRecipientIndex);
int SetRecipientAmount(int iRecipientIndex, char* lpszRecipientAmount);
Default Value
""
Remarks
Amount to be paid to the recipient. This property is required.
Limitations: Must not exceed $10,000 USD in any currency. The decimal separator must be a period (.) and the thousands separator a comma (,). No currency symbol ($) is to be sent.
The size of the array is controlled by the RecipientCount property.
This property is not available at design time.
Data Type
String