| Name | Type | Description | Notes |
|---|---|---|---|
| ReturnCode | Pointer to NullableInt32 | [optional] | |
| ReturnMessage | Pointer to NullableString | [optional] | |
| Pagination | Pointer to NullablePagination | [optional] | |
| Result | Pointer to NullableResponseCartScriptListResult | [optional] | |
| AdditionalFields | Pointer to map[string]interface{} | [optional] | |
| CustomFields | Pointer to map[string]interface{} | [optional] |
func NewModelResponseCartScriptList() *ModelResponseCartScriptList
NewModelResponseCartScriptList instantiates a new ModelResponseCartScriptList 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 NewModelResponseCartScriptListWithDefaults() *ModelResponseCartScriptList
NewModelResponseCartScriptListWithDefaults instantiates a new ModelResponseCartScriptList 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 *ModelResponseCartScriptList) GetReturnCode() int32
GetReturnCode returns the ReturnCode field if non-nil, zero value otherwise.
func (o *ModelResponseCartScriptList) GetReturnCodeOk() (*int32, bool)
GetReturnCodeOk returns a tuple with the ReturnCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelResponseCartScriptList) SetReturnCode(v int32)
SetReturnCode sets ReturnCode field to given value.
func (o *ModelResponseCartScriptList) HasReturnCode() bool
HasReturnCode returns a boolean if a field has been set.
func (o *ModelResponseCartScriptList) SetReturnCodeNil(b bool)
SetReturnCodeNil sets the value for ReturnCode to be an explicit nil
func (o *ModelResponseCartScriptList) UnsetReturnCode()
UnsetReturnCode ensures that no value is present for ReturnCode, not even an explicit nil
func (o *ModelResponseCartScriptList) GetReturnMessage() string
GetReturnMessage returns the ReturnMessage field if non-nil, zero value otherwise.
func (o *ModelResponseCartScriptList) GetReturnMessageOk() (*string, bool)
GetReturnMessageOk returns a tuple with the ReturnMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelResponseCartScriptList) SetReturnMessage(v string)
SetReturnMessage sets ReturnMessage field to given value.
func (o *ModelResponseCartScriptList) HasReturnMessage() bool
HasReturnMessage returns a boolean if a field has been set.
func (o *ModelResponseCartScriptList) SetReturnMessageNil(b bool)
SetReturnMessageNil sets the value for ReturnMessage to be an explicit nil
func (o *ModelResponseCartScriptList) UnsetReturnMessage()
UnsetReturnMessage ensures that no value is present for ReturnMessage, not even an explicit nil
func (o *ModelResponseCartScriptList) GetPagination() Pagination
GetPagination returns the Pagination field if non-nil, zero value otherwise.
func (o *ModelResponseCartScriptList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelResponseCartScriptList) SetPagination(v Pagination)
SetPagination sets Pagination field to given value.
func (o *ModelResponseCartScriptList) HasPagination() bool
HasPagination returns a boolean if a field has been set.
func (o *ModelResponseCartScriptList) SetPaginationNil(b bool)
SetPaginationNil sets the value for Pagination to be an explicit nil
func (o *ModelResponseCartScriptList) UnsetPagination()
UnsetPagination ensures that no value is present for Pagination, not even an explicit nil
func (o *ModelResponseCartScriptList) GetResult() ResponseCartScriptListResult
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *ModelResponseCartScriptList) GetResultOk() (*ResponseCartScriptListResult, bool)
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelResponseCartScriptList) SetResult(v ResponseCartScriptListResult)
SetResult sets Result field to given value.
func (o *ModelResponseCartScriptList) HasResult() bool
HasResult returns a boolean if a field has been set.
func (o *ModelResponseCartScriptList) SetResultNil(b bool)
SetResultNil sets the value for Result to be an explicit nil
func (o *ModelResponseCartScriptList) UnsetResult()
UnsetResult ensures that no value is present for Result, not even an explicit nil
func (o *ModelResponseCartScriptList) GetAdditionalFields() map[string]interface{}
GetAdditionalFields returns the AdditionalFields field if non-nil, zero value otherwise.
func (o *ModelResponseCartScriptList) GetAdditionalFieldsOk() (*map[string]interface{}, bool)
GetAdditionalFieldsOk returns a tuple with the AdditionalFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelResponseCartScriptList) SetAdditionalFields(v map[string]interface{})
SetAdditionalFields sets AdditionalFields field to given value.
func (o *ModelResponseCartScriptList) HasAdditionalFields() bool
HasAdditionalFields returns a boolean if a field has been set.
func (o *ModelResponseCartScriptList) SetAdditionalFieldsNil(b bool)
SetAdditionalFieldsNil sets the value for AdditionalFields to be an explicit nil
func (o *ModelResponseCartScriptList) UnsetAdditionalFields()
UnsetAdditionalFields ensures that no value is present for AdditionalFields, not even an explicit nil
func (o *ModelResponseCartScriptList) GetCustomFields() map[string]interface{}
GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
func (o *ModelResponseCartScriptList) GetCustomFieldsOk() (*map[string]interface{}, bool)
GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelResponseCartScriptList) SetCustomFields(v map[string]interface{})
SetCustomFields sets CustomFields field to given value.
func (o *ModelResponseCartScriptList) HasCustomFields() bool
HasCustomFields returns a boolean if a field has been set.
func (o *ModelResponseCartScriptList) SetCustomFieldsNil(b bool)
SetCustomFieldsNil sets the value for CustomFields to be an explicit nil
func (o *ModelResponseCartScriptList) UnsetCustomFields()
UnsetCustomFields ensures that no value is present for CustomFields, not even an explicit nil