Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.31 KB

UpdatePurchasability.md

File metadata and controls

82 lines (45 loc) · 2.31 KB

UpdatePurchasability

Properties

Name Type Description Notes
Key Pointer to string Available service type. [optional]
Purchasable Pointer to bool [optional]

Methods

NewUpdatePurchasability

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

NewUpdatePurchasabilityWithDefaults

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

GetKey

func (o *UpdatePurchasability) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *UpdatePurchasability) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *UpdatePurchasability) HasKey() bool

HasKey returns a boolean if a field has been set.

GetPurchasable

func (o *UpdatePurchasability) GetPurchasable() bool

GetPurchasable returns the Purchasable field if non-nil, zero value otherwise.

GetPurchasableOk

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.

SetPurchasable

func (o *UpdatePurchasability) SetPurchasable(v bool)

SetPurchasable sets Purchasable field to given value.

HasPurchasable

func (o *UpdatePurchasability) HasPurchasable() bool

HasPurchasable returns a boolean if a field has been set.

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