Copied!

CurrencyUpdateStruct

CurrencyUpdateStruct.php : 11

Methods

publicgetCode()

CurrencyUpdateStruct.php : 26
public getCode() : string|null

Return values

string|null

publicgetEnabled()

CurrencyUpdateStruct.php : 60
public getEnabled() : bool|null

Return values

bool|null

publicgetSubunits()

CurrencyUpdateStruct.php : 44
public getSubunits() : int|null

Return values

int|null

publicsetCode()

CurrencyUpdateStruct.php : 34
public setCode(string|null $code) : void

Parameters

Name Type Default value Description
$code string|null - -

publicsetEnabled()

CurrencyUpdateStruct.php : 65
public setEnabled(bool|null $enabled) : void

Parameters

Name Type Default value Description
$enabled bool|null - -

publicsetSubunits()

CurrencyUpdateStruct.php : 52
public setSubunits(int|null $subunits) : void

Parameters

Name Type Default value Description
$subunits int|null - -