Skip to content

Latest commit

 

History

History
246 lines (137 loc) · 7.78 KB

File metadata and controls

246 lines (137 loc) · 7.78 KB

ModelResponseCartScriptList

Properties

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]

Methods

NewModelResponseCartScriptList

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

NewModelResponseCartScriptListWithDefaults

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

GetReturnCode

func (o *ModelResponseCartScriptList) GetReturnCode() int32

GetReturnCode returns the ReturnCode field if non-nil, zero value otherwise.

GetReturnCodeOk

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.

SetReturnCode

func (o *ModelResponseCartScriptList) SetReturnCode(v int32)

SetReturnCode sets ReturnCode field to given value.

HasReturnCode

func (o *ModelResponseCartScriptList) HasReturnCode() bool

HasReturnCode returns a boolean if a field has been set.

SetReturnCodeNil

func (o *ModelResponseCartScriptList) SetReturnCodeNil(b bool)

SetReturnCodeNil sets the value for ReturnCode to be an explicit nil

UnsetReturnCode

func (o *ModelResponseCartScriptList) UnsetReturnCode()

UnsetReturnCode ensures that no value is present for ReturnCode, not even an explicit nil

GetReturnMessage

func (o *ModelResponseCartScriptList) GetReturnMessage() string

GetReturnMessage returns the ReturnMessage field if non-nil, zero value otherwise.

GetReturnMessageOk

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.

SetReturnMessage

func (o *ModelResponseCartScriptList) SetReturnMessage(v string)

SetReturnMessage sets ReturnMessage field to given value.

HasReturnMessage

func (o *ModelResponseCartScriptList) HasReturnMessage() bool

HasReturnMessage returns a boolean if a field has been set.

SetReturnMessageNil

func (o *ModelResponseCartScriptList) SetReturnMessageNil(b bool)

SetReturnMessageNil sets the value for ReturnMessage to be an explicit nil

UnsetReturnMessage

func (o *ModelResponseCartScriptList) UnsetReturnMessage()

UnsetReturnMessage ensures that no value is present for ReturnMessage, not even an explicit nil

GetPagination

func (o *ModelResponseCartScriptList) GetPagination() Pagination

GetPagination returns the Pagination field if non-nil, zero value otherwise.

GetPaginationOk

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.

SetPagination

func (o *ModelResponseCartScriptList) SetPagination(v Pagination)

SetPagination sets Pagination field to given value.

HasPagination

func (o *ModelResponseCartScriptList) HasPagination() bool

HasPagination returns a boolean if a field has been set.

SetPaginationNil

func (o *ModelResponseCartScriptList) SetPaginationNil(b bool)

SetPaginationNil sets the value for Pagination to be an explicit nil

UnsetPagination

func (o *ModelResponseCartScriptList) UnsetPagination()

UnsetPagination ensures that no value is present for Pagination, not even an explicit nil

GetResult

func (o *ModelResponseCartScriptList) GetResult() ResponseCartScriptListResult

GetResult returns the Result field if non-nil, zero value otherwise.

GetResultOk

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.

SetResult

func (o *ModelResponseCartScriptList) SetResult(v ResponseCartScriptListResult)

SetResult sets Result field to given value.

HasResult

func (o *ModelResponseCartScriptList) HasResult() bool

HasResult returns a boolean if a field has been set.

SetResultNil

func (o *ModelResponseCartScriptList) SetResultNil(b bool)

SetResultNil sets the value for Result to be an explicit nil

UnsetResult

func (o *ModelResponseCartScriptList) UnsetResult()

UnsetResult ensures that no value is present for Result, not even an explicit nil

GetAdditionalFields

func (o *ModelResponseCartScriptList) GetAdditionalFields() map[string]interface{}

GetAdditionalFields returns the AdditionalFields field if non-nil, zero value otherwise.

GetAdditionalFieldsOk

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.

SetAdditionalFields

func (o *ModelResponseCartScriptList) SetAdditionalFields(v map[string]interface{})

SetAdditionalFields sets AdditionalFields field to given value.

HasAdditionalFields

func (o *ModelResponseCartScriptList) HasAdditionalFields() bool

HasAdditionalFields returns a boolean if a field has been set.

SetAdditionalFieldsNil

func (o *ModelResponseCartScriptList) SetAdditionalFieldsNil(b bool)

SetAdditionalFieldsNil sets the value for AdditionalFields to be an explicit nil

UnsetAdditionalFields

func (o *ModelResponseCartScriptList) UnsetAdditionalFields()

UnsetAdditionalFields ensures that no value is present for AdditionalFields, not even an explicit nil

GetCustomFields

func (o *ModelResponseCartScriptList) GetCustomFields() map[string]interface{}

GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.

GetCustomFieldsOk

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.

SetCustomFields

func (o *ModelResponseCartScriptList) SetCustomFields(v map[string]interface{})

SetCustomFields sets CustomFields field to given value.

HasCustomFields

func (o *ModelResponseCartScriptList) HasCustomFields() bool

HasCustomFields returns a boolean if a field has been set.

SetCustomFieldsNil

func (o *ModelResponseCartScriptList) SetCustomFieldsNil(b bool)

SetCustomFieldsNil sets the value for CustomFields to be an explicit nil

UnsetCustomFields

func (o *ModelResponseCartScriptList) UnsetCustomFields()

UnsetCustomFields ensures that no value is present for CustomFields, not even an explicit nil

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