Class InvoiceItem
Class InvoiceItem
Information about a single line item.
- PayPal\Common\PayPalModel
- PayPal\Api\InvoiceItem
Methods summary
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setUnitPrice(
Unit price of the item. Range of -1,000,000 to 1,000,000. |
public
|
|
public
|
|
public
|
|
public
|
#
setDate( string $date )
The date when the item or service was provided. The date format is yyyy-MM-dd z as defined in Internet Date/Time Format. |
public
string
|
#
getDate( )
The date when the item or service was provided. The date format is yyyy-MM-dd z as defined in Internet Date/Time Format. |
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
#
setUnitOfMeasure( string $unit_of_measure )
The unit of measure of the item being invoiced. Valid Values: ["QUANTITY", "HOURS", "AMOUNT"] |
public
string
|
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()