Name | Type | Description | Notes |
---|---|---|---|
Plan | Pointer to PlanEnum | [optional] | |
RemainingTrialDay | Pointer to int32 | number of days remaining before the end of the trial period | [optional] |
RenewalAt | Pointer to NullableTime | date when the current plan will be renewed | [optional] [readonly] |
Cost | Pointer to Cost | [optional] |
func NewOrganizationCurrentCost() *OrganizationCurrentCost
NewOrganizationCurrentCost instantiates a new OrganizationCurrentCost 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 NewOrganizationCurrentCostWithDefaults() *OrganizationCurrentCost
NewOrganizationCurrentCostWithDefaults instantiates a new OrganizationCurrentCost 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 *OrganizationCurrentCost) GetPlan() PlanEnum
GetPlan returns the Plan field if non-nil, zero value otherwise.
func (o *OrganizationCurrentCost) GetPlanOk() (*PlanEnum, bool)
GetPlanOk returns a tuple with the Plan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationCurrentCost) SetPlan(v PlanEnum)
SetPlan sets Plan field to given value.
func (o *OrganizationCurrentCost) HasPlan() bool
HasPlan returns a boolean if a field has been set.
func (o *OrganizationCurrentCost) GetRemainingTrialDay() int32
GetRemainingTrialDay returns the RemainingTrialDay field if non-nil, zero value otherwise.
func (o *OrganizationCurrentCost) GetRemainingTrialDayOk() (*int32, bool)
GetRemainingTrialDayOk returns a tuple with the RemainingTrialDay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationCurrentCost) SetRemainingTrialDay(v int32)
SetRemainingTrialDay sets RemainingTrialDay field to given value.
func (o *OrganizationCurrentCost) HasRemainingTrialDay() bool
HasRemainingTrialDay returns a boolean if a field has been set.
func (o *OrganizationCurrentCost) GetRenewalAt() time.Time
GetRenewalAt returns the RenewalAt field if non-nil, zero value otherwise.
func (o *OrganizationCurrentCost) GetRenewalAtOk() (*time.Time, bool)
GetRenewalAtOk returns a tuple with the RenewalAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationCurrentCost) SetRenewalAt(v time.Time)
SetRenewalAt sets RenewalAt field to given value.
func (o *OrganizationCurrentCost) HasRenewalAt() bool
HasRenewalAt returns a boolean if a field has been set.
func (o *OrganizationCurrentCost) SetRenewalAtNil(b bool)
SetRenewalAtNil sets the value for RenewalAt to be an explicit nil
func (o *OrganizationCurrentCost) UnsetRenewalAt()
UnsetRenewalAt ensures that no value is present for RenewalAt, not even an explicit nil
func (o *OrganizationCurrentCost) GetCost() Cost
GetCost returns the Cost field if non-nil, zero value otherwise.
func (o *OrganizationCurrentCost) GetCostOk() (*Cost, bool)
GetCostOk returns a tuple with the Cost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationCurrentCost) SetCost(v Cost)
SetCost sets Cost field to given value.
func (o *OrganizationCurrentCost) HasCost() bool
HasCost returns a boolean if a field has been set.