Pricing | R Documentation |
Pricing Class
An R6Class
generator object
id
character [optional]
array_uuid
character [optional]
pricing_name
character [optional]
pricing_type
PricingType [optional]
product_name
character [optional]
product_statement_descriptor
character [optional]
product_unit_label
PricingUnitLabel [optional]
currency
PricingCurrency [optional]
aggregate_usage
PricingAggregateUsage [optional]
interval
PricingInterval [optional]
divided_by
integer [optional]
charge
numeric [optional]
activated
character [optional]
new()
Pricing$new( id = NULL, array_uuid = NULL, pricing_name = NULL, pricing_type = NULL, product_name = NULL, product_statement_descriptor = NULL, product_unit_label = NULL, currency = NULL, aggregate_usage = NULL, interval = NULL, divided_by = NULL, charge = NULL, activated = NULL, ... )
toJSON()
Pricing$toJSON()
fromJSON()
Pricing$fromJSON(PricingJson)
toJSONString()
Pricing$toJSONString()
fromJSONString()
Pricing$fromJSONString(PricingJson)
clone()
The objects of this class are cloneable with this method.
Pricing$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.