An R6Class generator object
Public fields
id
character [optional]
owner_namespace_uuid
character [optional]
customer_namespace_uuid
character [optional]
pricing
list( Pricing ) [optional]
Methods
Method new()
Usage
Subscription$new(
id = NULL,
owner_namespace_uuid = NULL,
customer_namespace_uuid = NULL,
pricing = NULL,
...
)
Method fromJSON()
Usage
Subscription$fromJSON(SubscriptionJson)
Method toJSONString()
Usage
Subscription$toJSONString()
Method fromJSONString()
Usage
Subscription$fromJSONString(SubscriptionJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
Subscription$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.