Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.47 KB

ConfiguratorGetCalculationResponseSuccess.md

File metadata and controls

134 lines (73 loc) · 4.47 KB

ConfiguratorGetCalculationResponseSuccess

Properties

Name Type Description Notes
Settings Pointer to ConfiguratorConfiguratorSettings [optional]
Params Pointer to StructuresConfigurationParams [optional]
PriceDay Pointer to float64 [optional]
PriceMonth Pointer to float64 [optional]

Methods

NewConfiguratorGetCalculationResponseSuccess

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

NewConfiguratorGetCalculationResponseSuccessWithDefaults

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

GetSettings

func (o *ConfiguratorGetCalculationResponseSuccess) GetSettings() ConfiguratorConfiguratorSettings

GetSettings returns the Settings field if non-nil, zero value otherwise.

GetSettingsOk

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.

SetSettings

func (o *ConfiguratorGetCalculationResponseSuccess) SetSettings(v ConfiguratorConfiguratorSettings)

SetSettings sets Settings field to given value.

HasSettings

func (o *ConfiguratorGetCalculationResponseSuccess) HasSettings() bool

HasSettings returns a boolean if a field has been set.

GetParams

func (o *ConfiguratorGetCalculationResponseSuccess) GetParams() StructuresConfigurationParams

GetParams returns the Params field if non-nil, zero value otherwise.

GetParamsOk

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.

SetParams

func (o *ConfiguratorGetCalculationResponseSuccess) SetParams(v StructuresConfigurationParams)

SetParams sets Params field to given value.

HasParams

func (o *ConfiguratorGetCalculationResponseSuccess) HasParams() bool

HasParams returns a boolean if a field has been set.

GetPriceDay

func (o *ConfiguratorGetCalculationResponseSuccess) GetPriceDay() float64

GetPriceDay returns the PriceDay field if non-nil, zero value otherwise.

GetPriceDayOk

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.

SetPriceDay

func (o *ConfiguratorGetCalculationResponseSuccess) SetPriceDay(v float64)

SetPriceDay sets PriceDay field to given value.

HasPriceDay

func (o *ConfiguratorGetCalculationResponseSuccess) HasPriceDay() bool

HasPriceDay returns a boolean if a field has been set.

GetPriceMonth

func (o *ConfiguratorGetCalculationResponseSuccess) GetPriceMonth() float64

GetPriceMonth returns the PriceMonth field if non-nil, zero value otherwise.

GetPriceMonthOk

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.

SetPriceMonth

func (o *ConfiguratorGetCalculationResponseSuccess) SetPriceMonth(v float64)

SetPriceMonth sets PriceMonth field to given value.

HasPriceMonth

func (o *ConfiguratorGetCalculationResponseSuccess) HasPriceMonth() bool

HasPriceMonth returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]