Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 2.9 KB

File metadata and controls

102 lines (57 loc) · 2.9 KB

ListActiveSubParams

Properties

Name Type Description Notes
PriceId Pointer to NullableString [optional]
ProductId Pointer to NullableString [optional]

Methods

NewListActiveSubParams

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

NewListActiveSubParamsWithDefaults

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

GetPriceId

func (o *ListActiveSubParams) GetPriceId() string

GetPriceId returns the PriceId field if non-nil, zero value otherwise.

GetPriceIdOk

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.

SetPriceId

func (o *ListActiveSubParams) SetPriceId(v string)

SetPriceId sets PriceId field to given value.

HasPriceId

func (o *ListActiveSubParams) HasPriceId() bool

HasPriceId returns a boolean if a field has been set.

SetPriceIdNil

func (o *ListActiveSubParams) SetPriceIdNil(b bool)

SetPriceIdNil sets the value for PriceId to be an explicit nil

UnsetPriceId

func (o *ListActiveSubParams) UnsetPriceId()

UnsetPriceId ensures that no value is present for PriceId, not even an explicit nil

GetProductId

func (o *ListActiveSubParams) GetProductId() string

GetProductId returns the ProductId field if non-nil, zero value otherwise.

GetProductIdOk

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.

SetProductId

func (o *ListActiveSubParams) SetProductId(v string)

SetProductId sets ProductId field to given value.

HasProductId

func (o *ListActiveSubParams) HasProductId() bool

HasProductId returns a boolean if a field has been set.

SetProductIdNil

func (o *ListActiveSubParams) SetProductIdNil(b bool)

SetProductIdNil sets the value for ProductId to be an explicit nil

UnsetProductId

func (o *ListActiveSubParams) UnsetProductId()

UnsetProductId ensures that no value is present for ProductId, not even an explicit nil

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