RecipientPhoneNumber Property
The recipient's phone number.
Object Oriented Interface
public function getRecipientPhoneNumber($recipientindex); public function setRecipientPhoneNumber($recipientindex, $value);
Procedural Interface
inpaypal_adaptivepay_get($res, 55 , $recipientindex); inpaypal_adaptivepay_set($res, 55, $value , $recipientindex);
Default Value
''
Remarks
The recipient's phone number. 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