RecipientEmail Property
Email that identifies each recipient issuing a refund.
Object Oriented Interface
public function getRecipientEmail($recipientindex); public function setRecipientEmail($recipientindex, $value);
Procedural Interface
inpaypal_adaptiverefund_get($res, 25 , $recipientindex); inpaypal_adaptiverefund_set($res, 25, $value , $recipientindex);
Default Value
''
Remarks
Email that identifies each recipient issuing a refund.
The size of the array is controlled by the RecipientCount property.
This property is not available at design time.
Data Type
String