- property float $value
- property string $currency_code
CloneableInstantiable
Methods |
public __construct(float $value = 0, string $currency_code = 'USD') |
Properties |
protected static array $validFields = ['value' => 'double', 'currency_code' => 'string']
|
Properties |
protected static array $validFields = ['value' => 'double', 'currency_code' => 'string']
|