Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.19 KB

NewReturn.md

File metadata and controls

39 lines (20 loc) · 1.19 KB

NewReturn

Properties

Name Type Description Notes
ReturnedCartItems Pointer to []ReturnedCartItem List of cart items to be returned.

Methods

GetReturnedCartItems

func (o *NewReturn) GetReturnedCartItems() []ReturnedCartItem

GetReturnedCartItems returns the ReturnedCartItems field if non-nil, zero value otherwise.

GetReturnedCartItemsOk

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.

HasReturnedCartItems

func (o *NewReturn) HasReturnedCartItems() bool

HasReturnedCartItems returns a boolean if a field has been set.

SetReturnedCartItems

func (o *NewReturn) SetReturnedCartItems(v []ReturnedCartItem)

SetReturnedCartItems gets a reference to the given []ReturnedCartItem and assigns it to the ReturnedCartItems field.

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