| Pricing | R Documentation |
Pricing Class
An R6Class generator object
idcharacter [optional]
array_uuidcharacter [optional]
pricing_namecharacter [optional]
pricing_typePricingType [optional]
product_namecharacter [optional]
product_statement_descriptorcharacter [optional]
product_unit_labelPricingUnitLabel [optional]
currencyPricingCurrency [optional]
aggregate_usagePricingAggregateUsage [optional]
intervalPricingInterval [optional]
divided_byinteger [optional]
chargenumeric [optional]
activatedcharacter [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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.