RecipientInvoiceId Property
The invoice number for the payment.
Object Oriented Interface
public function getRecipientInvoiceId($recipientindex); public function setRecipientInvoiceId($recipientindex, $value);
Procedural Interface
inpaypal_adaptivepay_get($res, 51 , $recipientindex); inpaypal_adaptivepay_set($res, 51, $value , $recipientindex);
Default Value
''
Remarks
The invoice number for the payment. The data in this property shows on the transaction details report. (Use the AdaptivePaymentDetails class to generate reports).
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