Subscription | R Documentation |
Subscription Class
An R6Class
generator object
id
character [optional]
owner_namespace_uuid
character [optional]
customer_namespace_uuid
character [optional]
pricing
list( Pricing ) [optional]
new()
Subscription$new( id = NULL, owner_namespace_uuid = NULL, customer_namespace_uuid = NULL, pricing = NULL, ... )
toJSON()
Subscription$toJSON()
fromJSON()
Subscription$fromJSON(SubscriptionJson)
toJSONString()
Subscription$toJSONString()
fromJSONString()
Subscription$fromJSONString(SubscriptionJson)
clone()
The objects of this class are cloneable with this method.
Subscription$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.