Name | Type | Description | Notes |
---|---|---|---|
EmailId | string | email id on which support team will contact on | |
PhoneNumber | Pointer to string | contact number on which support team can call user | [optional] |
BillingFrequency | Pointer to string | The frequency with with the customer needs to be billed at. The current supported values are Monthly and Annually | [optional] |
Baselines | SelfServiceCreditsBaselines | ||
Details | Pointer to string | option details the user might want to inform | [optional] |
func NewPlanUpdateEmail(emailId string, baselines SelfServiceCreditsBaselines, ) *PlanUpdateEmail
NewPlanUpdateEmail instantiates a new PlanUpdateEmail 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 NewPlanUpdateEmailWithDefaults() *PlanUpdateEmail
NewPlanUpdateEmailWithDefaults instantiates a new PlanUpdateEmail 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 *PlanUpdateEmail) GetEmailId() string
GetEmailId returns the EmailId field if non-nil, zero value otherwise.
func (o *PlanUpdateEmail) GetEmailIdOk() (*string, bool)
GetEmailIdOk returns a tuple with the EmailId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlanUpdateEmail) SetEmailId(v string)
SetEmailId sets EmailId field to given value.
func (o *PlanUpdateEmail) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
func (o *PlanUpdateEmail) GetPhoneNumberOk() (*string, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlanUpdateEmail) SetPhoneNumber(v string)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *PlanUpdateEmail) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field has been set.
func (o *PlanUpdateEmail) GetBillingFrequency() string
GetBillingFrequency returns the BillingFrequency field if non-nil, zero value otherwise.
func (o *PlanUpdateEmail) GetBillingFrequencyOk() (*string, bool)
GetBillingFrequencyOk returns a tuple with the BillingFrequency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlanUpdateEmail) SetBillingFrequency(v string)
SetBillingFrequency sets BillingFrequency field to given value.
func (o *PlanUpdateEmail) HasBillingFrequency() bool
HasBillingFrequency returns a boolean if a field has been set.
func (o *PlanUpdateEmail) GetBaselines() SelfServiceCreditsBaselines
GetBaselines returns the Baselines field if non-nil, zero value otherwise.
func (o *PlanUpdateEmail) GetBaselinesOk() (*SelfServiceCreditsBaselines, bool)
GetBaselinesOk returns a tuple with the Baselines field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlanUpdateEmail) SetBaselines(v SelfServiceCreditsBaselines)
SetBaselines sets Baselines field to given value.
func (o *PlanUpdateEmail) GetDetails() string
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *PlanUpdateEmail) GetDetailsOk() (*string, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlanUpdateEmail) SetDetails(v string)
SetDetails sets Details field to given value.
func (o *PlanUpdateEmail) HasDetails() bool
HasDetails returns a boolean if a field has been set.