Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.4 KB

CreateSubscriptionRequestRequest2.md

File metadata and controls

72 lines (39 loc) · 2.4 KB

CreateSubscriptionRequestRequest2

Properties

Name Type Description Notes
ProductTierId string The product tier ID
ServiceId string The service ID

Methods

NewCreateSubscriptionRequestRequest2

func NewCreateSubscriptionRequestRequest2(productTierId string, serviceId string, ) *CreateSubscriptionRequestRequest2

NewCreateSubscriptionRequestRequest2 instantiates a new CreateSubscriptionRequestRequest2 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

NewCreateSubscriptionRequestRequest2WithDefaults

func NewCreateSubscriptionRequestRequest2WithDefaults() *CreateSubscriptionRequestRequest2

NewCreateSubscriptionRequestRequest2WithDefaults instantiates a new CreateSubscriptionRequestRequest2 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

GetProductTierId

func (o *CreateSubscriptionRequestRequest2) GetProductTierId() string

GetProductTierId returns the ProductTierId field if non-nil, zero value otherwise.

GetProductTierIdOk

func (o *CreateSubscriptionRequestRequest2) GetProductTierIdOk() (*string, bool)

GetProductTierIdOk returns a tuple with the ProductTierId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProductTierId

func (o *CreateSubscriptionRequestRequest2) SetProductTierId(v string)

SetProductTierId sets ProductTierId field to given value.

GetServiceId

func (o *CreateSubscriptionRequestRequest2) GetServiceId() string

GetServiceId returns the ServiceId field if non-nil, zero value otherwise.

GetServiceIdOk

func (o *CreateSubscriptionRequestRequest2) GetServiceIdOk() (*string, bool)

GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetServiceId

func (o *CreateSubscriptionRequestRequest2) SetServiceId(v string)

SetServiceId sets ServiceId field to given value.

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