RecipientAmount Property
Amount to be refunded by the recipient.
Syntax
__property String RecipientAmount[int RecipientIndex] = {read=FRecipientAmount, write=FSetRecipientAmount};
Default Value
""
Remarks
Amount to be refunded by the recipient.
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