WithHoldings
in package
Class WithHoldings
Tags
Table of Contents
- $amount : float|null
- $bankCountry : string|null
- $code : string|null
- $description : string|null
- $label : string|null
- $notes : string|null
- __construct() : mixed
- WithHoldings constructor.
- getAmount() : float|null
- Gets amount.
- getBankCountry() : string|null
- Gets bank country.
- getCode() : string|null
- Gets code.
- getDescription() : string|null
- Gets description.
- getLabel() : string|null
- Gets label.
- getNotes() : string|null
- Gets notes.
- setAmount() : void
- Sets amount.
- setBankCountry() : void
- Sets bank country.
- setCode() : void
- Sets code.
- setDescription() : void
- Sets description.
- setLabel() : void
- Sets label.
- setNotes() : void
- Sets notes.
- toArray() : array<string|int, mixed>
- Return an array with class values.
Properties
$amount
protected
float|null
$amount
= null
$bankCountry
protected
string|null
$bankCountry
= null
$code
protected
string|null
$code
= null
$description
protected
string|null
$description
= null
$label
protected
string|null
$label
= null
$notes
protected
string|null
$notes
= null
Methods
__construct()
WithHoldings constructor.
public
__construct() : mixed
Return values
mixed —getAmount()
Gets amount.
public
getAmount() : float|null
Return values
float|null —getBankCountry()
Gets bank country.
public
getBankCountry() : string|null
Return values
string|null —getCode()
Gets code.
public
getCode() : string|null
Return values
string|null —getDescription()
Gets description.
public
getDescription() : string|null
Return values
string|null —getLabel()
Gets label.
public
getLabel() : string|null
Return values
string|null —getNotes()
Gets notes.
public
getNotes() : string|null
Return values
string|null —setAmount()
Sets amount.
public
setAmount(float $amount) : void
Parameters
- $amount : float
-
the amount
Return values
void —setBankCountry()
Sets bank country.
public
setBankCountry(string $bankCountry) : void
Parameters
- $bankCountry : string
-
the bank country
Return values
void —setCode()
Sets code.
public
setCode(string $code) : void
Parameters
- $code : string
-
the code
Return values
void —setDescription()
Sets description.
public
setDescription(string $description) : void
Parameters
- $description : string
-
the description
Return values
void —setLabel()
Sets label.
public
setLabel(string $label) : void
Parameters
- $label : string
-
the label
Return values
void —setNotes()
Sets notes.
public
setNotes(string $notes) : void
Parameters
- $notes : string
-
the notes
Return values
void —toArray()
Return an array with class values.
public
toArray() : array<string|int, mixed>