Public methods
Method new()
Usage
Currency$new(name = NULL, ...)
Method toJSON()
Usage
Currency$toJSON()
Method fromJSON()
Usage
Currency$fromJSON(CurrencyJson)
Method toJSONString()
Usage
Currency$toJSONString()
Method fromJSONString()
Usage
Currency$fromJSONString(CurrencyJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
Currency$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.