Documentation

Invoice extends Model
in package

Holds invoice information.

Table of Contents

Properties

$amount  : float
$balance  : float
$date  : string
$description  : string
$id  : int

Methods

getAmount()  : float
getBalance()  : float
getDate()  : string
getDescription()  : string
getId()  : int
getModelExceptionClass()  : string
getResponseName()  : string
setAmount()  : void
setBalance()  : void
setDate()  : void
setDescription()  : void
setId()  : void

Properties

$description

protected string $description

Methods

getAmount()

public getAmount() : float
Return values
float

getBalance()

public getBalance() : float
Return values
float

getDate()

public getDate() : string
Return values
string

getDescription()

public getDescription() : string
Return values
string

getId()

public getId() : int
Return values
int

getModelExceptionClass()

public getModelExceptionClass() : string
Return values
string

getResponseName()

public getResponseName() : string
Return values
string

setAmount()

public setAmount(float $amount) : void
Parameters
$amount : float

setBalance()

public setBalance(float $balance) : void
Parameters
$balance : float

setDate()

public setDate(string $date) : void
Parameters
$date : string

setDescription()

public setDescription(string $description) : void
Parameters
$description : string

setId()

public setId(int $id) : void
Parameters
$id : int

        
On this page

Search results