ConfigurationAccount Class
An R6Class generator object
benchmarkCodecharacter [optional]
benchmarkNamecharacter [optional]
maxEndDatecharacter [optional]
minStartDatecharacter [optional]
lockingDatecharacter [optional]
namecharacter [optional]
new()ConfigurationAccount$new( benchmarkCode = NULL, benchmarkName = NULL, maxEndDate = NULL, minStartDate = NULL, lockingDate = NULL, name = NULL, ... )
toJSON()ConfigurationAccount$toJSON()
fromJSON()ConfigurationAccount$fromJSON(ConfigurationAccountJson)
toJSONString()ConfigurationAccount$toJSONString()
fromJSONString()ConfigurationAccount$fromJSONString(ConfigurationAccountJson)
clone()The objects of this class are cloneable with this method.
ConfigurationAccount$clone(deep = FALSE)
deepWhether to make a deep clone.