\billythekid\v12finance\modelsOrderLine

Class OrderLine

Summary

Methods
Properties
Constants
setItem()
setPrice()
setQty()
setSku()
getItem()
getPrice()
getQty()
getSku()
jsonSerialize()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$item
$price
$qty
$sku
N/A

Properties

$item

$item : string

Item

Type

string

$price

$price : float

Price

Type

float

$qty

$qty : integer

Quantity

Type

integer

$sku

$sku : string

SKU

Type

string

Methods

getItem()

getItem() : string

Gets the item

Returns

string

getPrice()

getPrice() : float

Gets the price

Returns

float

getQty()

getQty() : integer

Gets the quantity

Returns

integer

getSku()

getSku() : string

Gets the SKU

Returns

string

jsonSerialize()

jsonSerialize() : mixed

Specify data which should be serialized to JSON

Returns

mixed —

data which can be serialized by json_encode, which is a value of any type other than a resource.