Name | Type | Description | Notes |
---|---|---|---|
Key | Pointer to string | Available service type. | [optional] |
Purchasable | Pointer to bool | [optional] |
func NewUpdatePurchasability() *UpdatePurchasability
NewUpdatePurchasability instantiates a new UpdatePurchasability 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 NewUpdatePurchasabilityWithDefaults() *UpdatePurchasability
NewUpdatePurchasabilityWithDefaults instantiates a new UpdatePurchasability 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 *UpdatePurchasability) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *UpdatePurchasability) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdatePurchasability) SetKey(v string)
SetKey sets Key field to given value.
func (o *UpdatePurchasability) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *UpdatePurchasability) GetPurchasable() bool
GetPurchasable returns the Purchasable field if non-nil, zero value otherwise.
func (o *UpdatePurchasability) GetPurchasableOk() (*bool, bool)
GetPurchasableOk returns a tuple with the Purchasable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdatePurchasability) SetPurchasable(v bool)
SetPurchasable sets Purchasable field to given value.
func (o *UpdatePurchasability) HasPurchasable() bool
HasPurchasable returns a boolean if a field has been set.