Skip to content

Files

Latest commit

b933560 · Feb 28, 2025

History

History
160 lines (87 loc) · 4.59 KB

ShoppingCartDetail.md

File metadata and controls

160 lines (87 loc) · 4.59 KB

ShoppingCartDetail

Properties

Name Type Description Notes
ShoppingCart Pointer to ShoppingCart [optional]
Audit Pointer to Audit [optional]
Owner Pointer to Person [optional]
SharedWith Pointer to []Person [optional]
ShoppingCartGroups Pointer to []ShoppingCartGroupDetail [optional]

Methods

NewShoppingCartDetail

func NewShoppingCartDetail() *ShoppingCartDetail

NewShoppingCartDetail instantiates a new ShoppingCartDetail 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

NewShoppingCartDetailWithDefaults

func NewShoppingCartDetailWithDefaults() *ShoppingCartDetail

NewShoppingCartDetailWithDefaults instantiates a new ShoppingCartDetail 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

GetShoppingCart

func (o *ShoppingCartDetail) GetShoppingCart() ShoppingCart

GetShoppingCart returns the ShoppingCart field if non-nil, zero value otherwise.

GetShoppingCartOk

func (o *ShoppingCartDetail) GetShoppingCartOk() (*ShoppingCart, bool)

GetShoppingCartOk returns a tuple with the ShoppingCart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetShoppingCart

func (o *ShoppingCartDetail) SetShoppingCart(v ShoppingCart)

SetShoppingCart sets ShoppingCart field to given value.

HasShoppingCart

func (o *ShoppingCartDetail) HasShoppingCart() bool

HasShoppingCart returns a boolean if a field has been set.

GetAudit

func (o *ShoppingCartDetail) GetAudit() Audit

GetAudit returns the Audit field if non-nil, zero value otherwise.

GetAuditOk

func (o *ShoppingCartDetail) GetAuditOk() (*Audit, bool)

GetAuditOk returns a tuple with the Audit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAudit

func (o *ShoppingCartDetail) SetAudit(v Audit)

SetAudit sets Audit field to given value.

HasAudit

func (o *ShoppingCartDetail) HasAudit() bool

HasAudit returns a boolean if a field has been set.

GetOwner

func (o *ShoppingCartDetail) GetOwner() Person

GetOwner returns the Owner field if non-nil, zero value otherwise.

GetOwnerOk

func (o *ShoppingCartDetail) GetOwnerOk() (*Person, bool)

GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOwner

func (o *ShoppingCartDetail) SetOwner(v Person)

SetOwner sets Owner field to given value.

HasOwner

func (o *ShoppingCartDetail) HasOwner() bool

HasOwner returns a boolean if a field has been set.

GetSharedWith

func (o *ShoppingCartDetail) GetSharedWith() []Person

GetSharedWith returns the SharedWith field if non-nil, zero value otherwise.

GetSharedWithOk

func (o *ShoppingCartDetail) GetSharedWithOk() (*[]Person, bool)

GetSharedWithOk returns a tuple with the SharedWith field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSharedWith

func (o *ShoppingCartDetail) SetSharedWith(v []Person)

SetSharedWith sets SharedWith field to given value.

HasSharedWith

func (o *ShoppingCartDetail) HasSharedWith() bool

HasSharedWith returns a boolean if a field has been set.

GetShoppingCartGroups

func (o *ShoppingCartDetail) GetShoppingCartGroups() []ShoppingCartGroupDetail

GetShoppingCartGroups returns the ShoppingCartGroups field if non-nil, zero value otherwise.

GetShoppingCartGroupsOk

func (o *ShoppingCartDetail) GetShoppingCartGroupsOk() (*[]ShoppingCartGroupDetail, bool)

GetShoppingCartGroupsOk returns a tuple with the ShoppingCartGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetShoppingCartGroups

func (o *ShoppingCartDetail) SetShoppingCartGroups(v []ShoppingCartGroupDetail)

SetShoppingCartGroups sets ShoppingCartGroups field to given value.

HasShoppingCartGroups

func (o *ShoppingCartDetail) HasShoppingCartGroups() bool

HasShoppingCartGroups returns a boolean if a field has been set.

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