InvoiceItem
extends Model
in package
Holds item information on a specific invoice.
Table of Contents
Properties
- $description : string
- $endDate : string
- $product : string
- $startDate : string
- $total : float
- $unitPrice : float
- $units : int
- $unitType : string
Methods
- getDescription() : string
- getEndDate() : string
- getModelExceptionClass() : string
- getProduct() : string
- getResponseName() : string
- getStartDate() : string
- getTotal() : float
- getUnitPrice() : float
- getUnits() : int
- getUnitType() : string
- setDescription() : void
- setEndDate() : void
- setProduct() : void
- setStartDate() : void
- setTotal() : void
- setUnitPrice() : void
- setUnits() : void
- setUnitType() : void
Properties
$description
protected
string
$description
$endDate
protected
string
$endDate
$product
protected
string
$product
$startDate
protected
string
$startDate
$total
protected
float
$total
$unitPrice
protected
float
$unitPrice
$units
protected
int
$units
$unitType
protected
string
$unitType
Methods
getDescription()
public
getDescription() : string
Return values
stringgetEndDate()
public
getEndDate() : string
Return values
stringgetModelExceptionClass()
public
getModelExceptionClass() : string
Return values
stringgetProduct()
public
getProduct() : string
Return values
stringgetResponseName()
public
getResponseName() : string
Return values
stringgetStartDate()
public
getStartDate() : string
Return values
stringgetTotal()
public
getTotal() : float
Return values
floatgetUnitPrice()
public
getUnitPrice() : float
Return values
floatgetUnits()
public
getUnits() : int
Return values
intgetUnitType()
public
getUnitType() : string
Return values
stringsetDescription()
public
setDescription(string $description) : void
Parameters
- $description : string
setEndDate()
public
setEndDate(string $end_date) : void
Parameters
- $end_date : string
setProduct()
public
setProduct(string $product) : void
Parameters
- $product : string
setStartDate()
public
setStartDate(string $start_date) : void
Parameters
- $start_date : string
setTotal()
public
setTotal(float $total) : void
Parameters
- $total : float
setUnitPrice()
public
setUnitPrice(float $unit_price) : void
Parameters
- $unit_price : float
setUnits()
public
setUnits(int $units) : void
Parameters
- $units : int
setUnitType()
public
setUnitType(string $unit_type) : void
Parameters
- $unit_type : string