| Name | Type | Description | Notes |
|---|---|---|---|
| PriceId | Pointer to NullableString | [optional] | |
| ProductId | Pointer to NullableString | [optional] |
func NewListActiveSubParams() *ListActiveSubParams
NewListActiveSubParams instantiates a new ListActiveSubParams 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 NewListActiveSubParamsWithDefaults() *ListActiveSubParams
NewListActiveSubParamsWithDefaults instantiates a new ListActiveSubParams 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 *ListActiveSubParams) GetPriceId() string
GetPriceId returns the PriceId field if non-nil, zero value otherwise.
func (o *ListActiveSubParams) GetPriceIdOk() (*string, bool)
GetPriceIdOk returns a tuple with the PriceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListActiveSubParams) SetPriceId(v string)
SetPriceId sets PriceId field to given value.
func (o *ListActiveSubParams) HasPriceId() bool
HasPriceId returns a boolean if a field has been set.
func (o *ListActiveSubParams) SetPriceIdNil(b bool)
SetPriceIdNil sets the value for PriceId to be an explicit nil
func (o *ListActiveSubParams) UnsetPriceId()
UnsetPriceId ensures that no value is present for PriceId, not even an explicit nil
func (o *ListActiveSubParams) GetProductId() string
GetProductId returns the ProductId field if non-nil, zero value otherwise.
func (o *ListActiveSubParams) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListActiveSubParams) SetProductId(v string)
SetProductId sets ProductId field to given value.
func (o *ListActiveSubParams) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (o *ListActiveSubParams) SetProductIdNil(b bool)
SetProductIdNil sets the value for ProductId to be an explicit nil
func (o *ListActiveSubParams) UnsetProductId()
UnsetProductId ensures that no value is present for ProductId, not even an explicit nil