Skip to contents

PricingType Class

Format

An R6Class generator object

Methods


Method new()

Usage

PricingType$new(...)


Method toJSON()

Usage

PricingType$toJSON()


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.