Bill
extends Model
in package
Holds billing history information.
Table of Contents
Properties
Methods
- getAmount() : float
- getBalance() : float
- getDate() : string
- getDescription() : string
- getId() : int
- getModelExceptionClass() : string
- getResponseListName() : string
- getResponseName() : string
- getType() : string
- setAmount() : void
- setBalance() : void
- setDate() : void
- setDescription() : void
- setId() : void
- setType() : void
Properties
$amount
protected
float
$amount
$balance
protected
float
$balance
$date
protected
string
$date
$description
protected
string
$description
$id
protected
int
$id
$type
protected
string
$type
Methods
getAmount()
public
getAmount() : float
Return values
floatgetBalance()
public
getBalance() : float
Return values
floatgetDate()
public
getDate() : string
Return values
stringgetDescription()
public
getDescription() : string
Return values
stringgetId()
public
getId() : int
Return values
intgetModelExceptionClass()
public
getModelExceptionClass() : string
Return values
stringgetResponseListName()
public
getResponseListName() : string
Return values
stringgetResponseName()
public
getResponseName() : string
Return values
stringgetType()
public
getType() : string
Return values
stringsetAmount()
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
setType()
public
setType(string $type) : void
Parameters
- $type : string