WithHoldings
in package
Tags
Table of Contents
Properties
- $amount : float|null
- $bankCountry : string|null
- $code : string|null
- $description : string|null
- $label : string|null
- $notes : string|null
Methods
- __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
getAmount()
Gets amount.
public
getAmount() : float|null
Return values
float|nullgetBankCountry()
Gets bank country.
public
getBankCountry() : string|null
Return values
string|nullgetCode()
Gets code.
public
getCode() : string|null
Return values
string|nullgetDescription()
Gets description.
public
getDescription() : string|null
Return values
string|nullgetLabel()
Gets label.
public
getLabel() : string|null
Return values
string|nullgetNotes()
Gets notes.
public
getNotes() : string|null
Return values
string|nullsetAmount()
Sets amount.
public
setAmount(float $amount) : void
Parameters
- $amount : float
-
the amount
setBankCountry()
Sets bank country.
public
setBankCountry(string $bankCountry) : void
Parameters
- $bankCountry : string
-
the bank country
setCode()
Sets code.
public
setCode(string $code) : void
Parameters
- $code : string
-
the code
setDescription()
Sets description.
public
setDescription(string $description) : void
Parameters
- $description : string
-
the description
setLabel()
Sets label.
public
setLabel(string $label) : void
Parameters
- $label : string
-
the label
setNotes()
Sets notes.
public
setNotes(string $notes) : void
Parameters
- $notes : string
-
the notes
toArray()
Return an array with class values.
public
toArray() : array<string|int, mixed>