Name | Type | Description | Notes |
---|---|---|---|
ReturnedCartItems | Pointer to []ReturnedCartItem | List of cart items to be returned. |
func (o *NewReturn) GetReturnedCartItems() []ReturnedCartItem
GetReturnedCartItems returns the ReturnedCartItems field if non-nil, zero value otherwise.
func (o *NewReturn) GetReturnedCartItemsOk() ([]ReturnedCartItem, bool)
GetReturnedCartItemsOk returns a tuple with the ReturnedCartItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewReturn) HasReturnedCartItems() bool
HasReturnedCartItems returns a boolean if a field has been set.
func (o *NewReturn) SetReturnedCartItems(v []ReturnedCartItem)
SetReturnedCartItems gets a reference to the given []ReturnedCartItem and assigns it to the ReturnedCartItems field.