RecipientAmount Property
Amount to be paid to the recipient.
Object Oriented Interface
public function getRecipientAmount($recipientindex); public function setRecipientAmount($recipientindex, $value);
Procedural Interface
inpaypal_adaptivepay_get($res, 49 , $recipientindex); inpaypal_adaptivepay_set($res, 49, $value , $recipientindex);
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