| Name | Type | Description | Notes |
|---|---|---|---|
| CartsCount | Pointer to int32 | [optional] | |
| Carts | Pointer to []AccountCartList200ResponseResultCartsInner | [optional] |
func NewAccountCartList200ResponseResult() *AccountCartList200ResponseResult
NewAccountCartList200ResponseResult instantiates a new AccountCartList200ResponseResult 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 NewAccountCartList200ResponseResultWithDefaults() *AccountCartList200ResponseResult
NewAccountCartList200ResponseResultWithDefaults instantiates a new AccountCartList200ResponseResult 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 *AccountCartList200ResponseResult) GetCartsCount() int32
GetCartsCount returns the CartsCount field if non-nil, zero value otherwise.
func (o *AccountCartList200ResponseResult) GetCartsCountOk() (*int32, bool)
GetCartsCountOk returns a tuple with the CartsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountCartList200ResponseResult) SetCartsCount(v int32)
SetCartsCount sets CartsCount field to given value.
func (o *AccountCartList200ResponseResult) HasCartsCount() bool
HasCartsCount returns a boolean if a field has been set.
func (o *AccountCartList200ResponseResult) GetCarts() []AccountCartList200ResponseResultCartsInner
GetCarts returns the Carts field if non-nil, zero value otherwise.
func (o *AccountCartList200ResponseResult) GetCartsOk() (*[]AccountCartList200ResponseResultCartsInner, bool)
GetCartsOk returns a tuple with the Carts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountCartList200ResponseResult) SetCarts(v []AccountCartList200ResponseResultCartsInner)
SetCarts sets Carts field to given value.
func (o *AccountCartList200ResponseResult) HasCarts() bool
HasCarts returns a boolean if a field has been set.