Account
extends Model
in package
Contains information about, the account, permission, and billing information.
Table of Contents
Properties
- $acls : array<string|int, mixed>
- $balance : float
- $email : string
- $lastPaymentAmount : float
- $lastPaymentDate : string
- $name : string
- $pendingCharges : float
Methods
- getAcls() : array<string|int, mixed>
- getBalance() : float
- getEmail() : string
- getLastPaymentAmount() : float
- getLastPaymentDate() : string
- getName() : string
- getPendingCharges() : float
- setAcls() : void
- setBalance() : void
- setEmail() : void
- setLastPaymentAmount() : void
- setLastPaymentDate() : void
- setName() : void
- setPendingCharges() : void
Properties
$acls
protected
array<string|int, mixed>
$acls
$balance
protected
float
$balance
protected
string
$email
$lastPaymentAmount
protected
float
$lastPaymentAmount
$lastPaymentDate
protected
string
$lastPaymentDate
$name
protected
string
$name
$pendingCharges
protected
float
$pendingCharges
Methods
getAcls()
public
getAcls() : array<string|int, mixed>
Return values
array<string|int, mixed>getBalance()
public
getBalance() : float
Return values
floatgetEmail()
public
getEmail() : string
Return values
stringgetLastPaymentAmount()
public
getLastPaymentAmount() : float
Return values
floatgetLastPaymentDate()
public
getLastPaymentDate() : string
Return values
stringgetName()
public
getName() : string
Return values
stringgetPendingCharges()
public
getPendingCharges() : float
Return values
floatsetAcls()
public
setAcls(array<string|int, mixed> $acls) : void
Parameters
- $acls : array<string|int, mixed>
setBalance()
public
setBalance(float $balance) : void
Parameters
- $balance : float
setEmail()
public
setEmail(string $email) : void
Parameters
- $email : string
setLastPaymentAmount()
public
setLastPaymentAmount(float $last_payment_amount) : void
Parameters
- $last_payment_amount : float
setLastPaymentDate()
public
setLastPaymentDate(string $last_payment_date) : void
Parameters
- $last_payment_date : string
setName()
public
setName(string $name) : void
Parameters
- $name : string
setPendingCharges()
public
setPendingCharges(float $pending_charges) : void
Parameters
- $pending_charges : float