| Name | Type | Description | Notes |
|---|---|---|---|
| PriceDay | Pointer to float64 | [optional] | |
| PriceMonth | Pointer to int32 | [optional] |
func NewStructuresSoftwareLicenseBillingTypeDaily() *StructuresSoftwareLicenseBillingTypeDaily
NewStructuresSoftwareLicenseBillingTypeDaily instantiates a new StructuresSoftwareLicenseBillingTypeDaily 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 NewStructuresSoftwareLicenseBillingTypeDailyWithDefaults() *StructuresSoftwareLicenseBillingTypeDaily
NewStructuresSoftwareLicenseBillingTypeDailyWithDefaults instantiates a new StructuresSoftwareLicenseBillingTypeDaily 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 *StructuresSoftwareLicenseBillingTypeDaily) GetPriceDay() float64
GetPriceDay returns the PriceDay field if non-nil, zero value otherwise.
func (o *StructuresSoftwareLicenseBillingTypeDaily) 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 *StructuresSoftwareLicenseBillingTypeDaily) SetPriceDay(v float64)
SetPriceDay sets PriceDay field to given value.
func (o *StructuresSoftwareLicenseBillingTypeDaily) HasPriceDay() bool
HasPriceDay returns a boolean if a field has been set.
func (o *StructuresSoftwareLicenseBillingTypeDaily) GetPriceMonth() int32
GetPriceMonth returns the PriceMonth field if non-nil, zero value otherwise.
func (o *StructuresSoftwareLicenseBillingTypeDaily) GetPriceMonthOk() (*int32, 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 *StructuresSoftwareLicenseBillingTypeDaily) SetPriceMonth(v int32)
SetPriceMonth sets PriceMonth field to given value.
func (o *StructuresSoftwareLicenseBillingTypeDaily) HasPriceMonth() bool
HasPriceMonth returns a boolean if a field has been set.