Name | Type | Description | Notes |
---|---|---|---|
Currency | Pointer to Currency | [optional] | |
Plans | Pointer to []PlanInfo | [optional] | |
FeatureSets | Pointer to []FeatureSet | [optional] |
func NewFeatureSets() *FeatureSets
NewFeatureSets instantiates a new FeatureSets object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFeatureSetsWithDefaults() *FeatureSets
NewFeatureSetsWithDefaults instantiates a new FeatureSets object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *FeatureSets) GetCurrency() Currency
GetCurrency returns the Currency field if non-nil, zero value otherwise.
func (o *FeatureSets) GetCurrencyOk() (*Currency, bool)
GetCurrencyOk returns a tuple with the Currency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureSets) SetCurrency(v Currency)
SetCurrency sets Currency field to given value.
func (o *FeatureSets) HasCurrency() bool
HasCurrency returns a boolean if a field has been set.
func (o *FeatureSets) GetPlans() []PlanInfo
GetPlans returns the Plans field if non-nil, zero value otherwise.
func (o *FeatureSets) GetPlansOk() (*[]PlanInfo, bool)
GetPlansOk returns a tuple with the Plans field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureSets) SetPlans(v []PlanInfo)
SetPlans sets Plans field to given value.
func (o *FeatureSets) HasPlans() bool
HasPlans returns a boolean if a field has been set.
func (o *FeatureSets) GetFeatureSets() []FeatureSet
GetFeatureSets returns the FeatureSets field if non-nil, zero value otherwise.
func (o *FeatureSets) GetFeatureSetsOk() (*[]FeatureSet, bool)
GetFeatureSetsOk returns a tuple with the FeatureSets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureSets) SetFeatureSets(v []FeatureSet)
SetFeatureSets sets FeatureSets field to given value.
func (o *FeatureSets) HasFeatureSets() bool
HasFeatureSets returns a boolean if a field has been set.