An R6Class
generator object
Methods
Method fromJSON()
Usage
PricingType$fromJSON(PricingTypeJson)
Method toJSONString()
Usage
PricingType$toJSONString()
Method fromJSONString()
Usage
PricingType$fromJSONString(PricingTypeJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
PricingType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.