Name | Type | Description | Notes |
---|---|---|---|
ProductTierId | string | The product tier ID | |
ServiceId | string | The service ID |
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
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
func (o *CreateSubscriptionRequestRequest2) GetProductTierId() string
GetProductTierId returns the ProductTierId field if non-nil, zero value otherwise.
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.
func (o *CreateSubscriptionRequestRequest2) SetProductTierId(v string)
SetProductTierId sets ProductTierId field to given value.
func (o *CreateSubscriptionRequestRequest2) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
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.
func (o *CreateSubscriptionRequestRequest2) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.