Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.93 KB

File metadata and controls

82 lines (45 loc) · 2.93 KB

StructuresSoftwareLicenseBillingType

Properties

Name Type Description Notes
Daily Pointer to StructuresSoftwareLicenseBillingTypeDaily [optional]
Monthly Pointer to StructuresSoftwareLicenseBillingTypeMonthly [optional]

Methods

NewStructuresSoftwareLicenseBillingType

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

NewStructuresSoftwareLicenseBillingTypeWithDefaults

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

GetDaily

func (o *StructuresSoftwareLicenseBillingType) GetDaily() StructuresSoftwareLicenseBillingTypeDaily

GetDaily returns the Daily field if non-nil, zero value otherwise.

GetDailyOk

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.

SetDaily

func (o *StructuresSoftwareLicenseBillingType) SetDaily(v StructuresSoftwareLicenseBillingTypeDaily)

SetDaily sets Daily field to given value.

HasDaily

func (o *StructuresSoftwareLicenseBillingType) HasDaily() bool

HasDaily returns a boolean if a field has been set.

GetMonthly

func (o *StructuresSoftwareLicenseBillingType) GetMonthly() StructuresSoftwareLicenseBillingTypeMonthly

GetMonthly returns the Monthly field if non-nil, zero value otherwise.

GetMonthlyOk

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.

SetMonthly

func (o *StructuresSoftwareLicenseBillingType) SetMonthly(v StructuresSoftwareLicenseBillingTypeMonthly)

SetMonthly sets Monthly field to given value.

HasMonthly

func (o *StructuresSoftwareLicenseBillingType) HasMonthly() bool

HasMonthly returns a boolean if a field has been set.

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