InvoiceNumber Property
Contains the number of the invoice as assigned by the merchant.
Object Oriented Interface
public function getInvoiceNumber(); public function setInvoiceNumber($value);
Procedural Interface
inpaypal_invoice_get($res, 50 ); inpaypal_invoice_set($res, 50, $value );
Default Value
''
Remarks
Contains the number of the invoice as assigned by the merchant.
Data Type
String