Name | Type | Description | Notes |
---|---|---|---|
Code | Pointer to string | [optional] | |
Message | Pointer to string | [optional] | |
InsufficientFundsError | Pointer to SoftwareLicenseChangeLicensePlanResponseErrorInsufficientFundsError | [optional] |
func NewSoftwareLicenseChangeLicensePlanResponseError() *SoftwareLicenseChangeLicensePlanResponseError
NewSoftwareLicenseChangeLicensePlanResponseError instantiates a new SoftwareLicenseChangeLicensePlanResponseError 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 NewSoftwareLicenseChangeLicensePlanResponseErrorWithDefaults() *SoftwareLicenseChangeLicensePlanResponseError
NewSoftwareLicenseChangeLicensePlanResponseErrorWithDefaults instantiates a new SoftwareLicenseChangeLicensePlanResponseError 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 *SoftwareLicenseChangeLicensePlanResponseError) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *SoftwareLicenseChangeLicensePlanResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SoftwareLicenseChangeLicensePlanResponseError) SetCode(v string)
SetCode sets Code field to given value.
func (o *SoftwareLicenseChangeLicensePlanResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *SoftwareLicenseChangeLicensePlanResponseError) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *SoftwareLicenseChangeLicensePlanResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SoftwareLicenseChangeLicensePlanResponseError) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *SoftwareLicenseChangeLicensePlanResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *SoftwareLicenseChangeLicensePlanResponseError) GetInsufficientFundsError() SoftwareLicenseChangeLicensePlanResponseErrorInsufficientFundsError
GetInsufficientFundsError returns the InsufficientFundsError field if non-nil, zero value otherwise.
func (o *SoftwareLicenseChangeLicensePlanResponseError) GetInsufficientFundsErrorOk() (*SoftwareLicenseChangeLicensePlanResponseErrorInsufficientFundsError, bool)
GetInsufficientFundsErrorOk returns a tuple with the InsufficientFundsError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SoftwareLicenseChangeLicensePlanResponseError) SetInsufficientFundsError(v SoftwareLicenseChangeLicensePlanResponseErrorInsufficientFundsError)
SetInsufficientFundsError sets InsufficientFundsError field to given value.
func (o *SoftwareLicenseChangeLicensePlanResponseError) HasInsufficientFundsError() bool
HasInsufficientFundsError returns a boolean if a field has been set.