| Name | Type | Description | Notes |
|---|---|---|---|
| Daily | Pointer to StructuresSoftwareLicenseBillingTypeDaily | [optional] | |
| Monthly | Pointer to StructuresSoftwareLicenseBillingTypeMonthly | [optional] |
func NewStructuresSoftwareLicenseBillingType() *StructuresSoftwareLicenseBillingType
NewStructuresSoftwareLicenseBillingType instantiates a new StructuresSoftwareLicenseBillingType 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 NewStructuresSoftwareLicenseBillingTypeWithDefaults() *StructuresSoftwareLicenseBillingType
NewStructuresSoftwareLicenseBillingTypeWithDefaults instantiates a new StructuresSoftwareLicenseBillingType 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 *StructuresSoftwareLicenseBillingType) GetDaily() StructuresSoftwareLicenseBillingTypeDaily
GetDaily returns the Daily field if non-nil, zero value otherwise.
func (o *StructuresSoftwareLicenseBillingType) GetDailyOk() (*StructuresSoftwareLicenseBillingTypeDaily, bool)
GetDailyOk returns a tuple with the Daily field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresSoftwareLicenseBillingType) SetDaily(v StructuresSoftwareLicenseBillingTypeDaily)
SetDaily sets Daily field to given value.
func (o *StructuresSoftwareLicenseBillingType) HasDaily() bool
HasDaily returns a boolean if a field has been set.
func (o *StructuresSoftwareLicenseBillingType) GetMonthly() StructuresSoftwareLicenseBillingTypeMonthly
GetMonthly returns the Monthly field if non-nil, zero value otherwise.
func (o *StructuresSoftwareLicenseBillingType) GetMonthlyOk() (*StructuresSoftwareLicenseBillingTypeMonthly, bool)
GetMonthlyOk returns a tuple with the Monthly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StructuresSoftwareLicenseBillingType) SetMonthly(v StructuresSoftwareLicenseBillingTypeMonthly)
SetMonthly sets Monthly field to given value.
func (o *StructuresSoftwareLicenseBillingType) HasMonthly() bool
HasMonthly returns a boolean if a field has been set.