Name | Type | Description | Notes |
---|---|---|---|
Settings | Pointer to ConfiguratorConfiguratorSettings | [optional] | |
Params | Pointer to StructuresConfigurationParams | [optional] | |
PriceDay | Pointer to float64 | [optional] | |
PriceMonth | Pointer to float64 | [optional] |
func NewConfiguratorGetCalculationResponseSuccess() *ConfiguratorGetCalculationResponseSuccess
NewConfiguratorGetCalculationResponseSuccess instantiates a new ConfiguratorGetCalculationResponseSuccess 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 NewConfiguratorGetCalculationResponseSuccessWithDefaults() *ConfiguratorGetCalculationResponseSuccess
NewConfiguratorGetCalculationResponseSuccessWithDefaults instantiates a new ConfiguratorGetCalculationResponseSuccess 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 *ConfiguratorGetCalculationResponseSuccess) GetSettings() ConfiguratorConfiguratorSettings
GetSettings returns the Settings field if non-nil, zero value otherwise.
func (o *ConfiguratorGetCalculationResponseSuccess) GetSettingsOk() (*ConfiguratorConfiguratorSettings, bool)
GetSettingsOk returns a tuple with the Settings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfiguratorGetCalculationResponseSuccess) SetSettings(v ConfiguratorConfiguratorSettings)
SetSettings sets Settings field to given value.
func (o *ConfiguratorGetCalculationResponseSuccess) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (o *ConfiguratorGetCalculationResponseSuccess) GetParams() StructuresConfigurationParams
GetParams returns the Params field if non-nil, zero value otherwise.
func (o *ConfiguratorGetCalculationResponseSuccess) GetParamsOk() (*StructuresConfigurationParams, bool)
GetParamsOk returns a tuple with the Params field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfiguratorGetCalculationResponseSuccess) SetParams(v StructuresConfigurationParams)
SetParams sets Params field to given value.
func (o *ConfiguratorGetCalculationResponseSuccess) HasParams() bool
HasParams returns a boolean if a field has been set.
func (o *ConfiguratorGetCalculationResponseSuccess) GetPriceDay() float64
GetPriceDay returns the PriceDay field if non-nil, zero value otherwise.
func (o *ConfiguratorGetCalculationResponseSuccess) GetPriceDayOk() (*float64, bool)
GetPriceDayOk returns a tuple with the PriceDay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfiguratorGetCalculationResponseSuccess) SetPriceDay(v float64)
SetPriceDay sets PriceDay field to given value.
func (o *ConfiguratorGetCalculationResponseSuccess) HasPriceDay() bool
HasPriceDay returns a boolean if a field has been set.
func (o *ConfiguratorGetCalculationResponseSuccess) GetPriceMonth() float64
GetPriceMonth returns the PriceMonth field if non-nil, zero value otherwise.
func (o *ConfiguratorGetCalculationResponseSuccess) GetPriceMonthOk() (*float64, bool)
GetPriceMonthOk returns a tuple with the PriceMonth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfiguratorGetCalculationResponseSuccess) SetPriceMonth(v float64)
SetPriceMonth sets PriceMonth field to given value.
func (o *ConfiguratorGetCalculationResponseSuccess) HasPriceMonth() bool
HasPriceMonth returns a boolean if a field has been set.