Name | Type | Description | Notes |
---|---|---|---|
OwnerIds | Pointer to []string | [optional] | |
SharedWithIds | Pointer to []string | [optional] | |
PersonIds | Pointer to []string | [optional] |
func NewShoppingCartSearch() *ShoppingCartSearch
NewShoppingCartSearch instantiates a new ShoppingCartSearch 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 NewShoppingCartSearchWithDefaults() *ShoppingCartSearch
NewShoppingCartSearchWithDefaults instantiates a new ShoppingCartSearch 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 *ShoppingCartSearch) GetOwnerIds() []string
GetOwnerIds returns the OwnerIds field if non-nil, zero value otherwise.
func (o *ShoppingCartSearch) GetOwnerIdsOk() (*[]string, bool)
GetOwnerIdsOk returns a tuple with the OwnerIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShoppingCartSearch) SetOwnerIds(v []string)
SetOwnerIds sets OwnerIds field to given value.
func (o *ShoppingCartSearch) HasOwnerIds() bool
HasOwnerIds returns a boolean if a field has been set.
func (o *ShoppingCartSearch) GetSharedWithIds() []string
GetSharedWithIds returns the SharedWithIds field if non-nil, zero value otherwise.
func (o *ShoppingCartSearch) GetSharedWithIdsOk() (*[]string, bool)
GetSharedWithIdsOk returns a tuple with the SharedWithIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShoppingCartSearch) SetSharedWithIds(v []string)
SetSharedWithIds sets SharedWithIds field to given value.
func (o *ShoppingCartSearch) HasSharedWithIds() bool
HasSharedWithIds returns a boolean if a field has been set.
func (o *ShoppingCartSearch) GetPersonIds() []string
GetPersonIds returns the PersonIds field if non-nil, zero value otherwise.
func (o *ShoppingCartSearch) GetPersonIdsOk() (*[]string, bool)
GetPersonIdsOk returns a tuple with the PersonIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ShoppingCartSearch) SetPersonIds(v []string)
SetPersonIds sets PersonIds field to given value.
func (o *ShoppingCartSearch) HasPersonIds() bool
HasPersonIds returns a boolean if a field has been set.