Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccountsRequest
- func (o *AccountsRequest) GetAccounts() []AccountsRequestAccountsInner
- func (o *AccountsRequest) GetAccountsOk() ([]AccountsRequestAccountsInner, bool)
- func (o *AccountsRequest) GetAction() string
- func (o *AccountsRequest) GetActionOk() (*string, bool)
- func (o *AccountsRequest) GetId() string
- func (o *AccountsRequest) GetIdOk() (*string, bool)
- func (o *AccountsRequest) GetObject() string
- func (o *AccountsRequest) GetObjectOk() (*string, bool)
- func (o *AccountsRequest) HasAccounts() bool
- func (o *AccountsRequest) HasAction() bool
- func (o *AccountsRequest) HasId() bool
- func (o *AccountsRequest) HasObject() bool
- func (o AccountsRequest) MarshalJSON() ([]byte, error)
- func (o *AccountsRequest) SetAccounts(v []AccountsRequestAccountsInner)
- func (o *AccountsRequest) SetAction(v string)
- func (o *AccountsRequest) SetId(v string)
- func (o *AccountsRequest) SetObject(v string)
- func (o AccountsRequest) ToMap() (map[string]interface{}, error)
- type AccountsRequestAccountsInner
- func (o *AccountsRequestAccountsInner) GetData() string
- func (o *AccountsRequestAccountsInner) GetDataOk() (*string, bool)
- func (o *AccountsRequestAccountsInner) HasData() bool
- func (o AccountsRequestAccountsInner) MarshalJSON() ([]byte, error)
- func (o *AccountsRequestAccountsInner) SetData(v string)
- func (o AccountsRequestAccountsInner) ToMap() (map[string]interface{}, error)
- type ApiAccountsRequest
- func (r ApiAccountsRequest) AccountsRequest(accountsRequest AccountsRequest) ApiAccountsRequest
- func (r ApiAccountsRequest) Execute() (*http.Response, error)
- func (r ApiAccountsRequest) Signature(signature string) ApiAccountsRequest
- func (r ApiAccountsRequest) SignatureTime(signatureTime string) ApiAccountsRequest
- type ApiDeliveryOrdersRequest
- type ApiProductsRequest
- type ApiSalesOrdersRequest
- type ApiUpdateStockLevelRequest
- func (r ApiUpdateStockLevelRequest) Execute() (*UpdateStockLevel200Response, *http.Response, error)
- func (r ApiUpdateStockLevelRequest) Signature(signature string) ApiUpdateStockLevelRequest
- func (r ApiUpdateStockLevelRequest) SignatureTime(signatureTime string) ApiUpdateStockLevelRequest
- func (r ApiUpdateStockLevelRequest) UpdateStockLevelRequest(updateStockLevelRequest UpdateStockLevelRequest) ApiUpdateStockLevelRequest
- type BasicAuth
- type Configuration
- type DefaultAPIService
- func (a *DefaultAPIService) Accounts(ctx context.Context) ApiAccountsRequest
- func (a *DefaultAPIService) AccountsExecute(r ApiAccountsRequest) (*http.Response, error)
- func (a *DefaultAPIService) DeliveryOrders(ctx context.Context) ApiDeliveryOrdersRequest
- func (a *DefaultAPIService) DeliveryOrdersExecute(r ApiDeliveryOrdersRequest) (*http.Response, error)
- func (a *DefaultAPIService) Products(ctx context.Context) ApiProductsRequest
- func (a *DefaultAPIService) ProductsExecute(r ApiProductsRequest) (*http.Response, error)
- func (a *DefaultAPIService) SalesOrders(ctx context.Context) ApiSalesOrdersRequest
- func (a *DefaultAPIService) SalesOrdersExecute(r ApiSalesOrdersRequest) (*http.Response, error)
- type DeliveryOrdersRequest
- func (o *DeliveryOrdersRequest) GetAction() string
- func (o *DeliveryOrdersRequest) GetActionOk() (*string, bool)
- func (o *DeliveryOrdersRequest) GetDeliveryOrders() []DeliveryOrdersRequestDeliveryOrdersInner
- func (o *DeliveryOrdersRequest) GetDeliveryOrdersOk() ([]DeliveryOrdersRequestDeliveryOrdersInner, bool)
- func (o *DeliveryOrdersRequest) GetId() string
- func (o *DeliveryOrdersRequest) GetIdOk() (*string, bool)
- func (o *DeliveryOrdersRequest) GetObject() string
- func (o *DeliveryOrdersRequest) GetObjectOk() (*string, bool)
- func (o *DeliveryOrdersRequest) HasAction() bool
- func (o *DeliveryOrdersRequest) HasDeliveryOrders() bool
- func (o *DeliveryOrdersRequest) HasId() bool
- func (o *DeliveryOrdersRequest) HasObject() bool
- func (o DeliveryOrdersRequest) MarshalJSON() ([]byte, error)
- func (o *DeliveryOrdersRequest) SetAction(v string)
- func (o *DeliveryOrdersRequest) SetDeliveryOrders(v []DeliveryOrdersRequestDeliveryOrdersInner)
- func (o *DeliveryOrdersRequest) SetId(v string)
- func (o *DeliveryOrdersRequest) SetObject(v string)
- func (o DeliveryOrdersRequest) ToMap() (map[string]interface{}, error)
- type DeliveryOrdersRequestDeliveryOrdersInner
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetChannelId() string
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetChannelIdOk() (*string, bool)
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetChannelSalesOrderId() string
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetChannelSalesOrderIdOk() (*string, bool)
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetDate() float32
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetDateOk() (*float32, bool)
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetId() string
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetIdOk() (*string, bool)
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetSalesOrderId() string
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetSalesOrderIdOk() (*string, bool)
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) HasChannelId() bool
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) HasChannelSalesOrderId() bool
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) HasDate() bool
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) HasId() bool
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) HasSalesOrderId() bool
- func (o DeliveryOrdersRequestDeliveryOrdersInner) MarshalJSON() ([]byte, error)
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) SetChannelId(v string)
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) SetChannelSalesOrderId(v string)
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) SetDate(v float32)
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) SetId(v string)
- func (o *DeliveryOrdersRequestDeliveryOrdersInner) SetSalesOrderId(v string)
- func (o DeliveryOrdersRequestDeliveryOrdersInner) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type InventoriesAPIService
- type MappedNullable
- type NullableAccountsRequest
- func (v NullableAccountsRequest) Get() *AccountsRequest
- func (v NullableAccountsRequest) IsSet() bool
- func (v NullableAccountsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAccountsRequest) Set(val *AccountsRequest)
- func (v *NullableAccountsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAccountsRequest) Unset()
- type NullableAccountsRequestAccountsInner
- func (v NullableAccountsRequestAccountsInner) Get() *AccountsRequestAccountsInner
- func (v NullableAccountsRequestAccountsInner) IsSet() bool
- func (v NullableAccountsRequestAccountsInner) MarshalJSON() ([]byte, error)
- func (v *NullableAccountsRequestAccountsInner) Set(val *AccountsRequestAccountsInner)
- func (v *NullableAccountsRequestAccountsInner) UnmarshalJSON(src []byte) error
- func (v *NullableAccountsRequestAccountsInner) Unset()
- type NullableBool
- type NullableDeliveryOrdersRequest
- func (v NullableDeliveryOrdersRequest) Get() *DeliveryOrdersRequest
- func (v NullableDeliveryOrdersRequest) IsSet() bool
- func (v NullableDeliveryOrdersRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeliveryOrdersRequest) Set(val *DeliveryOrdersRequest)
- func (v *NullableDeliveryOrdersRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeliveryOrdersRequest) Unset()
- type NullableDeliveryOrdersRequestDeliveryOrdersInner
- func (v NullableDeliveryOrdersRequestDeliveryOrdersInner) Get() *DeliveryOrdersRequestDeliveryOrdersInner
- func (v NullableDeliveryOrdersRequestDeliveryOrdersInner) IsSet() bool
- func (v NullableDeliveryOrdersRequestDeliveryOrdersInner) MarshalJSON() ([]byte, error)
- func (v *NullableDeliveryOrdersRequestDeliveryOrdersInner) Set(val *DeliveryOrdersRequestDeliveryOrdersInner)
- func (v *NullableDeliveryOrdersRequestDeliveryOrdersInner) UnmarshalJSON(src []byte) error
- func (v *NullableDeliveryOrdersRequestDeliveryOrdersInner) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableProductsRequest
- func (v NullableProductsRequest) Get() *ProductsRequest
- func (v NullableProductsRequest) IsSet() bool
- func (v NullableProductsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableProductsRequest) Set(val *ProductsRequest)
- func (v *NullableProductsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableProductsRequest) Unset()
- type NullableProductsRequestProductsInner
- func (v NullableProductsRequestProductsInner) Get() *ProductsRequestProductsInner
- func (v NullableProductsRequestProductsInner) IsSet() bool
- func (v NullableProductsRequestProductsInner) MarshalJSON() ([]byte, error)
- func (v *NullableProductsRequestProductsInner) Set(val *ProductsRequestProductsInner)
- func (v *NullableProductsRequestProductsInner) UnmarshalJSON(src []byte) error
- func (v *NullableProductsRequestProductsInner) Unset()
- type NullableSalesOrdersRequest
- func (v NullableSalesOrdersRequest) Get() *SalesOrdersRequest
- func (v NullableSalesOrdersRequest) IsSet() bool
- func (v NullableSalesOrdersRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSalesOrdersRequest) Set(val *SalesOrdersRequest)
- func (v *NullableSalesOrdersRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSalesOrdersRequest) Unset()
- type NullableSalesOrdersRequestSalesOrdersInner
- func (v NullableSalesOrdersRequestSalesOrdersInner) Get() *SalesOrdersRequestSalesOrdersInner
- func (v NullableSalesOrdersRequestSalesOrdersInner) IsSet() bool
- func (v NullableSalesOrdersRequestSalesOrdersInner) MarshalJSON() ([]byte, error)
- func (v *NullableSalesOrdersRequestSalesOrdersInner) Set(val *SalesOrdersRequestSalesOrdersInner)
- func (v *NullableSalesOrdersRequestSalesOrdersInner) UnmarshalJSON(src []byte) error
- func (v *NullableSalesOrdersRequestSalesOrdersInner) Unset()
- type NullableString
- type NullableTime
- type NullableUpdateStockLevel200Response
- func (v NullableUpdateStockLevel200Response) Get() *UpdateStockLevel200Response
- func (v NullableUpdateStockLevel200Response) IsSet() bool
- func (v NullableUpdateStockLevel200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStockLevel200Response) Set(val *UpdateStockLevel200Response)
- func (v *NullableUpdateStockLevel200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStockLevel200Response) Unset()
- type NullableUpdateStockLevel200ResponseError
- func (v NullableUpdateStockLevel200ResponseError) Get() *UpdateStockLevel200ResponseError
- func (v NullableUpdateStockLevel200ResponseError) IsSet() bool
- func (v NullableUpdateStockLevel200ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStockLevel200ResponseError) Set(val *UpdateStockLevel200ResponseError)
- func (v *NullableUpdateStockLevel200ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStockLevel200ResponseError) Unset()
- type NullableUpdateStockLevel200ResponseResultsInner
- func (v NullableUpdateStockLevel200ResponseResultsInner) Get() *UpdateStockLevel200ResponseResultsInner
- func (v NullableUpdateStockLevel200ResponseResultsInner) IsSet() bool
- func (v NullableUpdateStockLevel200ResponseResultsInner) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStockLevel200ResponseResultsInner) Set(val *UpdateStockLevel200ResponseResultsInner)
- func (v *NullableUpdateStockLevel200ResponseResultsInner) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStockLevel200ResponseResultsInner) Unset()
- type NullableUpdateStockLevel400Response
- func (v NullableUpdateStockLevel400Response) Get() *UpdateStockLevel400Response
- func (v NullableUpdateStockLevel400Response) IsSet() bool
- func (v NullableUpdateStockLevel400Response) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStockLevel400Response) Set(val *UpdateStockLevel400Response)
- func (v *NullableUpdateStockLevel400Response) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStockLevel400Response) Unset()
- type NullableUpdateStockLevel400ResponseError
- func (v NullableUpdateStockLevel400ResponseError) Get() *UpdateStockLevel400ResponseError
- func (v NullableUpdateStockLevel400ResponseError) IsSet() bool
- func (v NullableUpdateStockLevel400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStockLevel400ResponseError) Set(val *UpdateStockLevel400ResponseError)
- func (v *NullableUpdateStockLevel400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStockLevel400ResponseError) Unset()
- type NullableUpdateStockLevel429Response
- func (v NullableUpdateStockLevel429Response) Get() *UpdateStockLevel429Response
- func (v NullableUpdateStockLevel429Response) IsSet() bool
- func (v NullableUpdateStockLevel429Response) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStockLevel429Response) Set(val *UpdateStockLevel429Response)
- func (v *NullableUpdateStockLevel429Response) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStockLevel429Response) Unset()
- type NullableUpdateStockLevel429ResponseError
- func (v NullableUpdateStockLevel429ResponseError) Get() *UpdateStockLevel429ResponseError
- func (v NullableUpdateStockLevel429ResponseError) IsSet() bool
- func (v NullableUpdateStockLevel429ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStockLevel429ResponseError) Set(val *UpdateStockLevel429ResponseError)
- func (v *NullableUpdateStockLevel429ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStockLevel429ResponseError) Unset()
- type NullableUpdateStockLevel500Response
- func (v NullableUpdateStockLevel500Response) Get() *UpdateStockLevel500Response
- func (v NullableUpdateStockLevel500Response) IsSet() bool
- func (v NullableUpdateStockLevel500Response) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStockLevel500Response) Set(val *UpdateStockLevel500Response)
- func (v *NullableUpdateStockLevel500Response) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStockLevel500Response) Unset()
- type NullableUpdateStockLevel500ResponseError
- func (v NullableUpdateStockLevel500ResponseError) Get() *UpdateStockLevel500ResponseError
- func (v NullableUpdateStockLevel500ResponseError) IsSet() bool
- func (v NullableUpdateStockLevel500ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStockLevel500ResponseError) Set(val *UpdateStockLevel500ResponseError)
- func (v *NullableUpdateStockLevel500ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStockLevel500ResponseError) Unset()
- type NullableUpdateStockLevelRequest
- func (v NullableUpdateStockLevelRequest) Get() *UpdateStockLevelRequest
- func (v NullableUpdateStockLevelRequest) IsSet() bool
- func (v NullableUpdateStockLevelRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStockLevelRequest) Set(val *UpdateStockLevelRequest)
- func (v *NullableUpdateStockLevelRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStockLevelRequest) Unset()
- type NullableUpdateStockLevelRequestRequestsInner
- func (v NullableUpdateStockLevelRequestRequestsInner) Get() *UpdateStockLevelRequestRequestsInner
- func (v NullableUpdateStockLevelRequestRequestsInner) IsSet() bool
- func (v NullableUpdateStockLevelRequestRequestsInner) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStockLevelRequestRequestsInner) Set(val *UpdateStockLevelRequestRequestsInner)
- func (v *NullableUpdateStockLevelRequestRequestsInner) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStockLevelRequestRequestsInner) Unset()
- type NullableUpdateStockLevelRequestStore
- func (v NullableUpdateStockLevelRequestStore) Get() *UpdateStockLevelRequestStore
- func (v NullableUpdateStockLevelRequestStore) IsSet() bool
- func (v NullableUpdateStockLevelRequestStore) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateStockLevelRequestStore) Set(val *UpdateStockLevelRequestStore)
- func (v *NullableUpdateStockLevelRequestStore) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateStockLevelRequestStore) Unset()
- type ProductsRequest
- func (o *ProductsRequest) GetAction() string
- func (o *ProductsRequest) GetActionOk() (*string, bool)
- func (o *ProductsRequest) GetId() string
- func (o *ProductsRequest) GetIdOk() (*string, bool)
- func (o *ProductsRequest) GetObject() string
- func (o *ProductsRequest) GetObjectOk() (*string, bool)
- func (o *ProductsRequest) GetProducts() []ProductsRequestProductsInner
- func (o *ProductsRequest) GetProductsOk() ([]ProductsRequestProductsInner, bool)
- func (o *ProductsRequest) HasAction() bool
- func (o *ProductsRequest) HasId() bool
- func (o *ProductsRequest) HasObject() bool
- func (o *ProductsRequest) HasProducts() bool
- func (o ProductsRequest) MarshalJSON() ([]byte, error)
- func (o *ProductsRequest) SetAction(v string)
- func (o *ProductsRequest) SetId(v string)
- func (o *ProductsRequest) SetObject(v string)
- func (o *ProductsRequest) SetProducts(v []ProductsRequestProductsInner)
- func (o ProductsRequest) ToMap() (map[string]interface{}, error)
- type ProductsRequestProductsInner
- func (o *ProductsRequestProductsInner) GetId() string
- func (o *ProductsRequestProductsInner) GetIdOk() (*string, bool)
- func (o *ProductsRequestProductsInner) GetName() string
- func (o *ProductsRequestProductsInner) GetNameOk() (*string, bool)
- func (o *ProductsRequestProductsInner) HasId() bool
- func (o *ProductsRequestProductsInner) HasName() bool
- func (o ProductsRequestProductsInner) MarshalJSON() ([]byte, error)
- func (o *ProductsRequestProductsInner) SetId(v string)
- func (o *ProductsRequestProductsInner) SetName(v string)
- func (o ProductsRequestProductsInner) ToMap() (map[string]interface{}, error)
- type SalesOrdersRequest
- func (o *SalesOrdersRequest) GetAction() string
- func (o *SalesOrdersRequest) GetActionOk() (*string, bool)
- func (o *SalesOrdersRequest) GetId() string
- func (o *SalesOrdersRequest) GetIdOk() (*string, bool)
- func (o *SalesOrdersRequest) GetObject() string
- func (o *SalesOrdersRequest) GetObjectOk() (*string, bool)
- func (o *SalesOrdersRequest) GetSalesOrders() []SalesOrdersRequestSalesOrdersInner
- func (o *SalesOrdersRequest) GetSalesOrdersOk() ([]SalesOrdersRequestSalesOrdersInner, bool)
- func (o *SalesOrdersRequest) HasAction() bool
- func (o *SalesOrdersRequest) HasId() bool
- func (o *SalesOrdersRequest) HasObject() bool
- func (o *SalesOrdersRequest) HasSalesOrders() bool
- func (o SalesOrdersRequest) MarshalJSON() ([]byte, error)
- func (o *SalesOrdersRequest) SetAction(v string)
- func (o *SalesOrdersRequest) SetId(v string)
- func (o *SalesOrdersRequest) SetObject(v string)
- func (o *SalesOrdersRequest) SetSalesOrders(v []SalesOrdersRequestSalesOrdersInner)
- func (o SalesOrdersRequest) ToMap() (map[string]interface{}, error)
- type SalesOrdersRequestSalesOrdersInner
- func (o *SalesOrdersRequestSalesOrdersInner) GetChannelId() string
- func (o *SalesOrdersRequestSalesOrdersInner) GetChannelIdOk() (*string, bool)
- func (o *SalesOrdersRequestSalesOrdersInner) GetDate() float32
- func (o *SalesOrdersRequestSalesOrdersInner) GetDateOk() (*float32, bool)
- func (o *SalesOrdersRequestSalesOrdersInner) GetId() string
- func (o *SalesOrdersRequestSalesOrdersInner) GetIdOk() (*string, bool)
- func (o *SalesOrdersRequestSalesOrdersInner) HasChannelId() bool
- func (o *SalesOrdersRequestSalesOrdersInner) HasDate() bool
- func (o *SalesOrdersRequestSalesOrdersInner) HasId() bool
- func (o SalesOrdersRequestSalesOrdersInner) MarshalJSON() ([]byte, error)
- func (o *SalesOrdersRequestSalesOrdersInner) SetChannelId(v string)
- func (o *SalesOrdersRequestSalesOrdersInner) SetDate(v float32)
- func (o *SalesOrdersRequestSalesOrdersInner) SetId(v string)
- func (o SalesOrdersRequestSalesOrdersInner) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type UpdateStockLevel200Response
- func (o *UpdateStockLevel200Response) GetError() UpdateStockLevel200ResponseError
- func (o *UpdateStockLevel200Response) GetErrorOk() (*UpdateStockLevel200ResponseError, bool)
- func (o *UpdateStockLevel200Response) GetId() string
- func (o *UpdateStockLevel200Response) GetIdOk() (*string, bool)
- func (o *UpdateStockLevel200Response) GetMessage() string
- func (o *UpdateStockLevel200Response) GetMessageOk() (*string, bool)
- func (o *UpdateStockLevel200Response) GetResults() []UpdateStockLevel200ResponseResultsInner
- func (o *UpdateStockLevel200Response) GetResultsOk() ([]UpdateStockLevel200ResponseResultsInner, bool)
- func (o *UpdateStockLevel200Response) GetStatus() string
- func (o *UpdateStockLevel200Response) GetStatusOk() (*string, bool)
- func (o *UpdateStockLevel200Response) GetStore() UpdateStockLevelRequestStore
- func (o *UpdateStockLevel200Response) GetStoreOk() (*UpdateStockLevelRequestStore, bool)
- func (o *UpdateStockLevel200Response) GetSuccess() bool
- func (o *UpdateStockLevel200Response) GetSuccessOk() (*bool, bool)
- func (o *UpdateStockLevel200Response) GetTimestamp() float32
- func (o *UpdateStockLevel200Response) GetTimestampOk() (*float32, bool)
- func (o *UpdateStockLevel200Response) HasError() bool
- func (o *UpdateStockLevel200Response) HasId() bool
- func (o *UpdateStockLevel200Response) HasMessage() bool
- func (o *UpdateStockLevel200Response) HasResults() bool
- func (o *UpdateStockLevel200Response) HasStatus() bool
- func (o *UpdateStockLevel200Response) HasStore() bool
- func (o *UpdateStockLevel200Response) HasSuccess() bool
- func (o *UpdateStockLevel200Response) HasTimestamp() bool
- func (o UpdateStockLevel200Response) MarshalJSON() ([]byte, error)
- func (o *UpdateStockLevel200Response) SetError(v UpdateStockLevel200ResponseError)
- func (o *UpdateStockLevel200Response) SetId(v string)
- func (o *UpdateStockLevel200Response) SetMessage(v string)
- func (o *UpdateStockLevel200Response) SetResults(v []UpdateStockLevel200ResponseResultsInner)
- func (o *UpdateStockLevel200Response) SetStatus(v string)
- func (o *UpdateStockLevel200Response) SetStore(v UpdateStockLevelRequestStore)
- func (o *UpdateStockLevel200Response) SetSuccess(v bool)
- func (o *UpdateStockLevel200Response) SetTimestamp(v float32)
- func (o UpdateStockLevel200Response) ToMap() (map[string]interface{}, error)
- type UpdateStockLevel200ResponseError
- func (o *UpdateStockLevel200ResponseError) GetCode() string
- func (o *UpdateStockLevel200ResponseError) GetCodeOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseError) GetMessage() string
- func (o *UpdateStockLevel200ResponseError) GetMessageOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseError) HasCode() bool
- func (o *UpdateStockLevel200ResponseError) HasMessage() bool
- func (o UpdateStockLevel200ResponseError) MarshalJSON() ([]byte, error)
- func (o *UpdateStockLevel200ResponseError) SetCode(v string)
- func (o *UpdateStockLevel200ResponseError) SetMessage(v string)
- func (o UpdateStockLevel200ResponseError) ToMap() (map[string]interface{}, error)
- type UpdateStockLevel200ResponseResultsInner
- func (o *UpdateStockLevel200ResponseResultsInner) GetChannelLocationCode() string
- func (o *UpdateStockLevel200ResponseResultsInner) GetChannelLocationCodeOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) GetChannelLocationId() string
- func (o *UpdateStockLevel200ResponseResultsInner) GetChannelLocationIdOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) GetChannelProductId() string
- func (o *UpdateStockLevel200ResponseResultsInner) GetChannelProductIdOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) GetChannelProductVariantId() string
- func (o *UpdateStockLevel200ResponseResultsInner) GetChannelProductVariantIdOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) GetChannelProductVariantSku() string
- func (o *UpdateStockLevel200ResponseResultsInner) GetChannelProductVariantSkuOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) GetLocationCode() string
- func (o *UpdateStockLevel200ResponseResultsInner) GetLocationCodeOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) GetLocationId() string
- func (o *UpdateStockLevel200ResponseResultsInner) GetLocationIdOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) GetMessage() string
- func (o *UpdateStockLevel200ResponseResultsInner) GetMessageOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) GetProductId() string
- func (o *UpdateStockLevel200ResponseResultsInner) GetProductIdOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) GetProductVariantId() string
- func (o *UpdateStockLevel200ResponseResultsInner) GetProductVariantIdOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) GetProductVariantSku() string
- func (o *UpdateStockLevel200ResponseResultsInner) GetProductVariantSkuOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) GetStatus() string
- func (o *UpdateStockLevel200ResponseResultsInner) GetStatusOk() (*string, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) GetSuccess() bool
- func (o *UpdateStockLevel200ResponseResultsInner) GetSuccessOk() (*bool, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) GetTimestamp() float32
- func (o *UpdateStockLevel200ResponseResultsInner) GetTimestampOk() (*float32, bool)
- func (o *UpdateStockLevel200ResponseResultsInner) HasChannelLocationCode() bool
- func (o *UpdateStockLevel200ResponseResultsInner) HasChannelLocationId() bool
- func (o *UpdateStockLevel200ResponseResultsInner) HasChannelProductId() bool
- func (o *UpdateStockLevel200ResponseResultsInner) HasChannelProductVariantId() bool
- func (o *UpdateStockLevel200ResponseResultsInner) HasChannelProductVariantSku() bool
- func (o *UpdateStockLevel200ResponseResultsInner) HasLocationCode() bool
- func (o *UpdateStockLevel200ResponseResultsInner) HasLocationId() bool
- func (o *UpdateStockLevel200ResponseResultsInner) HasMessage() bool
- func (o *UpdateStockLevel200ResponseResultsInner) HasProductId() bool
- func (o *UpdateStockLevel200ResponseResultsInner) HasProductVariantId() bool
- func (o *UpdateStockLevel200ResponseResultsInner) HasProductVariantSku() bool
- func (o *UpdateStockLevel200ResponseResultsInner) HasStatus() bool
- func (o *UpdateStockLevel200ResponseResultsInner) HasSuccess() bool
- func (o *UpdateStockLevel200ResponseResultsInner) HasTimestamp() bool
- func (o UpdateStockLevel200ResponseResultsInner) MarshalJSON() ([]byte, error)
- func (o *UpdateStockLevel200ResponseResultsInner) SetChannelLocationCode(v string)
- func (o *UpdateStockLevel200ResponseResultsInner) SetChannelLocationId(v string)
- func (o *UpdateStockLevel200ResponseResultsInner) SetChannelProductId(v string)
- func (o *UpdateStockLevel200ResponseResultsInner) SetChannelProductVariantId(v string)
- func (o *UpdateStockLevel200ResponseResultsInner) SetChannelProductVariantSku(v string)
- func (o *UpdateStockLevel200ResponseResultsInner) SetLocationCode(v string)
- func (o *UpdateStockLevel200ResponseResultsInner) SetLocationId(v string)
- func (o *UpdateStockLevel200ResponseResultsInner) SetMessage(v string)
- func (o *UpdateStockLevel200ResponseResultsInner) SetProductId(v string)
- func (o *UpdateStockLevel200ResponseResultsInner) SetProductVariantId(v string)
- func (o *UpdateStockLevel200ResponseResultsInner) SetProductVariantSku(v string)
- func (o *UpdateStockLevel200ResponseResultsInner) SetStatus(v string)
- func (o *UpdateStockLevel200ResponseResultsInner) SetSuccess(v bool)
- func (o *UpdateStockLevel200ResponseResultsInner) SetTimestamp(v float32)
- func (o UpdateStockLevel200ResponseResultsInner) ToMap() (map[string]interface{}, error)
- type UpdateStockLevel400Response
- func (o *UpdateStockLevel400Response) GetError() UpdateStockLevel400ResponseError
- func (o *UpdateStockLevel400Response) GetErrorOk() (*UpdateStockLevel400ResponseError, bool)
- func (o *UpdateStockLevel400Response) GetId() string
- func (o *UpdateStockLevel400Response) GetIdOk() (*string, bool)
- func (o *UpdateStockLevel400Response) GetMessage() string
- func (o *UpdateStockLevel400Response) GetMessageOk() (*string, bool)
- func (o *UpdateStockLevel400Response) GetStatus() string
- func (o *UpdateStockLevel400Response) GetStatusOk() (*string, bool)
- func (o *UpdateStockLevel400Response) GetStore() UpdateStockLevelRequestStore
- func (o *UpdateStockLevel400Response) GetStoreOk() (*UpdateStockLevelRequestStore, bool)
- func (o *UpdateStockLevel400Response) GetSuccess() bool
- func (o *UpdateStockLevel400Response) GetSuccessOk() (*bool, bool)
- func (o *UpdateStockLevel400Response) GetTimestamp() float32
- func (o *UpdateStockLevel400Response) GetTimestampOk() (*float32, bool)
- func (o *UpdateStockLevel400Response) HasError() bool
- func (o *UpdateStockLevel400Response) HasId() bool
- func (o *UpdateStockLevel400Response) HasMessage() bool
- func (o *UpdateStockLevel400Response) HasStatus() bool
- func (o *UpdateStockLevel400Response) HasStore() bool
- func (o *UpdateStockLevel400Response) HasSuccess() bool
- func (o *UpdateStockLevel400Response) HasTimestamp() bool
- func (o UpdateStockLevel400Response) MarshalJSON() ([]byte, error)
- func (o *UpdateStockLevel400Response) SetError(v UpdateStockLevel400ResponseError)
- func (o *UpdateStockLevel400Response) SetId(v string)
- func (o *UpdateStockLevel400Response) SetMessage(v string)
- func (o *UpdateStockLevel400Response) SetStatus(v string)
- func (o *UpdateStockLevel400Response) SetStore(v UpdateStockLevelRequestStore)
- func (o *UpdateStockLevel400Response) SetSuccess(v bool)
- func (o *UpdateStockLevel400Response) SetTimestamp(v float32)
- func (o UpdateStockLevel400Response) ToMap() (map[string]interface{}, error)
- type UpdateStockLevel400ResponseError
- func (o *UpdateStockLevel400ResponseError) GetCode() string
- func (o *UpdateStockLevel400ResponseError) GetCodeOk() (*string, bool)
- func (o *UpdateStockLevel400ResponseError) GetMessage() string
- func (o *UpdateStockLevel400ResponseError) GetMessageOk() (*string, bool)
- func (o *UpdateStockLevel400ResponseError) HasCode() bool
- func (o *UpdateStockLevel400ResponseError) HasMessage() bool
- func (o UpdateStockLevel400ResponseError) MarshalJSON() ([]byte, error)
- func (o *UpdateStockLevel400ResponseError) SetCode(v string)
- func (o *UpdateStockLevel400ResponseError) SetMessage(v string)
- func (o UpdateStockLevel400ResponseError) ToMap() (map[string]interface{}, error)
- type UpdateStockLevel429Response
- func (o *UpdateStockLevel429Response) GetError() UpdateStockLevel429ResponseError
- func (o *UpdateStockLevel429Response) GetErrorOk() (*UpdateStockLevel429ResponseError, bool)
- func (o *UpdateStockLevel429Response) GetId() string
- func (o *UpdateStockLevel429Response) GetIdOk() (*string, bool)
- func (o *UpdateStockLevel429Response) GetMessage() string
- func (o *UpdateStockLevel429Response) GetMessageOk() (*string, bool)
- func (o *UpdateStockLevel429Response) GetStatus() string
- func (o *UpdateStockLevel429Response) GetStatusOk() (*string, bool)
- func (o *UpdateStockLevel429Response) GetStore() UpdateStockLevelRequestStore
- func (o *UpdateStockLevel429Response) GetStoreOk() (*UpdateStockLevelRequestStore, bool)
- func (o *UpdateStockLevel429Response) GetSuccess() bool
- func (o *UpdateStockLevel429Response) GetSuccessOk() (*bool, bool)
- func (o *UpdateStockLevel429Response) GetTimestamp() float32
- func (o *UpdateStockLevel429Response) GetTimestampOk() (*float32, bool)
- func (o *UpdateStockLevel429Response) HasError() bool
- func (o *UpdateStockLevel429Response) HasId() bool
- func (o *UpdateStockLevel429Response) HasMessage() bool
- func (o *UpdateStockLevel429Response) HasStatus() bool
- func (o *UpdateStockLevel429Response) HasStore() bool
- func (o *UpdateStockLevel429Response) HasSuccess() bool
- func (o *UpdateStockLevel429Response) HasTimestamp() bool
- func (o UpdateStockLevel429Response) MarshalJSON() ([]byte, error)
- func (o *UpdateStockLevel429Response) SetError(v UpdateStockLevel429ResponseError)
- func (o *UpdateStockLevel429Response) SetId(v string)
- func (o *UpdateStockLevel429Response) SetMessage(v string)
- func (o *UpdateStockLevel429Response) SetStatus(v string)
- func (o *UpdateStockLevel429Response) SetStore(v UpdateStockLevelRequestStore)
- func (o *UpdateStockLevel429Response) SetSuccess(v bool)
- func (o *UpdateStockLevel429Response) SetTimestamp(v float32)
- func (o UpdateStockLevel429Response) ToMap() (map[string]interface{}, error)
- type UpdateStockLevel429ResponseError
- func (o *UpdateStockLevel429ResponseError) GetCode() string
- func (o *UpdateStockLevel429ResponseError) GetCodeOk() (*string, bool)
- func (o *UpdateStockLevel429ResponseError) GetMessage() string
- func (o *UpdateStockLevel429ResponseError) GetMessageOk() (*string, bool)
- func (o *UpdateStockLevel429ResponseError) HasCode() bool
- func (o *UpdateStockLevel429ResponseError) HasMessage() bool
- func (o UpdateStockLevel429ResponseError) MarshalJSON() ([]byte, error)
- func (o *UpdateStockLevel429ResponseError) SetCode(v string)
- func (o *UpdateStockLevel429ResponseError) SetMessage(v string)
- func (o UpdateStockLevel429ResponseError) ToMap() (map[string]interface{}, error)
- type UpdateStockLevel500Response
- func (o *UpdateStockLevel500Response) GetError() UpdateStockLevel500ResponseError
- func (o *UpdateStockLevel500Response) GetErrorOk() (*UpdateStockLevel500ResponseError, bool)
- func (o *UpdateStockLevel500Response) GetId() string
- func (o *UpdateStockLevel500Response) GetIdOk() (*string, bool)
- func (o *UpdateStockLevel500Response) GetMessage() string
- func (o *UpdateStockLevel500Response) GetMessageOk() (*string, bool)
- func (o *UpdateStockLevel500Response) GetStatus() string
- func (o *UpdateStockLevel500Response) GetStatusOk() (*string, bool)
- func (o *UpdateStockLevel500Response) GetStore() UpdateStockLevelRequestStore
- func (o *UpdateStockLevel500Response) GetStoreOk() (*UpdateStockLevelRequestStore, bool)
- func (o *UpdateStockLevel500Response) GetSuccess() bool
- func (o *UpdateStockLevel500Response) GetSuccessOk() (*bool, bool)
- func (o *UpdateStockLevel500Response) GetTimestamp() float32
- func (o *UpdateStockLevel500Response) GetTimestampOk() (*float32, bool)
- func (o *UpdateStockLevel500Response) HasError() bool
- func (o *UpdateStockLevel500Response) HasId() bool
- func (o *UpdateStockLevel500Response) HasMessage() bool
- func (o *UpdateStockLevel500Response) HasStatus() bool
- func (o *UpdateStockLevel500Response) HasStore() bool
- func (o *UpdateStockLevel500Response) HasSuccess() bool
- func (o *UpdateStockLevel500Response) HasTimestamp() bool
- func (o UpdateStockLevel500Response) MarshalJSON() ([]byte, error)
- func (o *UpdateStockLevel500Response) SetError(v UpdateStockLevel500ResponseError)
- func (o *UpdateStockLevel500Response) SetId(v string)
- func (o *UpdateStockLevel500Response) SetMessage(v string)
- func (o *UpdateStockLevel500Response) SetStatus(v string)
- func (o *UpdateStockLevel500Response) SetStore(v UpdateStockLevelRequestStore)
- func (o *UpdateStockLevel500Response) SetSuccess(v bool)
- func (o *UpdateStockLevel500Response) SetTimestamp(v float32)
- func (o UpdateStockLevel500Response) ToMap() (map[string]interface{}, error)
- type UpdateStockLevel500ResponseError
- func (o *UpdateStockLevel500ResponseError) GetCode() string
- func (o *UpdateStockLevel500ResponseError) GetCodeOk() (*string, bool)
- func (o *UpdateStockLevel500ResponseError) GetMessage() string
- func (o *UpdateStockLevel500ResponseError) GetMessageOk() (*string, bool)
- func (o *UpdateStockLevel500ResponseError) HasCode() bool
- func (o *UpdateStockLevel500ResponseError) HasMessage() bool
- func (o UpdateStockLevel500ResponseError) MarshalJSON() ([]byte, error)
- func (o *UpdateStockLevel500ResponseError) SetCode(v string)
- func (o *UpdateStockLevel500ResponseError) SetMessage(v string)
- func (o UpdateStockLevel500ResponseError) ToMap() (map[string]interface{}, error)
- type UpdateStockLevelRequest
- func (o *UpdateStockLevelRequest) GetId() string
- func (o *UpdateStockLevelRequest) GetIdOk() (*string, bool)
- func (o *UpdateStockLevelRequest) GetRequests() []UpdateStockLevelRequestRequestsInner
- func (o *UpdateStockLevelRequest) GetRequestsOk() ([]UpdateStockLevelRequestRequestsInner, bool)
- func (o *UpdateStockLevelRequest) GetStore() UpdateStockLevelRequestStore
- func (o *UpdateStockLevelRequest) GetStoreOk() (*UpdateStockLevelRequestStore, bool)
- func (o *UpdateStockLevelRequest) HasId() bool
- func (o *UpdateStockLevelRequest) HasRequests() bool
- func (o *UpdateStockLevelRequest) HasStore() bool
- func (o UpdateStockLevelRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateStockLevelRequest) SetId(v string)
- func (o *UpdateStockLevelRequest) SetRequests(v []UpdateStockLevelRequestRequestsInner)
- func (o *UpdateStockLevelRequest) SetStore(v UpdateStockLevelRequestStore)
- func (o UpdateStockLevelRequest) ToMap() (map[string]interface{}, error)
- type UpdateStockLevelRequestRequestsInner
- func (o *UpdateStockLevelRequestRequestsInner) GetChannelLocationCode() string
- func (o *UpdateStockLevelRequestRequestsInner) GetChannelLocationCodeOk() (*string, bool)
- func (o *UpdateStockLevelRequestRequestsInner) GetChannelLocationId() string
- func (o *UpdateStockLevelRequestRequestsInner) GetChannelLocationIdOk() (*string, bool)
- func (o *UpdateStockLevelRequestRequestsInner) GetChannelProductId() string
- func (o *UpdateStockLevelRequestRequestsInner) GetChannelProductIdOk() (*string, bool)
- func (o *UpdateStockLevelRequestRequestsInner) GetChannelProductVariantId() string
- func (o *UpdateStockLevelRequestRequestsInner) GetChannelProductVariantIdOk() (*string, bool)
- func (o *UpdateStockLevelRequestRequestsInner) GetChannelProductVariantSku() string
- func (o *UpdateStockLevelRequestRequestsInner) GetChannelProductVariantSkuOk() (*string, bool)
- func (o *UpdateStockLevelRequestRequestsInner) GetDeltaStock() float32
- func (o *UpdateStockLevelRequestRequestsInner) GetDeltaStockOk() (*float32, bool)
- func (o *UpdateStockLevelRequestRequestsInner) GetExactStock() float32
- func (o *UpdateStockLevelRequestRequestsInner) GetExactStockOk() (*float32, bool)
- func (o *UpdateStockLevelRequestRequestsInner) GetLocationCode() string
- func (o *UpdateStockLevelRequestRequestsInner) GetLocationCodeOk() (*string, bool)
- func (o *UpdateStockLevelRequestRequestsInner) GetLocationId() string
- func (o *UpdateStockLevelRequestRequestsInner) GetLocationIdOk() (*string, bool)
- func (o *UpdateStockLevelRequestRequestsInner) GetProductId() string
- func (o *UpdateStockLevelRequestRequestsInner) GetProductIdOk() (*string, bool)
- func (o *UpdateStockLevelRequestRequestsInner) GetProductVariantId() string
- func (o *UpdateStockLevelRequestRequestsInner) GetProductVariantIdOk() (*string, bool)
- func (o *UpdateStockLevelRequestRequestsInner) GetProductVariantSku() string
- func (o *UpdateStockLevelRequestRequestsInner) GetProductVariantSkuOk() (*string, bool)
- func (o *UpdateStockLevelRequestRequestsInner) HasChannelLocationCode() bool
- func (o *UpdateStockLevelRequestRequestsInner) HasChannelLocationId() bool
- func (o *UpdateStockLevelRequestRequestsInner) HasChannelProductId() bool
- func (o *UpdateStockLevelRequestRequestsInner) HasChannelProductVariantId() bool
- func (o *UpdateStockLevelRequestRequestsInner) HasChannelProductVariantSku() bool
- func (o *UpdateStockLevelRequestRequestsInner) HasDeltaStock() bool
- func (o *UpdateStockLevelRequestRequestsInner) HasExactStock() bool
- func (o *UpdateStockLevelRequestRequestsInner) HasLocationCode() bool
- func (o *UpdateStockLevelRequestRequestsInner) HasLocationId() bool
- func (o *UpdateStockLevelRequestRequestsInner) HasProductId() bool
- func (o *UpdateStockLevelRequestRequestsInner) HasProductVariantId() bool
- func (o *UpdateStockLevelRequestRequestsInner) HasProductVariantSku() bool
- func (o UpdateStockLevelRequestRequestsInner) MarshalJSON() ([]byte, error)
- func (o *UpdateStockLevelRequestRequestsInner) SetChannelLocationCode(v string)
- func (o *UpdateStockLevelRequestRequestsInner) SetChannelLocationId(v string)
- func (o *UpdateStockLevelRequestRequestsInner) SetChannelProductId(v string)
- func (o *UpdateStockLevelRequestRequestsInner) SetChannelProductVariantId(v string)
- func (o *UpdateStockLevelRequestRequestsInner) SetChannelProductVariantSku(v string)
- func (o *UpdateStockLevelRequestRequestsInner) SetDeltaStock(v float32)
- func (o *UpdateStockLevelRequestRequestsInner) SetExactStock(v float32)
- func (o *UpdateStockLevelRequestRequestsInner) SetLocationCode(v string)
- func (o *UpdateStockLevelRequestRequestsInner) SetLocationId(v string)
- func (o *UpdateStockLevelRequestRequestsInner) SetProductId(v string)
- func (o *UpdateStockLevelRequestRequestsInner) SetProductVariantId(v string)
- func (o *UpdateStockLevelRequestRequestsInner) SetProductVariantSku(v string)
- func (o UpdateStockLevelRequestRequestsInner) ToMap() (map[string]interface{}, error)
- type UpdateStockLevelRequestStore
- func (o *UpdateStockLevelRequestStore) GetCode() string
- func (o *UpdateStockLevelRequestStore) GetCodeOk() (*string, bool)
- func (o *UpdateStockLevelRequestStore) GetId() string
- func (o *UpdateStockLevelRequestStore) GetIdOk() (*string, bool)
- func (o *UpdateStockLevelRequestStore) HasCode() bool
- func (o *UpdateStockLevelRequestStore) HasId() bool
- func (o UpdateStockLevelRequestStore) MarshalJSON() ([]byte, error)
- func (o *UpdateStockLevelRequestStore) SetCode(v string)
- func (o *UpdateStockLevelRequestStore) SetId(v string)
- func (o UpdateStockLevelRequestStore) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { DefaultAPI *DefaultAPIService InventoriesAPI *InventoriesAPIService // contains filtered or unexported fields }
APIClient manages communication with the Integration Adapter API v1.0.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccountsRequest ¶
type AccountsRequest struct { Accounts []AccountsRequestAccountsInner `json:"accounts,omitempty"` Action *string `json:"action,omitempty"` Id *string `json:"id,omitempty"` Object *string `json:"object,omitempty"` }
AccountsRequest struct for AccountsRequest
func NewAccountsRequest ¶
func NewAccountsRequest() *AccountsRequest
NewAccountsRequest instantiates a new AccountsRequest 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 NewAccountsRequestWithDefaults ¶
func NewAccountsRequestWithDefaults() *AccountsRequest
NewAccountsRequestWithDefaults instantiates a new AccountsRequest 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 (*AccountsRequest) GetAccounts ¶
func (o *AccountsRequest) GetAccounts() []AccountsRequestAccountsInner
GetAccounts returns the Accounts field value if set, zero value otherwise.
func (*AccountsRequest) GetAccountsOk ¶
func (o *AccountsRequest) GetAccountsOk() ([]AccountsRequestAccountsInner, bool)
GetAccountsOk returns a tuple with the Accounts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountsRequest) GetAction ¶
func (o *AccountsRequest) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*AccountsRequest) GetActionOk ¶
func (o *AccountsRequest) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountsRequest) GetId ¶
func (o *AccountsRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*AccountsRequest) GetIdOk ¶
func (o *AccountsRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountsRequest) GetObject ¶
func (o *AccountsRequest) GetObject() string
GetObject returns the Object field value if set, zero value otherwise.
func (*AccountsRequest) GetObjectOk ¶
func (o *AccountsRequest) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountsRequest) HasAccounts ¶
func (o *AccountsRequest) HasAccounts() bool
HasAccounts returns a boolean if a field has been set.
func (*AccountsRequest) HasAction ¶
func (o *AccountsRequest) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*AccountsRequest) HasId ¶
func (o *AccountsRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*AccountsRequest) HasObject ¶
func (o *AccountsRequest) HasObject() bool
HasObject returns a boolean if a field has been set.
func (AccountsRequest) MarshalJSON ¶
func (o AccountsRequest) MarshalJSON() ([]byte, error)
func (*AccountsRequest) SetAccounts ¶
func (o *AccountsRequest) SetAccounts(v []AccountsRequestAccountsInner)
SetAccounts gets a reference to the given []AccountsRequestAccountsInner and assigns it to the Accounts field.
func (*AccountsRequest) SetAction ¶
func (o *AccountsRequest) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*AccountsRequest) SetId ¶
func (o *AccountsRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*AccountsRequest) SetObject ¶
func (o *AccountsRequest) SetObject(v string)
SetObject gets a reference to the given string and assigns it to the Object field.
func (AccountsRequest) ToMap ¶
func (o AccountsRequest) ToMap() (map[string]interface{}, error)
type AccountsRequestAccountsInner ¶
type AccountsRequestAccountsInner struct {
Data *string `json:"data,omitempty"`
}
AccountsRequestAccountsInner struct for AccountsRequestAccountsInner
func NewAccountsRequestAccountsInner ¶
func NewAccountsRequestAccountsInner() *AccountsRequestAccountsInner
NewAccountsRequestAccountsInner instantiates a new AccountsRequestAccountsInner 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 NewAccountsRequestAccountsInnerWithDefaults ¶
func NewAccountsRequestAccountsInnerWithDefaults() *AccountsRequestAccountsInner
NewAccountsRequestAccountsInnerWithDefaults instantiates a new AccountsRequestAccountsInner 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 (*AccountsRequestAccountsInner) GetData ¶
func (o *AccountsRequestAccountsInner) GetData() string
GetData returns the Data field value if set, zero value otherwise.
func (*AccountsRequestAccountsInner) GetDataOk ¶
func (o *AccountsRequestAccountsInner) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountsRequestAccountsInner) HasData ¶
func (o *AccountsRequestAccountsInner) HasData() bool
HasData returns a boolean if a field has been set.
func (AccountsRequestAccountsInner) MarshalJSON ¶
func (o AccountsRequestAccountsInner) MarshalJSON() ([]byte, error)
func (*AccountsRequestAccountsInner) SetData ¶
func (o *AccountsRequestAccountsInner) SetData(v string)
SetData gets a reference to the given string and assigns it to the Data field.
func (AccountsRequestAccountsInner) ToMap ¶
func (o AccountsRequestAccountsInner) ToMap() (map[string]interface{}, error)
type ApiAccountsRequest ¶
type ApiAccountsRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiAccountsRequest) AccountsRequest ¶
func (r ApiAccountsRequest) AccountsRequest(accountsRequest AccountsRequest) ApiAccountsRequest
func (ApiAccountsRequest) Signature ¶
func (r ApiAccountsRequest) Signature(signature string) ApiAccountsRequest
Request's signature
func (ApiAccountsRequest) SignatureTime ¶
func (r ApiAccountsRequest) SignatureTime(signatureTime string) ApiAccountsRequest
Request's signature time
type ApiDeliveryOrdersRequest ¶
type ApiDeliveryOrdersRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiDeliveryOrdersRequest) DeliveryOrdersRequest ¶
func (r ApiDeliveryOrdersRequest) DeliveryOrdersRequest(deliveryOrdersRequest DeliveryOrdersRequest) ApiDeliveryOrdersRequest
func (ApiDeliveryOrdersRequest) Execute ¶
func (r ApiDeliveryOrdersRequest) Execute() (*http.Response, error)
func (ApiDeliveryOrdersRequest) Signature ¶
func (r ApiDeliveryOrdersRequest) Signature(signature string) ApiDeliveryOrdersRequest
type ApiProductsRequest ¶
type ApiProductsRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiProductsRequest) ProductsRequest ¶
func (r ApiProductsRequest) ProductsRequest(productsRequest ProductsRequest) ApiProductsRequest
type ApiSalesOrdersRequest ¶
type ApiSalesOrdersRequest struct { ApiService *DefaultAPIService // contains filtered or unexported fields }
func (ApiSalesOrdersRequest) Execute ¶
func (r ApiSalesOrdersRequest) Execute() (*http.Response, error)
func (ApiSalesOrdersRequest) SalesOrdersRequest ¶
func (r ApiSalesOrdersRequest) SalesOrdersRequest(salesOrdersRequest SalesOrdersRequest) ApiSalesOrdersRequest
type ApiUpdateStockLevelRequest ¶
type ApiUpdateStockLevelRequest struct { ApiService *InventoriesAPIService // contains filtered or unexported fields }
func (ApiUpdateStockLevelRequest) Execute ¶
func (r ApiUpdateStockLevelRequest) Execute() (*UpdateStockLevel200Response, *http.Response, error)
func (ApiUpdateStockLevelRequest) Signature ¶
func (r ApiUpdateStockLevelRequest) Signature(signature string) ApiUpdateStockLevelRequest
Requests Signature
func (ApiUpdateStockLevelRequest) SignatureTime ¶
func (r ApiUpdateStockLevelRequest) SignatureTime(signatureTime string) ApiUpdateStockLevelRequest
Requests Signature Time
func (ApiUpdateStockLevelRequest) UpdateStockLevelRequest ¶
func (r ApiUpdateStockLevelRequest) UpdateStockLevelRequest(updateStockLevelRequest UpdateStockLevelRequest) ApiUpdateStockLevelRequest
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type DefaultAPIService ¶
type DefaultAPIService service
DefaultAPIService DefaultAPI service
func (*DefaultAPIService) Accounts ¶
func (a *DefaultAPIService) Accounts(ctx context.Context) ApiAccountsRequest
Accounts Accounts
| Field | Description | | --- | --- | | `id` | UUID. | | `object` | string. ACCOUNT | | action | string. CONNECT, DISCONNECT, RECONNECT | | accounts | account credential object |
account object
| **Field** | **Description** | | --- | --- | | data | encrypted credential data |
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAccountsRequest
func (*DefaultAPIService) AccountsExecute ¶
func (a *DefaultAPIService) AccountsExecute(r ApiAccountsRequest) (*http.Response, error)
Execute executes the request
func (*DefaultAPIService) DeliveryOrders ¶
func (a *DefaultAPIService) DeliveryOrders(ctx context.Context) ApiDeliveryOrdersRequest
DeliveryOrders Delivery Orders
Top level ¶
| **Field** | **Description** | | --- | --- | | id | string. UUID. | | object | string. DELIVERY_ORDER. | | action | string. CREATE. | | delivery_orders | An array of delivery_order object. |
delivery_order object
| **Field** | **Description** | | --- | --- | | | |
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeliveryOrdersRequest
func (*DefaultAPIService) DeliveryOrdersExecute ¶
func (a *DefaultAPIService) DeliveryOrdersExecute(r ApiDeliveryOrdersRequest) (*http.Response, error)
Execute executes the request
func (*DefaultAPIService) Products ¶
func (a *DefaultAPIService) Products(ctx context.Context) ApiProductsRequest
Products Products
Top level ¶
| **Field** | **Description** | | --- | --- | | id | string. UUID. | | object | string. PRODUCT. | | action | string. CREATE. | | products | An array of product object. |
`product` object
| **Field** | **Description** | | --- | --- | | | |
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiProductsRequest
func (*DefaultAPIService) ProductsExecute ¶
func (a *DefaultAPIService) ProductsExecute(r ApiProductsRequest) (*http.Response, error)
Execute executes the request
func (*DefaultAPIService) SalesOrders ¶
func (a *DefaultAPIService) SalesOrders(ctx context.Context) ApiSalesOrdersRequest
SalesOrders Sales Orders
Top level ¶
| **Field** | **Description** | | --- | --- | | id | string. UUID. | | object | string. PRODUCT. | | action | string. CREATE. | | sales_orders | An array of sales order object. |
sales order object
| **Field** | **Description** | | --- | --- | | | |
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSalesOrdersRequest
func (*DefaultAPIService) SalesOrdersExecute ¶
func (a *DefaultAPIService) SalesOrdersExecute(r ApiSalesOrdersRequest) (*http.Response, error)
Execute executes the request
type DeliveryOrdersRequest ¶
type DeliveryOrdersRequest struct { Action *string `json:"action,omitempty"` DeliveryOrders []DeliveryOrdersRequestDeliveryOrdersInner `json:"delivery_orders,omitempty"` Id *string `json:"id,omitempty"` Object *string `json:"object,omitempty"` }
DeliveryOrdersRequest struct for DeliveryOrdersRequest
func NewDeliveryOrdersRequest ¶
func NewDeliveryOrdersRequest() *DeliveryOrdersRequest
NewDeliveryOrdersRequest instantiates a new DeliveryOrdersRequest 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 NewDeliveryOrdersRequestWithDefaults ¶
func NewDeliveryOrdersRequestWithDefaults() *DeliveryOrdersRequest
NewDeliveryOrdersRequestWithDefaults instantiates a new DeliveryOrdersRequest 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 (*DeliveryOrdersRequest) GetAction ¶
func (o *DeliveryOrdersRequest) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*DeliveryOrdersRequest) GetActionOk ¶
func (o *DeliveryOrdersRequest) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeliveryOrdersRequest) GetDeliveryOrders ¶
func (o *DeliveryOrdersRequest) GetDeliveryOrders() []DeliveryOrdersRequestDeliveryOrdersInner
GetDeliveryOrders returns the DeliveryOrders field value if set, zero value otherwise.
func (*DeliveryOrdersRequest) GetDeliveryOrdersOk ¶
func (o *DeliveryOrdersRequest) GetDeliveryOrdersOk() ([]DeliveryOrdersRequestDeliveryOrdersInner, bool)
GetDeliveryOrdersOk returns a tuple with the DeliveryOrders field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeliveryOrdersRequest) GetId ¶
func (o *DeliveryOrdersRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DeliveryOrdersRequest) GetIdOk ¶
func (o *DeliveryOrdersRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeliveryOrdersRequest) GetObject ¶
func (o *DeliveryOrdersRequest) GetObject() string
GetObject returns the Object field value if set, zero value otherwise.
func (*DeliveryOrdersRequest) GetObjectOk ¶
func (o *DeliveryOrdersRequest) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeliveryOrdersRequest) HasAction ¶
func (o *DeliveryOrdersRequest) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*DeliveryOrdersRequest) HasDeliveryOrders ¶
func (o *DeliveryOrdersRequest) HasDeliveryOrders() bool
HasDeliveryOrders returns a boolean if a field has been set.
func (*DeliveryOrdersRequest) HasId ¶
func (o *DeliveryOrdersRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*DeliveryOrdersRequest) HasObject ¶
func (o *DeliveryOrdersRequest) HasObject() bool
HasObject returns a boolean if a field has been set.
func (DeliveryOrdersRequest) MarshalJSON ¶
func (o DeliveryOrdersRequest) MarshalJSON() ([]byte, error)
func (*DeliveryOrdersRequest) SetAction ¶
func (o *DeliveryOrdersRequest) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*DeliveryOrdersRequest) SetDeliveryOrders ¶
func (o *DeliveryOrdersRequest) SetDeliveryOrders(v []DeliveryOrdersRequestDeliveryOrdersInner)
SetDeliveryOrders gets a reference to the given []DeliveryOrdersRequestDeliveryOrdersInner and assigns it to the DeliveryOrders field.
func (*DeliveryOrdersRequest) SetId ¶
func (o *DeliveryOrdersRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DeliveryOrdersRequest) SetObject ¶
func (o *DeliveryOrdersRequest) SetObject(v string)
SetObject gets a reference to the given string and assigns it to the Object field.
func (DeliveryOrdersRequest) ToMap ¶
func (o DeliveryOrdersRequest) ToMap() (map[string]interface{}, error)
type DeliveryOrdersRequestDeliveryOrdersInner ¶
type DeliveryOrdersRequestDeliveryOrdersInner struct { ChannelId *string `json:"channel_id,omitempty"` ChannelSalesOrderId *string `json:"channel_sales_order_id,omitempty"` Date *float32 `json:"date,omitempty"` Id *string `json:"id,omitempty"` SalesOrderId *string `json:"sales_order_id,omitempty"` }
DeliveryOrdersRequestDeliveryOrdersInner struct for DeliveryOrdersRequestDeliveryOrdersInner
func NewDeliveryOrdersRequestDeliveryOrdersInner ¶
func NewDeliveryOrdersRequestDeliveryOrdersInner() *DeliveryOrdersRequestDeliveryOrdersInner
NewDeliveryOrdersRequestDeliveryOrdersInner instantiates a new DeliveryOrdersRequestDeliveryOrdersInner 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 NewDeliveryOrdersRequestDeliveryOrdersInnerWithDefaults ¶
func NewDeliveryOrdersRequestDeliveryOrdersInnerWithDefaults() *DeliveryOrdersRequestDeliveryOrdersInner
NewDeliveryOrdersRequestDeliveryOrdersInnerWithDefaults instantiates a new DeliveryOrdersRequestDeliveryOrdersInner 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 (*DeliveryOrdersRequestDeliveryOrdersInner) GetChannelId ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetChannelId() string
GetChannelId returns the ChannelId field value if set, zero value otherwise.
func (*DeliveryOrdersRequestDeliveryOrdersInner) GetChannelIdOk ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetChannelIdOk() (*string, bool)
GetChannelIdOk returns a tuple with the ChannelId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeliveryOrdersRequestDeliveryOrdersInner) GetChannelSalesOrderId ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetChannelSalesOrderId() string
GetChannelSalesOrderId returns the ChannelSalesOrderId field value if set, zero value otherwise.
func (*DeliveryOrdersRequestDeliveryOrdersInner) GetChannelSalesOrderIdOk ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetChannelSalesOrderIdOk() (*string, bool)
GetChannelSalesOrderIdOk returns a tuple with the ChannelSalesOrderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeliveryOrdersRequestDeliveryOrdersInner) GetDate ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetDate() float32
GetDate returns the Date field value if set, zero value otherwise.
func (*DeliveryOrdersRequestDeliveryOrdersInner) GetDateOk ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetDateOk() (*float32, bool)
GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeliveryOrdersRequestDeliveryOrdersInner) GetId ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DeliveryOrdersRequestDeliveryOrdersInner) GetIdOk ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeliveryOrdersRequestDeliveryOrdersInner) GetSalesOrderId ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetSalesOrderId() string
GetSalesOrderId returns the SalesOrderId field value if set, zero value otherwise.
func (*DeliveryOrdersRequestDeliveryOrdersInner) GetSalesOrderIdOk ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) GetSalesOrderIdOk() (*string, bool)
GetSalesOrderIdOk returns a tuple with the SalesOrderId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeliveryOrdersRequestDeliveryOrdersInner) HasChannelId ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) HasChannelId() bool
HasChannelId returns a boolean if a field has been set.
func (*DeliveryOrdersRequestDeliveryOrdersInner) HasChannelSalesOrderId ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) HasChannelSalesOrderId() bool
HasChannelSalesOrderId returns a boolean if a field has been set.
func (*DeliveryOrdersRequestDeliveryOrdersInner) HasDate ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) HasDate() bool
HasDate returns a boolean if a field has been set.
func (*DeliveryOrdersRequestDeliveryOrdersInner) HasId ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*DeliveryOrdersRequestDeliveryOrdersInner) HasSalesOrderId ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) HasSalesOrderId() bool
HasSalesOrderId returns a boolean if a field has been set.
func (DeliveryOrdersRequestDeliveryOrdersInner) MarshalJSON ¶
func (o DeliveryOrdersRequestDeliveryOrdersInner) MarshalJSON() ([]byte, error)
func (*DeliveryOrdersRequestDeliveryOrdersInner) SetChannelId ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) SetChannelId(v string)
SetChannelId gets a reference to the given string and assigns it to the ChannelId field.
func (*DeliveryOrdersRequestDeliveryOrdersInner) SetChannelSalesOrderId ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) SetChannelSalesOrderId(v string)
SetChannelSalesOrderId gets a reference to the given string and assigns it to the ChannelSalesOrderId field.
func (*DeliveryOrdersRequestDeliveryOrdersInner) SetDate ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) SetDate(v float32)
SetDate gets a reference to the given float32 and assigns it to the Date field.
func (*DeliveryOrdersRequestDeliveryOrdersInner) SetId ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DeliveryOrdersRequestDeliveryOrdersInner) SetSalesOrderId ¶
func (o *DeliveryOrdersRequestDeliveryOrdersInner) SetSalesOrderId(v string)
SetSalesOrderId gets a reference to the given string and assigns it to the SalesOrderId field.
func (DeliveryOrdersRequestDeliveryOrdersInner) ToMap ¶
func (o DeliveryOrdersRequestDeliveryOrdersInner) ToMap() (map[string]interface{}, error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type InventoriesAPIService ¶
type InventoriesAPIService service
InventoriesAPIService InventoriesAPI service
func (*InventoriesAPIService) UpdateStockLevel ¶
func (a *InventoriesAPIService) UpdateStockLevel(ctx context.Context) ApiUpdateStockLevelRequest
UpdateStockLevel Update Stock Level
Top level ¶
| **Field** | **Description** | | --- | --- | | `id` | REQUIRED. string, UUID. | | `object` | `INVENTORY` | | `action` | `UPDATE` | | `metadata` | `metadata` object. | | `inventories` | An array of `inventory` object |
`metadata` Object
| **Field** | **Description** | | --- | --- | | `store_code` | string. | | merchant_code | string. |
`inventories`
| **Field** | **Description** | | --- | --- | | `product_id` | string. Company product id. | | `variant_id` | string. Company product's variant id. | | `sku` | string. Company product's variant sku. | | `channel_product_id` | string. Channel product id. | | `channel_variant_id` | string. Channel product's variant id. | | `channel_sku` | string. Channel product's variant sku. | | `location_code` | string. Company location code. | | `channel_location_code` | string. Channel location code. | | `exact_stock` | integer. exact stock. replace currently available stock value. | | `delta_stock` | integer. delta stock. positive add currently available stock, negative reduce currently available stock. |
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUpdateStockLevelRequest
func (*InventoriesAPIService) UpdateStockLevelExecute ¶
func (a *InventoriesAPIService) UpdateStockLevelExecute(r ApiUpdateStockLevelRequest) (*UpdateStockLevel200Response, *http.Response, error)
Execute executes the request
@return UpdateStockLevel200Response
type MappedNullable ¶
type NullableAccountsRequest ¶
type NullableAccountsRequest struct {
// contains filtered or unexported fields
}
func NewNullableAccountsRequest ¶
func NewNullableAccountsRequest(val *AccountsRequest) *NullableAccountsRequest
func (NullableAccountsRequest) Get ¶
func (v NullableAccountsRequest) Get() *AccountsRequest
func (NullableAccountsRequest) IsSet ¶
func (v NullableAccountsRequest) IsSet() bool
func (NullableAccountsRequest) MarshalJSON ¶
func (v NullableAccountsRequest) MarshalJSON() ([]byte, error)
func (*NullableAccountsRequest) Set ¶
func (v *NullableAccountsRequest) Set(val *AccountsRequest)
func (*NullableAccountsRequest) UnmarshalJSON ¶
func (v *NullableAccountsRequest) UnmarshalJSON(src []byte) error
func (*NullableAccountsRequest) Unset ¶
func (v *NullableAccountsRequest) Unset()
type NullableAccountsRequestAccountsInner ¶
type NullableAccountsRequestAccountsInner struct {
// contains filtered or unexported fields
}
func NewNullableAccountsRequestAccountsInner ¶
func NewNullableAccountsRequestAccountsInner(val *AccountsRequestAccountsInner) *NullableAccountsRequestAccountsInner
func (NullableAccountsRequestAccountsInner) Get ¶
func (v NullableAccountsRequestAccountsInner) Get() *AccountsRequestAccountsInner
func (NullableAccountsRequestAccountsInner) IsSet ¶
func (v NullableAccountsRequestAccountsInner) IsSet() bool
func (NullableAccountsRequestAccountsInner) MarshalJSON ¶
func (v NullableAccountsRequestAccountsInner) MarshalJSON() ([]byte, error)
func (*NullableAccountsRequestAccountsInner) Set ¶
func (v *NullableAccountsRequestAccountsInner) Set(val *AccountsRequestAccountsInner)
func (*NullableAccountsRequestAccountsInner) UnmarshalJSON ¶
func (v *NullableAccountsRequestAccountsInner) UnmarshalJSON(src []byte) error
func (*NullableAccountsRequestAccountsInner) Unset ¶
func (v *NullableAccountsRequestAccountsInner) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableDeliveryOrdersRequest ¶
type NullableDeliveryOrdersRequest struct {
// contains filtered or unexported fields
}
func NewNullableDeliveryOrdersRequest ¶
func NewNullableDeliveryOrdersRequest(val *DeliveryOrdersRequest) *NullableDeliveryOrdersRequest
func (NullableDeliveryOrdersRequest) Get ¶
func (v NullableDeliveryOrdersRequest) Get() *DeliveryOrdersRequest
func (NullableDeliveryOrdersRequest) IsSet ¶
func (v NullableDeliveryOrdersRequest) IsSet() bool
func (NullableDeliveryOrdersRequest) MarshalJSON ¶
func (v NullableDeliveryOrdersRequest) MarshalJSON() ([]byte, error)
func (*NullableDeliveryOrdersRequest) Set ¶
func (v *NullableDeliveryOrdersRequest) Set(val *DeliveryOrdersRequest)
func (*NullableDeliveryOrdersRequest) UnmarshalJSON ¶
func (v *NullableDeliveryOrdersRequest) UnmarshalJSON(src []byte) error
func (*NullableDeliveryOrdersRequest) Unset ¶
func (v *NullableDeliveryOrdersRequest) Unset()
type NullableDeliveryOrdersRequestDeliveryOrdersInner ¶
type NullableDeliveryOrdersRequestDeliveryOrdersInner struct {
// contains filtered or unexported fields
}
func NewNullableDeliveryOrdersRequestDeliveryOrdersInner ¶
func NewNullableDeliveryOrdersRequestDeliveryOrdersInner(val *DeliveryOrdersRequestDeliveryOrdersInner) *NullableDeliveryOrdersRequestDeliveryOrdersInner
func (NullableDeliveryOrdersRequestDeliveryOrdersInner) IsSet ¶
func (v NullableDeliveryOrdersRequestDeliveryOrdersInner) IsSet() bool
func (NullableDeliveryOrdersRequestDeliveryOrdersInner) MarshalJSON ¶
func (v NullableDeliveryOrdersRequestDeliveryOrdersInner) MarshalJSON() ([]byte, error)
func (*NullableDeliveryOrdersRequestDeliveryOrdersInner) UnmarshalJSON ¶
func (v *NullableDeliveryOrdersRequestDeliveryOrdersInner) UnmarshalJSON(src []byte) error
func (*NullableDeliveryOrdersRequestDeliveryOrdersInner) Unset ¶
func (v *NullableDeliveryOrdersRequestDeliveryOrdersInner) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableProductsRequest ¶
type NullableProductsRequest struct {
// contains filtered or unexported fields
}
func NewNullableProductsRequest ¶
func NewNullableProductsRequest(val *ProductsRequest) *NullableProductsRequest
func (NullableProductsRequest) Get ¶
func (v NullableProductsRequest) Get() *ProductsRequest
func (NullableProductsRequest) IsSet ¶
func (v NullableProductsRequest) IsSet() bool
func (NullableProductsRequest) MarshalJSON ¶
func (v NullableProductsRequest) MarshalJSON() ([]byte, error)
func (*NullableProductsRequest) Set ¶
func (v *NullableProductsRequest) Set(val *ProductsRequest)
func (*NullableProductsRequest) UnmarshalJSON ¶
func (v *NullableProductsRequest) UnmarshalJSON(src []byte) error
func (*NullableProductsRequest) Unset ¶
func (v *NullableProductsRequest) Unset()
type NullableProductsRequestProductsInner ¶
type NullableProductsRequestProductsInner struct {
// contains filtered or unexported fields
}
func NewNullableProductsRequestProductsInner ¶
func NewNullableProductsRequestProductsInner(val *ProductsRequestProductsInner) *NullableProductsRequestProductsInner
func (NullableProductsRequestProductsInner) Get ¶
func (v NullableProductsRequestProductsInner) Get() *ProductsRequestProductsInner
func (NullableProductsRequestProductsInner) IsSet ¶
func (v NullableProductsRequestProductsInner) IsSet() bool
func (NullableProductsRequestProductsInner) MarshalJSON ¶
func (v NullableProductsRequestProductsInner) MarshalJSON() ([]byte, error)
func (*NullableProductsRequestProductsInner) Set ¶
func (v *NullableProductsRequestProductsInner) Set(val *ProductsRequestProductsInner)
func (*NullableProductsRequestProductsInner) UnmarshalJSON ¶
func (v *NullableProductsRequestProductsInner) UnmarshalJSON(src []byte) error
func (*NullableProductsRequestProductsInner) Unset ¶
func (v *NullableProductsRequestProductsInner) Unset()
type NullableSalesOrdersRequest ¶
type NullableSalesOrdersRequest struct {
// contains filtered or unexported fields
}
func NewNullableSalesOrdersRequest ¶
func NewNullableSalesOrdersRequest(val *SalesOrdersRequest) *NullableSalesOrdersRequest
func (NullableSalesOrdersRequest) Get ¶
func (v NullableSalesOrdersRequest) Get() *SalesOrdersRequest
func (NullableSalesOrdersRequest) IsSet ¶
func (v NullableSalesOrdersRequest) IsSet() bool
func (NullableSalesOrdersRequest) MarshalJSON ¶
func (v NullableSalesOrdersRequest) MarshalJSON() ([]byte, error)
func (*NullableSalesOrdersRequest) Set ¶
func (v *NullableSalesOrdersRequest) Set(val *SalesOrdersRequest)
func (*NullableSalesOrdersRequest) UnmarshalJSON ¶
func (v *NullableSalesOrdersRequest) UnmarshalJSON(src []byte) error
func (*NullableSalesOrdersRequest) Unset ¶
func (v *NullableSalesOrdersRequest) Unset()
type NullableSalesOrdersRequestSalesOrdersInner ¶
type NullableSalesOrdersRequestSalesOrdersInner struct {
// contains filtered or unexported fields
}
func NewNullableSalesOrdersRequestSalesOrdersInner ¶
func NewNullableSalesOrdersRequestSalesOrdersInner(val *SalesOrdersRequestSalesOrdersInner) *NullableSalesOrdersRequestSalesOrdersInner
func (NullableSalesOrdersRequestSalesOrdersInner) IsSet ¶
func (v NullableSalesOrdersRequestSalesOrdersInner) IsSet() bool
func (NullableSalesOrdersRequestSalesOrdersInner) MarshalJSON ¶
func (v NullableSalesOrdersRequestSalesOrdersInner) MarshalJSON() ([]byte, error)
func (*NullableSalesOrdersRequestSalesOrdersInner) Set ¶
func (v *NullableSalesOrdersRequestSalesOrdersInner) Set(val *SalesOrdersRequestSalesOrdersInner)
func (*NullableSalesOrdersRequestSalesOrdersInner) UnmarshalJSON ¶
func (v *NullableSalesOrdersRequestSalesOrdersInner) UnmarshalJSON(src []byte) error
func (*NullableSalesOrdersRequestSalesOrdersInner) Unset ¶
func (v *NullableSalesOrdersRequestSalesOrdersInner) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableUpdateStockLevel200Response ¶
type NullableUpdateStockLevel200Response struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStockLevel200Response ¶
func NewNullableUpdateStockLevel200Response(val *UpdateStockLevel200Response) *NullableUpdateStockLevel200Response
func (NullableUpdateStockLevel200Response) Get ¶
func (v NullableUpdateStockLevel200Response) Get() *UpdateStockLevel200Response
func (NullableUpdateStockLevel200Response) IsSet ¶
func (v NullableUpdateStockLevel200Response) IsSet() bool
func (NullableUpdateStockLevel200Response) MarshalJSON ¶
func (v NullableUpdateStockLevel200Response) MarshalJSON() ([]byte, error)
func (*NullableUpdateStockLevel200Response) Set ¶
func (v *NullableUpdateStockLevel200Response) Set(val *UpdateStockLevel200Response)
func (*NullableUpdateStockLevel200Response) UnmarshalJSON ¶
func (v *NullableUpdateStockLevel200Response) UnmarshalJSON(src []byte) error
func (*NullableUpdateStockLevel200Response) Unset ¶
func (v *NullableUpdateStockLevel200Response) Unset()
type NullableUpdateStockLevel200ResponseError ¶
type NullableUpdateStockLevel200ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStockLevel200ResponseError ¶
func NewNullableUpdateStockLevel200ResponseError(val *UpdateStockLevel200ResponseError) *NullableUpdateStockLevel200ResponseError
func (NullableUpdateStockLevel200ResponseError) IsSet ¶
func (v NullableUpdateStockLevel200ResponseError) IsSet() bool
func (NullableUpdateStockLevel200ResponseError) MarshalJSON ¶
func (v NullableUpdateStockLevel200ResponseError) MarshalJSON() ([]byte, error)
func (*NullableUpdateStockLevel200ResponseError) Set ¶
func (v *NullableUpdateStockLevel200ResponseError) Set(val *UpdateStockLevel200ResponseError)
func (*NullableUpdateStockLevel200ResponseError) UnmarshalJSON ¶
func (v *NullableUpdateStockLevel200ResponseError) UnmarshalJSON(src []byte) error
func (*NullableUpdateStockLevel200ResponseError) Unset ¶
func (v *NullableUpdateStockLevel200ResponseError) Unset()
type NullableUpdateStockLevel200ResponseResultsInner ¶
type NullableUpdateStockLevel200ResponseResultsInner struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStockLevel200ResponseResultsInner ¶
func NewNullableUpdateStockLevel200ResponseResultsInner(val *UpdateStockLevel200ResponseResultsInner) *NullableUpdateStockLevel200ResponseResultsInner
func (NullableUpdateStockLevel200ResponseResultsInner) IsSet ¶
func (v NullableUpdateStockLevel200ResponseResultsInner) IsSet() bool
func (NullableUpdateStockLevel200ResponseResultsInner) MarshalJSON ¶
func (v NullableUpdateStockLevel200ResponseResultsInner) MarshalJSON() ([]byte, error)
func (*NullableUpdateStockLevel200ResponseResultsInner) UnmarshalJSON ¶
func (v *NullableUpdateStockLevel200ResponseResultsInner) UnmarshalJSON(src []byte) error
func (*NullableUpdateStockLevel200ResponseResultsInner) Unset ¶
func (v *NullableUpdateStockLevel200ResponseResultsInner) Unset()
type NullableUpdateStockLevel400Response ¶
type NullableUpdateStockLevel400Response struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStockLevel400Response ¶
func NewNullableUpdateStockLevel400Response(val *UpdateStockLevel400Response) *NullableUpdateStockLevel400Response
func (NullableUpdateStockLevel400Response) Get ¶
func (v NullableUpdateStockLevel400Response) Get() *UpdateStockLevel400Response
func (NullableUpdateStockLevel400Response) IsSet ¶
func (v NullableUpdateStockLevel400Response) IsSet() bool
func (NullableUpdateStockLevel400Response) MarshalJSON ¶
func (v NullableUpdateStockLevel400Response) MarshalJSON() ([]byte, error)
func (*NullableUpdateStockLevel400Response) Set ¶
func (v *NullableUpdateStockLevel400Response) Set(val *UpdateStockLevel400Response)
func (*NullableUpdateStockLevel400Response) UnmarshalJSON ¶
func (v *NullableUpdateStockLevel400Response) UnmarshalJSON(src []byte) error
func (*NullableUpdateStockLevel400Response) Unset ¶
func (v *NullableUpdateStockLevel400Response) Unset()
type NullableUpdateStockLevel400ResponseError ¶
type NullableUpdateStockLevel400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStockLevel400ResponseError ¶
func NewNullableUpdateStockLevel400ResponseError(val *UpdateStockLevel400ResponseError) *NullableUpdateStockLevel400ResponseError
func (NullableUpdateStockLevel400ResponseError) IsSet ¶
func (v NullableUpdateStockLevel400ResponseError) IsSet() bool
func (NullableUpdateStockLevel400ResponseError) MarshalJSON ¶
func (v NullableUpdateStockLevel400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableUpdateStockLevel400ResponseError) Set ¶
func (v *NullableUpdateStockLevel400ResponseError) Set(val *UpdateStockLevel400ResponseError)
func (*NullableUpdateStockLevel400ResponseError) UnmarshalJSON ¶
func (v *NullableUpdateStockLevel400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableUpdateStockLevel400ResponseError) Unset ¶
func (v *NullableUpdateStockLevel400ResponseError) Unset()
type NullableUpdateStockLevel429Response ¶
type NullableUpdateStockLevel429Response struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStockLevel429Response ¶
func NewNullableUpdateStockLevel429Response(val *UpdateStockLevel429Response) *NullableUpdateStockLevel429Response
func (NullableUpdateStockLevel429Response) Get ¶
func (v NullableUpdateStockLevel429Response) Get() *UpdateStockLevel429Response
func (NullableUpdateStockLevel429Response) IsSet ¶
func (v NullableUpdateStockLevel429Response) IsSet() bool
func (NullableUpdateStockLevel429Response) MarshalJSON ¶
func (v NullableUpdateStockLevel429Response) MarshalJSON() ([]byte, error)
func (*NullableUpdateStockLevel429Response) Set ¶
func (v *NullableUpdateStockLevel429Response) Set(val *UpdateStockLevel429Response)
func (*NullableUpdateStockLevel429Response) UnmarshalJSON ¶
func (v *NullableUpdateStockLevel429Response) UnmarshalJSON(src []byte) error
func (*NullableUpdateStockLevel429Response) Unset ¶
func (v *NullableUpdateStockLevel429Response) Unset()
type NullableUpdateStockLevel429ResponseError ¶
type NullableUpdateStockLevel429ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStockLevel429ResponseError ¶
func NewNullableUpdateStockLevel429ResponseError(val *UpdateStockLevel429ResponseError) *NullableUpdateStockLevel429ResponseError
func (NullableUpdateStockLevel429ResponseError) IsSet ¶
func (v NullableUpdateStockLevel429ResponseError) IsSet() bool
func (NullableUpdateStockLevel429ResponseError) MarshalJSON ¶
func (v NullableUpdateStockLevel429ResponseError) MarshalJSON() ([]byte, error)
func (*NullableUpdateStockLevel429ResponseError) Set ¶
func (v *NullableUpdateStockLevel429ResponseError) Set(val *UpdateStockLevel429ResponseError)
func (*NullableUpdateStockLevel429ResponseError) UnmarshalJSON ¶
func (v *NullableUpdateStockLevel429ResponseError) UnmarshalJSON(src []byte) error
func (*NullableUpdateStockLevel429ResponseError) Unset ¶
func (v *NullableUpdateStockLevel429ResponseError) Unset()
type NullableUpdateStockLevel500Response ¶
type NullableUpdateStockLevel500Response struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStockLevel500Response ¶
func NewNullableUpdateStockLevel500Response(val *UpdateStockLevel500Response) *NullableUpdateStockLevel500Response
func (NullableUpdateStockLevel500Response) Get ¶
func (v NullableUpdateStockLevel500Response) Get() *UpdateStockLevel500Response
func (NullableUpdateStockLevel500Response) IsSet ¶
func (v NullableUpdateStockLevel500Response) IsSet() bool
func (NullableUpdateStockLevel500Response) MarshalJSON ¶
func (v NullableUpdateStockLevel500Response) MarshalJSON() ([]byte, error)
func (*NullableUpdateStockLevel500Response) Set ¶
func (v *NullableUpdateStockLevel500Response) Set(val *UpdateStockLevel500Response)
func (*NullableUpdateStockLevel500Response) UnmarshalJSON ¶
func (v *NullableUpdateStockLevel500Response) UnmarshalJSON(src []byte) error
func (*NullableUpdateStockLevel500Response) Unset ¶
func (v *NullableUpdateStockLevel500Response) Unset()
type NullableUpdateStockLevel500ResponseError ¶
type NullableUpdateStockLevel500ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStockLevel500ResponseError ¶
func NewNullableUpdateStockLevel500ResponseError(val *UpdateStockLevel500ResponseError) *NullableUpdateStockLevel500ResponseError
func (NullableUpdateStockLevel500ResponseError) IsSet ¶
func (v NullableUpdateStockLevel500ResponseError) IsSet() bool
func (NullableUpdateStockLevel500ResponseError) MarshalJSON ¶
func (v NullableUpdateStockLevel500ResponseError) MarshalJSON() ([]byte, error)
func (*NullableUpdateStockLevel500ResponseError) Set ¶
func (v *NullableUpdateStockLevel500ResponseError) Set(val *UpdateStockLevel500ResponseError)
func (*NullableUpdateStockLevel500ResponseError) UnmarshalJSON ¶
func (v *NullableUpdateStockLevel500ResponseError) UnmarshalJSON(src []byte) error
func (*NullableUpdateStockLevel500ResponseError) Unset ¶
func (v *NullableUpdateStockLevel500ResponseError) Unset()
type NullableUpdateStockLevelRequest ¶
type NullableUpdateStockLevelRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStockLevelRequest ¶
func NewNullableUpdateStockLevelRequest(val *UpdateStockLevelRequest) *NullableUpdateStockLevelRequest
func (NullableUpdateStockLevelRequest) Get ¶
func (v NullableUpdateStockLevelRequest) Get() *UpdateStockLevelRequest
func (NullableUpdateStockLevelRequest) IsSet ¶
func (v NullableUpdateStockLevelRequest) IsSet() bool
func (NullableUpdateStockLevelRequest) MarshalJSON ¶
func (v NullableUpdateStockLevelRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateStockLevelRequest) Set ¶
func (v *NullableUpdateStockLevelRequest) Set(val *UpdateStockLevelRequest)
func (*NullableUpdateStockLevelRequest) UnmarshalJSON ¶
func (v *NullableUpdateStockLevelRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateStockLevelRequest) Unset ¶
func (v *NullableUpdateStockLevelRequest) Unset()
type NullableUpdateStockLevelRequestRequestsInner ¶
type NullableUpdateStockLevelRequestRequestsInner struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStockLevelRequestRequestsInner ¶
func NewNullableUpdateStockLevelRequestRequestsInner(val *UpdateStockLevelRequestRequestsInner) *NullableUpdateStockLevelRequestRequestsInner
func (NullableUpdateStockLevelRequestRequestsInner) IsSet ¶
func (v NullableUpdateStockLevelRequestRequestsInner) IsSet() bool
func (NullableUpdateStockLevelRequestRequestsInner) MarshalJSON ¶
func (v NullableUpdateStockLevelRequestRequestsInner) MarshalJSON() ([]byte, error)
func (*NullableUpdateStockLevelRequestRequestsInner) Set ¶
func (v *NullableUpdateStockLevelRequestRequestsInner) Set(val *UpdateStockLevelRequestRequestsInner)
func (*NullableUpdateStockLevelRequestRequestsInner) UnmarshalJSON ¶
func (v *NullableUpdateStockLevelRequestRequestsInner) UnmarshalJSON(src []byte) error
func (*NullableUpdateStockLevelRequestRequestsInner) Unset ¶
func (v *NullableUpdateStockLevelRequestRequestsInner) Unset()
type NullableUpdateStockLevelRequestStore ¶
type NullableUpdateStockLevelRequestStore struct {
// contains filtered or unexported fields
}
func NewNullableUpdateStockLevelRequestStore ¶
func NewNullableUpdateStockLevelRequestStore(val *UpdateStockLevelRequestStore) *NullableUpdateStockLevelRequestStore
func (NullableUpdateStockLevelRequestStore) Get ¶
func (v NullableUpdateStockLevelRequestStore) Get() *UpdateStockLevelRequestStore
func (NullableUpdateStockLevelRequestStore) IsSet ¶
func (v NullableUpdateStockLevelRequestStore) IsSet() bool
func (NullableUpdateStockLevelRequestStore) MarshalJSON ¶
func (v NullableUpdateStockLevelRequestStore) MarshalJSON() ([]byte, error)
func (*NullableUpdateStockLevelRequestStore) Set ¶
func (v *NullableUpdateStockLevelRequestStore) Set(val *UpdateStockLevelRequestStore)
func (*NullableUpdateStockLevelRequestStore) UnmarshalJSON ¶
func (v *NullableUpdateStockLevelRequestStore) UnmarshalJSON(src []byte) error
func (*NullableUpdateStockLevelRequestStore) Unset ¶
func (v *NullableUpdateStockLevelRequestStore) Unset()
type ProductsRequest ¶
type ProductsRequest struct { Action *string `json:"action,omitempty"` Id *string `json:"id,omitempty"` Object *string `json:"object,omitempty"` Products []ProductsRequestProductsInner `json:"products,omitempty"` }
ProductsRequest struct for ProductsRequest
func NewProductsRequest ¶
func NewProductsRequest() *ProductsRequest
NewProductsRequest instantiates a new ProductsRequest 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 NewProductsRequestWithDefaults ¶
func NewProductsRequestWithDefaults() *ProductsRequest
NewProductsRequestWithDefaults instantiates a new ProductsRequest 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 (*ProductsRequest) GetAction ¶
func (o *ProductsRequest) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*ProductsRequest) GetActionOk ¶
func (o *ProductsRequest) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductsRequest) GetId ¶
func (o *ProductsRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductsRequest) GetIdOk ¶
func (o *ProductsRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductsRequest) GetObject ¶
func (o *ProductsRequest) GetObject() string
GetObject returns the Object field value if set, zero value otherwise.
func (*ProductsRequest) GetObjectOk ¶
func (o *ProductsRequest) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductsRequest) GetProducts ¶
func (o *ProductsRequest) GetProducts() []ProductsRequestProductsInner
GetProducts returns the Products field value if set, zero value otherwise.
func (*ProductsRequest) GetProductsOk ¶
func (o *ProductsRequest) GetProductsOk() ([]ProductsRequestProductsInner, bool)
GetProductsOk returns a tuple with the Products field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductsRequest) HasAction ¶
func (o *ProductsRequest) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*ProductsRequest) HasId ¶
func (o *ProductsRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProductsRequest) HasObject ¶
func (o *ProductsRequest) HasObject() bool
HasObject returns a boolean if a field has been set.
func (*ProductsRequest) HasProducts ¶
func (o *ProductsRequest) HasProducts() bool
HasProducts returns a boolean if a field has been set.
func (ProductsRequest) MarshalJSON ¶
func (o ProductsRequest) MarshalJSON() ([]byte, error)
func (*ProductsRequest) SetAction ¶
func (o *ProductsRequest) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*ProductsRequest) SetId ¶
func (o *ProductsRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductsRequest) SetObject ¶
func (o *ProductsRequest) SetObject(v string)
SetObject gets a reference to the given string and assigns it to the Object field.
func (*ProductsRequest) SetProducts ¶
func (o *ProductsRequest) SetProducts(v []ProductsRequestProductsInner)
SetProducts gets a reference to the given []ProductsRequestProductsInner and assigns it to the Products field.
func (ProductsRequest) ToMap ¶
func (o ProductsRequest) ToMap() (map[string]interface{}, error)
type ProductsRequestProductsInner ¶
type ProductsRequestProductsInner struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` }
ProductsRequestProductsInner struct for ProductsRequestProductsInner
func NewProductsRequestProductsInner ¶
func NewProductsRequestProductsInner() *ProductsRequestProductsInner
NewProductsRequestProductsInner instantiates a new ProductsRequestProductsInner 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 NewProductsRequestProductsInnerWithDefaults ¶
func NewProductsRequestProductsInnerWithDefaults() *ProductsRequestProductsInner
NewProductsRequestProductsInnerWithDefaults instantiates a new ProductsRequestProductsInner 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 (*ProductsRequestProductsInner) GetId ¶
func (o *ProductsRequestProductsInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProductsRequestProductsInner) GetIdOk ¶
func (o *ProductsRequestProductsInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductsRequestProductsInner) GetName ¶
func (o *ProductsRequestProductsInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ProductsRequestProductsInner) GetNameOk ¶
func (o *ProductsRequestProductsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProductsRequestProductsInner) HasId ¶
func (o *ProductsRequestProductsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProductsRequestProductsInner) HasName ¶
func (o *ProductsRequestProductsInner) HasName() bool
HasName returns a boolean if a field has been set.
func (ProductsRequestProductsInner) MarshalJSON ¶
func (o ProductsRequestProductsInner) MarshalJSON() ([]byte, error)
func (*ProductsRequestProductsInner) SetId ¶
func (o *ProductsRequestProductsInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProductsRequestProductsInner) SetName ¶
func (o *ProductsRequestProductsInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ProductsRequestProductsInner) ToMap ¶
func (o ProductsRequestProductsInner) ToMap() (map[string]interface{}, error)
type SalesOrdersRequest ¶
type SalesOrdersRequest struct { Action *string `json:"action,omitempty"` Id *string `json:"id,omitempty"` Object *string `json:"object,omitempty"` SalesOrders []SalesOrdersRequestSalesOrdersInner `json:"sales_orders,omitempty"` }
SalesOrdersRequest struct for SalesOrdersRequest
func NewSalesOrdersRequest ¶
func NewSalesOrdersRequest() *SalesOrdersRequest
NewSalesOrdersRequest instantiates a new SalesOrdersRequest 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 NewSalesOrdersRequestWithDefaults ¶
func NewSalesOrdersRequestWithDefaults() *SalesOrdersRequest
NewSalesOrdersRequestWithDefaults instantiates a new SalesOrdersRequest 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 (*SalesOrdersRequest) GetAction ¶
func (o *SalesOrdersRequest) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*SalesOrdersRequest) GetActionOk ¶
func (o *SalesOrdersRequest) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SalesOrdersRequest) GetId ¶
func (o *SalesOrdersRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SalesOrdersRequest) GetIdOk ¶
func (o *SalesOrdersRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SalesOrdersRequest) GetObject ¶
func (o *SalesOrdersRequest) GetObject() string
GetObject returns the Object field value if set, zero value otherwise.
func (*SalesOrdersRequest) GetObjectOk ¶
func (o *SalesOrdersRequest) GetObjectOk() (*string, bool)
GetObjectOk returns a tuple with the Object field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SalesOrdersRequest) GetSalesOrders ¶
func (o *SalesOrdersRequest) GetSalesOrders() []SalesOrdersRequestSalesOrdersInner
GetSalesOrders returns the SalesOrders field value if set, zero value otherwise.
func (*SalesOrdersRequest) GetSalesOrdersOk ¶
func (o *SalesOrdersRequest) GetSalesOrdersOk() ([]SalesOrdersRequestSalesOrdersInner, bool)
GetSalesOrdersOk returns a tuple with the SalesOrders field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SalesOrdersRequest) HasAction ¶
func (o *SalesOrdersRequest) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*SalesOrdersRequest) HasId ¶
func (o *SalesOrdersRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*SalesOrdersRequest) HasObject ¶
func (o *SalesOrdersRequest) HasObject() bool
HasObject returns a boolean if a field has been set.
func (*SalesOrdersRequest) HasSalesOrders ¶
func (o *SalesOrdersRequest) HasSalesOrders() bool
HasSalesOrders returns a boolean if a field has been set.
func (SalesOrdersRequest) MarshalJSON ¶
func (o SalesOrdersRequest) MarshalJSON() ([]byte, error)
func (*SalesOrdersRequest) SetAction ¶
func (o *SalesOrdersRequest) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*SalesOrdersRequest) SetId ¶
func (o *SalesOrdersRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SalesOrdersRequest) SetObject ¶
func (o *SalesOrdersRequest) SetObject(v string)
SetObject gets a reference to the given string and assigns it to the Object field.
func (*SalesOrdersRequest) SetSalesOrders ¶
func (o *SalesOrdersRequest) SetSalesOrders(v []SalesOrdersRequestSalesOrdersInner)
SetSalesOrders gets a reference to the given []SalesOrdersRequestSalesOrdersInner and assigns it to the SalesOrders field.
func (SalesOrdersRequest) ToMap ¶
func (o SalesOrdersRequest) ToMap() (map[string]interface{}, error)
type SalesOrdersRequestSalesOrdersInner ¶
type SalesOrdersRequestSalesOrdersInner struct { ChannelId *string `json:"channel_id,omitempty"` Date *float32 `json:"date,omitempty"` Id *string `json:"id,omitempty"` }
SalesOrdersRequestSalesOrdersInner struct for SalesOrdersRequestSalesOrdersInner
func NewSalesOrdersRequestSalesOrdersInner ¶
func NewSalesOrdersRequestSalesOrdersInner() *SalesOrdersRequestSalesOrdersInner
NewSalesOrdersRequestSalesOrdersInner instantiates a new SalesOrdersRequestSalesOrdersInner 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 NewSalesOrdersRequestSalesOrdersInnerWithDefaults ¶
func NewSalesOrdersRequestSalesOrdersInnerWithDefaults() *SalesOrdersRequestSalesOrdersInner
NewSalesOrdersRequestSalesOrdersInnerWithDefaults instantiates a new SalesOrdersRequestSalesOrdersInner 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 (*SalesOrdersRequestSalesOrdersInner) GetChannelId ¶
func (o *SalesOrdersRequestSalesOrdersInner) GetChannelId() string
GetChannelId returns the ChannelId field value if set, zero value otherwise.
func (*SalesOrdersRequestSalesOrdersInner) GetChannelIdOk ¶
func (o *SalesOrdersRequestSalesOrdersInner) GetChannelIdOk() (*string, bool)
GetChannelIdOk returns a tuple with the ChannelId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SalesOrdersRequestSalesOrdersInner) GetDate ¶
func (o *SalesOrdersRequestSalesOrdersInner) GetDate() float32
GetDate returns the Date field value if set, zero value otherwise.
func (*SalesOrdersRequestSalesOrdersInner) GetDateOk ¶
func (o *SalesOrdersRequestSalesOrdersInner) GetDateOk() (*float32, bool)
GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SalesOrdersRequestSalesOrdersInner) GetId ¶
func (o *SalesOrdersRequestSalesOrdersInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SalesOrdersRequestSalesOrdersInner) GetIdOk ¶
func (o *SalesOrdersRequestSalesOrdersInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SalesOrdersRequestSalesOrdersInner) HasChannelId ¶
func (o *SalesOrdersRequestSalesOrdersInner) HasChannelId() bool
HasChannelId returns a boolean if a field has been set.
func (*SalesOrdersRequestSalesOrdersInner) HasDate ¶
func (o *SalesOrdersRequestSalesOrdersInner) HasDate() bool
HasDate returns a boolean if a field has been set.
func (*SalesOrdersRequestSalesOrdersInner) HasId ¶
func (o *SalesOrdersRequestSalesOrdersInner) HasId() bool
HasId returns a boolean if a field has been set.
func (SalesOrdersRequestSalesOrdersInner) MarshalJSON ¶
func (o SalesOrdersRequestSalesOrdersInner) MarshalJSON() ([]byte, error)
func (*SalesOrdersRequestSalesOrdersInner) SetChannelId ¶
func (o *SalesOrdersRequestSalesOrdersInner) SetChannelId(v string)
SetChannelId gets a reference to the given string and assigns it to the ChannelId field.
func (*SalesOrdersRequestSalesOrdersInner) SetDate ¶
func (o *SalesOrdersRequestSalesOrdersInner) SetDate(v float32)
SetDate gets a reference to the given float32 and assigns it to the Date field.
func (*SalesOrdersRequestSalesOrdersInner) SetId ¶
func (o *SalesOrdersRequestSalesOrdersInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (SalesOrdersRequestSalesOrdersInner) ToMap ¶
func (o SalesOrdersRequestSalesOrdersInner) ToMap() (map[string]interface{}, error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type UpdateStockLevel200Response ¶
type UpdateStockLevel200Response struct { Error *UpdateStockLevel200ResponseError `json:"error,omitempty"` Id *string `json:"id,omitempty"` Message *string `json:"message,omitempty"` Results []UpdateStockLevel200ResponseResultsInner `json:"results,omitempty"` Status *string `json:"status,omitempty"` Store *UpdateStockLevelRequestStore `json:"store,omitempty"` Success *bool `json:"success,omitempty"` Timestamp *float32 `json:"timestamp,omitempty"` }
UpdateStockLevel200Response struct for UpdateStockLevel200Response
func NewUpdateStockLevel200Response ¶
func NewUpdateStockLevel200Response() *UpdateStockLevel200Response
NewUpdateStockLevel200Response instantiates a new UpdateStockLevel200Response 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 NewUpdateStockLevel200ResponseWithDefaults ¶
func NewUpdateStockLevel200ResponseWithDefaults() *UpdateStockLevel200Response
NewUpdateStockLevel200ResponseWithDefaults instantiates a new UpdateStockLevel200Response 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 (*UpdateStockLevel200Response) GetError ¶
func (o *UpdateStockLevel200Response) GetError() UpdateStockLevel200ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*UpdateStockLevel200Response) GetErrorOk ¶
func (o *UpdateStockLevel200Response) GetErrorOk() (*UpdateStockLevel200ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200Response) GetId ¶
func (o *UpdateStockLevel200Response) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*UpdateStockLevel200Response) GetIdOk ¶
func (o *UpdateStockLevel200Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200Response) GetMessage ¶
func (o *UpdateStockLevel200Response) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*UpdateStockLevel200Response) GetMessageOk ¶
func (o *UpdateStockLevel200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200Response) GetResults ¶
func (o *UpdateStockLevel200Response) GetResults() []UpdateStockLevel200ResponseResultsInner
GetResults returns the Results field value if set, zero value otherwise.
func (*UpdateStockLevel200Response) GetResultsOk ¶
func (o *UpdateStockLevel200Response) GetResultsOk() ([]UpdateStockLevel200ResponseResultsInner, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200Response) GetStatus ¶
func (o *UpdateStockLevel200Response) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*UpdateStockLevel200Response) GetStatusOk ¶
func (o *UpdateStockLevel200Response) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200Response) GetStore ¶
func (o *UpdateStockLevel200Response) GetStore() UpdateStockLevelRequestStore
GetStore returns the Store field value if set, zero value otherwise.
func (*UpdateStockLevel200Response) GetStoreOk ¶
func (o *UpdateStockLevel200Response) GetStoreOk() (*UpdateStockLevelRequestStore, bool)
GetStoreOk returns a tuple with the Store field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200Response) GetSuccess ¶
func (o *UpdateStockLevel200Response) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*UpdateStockLevel200Response) GetSuccessOk ¶
func (o *UpdateStockLevel200Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200Response) GetTimestamp ¶
func (o *UpdateStockLevel200Response) GetTimestamp() float32
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*UpdateStockLevel200Response) GetTimestampOk ¶
func (o *UpdateStockLevel200Response) GetTimestampOk() (*float32, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200Response) HasError ¶
func (o *UpdateStockLevel200Response) HasError() bool
HasError returns a boolean if a field has been set.
func (*UpdateStockLevel200Response) HasId ¶
func (o *UpdateStockLevel200Response) HasId() bool
HasId returns a boolean if a field has been set.
func (*UpdateStockLevel200Response) HasMessage ¶
func (o *UpdateStockLevel200Response) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*UpdateStockLevel200Response) HasResults ¶
func (o *UpdateStockLevel200Response) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*UpdateStockLevel200Response) HasStatus ¶
func (o *UpdateStockLevel200Response) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*UpdateStockLevel200Response) HasStore ¶
func (o *UpdateStockLevel200Response) HasStore() bool
HasStore returns a boolean if a field has been set.
func (*UpdateStockLevel200Response) HasSuccess ¶
func (o *UpdateStockLevel200Response) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (*UpdateStockLevel200Response) HasTimestamp ¶
func (o *UpdateStockLevel200Response) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (UpdateStockLevel200Response) MarshalJSON ¶
func (o UpdateStockLevel200Response) MarshalJSON() ([]byte, error)
func (*UpdateStockLevel200Response) SetError ¶
func (o *UpdateStockLevel200Response) SetError(v UpdateStockLevel200ResponseError)
SetError gets a reference to the given UpdateStockLevel200ResponseError and assigns it to the Error field.
func (*UpdateStockLevel200Response) SetId ¶
func (o *UpdateStockLevel200Response) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*UpdateStockLevel200Response) SetMessage ¶
func (o *UpdateStockLevel200Response) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*UpdateStockLevel200Response) SetResults ¶
func (o *UpdateStockLevel200Response) SetResults(v []UpdateStockLevel200ResponseResultsInner)
SetResults gets a reference to the given []UpdateStockLevel200ResponseResultsInner and assigns it to the Results field.
func (*UpdateStockLevel200Response) SetStatus ¶
func (o *UpdateStockLevel200Response) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*UpdateStockLevel200Response) SetStore ¶
func (o *UpdateStockLevel200Response) SetStore(v UpdateStockLevelRequestStore)
SetStore gets a reference to the given UpdateStockLevelRequestStore and assigns it to the Store field.
func (*UpdateStockLevel200Response) SetSuccess ¶
func (o *UpdateStockLevel200Response) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (*UpdateStockLevel200Response) SetTimestamp ¶
func (o *UpdateStockLevel200Response) SetTimestamp(v float32)
SetTimestamp gets a reference to the given float32 and assigns it to the Timestamp field.
func (UpdateStockLevel200Response) ToMap ¶
func (o UpdateStockLevel200Response) ToMap() (map[string]interface{}, error)
type UpdateStockLevel200ResponseError ¶
type UpdateStockLevel200ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` }
UpdateStockLevel200ResponseError struct for UpdateStockLevel200ResponseError
func NewUpdateStockLevel200ResponseError ¶
func NewUpdateStockLevel200ResponseError() *UpdateStockLevel200ResponseError
NewUpdateStockLevel200ResponseError instantiates a new UpdateStockLevel200ResponseError 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 NewUpdateStockLevel200ResponseErrorWithDefaults ¶
func NewUpdateStockLevel200ResponseErrorWithDefaults() *UpdateStockLevel200ResponseError
NewUpdateStockLevel200ResponseErrorWithDefaults instantiates a new UpdateStockLevel200ResponseError 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 (*UpdateStockLevel200ResponseError) GetCode ¶
func (o *UpdateStockLevel200ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseError) GetCodeOk ¶
func (o *UpdateStockLevel200ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseError) GetMessage ¶
func (o *UpdateStockLevel200ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseError) GetMessageOk ¶
func (o *UpdateStockLevel200ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseError) HasCode ¶
func (o *UpdateStockLevel200ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseError) HasMessage ¶
func (o *UpdateStockLevel200ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (UpdateStockLevel200ResponseError) MarshalJSON ¶
func (o UpdateStockLevel200ResponseError) MarshalJSON() ([]byte, error)
func (*UpdateStockLevel200ResponseError) SetCode ¶
func (o *UpdateStockLevel200ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*UpdateStockLevel200ResponseError) SetMessage ¶
func (o *UpdateStockLevel200ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (UpdateStockLevel200ResponseError) ToMap ¶
func (o UpdateStockLevel200ResponseError) ToMap() (map[string]interface{}, error)
type UpdateStockLevel200ResponseResultsInner ¶
type UpdateStockLevel200ResponseResultsInner struct { ChannelLocationCode *string `json:"channel_location_code,omitempty"` ChannelLocationId *string `json:"channel_location_id,omitempty"` ChannelProductId *string `json:"channel_product_id,omitempty"` ChannelProductVariantId *string `json:"channel_product_variant_id,omitempty"` ChannelProductVariantSku *string `json:"channel_product_variant_sku,omitempty"` LocationCode *string `json:"location_code,omitempty"` LocationId *string `json:"location_id,omitempty"` Message *string `json:"message,omitempty"` ProductId *string `json:"product_id,omitempty"` ProductVariantId *string `json:"product_variant_id,omitempty"` ProductVariantSku *string `json:"product_variant_sku,omitempty"` Status *string `json:"status,omitempty"` Success *bool `json:"success,omitempty"` Timestamp *float32 `json:"timestamp,omitempty"` }
UpdateStockLevel200ResponseResultsInner struct for UpdateStockLevel200ResponseResultsInner
func NewUpdateStockLevel200ResponseResultsInner ¶
func NewUpdateStockLevel200ResponseResultsInner() *UpdateStockLevel200ResponseResultsInner
NewUpdateStockLevel200ResponseResultsInner instantiates a new UpdateStockLevel200ResponseResultsInner 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 NewUpdateStockLevel200ResponseResultsInnerWithDefaults ¶
func NewUpdateStockLevel200ResponseResultsInnerWithDefaults() *UpdateStockLevel200ResponseResultsInner
NewUpdateStockLevel200ResponseResultsInnerWithDefaults instantiates a new UpdateStockLevel200ResponseResultsInner 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 (*UpdateStockLevel200ResponseResultsInner) GetChannelLocationCode ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetChannelLocationCode() string
GetChannelLocationCode returns the ChannelLocationCode field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetChannelLocationCodeOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetChannelLocationCodeOk() (*string, bool)
GetChannelLocationCodeOk returns a tuple with the ChannelLocationCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) GetChannelLocationId ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetChannelLocationId() string
GetChannelLocationId returns the ChannelLocationId field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetChannelLocationIdOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetChannelLocationIdOk() (*string, bool)
GetChannelLocationIdOk returns a tuple with the ChannelLocationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) GetChannelProductId ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetChannelProductId() string
GetChannelProductId returns the ChannelProductId field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetChannelProductIdOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetChannelProductIdOk() (*string, bool)
GetChannelProductIdOk returns a tuple with the ChannelProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) GetChannelProductVariantId ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetChannelProductVariantId() string
GetChannelProductVariantId returns the ChannelProductVariantId field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetChannelProductVariantIdOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetChannelProductVariantIdOk() (*string, bool)
GetChannelProductVariantIdOk returns a tuple with the ChannelProductVariantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) GetChannelProductVariantSku ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetChannelProductVariantSku() string
GetChannelProductVariantSku returns the ChannelProductVariantSku field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetChannelProductVariantSkuOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetChannelProductVariantSkuOk() (*string, bool)
GetChannelProductVariantSkuOk returns a tuple with the ChannelProductVariantSku field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) GetLocationCode ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetLocationCode() string
GetLocationCode returns the LocationCode field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetLocationCodeOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetLocationCodeOk() (*string, bool)
GetLocationCodeOk returns a tuple with the LocationCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) GetLocationId ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetLocationId() string
GetLocationId returns the LocationId field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetLocationIdOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetLocationIdOk() (*string, bool)
GetLocationIdOk returns a tuple with the LocationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) GetMessage ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetMessageOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) GetProductId ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetProductIdOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) GetProductVariantId ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetProductVariantId() string
GetProductVariantId returns the ProductVariantId field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetProductVariantIdOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetProductVariantIdOk() (*string, bool)
GetProductVariantIdOk returns a tuple with the ProductVariantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) GetProductVariantSku ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetProductVariantSku() string
GetProductVariantSku returns the ProductVariantSku field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetProductVariantSkuOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetProductVariantSkuOk() (*string, bool)
GetProductVariantSkuOk returns a tuple with the ProductVariantSku field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) GetStatus ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetStatusOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) GetSuccess ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetSuccessOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) GetTimestamp ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetTimestamp() float32
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*UpdateStockLevel200ResponseResultsInner) GetTimestampOk ¶
func (o *UpdateStockLevel200ResponseResultsInner) GetTimestampOk() (*float32, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasChannelLocationCode ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasChannelLocationCode() bool
HasChannelLocationCode returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasChannelLocationId ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasChannelLocationId() bool
HasChannelLocationId returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasChannelProductId ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasChannelProductId() bool
HasChannelProductId returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasChannelProductVariantId ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasChannelProductVariantId() bool
HasChannelProductVariantId returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasChannelProductVariantSku ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasChannelProductVariantSku() bool
HasChannelProductVariantSku returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasLocationCode ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasLocationCode() bool
HasLocationCode returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasLocationId ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasLocationId() bool
HasLocationId returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasMessage ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasProductId ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasProductVariantId ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasProductVariantId() bool
HasProductVariantId returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasProductVariantSku ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasProductVariantSku() bool
HasProductVariantSku returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasStatus ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasSuccess ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (*UpdateStockLevel200ResponseResultsInner) HasTimestamp ¶
func (o *UpdateStockLevel200ResponseResultsInner) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (UpdateStockLevel200ResponseResultsInner) MarshalJSON ¶
func (o UpdateStockLevel200ResponseResultsInner) MarshalJSON() ([]byte, error)
func (*UpdateStockLevel200ResponseResultsInner) SetChannelLocationCode ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetChannelLocationCode(v string)
SetChannelLocationCode gets a reference to the given string and assigns it to the ChannelLocationCode field.
func (*UpdateStockLevel200ResponseResultsInner) SetChannelLocationId ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetChannelLocationId(v string)
SetChannelLocationId gets a reference to the given string and assigns it to the ChannelLocationId field.
func (*UpdateStockLevel200ResponseResultsInner) SetChannelProductId ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetChannelProductId(v string)
SetChannelProductId gets a reference to the given string and assigns it to the ChannelProductId field.
func (*UpdateStockLevel200ResponseResultsInner) SetChannelProductVariantId ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetChannelProductVariantId(v string)
SetChannelProductVariantId gets a reference to the given string and assigns it to the ChannelProductVariantId field.
func (*UpdateStockLevel200ResponseResultsInner) SetChannelProductVariantSku ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetChannelProductVariantSku(v string)
SetChannelProductVariantSku gets a reference to the given string and assigns it to the ChannelProductVariantSku field.
func (*UpdateStockLevel200ResponseResultsInner) SetLocationCode ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetLocationCode(v string)
SetLocationCode gets a reference to the given string and assigns it to the LocationCode field.
func (*UpdateStockLevel200ResponseResultsInner) SetLocationId ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetLocationId(v string)
SetLocationId gets a reference to the given string and assigns it to the LocationId field.
func (*UpdateStockLevel200ResponseResultsInner) SetMessage ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*UpdateStockLevel200ResponseResultsInner) SetProductId ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*UpdateStockLevel200ResponseResultsInner) SetProductVariantId ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetProductVariantId(v string)
SetProductVariantId gets a reference to the given string and assigns it to the ProductVariantId field.
func (*UpdateStockLevel200ResponseResultsInner) SetProductVariantSku ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetProductVariantSku(v string)
SetProductVariantSku gets a reference to the given string and assigns it to the ProductVariantSku field.
func (*UpdateStockLevel200ResponseResultsInner) SetStatus ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*UpdateStockLevel200ResponseResultsInner) SetSuccess ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (*UpdateStockLevel200ResponseResultsInner) SetTimestamp ¶
func (o *UpdateStockLevel200ResponseResultsInner) SetTimestamp(v float32)
SetTimestamp gets a reference to the given float32 and assigns it to the Timestamp field.
func (UpdateStockLevel200ResponseResultsInner) ToMap ¶
func (o UpdateStockLevel200ResponseResultsInner) ToMap() (map[string]interface{}, error)
type UpdateStockLevel400Response ¶
type UpdateStockLevel400Response struct { Error *UpdateStockLevel400ResponseError `json:"error,omitempty"` Id *string `json:"id,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` Store *UpdateStockLevelRequestStore `json:"store,omitempty"` Success *bool `json:"success,omitempty"` Timestamp *float32 `json:"timestamp,omitempty"` }
UpdateStockLevel400Response struct for UpdateStockLevel400Response
func NewUpdateStockLevel400Response ¶
func NewUpdateStockLevel400Response() *UpdateStockLevel400Response
NewUpdateStockLevel400Response instantiates a new UpdateStockLevel400Response 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 NewUpdateStockLevel400ResponseWithDefaults ¶
func NewUpdateStockLevel400ResponseWithDefaults() *UpdateStockLevel400Response
NewUpdateStockLevel400ResponseWithDefaults instantiates a new UpdateStockLevel400Response 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 (*UpdateStockLevel400Response) GetError ¶
func (o *UpdateStockLevel400Response) GetError() UpdateStockLevel400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*UpdateStockLevel400Response) GetErrorOk ¶
func (o *UpdateStockLevel400Response) GetErrorOk() (*UpdateStockLevel400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel400Response) GetId ¶
func (o *UpdateStockLevel400Response) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*UpdateStockLevel400Response) GetIdOk ¶
func (o *UpdateStockLevel400Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel400Response) GetMessage ¶
func (o *UpdateStockLevel400Response) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*UpdateStockLevel400Response) GetMessageOk ¶
func (o *UpdateStockLevel400Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel400Response) GetStatus ¶
func (o *UpdateStockLevel400Response) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*UpdateStockLevel400Response) GetStatusOk ¶
func (o *UpdateStockLevel400Response) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel400Response) GetStore ¶
func (o *UpdateStockLevel400Response) GetStore() UpdateStockLevelRequestStore
GetStore returns the Store field value if set, zero value otherwise.
func (*UpdateStockLevel400Response) GetStoreOk ¶
func (o *UpdateStockLevel400Response) GetStoreOk() (*UpdateStockLevelRequestStore, bool)
GetStoreOk returns a tuple with the Store field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel400Response) GetSuccess ¶
func (o *UpdateStockLevel400Response) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*UpdateStockLevel400Response) GetSuccessOk ¶
func (o *UpdateStockLevel400Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel400Response) GetTimestamp ¶
func (o *UpdateStockLevel400Response) GetTimestamp() float32
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*UpdateStockLevel400Response) GetTimestampOk ¶
func (o *UpdateStockLevel400Response) GetTimestampOk() (*float32, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel400Response) HasError ¶
func (o *UpdateStockLevel400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (*UpdateStockLevel400Response) HasId ¶
func (o *UpdateStockLevel400Response) HasId() bool
HasId returns a boolean if a field has been set.
func (*UpdateStockLevel400Response) HasMessage ¶
func (o *UpdateStockLevel400Response) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*UpdateStockLevel400Response) HasStatus ¶
func (o *UpdateStockLevel400Response) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*UpdateStockLevel400Response) HasStore ¶
func (o *UpdateStockLevel400Response) HasStore() bool
HasStore returns a boolean if a field has been set.
func (*UpdateStockLevel400Response) HasSuccess ¶
func (o *UpdateStockLevel400Response) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (*UpdateStockLevel400Response) HasTimestamp ¶
func (o *UpdateStockLevel400Response) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (UpdateStockLevel400Response) MarshalJSON ¶
func (o UpdateStockLevel400Response) MarshalJSON() ([]byte, error)
func (*UpdateStockLevel400Response) SetError ¶
func (o *UpdateStockLevel400Response) SetError(v UpdateStockLevel400ResponseError)
SetError gets a reference to the given UpdateStockLevel400ResponseError and assigns it to the Error field.
func (*UpdateStockLevel400Response) SetId ¶
func (o *UpdateStockLevel400Response) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*UpdateStockLevel400Response) SetMessage ¶
func (o *UpdateStockLevel400Response) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*UpdateStockLevel400Response) SetStatus ¶
func (o *UpdateStockLevel400Response) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*UpdateStockLevel400Response) SetStore ¶
func (o *UpdateStockLevel400Response) SetStore(v UpdateStockLevelRequestStore)
SetStore gets a reference to the given UpdateStockLevelRequestStore and assigns it to the Store field.
func (*UpdateStockLevel400Response) SetSuccess ¶
func (o *UpdateStockLevel400Response) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (*UpdateStockLevel400Response) SetTimestamp ¶
func (o *UpdateStockLevel400Response) SetTimestamp(v float32)
SetTimestamp gets a reference to the given float32 and assigns it to the Timestamp field.
func (UpdateStockLevel400Response) ToMap ¶
func (o UpdateStockLevel400Response) ToMap() (map[string]interface{}, error)
type UpdateStockLevel400ResponseError ¶
type UpdateStockLevel400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` }
UpdateStockLevel400ResponseError struct for UpdateStockLevel400ResponseError
func NewUpdateStockLevel400ResponseError ¶
func NewUpdateStockLevel400ResponseError() *UpdateStockLevel400ResponseError
NewUpdateStockLevel400ResponseError instantiates a new UpdateStockLevel400ResponseError 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 NewUpdateStockLevel400ResponseErrorWithDefaults ¶
func NewUpdateStockLevel400ResponseErrorWithDefaults() *UpdateStockLevel400ResponseError
NewUpdateStockLevel400ResponseErrorWithDefaults instantiates a new UpdateStockLevel400ResponseError 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 (*UpdateStockLevel400ResponseError) GetCode ¶
func (o *UpdateStockLevel400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*UpdateStockLevel400ResponseError) GetCodeOk ¶
func (o *UpdateStockLevel400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel400ResponseError) GetMessage ¶
func (o *UpdateStockLevel400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*UpdateStockLevel400ResponseError) GetMessageOk ¶
func (o *UpdateStockLevel400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel400ResponseError) HasCode ¶
func (o *UpdateStockLevel400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*UpdateStockLevel400ResponseError) HasMessage ¶
func (o *UpdateStockLevel400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (UpdateStockLevel400ResponseError) MarshalJSON ¶
func (o UpdateStockLevel400ResponseError) MarshalJSON() ([]byte, error)
func (*UpdateStockLevel400ResponseError) SetCode ¶
func (o *UpdateStockLevel400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*UpdateStockLevel400ResponseError) SetMessage ¶
func (o *UpdateStockLevel400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (UpdateStockLevel400ResponseError) ToMap ¶
func (o UpdateStockLevel400ResponseError) ToMap() (map[string]interface{}, error)
type UpdateStockLevel429Response ¶
type UpdateStockLevel429Response struct { Error *UpdateStockLevel429ResponseError `json:"error,omitempty"` Id *string `json:"id,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` Store *UpdateStockLevelRequestStore `json:"store,omitempty"` Success *bool `json:"success,omitempty"` Timestamp *float32 `json:"timestamp,omitempty"` }
UpdateStockLevel429Response struct for UpdateStockLevel429Response
func NewUpdateStockLevel429Response ¶
func NewUpdateStockLevel429Response() *UpdateStockLevel429Response
NewUpdateStockLevel429Response instantiates a new UpdateStockLevel429Response 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 NewUpdateStockLevel429ResponseWithDefaults ¶
func NewUpdateStockLevel429ResponseWithDefaults() *UpdateStockLevel429Response
NewUpdateStockLevel429ResponseWithDefaults instantiates a new UpdateStockLevel429Response 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 (*UpdateStockLevel429Response) GetError ¶
func (o *UpdateStockLevel429Response) GetError() UpdateStockLevel429ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*UpdateStockLevel429Response) GetErrorOk ¶
func (o *UpdateStockLevel429Response) GetErrorOk() (*UpdateStockLevel429ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel429Response) GetId ¶
func (o *UpdateStockLevel429Response) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*UpdateStockLevel429Response) GetIdOk ¶
func (o *UpdateStockLevel429Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel429Response) GetMessage ¶
func (o *UpdateStockLevel429Response) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*UpdateStockLevel429Response) GetMessageOk ¶
func (o *UpdateStockLevel429Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel429Response) GetStatus ¶
func (o *UpdateStockLevel429Response) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*UpdateStockLevel429Response) GetStatusOk ¶
func (o *UpdateStockLevel429Response) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel429Response) GetStore ¶
func (o *UpdateStockLevel429Response) GetStore() UpdateStockLevelRequestStore
GetStore returns the Store field value if set, zero value otherwise.
func (*UpdateStockLevel429Response) GetStoreOk ¶
func (o *UpdateStockLevel429Response) GetStoreOk() (*UpdateStockLevelRequestStore, bool)
GetStoreOk returns a tuple with the Store field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel429Response) GetSuccess ¶
func (o *UpdateStockLevel429Response) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*UpdateStockLevel429Response) GetSuccessOk ¶
func (o *UpdateStockLevel429Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel429Response) GetTimestamp ¶
func (o *UpdateStockLevel429Response) GetTimestamp() float32
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*UpdateStockLevel429Response) GetTimestampOk ¶
func (o *UpdateStockLevel429Response) GetTimestampOk() (*float32, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel429Response) HasError ¶
func (o *UpdateStockLevel429Response) HasError() bool
HasError returns a boolean if a field has been set.
func (*UpdateStockLevel429Response) HasId ¶
func (o *UpdateStockLevel429Response) HasId() bool
HasId returns a boolean if a field has been set.
func (*UpdateStockLevel429Response) HasMessage ¶
func (o *UpdateStockLevel429Response) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*UpdateStockLevel429Response) HasStatus ¶
func (o *UpdateStockLevel429Response) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*UpdateStockLevel429Response) HasStore ¶
func (o *UpdateStockLevel429Response) HasStore() bool
HasStore returns a boolean if a field has been set.
func (*UpdateStockLevel429Response) HasSuccess ¶
func (o *UpdateStockLevel429Response) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (*UpdateStockLevel429Response) HasTimestamp ¶
func (o *UpdateStockLevel429Response) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (UpdateStockLevel429Response) MarshalJSON ¶
func (o UpdateStockLevel429Response) MarshalJSON() ([]byte, error)
func (*UpdateStockLevel429Response) SetError ¶
func (o *UpdateStockLevel429Response) SetError(v UpdateStockLevel429ResponseError)
SetError gets a reference to the given UpdateStockLevel429ResponseError and assigns it to the Error field.
func (*UpdateStockLevel429Response) SetId ¶
func (o *UpdateStockLevel429Response) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*UpdateStockLevel429Response) SetMessage ¶
func (o *UpdateStockLevel429Response) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*UpdateStockLevel429Response) SetStatus ¶
func (o *UpdateStockLevel429Response) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*UpdateStockLevel429Response) SetStore ¶
func (o *UpdateStockLevel429Response) SetStore(v UpdateStockLevelRequestStore)
SetStore gets a reference to the given UpdateStockLevelRequestStore and assigns it to the Store field.
func (*UpdateStockLevel429Response) SetSuccess ¶
func (o *UpdateStockLevel429Response) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (*UpdateStockLevel429Response) SetTimestamp ¶
func (o *UpdateStockLevel429Response) SetTimestamp(v float32)
SetTimestamp gets a reference to the given float32 and assigns it to the Timestamp field.
func (UpdateStockLevel429Response) ToMap ¶
func (o UpdateStockLevel429Response) ToMap() (map[string]interface{}, error)
type UpdateStockLevel429ResponseError ¶
type UpdateStockLevel429ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` }
UpdateStockLevel429ResponseError struct for UpdateStockLevel429ResponseError
func NewUpdateStockLevel429ResponseError ¶
func NewUpdateStockLevel429ResponseError() *UpdateStockLevel429ResponseError
NewUpdateStockLevel429ResponseError instantiates a new UpdateStockLevel429ResponseError 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 NewUpdateStockLevel429ResponseErrorWithDefaults ¶
func NewUpdateStockLevel429ResponseErrorWithDefaults() *UpdateStockLevel429ResponseError
NewUpdateStockLevel429ResponseErrorWithDefaults instantiates a new UpdateStockLevel429ResponseError 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 (*UpdateStockLevel429ResponseError) GetCode ¶
func (o *UpdateStockLevel429ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*UpdateStockLevel429ResponseError) GetCodeOk ¶
func (o *UpdateStockLevel429ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel429ResponseError) GetMessage ¶
func (o *UpdateStockLevel429ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*UpdateStockLevel429ResponseError) GetMessageOk ¶
func (o *UpdateStockLevel429ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel429ResponseError) HasCode ¶
func (o *UpdateStockLevel429ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*UpdateStockLevel429ResponseError) HasMessage ¶
func (o *UpdateStockLevel429ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (UpdateStockLevel429ResponseError) MarshalJSON ¶
func (o UpdateStockLevel429ResponseError) MarshalJSON() ([]byte, error)
func (*UpdateStockLevel429ResponseError) SetCode ¶
func (o *UpdateStockLevel429ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*UpdateStockLevel429ResponseError) SetMessage ¶
func (o *UpdateStockLevel429ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (UpdateStockLevel429ResponseError) ToMap ¶
func (o UpdateStockLevel429ResponseError) ToMap() (map[string]interface{}, error)
type UpdateStockLevel500Response ¶
type UpdateStockLevel500Response struct { Error *UpdateStockLevel500ResponseError `json:"error,omitempty"` Id *string `json:"id,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` Store *UpdateStockLevelRequestStore `json:"store,omitempty"` Success *bool `json:"success,omitempty"` Timestamp *float32 `json:"timestamp,omitempty"` }
UpdateStockLevel500Response struct for UpdateStockLevel500Response
func NewUpdateStockLevel500Response ¶
func NewUpdateStockLevel500Response() *UpdateStockLevel500Response
NewUpdateStockLevel500Response instantiates a new UpdateStockLevel500Response 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 NewUpdateStockLevel500ResponseWithDefaults ¶
func NewUpdateStockLevel500ResponseWithDefaults() *UpdateStockLevel500Response
NewUpdateStockLevel500ResponseWithDefaults instantiates a new UpdateStockLevel500Response 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 (*UpdateStockLevel500Response) GetError ¶
func (o *UpdateStockLevel500Response) GetError() UpdateStockLevel500ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*UpdateStockLevel500Response) GetErrorOk ¶
func (o *UpdateStockLevel500Response) GetErrorOk() (*UpdateStockLevel500ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel500Response) GetId ¶
func (o *UpdateStockLevel500Response) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*UpdateStockLevel500Response) GetIdOk ¶
func (o *UpdateStockLevel500Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel500Response) GetMessage ¶
func (o *UpdateStockLevel500Response) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*UpdateStockLevel500Response) GetMessageOk ¶
func (o *UpdateStockLevel500Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel500Response) GetStatus ¶
func (o *UpdateStockLevel500Response) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*UpdateStockLevel500Response) GetStatusOk ¶
func (o *UpdateStockLevel500Response) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel500Response) GetStore ¶
func (o *UpdateStockLevel500Response) GetStore() UpdateStockLevelRequestStore
GetStore returns the Store field value if set, zero value otherwise.
func (*UpdateStockLevel500Response) GetStoreOk ¶
func (o *UpdateStockLevel500Response) GetStoreOk() (*UpdateStockLevelRequestStore, bool)
GetStoreOk returns a tuple with the Store field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel500Response) GetSuccess ¶
func (o *UpdateStockLevel500Response) GetSuccess() bool
GetSuccess returns the Success field value if set, zero value otherwise.
func (*UpdateStockLevel500Response) GetSuccessOk ¶
func (o *UpdateStockLevel500Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel500Response) GetTimestamp ¶
func (o *UpdateStockLevel500Response) GetTimestamp() float32
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*UpdateStockLevel500Response) GetTimestampOk ¶
func (o *UpdateStockLevel500Response) GetTimestampOk() (*float32, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel500Response) HasError ¶
func (o *UpdateStockLevel500Response) HasError() bool
HasError returns a boolean if a field has been set.
func (*UpdateStockLevel500Response) HasId ¶
func (o *UpdateStockLevel500Response) HasId() bool
HasId returns a boolean if a field has been set.
func (*UpdateStockLevel500Response) HasMessage ¶
func (o *UpdateStockLevel500Response) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*UpdateStockLevel500Response) HasStatus ¶
func (o *UpdateStockLevel500Response) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*UpdateStockLevel500Response) HasStore ¶
func (o *UpdateStockLevel500Response) HasStore() bool
HasStore returns a boolean if a field has been set.
func (*UpdateStockLevel500Response) HasSuccess ¶
func (o *UpdateStockLevel500Response) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (*UpdateStockLevel500Response) HasTimestamp ¶
func (o *UpdateStockLevel500Response) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (UpdateStockLevel500Response) MarshalJSON ¶
func (o UpdateStockLevel500Response) MarshalJSON() ([]byte, error)
func (*UpdateStockLevel500Response) SetError ¶
func (o *UpdateStockLevel500Response) SetError(v UpdateStockLevel500ResponseError)
SetError gets a reference to the given UpdateStockLevel500ResponseError and assigns it to the Error field.
func (*UpdateStockLevel500Response) SetId ¶
func (o *UpdateStockLevel500Response) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*UpdateStockLevel500Response) SetMessage ¶
func (o *UpdateStockLevel500Response) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*UpdateStockLevel500Response) SetStatus ¶
func (o *UpdateStockLevel500Response) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*UpdateStockLevel500Response) SetStore ¶
func (o *UpdateStockLevel500Response) SetStore(v UpdateStockLevelRequestStore)
SetStore gets a reference to the given UpdateStockLevelRequestStore and assigns it to the Store field.
func (*UpdateStockLevel500Response) SetSuccess ¶
func (o *UpdateStockLevel500Response) SetSuccess(v bool)
SetSuccess gets a reference to the given bool and assigns it to the Success field.
func (*UpdateStockLevel500Response) SetTimestamp ¶
func (o *UpdateStockLevel500Response) SetTimestamp(v float32)
SetTimestamp gets a reference to the given float32 and assigns it to the Timestamp field.
func (UpdateStockLevel500Response) ToMap ¶
func (o UpdateStockLevel500Response) ToMap() (map[string]interface{}, error)
type UpdateStockLevel500ResponseError ¶
type UpdateStockLevel500ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` }
UpdateStockLevel500ResponseError struct for UpdateStockLevel500ResponseError
func NewUpdateStockLevel500ResponseError ¶
func NewUpdateStockLevel500ResponseError() *UpdateStockLevel500ResponseError
NewUpdateStockLevel500ResponseError instantiates a new UpdateStockLevel500ResponseError 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 NewUpdateStockLevel500ResponseErrorWithDefaults ¶
func NewUpdateStockLevel500ResponseErrorWithDefaults() *UpdateStockLevel500ResponseError
NewUpdateStockLevel500ResponseErrorWithDefaults instantiates a new UpdateStockLevel500ResponseError 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 (*UpdateStockLevel500ResponseError) GetCode ¶
func (o *UpdateStockLevel500ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*UpdateStockLevel500ResponseError) GetCodeOk ¶
func (o *UpdateStockLevel500ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel500ResponseError) GetMessage ¶
func (o *UpdateStockLevel500ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*UpdateStockLevel500ResponseError) GetMessageOk ¶
func (o *UpdateStockLevel500ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevel500ResponseError) HasCode ¶
func (o *UpdateStockLevel500ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*UpdateStockLevel500ResponseError) HasMessage ¶
func (o *UpdateStockLevel500ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (UpdateStockLevel500ResponseError) MarshalJSON ¶
func (o UpdateStockLevel500ResponseError) MarshalJSON() ([]byte, error)
func (*UpdateStockLevel500ResponseError) SetCode ¶
func (o *UpdateStockLevel500ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*UpdateStockLevel500ResponseError) SetMessage ¶
func (o *UpdateStockLevel500ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (UpdateStockLevel500ResponseError) ToMap ¶
func (o UpdateStockLevel500ResponseError) ToMap() (map[string]interface{}, error)
type UpdateStockLevelRequest ¶
type UpdateStockLevelRequest struct { Id *string `json:"id,omitempty"` Requests []UpdateStockLevelRequestRequestsInner `json:"requests,omitempty"` Store *UpdateStockLevelRequestStore `json:"store,omitempty"` }
UpdateStockLevelRequest struct for UpdateStockLevelRequest
func NewUpdateStockLevelRequest ¶
func NewUpdateStockLevelRequest() *UpdateStockLevelRequest
NewUpdateStockLevelRequest instantiates a new UpdateStockLevelRequest 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 NewUpdateStockLevelRequestWithDefaults ¶
func NewUpdateStockLevelRequestWithDefaults() *UpdateStockLevelRequest
NewUpdateStockLevelRequestWithDefaults instantiates a new UpdateStockLevelRequest 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 (*UpdateStockLevelRequest) GetId ¶
func (o *UpdateStockLevelRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*UpdateStockLevelRequest) GetIdOk ¶
func (o *UpdateStockLevelRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequest) GetRequests ¶
func (o *UpdateStockLevelRequest) GetRequests() []UpdateStockLevelRequestRequestsInner
GetRequests returns the Requests field value if set, zero value otherwise.
func (*UpdateStockLevelRequest) GetRequestsOk ¶
func (o *UpdateStockLevelRequest) GetRequestsOk() ([]UpdateStockLevelRequestRequestsInner, bool)
GetRequestsOk returns a tuple with the Requests field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequest) GetStore ¶
func (o *UpdateStockLevelRequest) GetStore() UpdateStockLevelRequestStore
GetStore returns the Store field value if set, zero value otherwise.
func (*UpdateStockLevelRequest) GetStoreOk ¶
func (o *UpdateStockLevelRequest) GetStoreOk() (*UpdateStockLevelRequestStore, bool)
GetStoreOk returns a tuple with the Store field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequest) HasId ¶
func (o *UpdateStockLevelRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*UpdateStockLevelRequest) HasRequests ¶
func (o *UpdateStockLevelRequest) HasRequests() bool
HasRequests returns a boolean if a field has been set.
func (*UpdateStockLevelRequest) HasStore ¶
func (o *UpdateStockLevelRequest) HasStore() bool
HasStore returns a boolean if a field has been set.
func (UpdateStockLevelRequest) MarshalJSON ¶
func (o UpdateStockLevelRequest) MarshalJSON() ([]byte, error)
func (*UpdateStockLevelRequest) SetId ¶
func (o *UpdateStockLevelRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*UpdateStockLevelRequest) SetRequests ¶
func (o *UpdateStockLevelRequest) SetRequests(v []UpdateStockLevelRequestRequestsInner)
SetRequests gets a reference to the given []UpdateStockLevelRequestRequestsInner and assigns it to the Requests field.
func (*UpdateStockLevelRequest) SetStore ¶
func (o *UpdateStockLevelRequest) SetStore(v UpdateStockLevelRequestStore)
SetStore gets a reference to the given UpdateStockLevelRequestStore and assigns it to the Store field.
func (UpdateStockLevelRequest) ToMap ¶
func (o UpdateStockLevelRequest) ToMap() (map[string]interface{}, error)
type UpdateStockLevelRequestRequestsInner ¶
type UpdateStockLevelRequestRequestsInner struct { ChannelLocationCode *string `json:"channel_location_code,omitempty"` ChannelLocationId *string `json:"channel_location_id,omitempty"` ChannelProductId *string `json:"channel_product_id,omitempty"` ChannelProductVariantId *string `json:"channel_product_variant_id,omitempty"` ChannelProductVariantSku *string `json:"channel_product_variant_sku,omitempty"` DeltaStock *float32 `json:"delta_stock,omitempty"` ExactStock *float32 `json:"exact_stock,omitempty"` LocationCode *string `json:"location_code,omitempty"` LocationId *string `json:"location_id,omitempty"` ProductId *string `json:"product_id,omitempty"` ProductVariantId *string `json:"product_variant_id,omitempty"` ProductVariantSku *string `json:"product_variant_sku,omitempty"` }
UpdateStockLevelRequestRequestsInner struct for UpdateStockLevelRequestRequestsInner
func NewUpdateStockLevelRequestRequestsInner ¶
func NewUpdateStockLevelRequestRequestsInner() *UpdateStockLevelRequestRequestsInner
NewUpdateStockLevelRequestRequestsInner instantiates a new UpdateStockLevelRequestRequestsInner 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 NewUpdateStockLevelRequestRequestsInnerWithDefaults ¶
func NewUpdateStockLevelRequestRequestsInnerWithDefaults() *UpdateStockLevelRequestRequestsInner
NewUpdateStockLevelRequestRequestsInnerWithDefaults instantiates a new UpdateStockLevelRequestRequestsInner 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 (*UpdateStockLevelRequestRequestsInner) GetChannelLocationCode ¶
func (o *UpdateStockLevelRequestRequestsInner) GetChannelLocationCode() string
GetChannelLocationCode returns the ChannelLocationCode field value if set, zero value otherwise.
func (*UpdateStockLevelRequestRequestsInner) GetChannelLocationCodeOk ¶
func (o *UpdateStockLevelRequestRequestsInner) GetChannelLocationCodeOk() (*string, bool)
GetChannelLocationCodeOk returns a tuple with the ChannelLocationCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestRequestsInner) GetChannelLocationId ¶
func (o *UpdateStockLevelRequestRequestsInner) GetChannelLocationId() string
GetChannelLocationId returns the ChannelLocationId field value if set, zero value otherwise.
func (*UpdateStockLevelRequestRequestsInner) GetChannelLocationIdOk ¶
func (o *UpdateStockLevelRequestRequestsInner) GetChannelLocationIdOk() (*string, bool)
GetChannelLocationIdOk returns a tuple with the ChannelLocationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestRequestsInner) GetChannelProductId ¶
func (o *UpdateStockLevelRequestRequestsInner) GetChannelProductId() string
GetChannelProductId returns the ChannelProductId field value if set, zero value otherwise.
func (*UpdateStockLevelRequestRequestsInner) GetChannelProductIdOk ¶
func (o *UpdateStockLevelRequestRequestsInner) GetChannelProductIdOk() (*string, bool)
GetChannelProductIdOk returns a tuple with the ChannelProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestRequestsInner) GetChannelProductVariantId ¶
func (o *UpdateStockLevelRequestRequestsInner) GetChannelProductVariantId() string
GetChannelProductVariantId returns the ChannelProductVariantId field value if set, zero value otherwise.
func (*UpdateStockLevelRequestRequestsInner) GetChannelProductVariantIdOk ¶
func (o *UpdateStockLevelRequestRequestsInner) GetChannelProductVariantIdOk() (*string, bool)
GetChannelProductVariantIdOk returns a tuple with the ChannelProductVariantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestRequestsInner) GetChannelProductVariantSku ¶
func (o *UpdateStockLevelRequestRequestsInner) GetChannelProductVariantSku() string
GetChannelProductVariantSku returns the ChannelProductVariantSku field value if set, zero value otherwise.
func (*UpdateStockLevelRequestRequestsInner) GetChannelProductVariantSkuOk ¶
func (o *UpdateStockLevelRequestRequestsInner) GetChannelProductVariantSkuOk() (*string, bool)
GetChannelProductVariantSkuOk returns a tuple with the ChannelProductVariantSku field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestRequestsInner) GetDeltaStock ¶
func (o *UpdateStockLevelRequestRequestsInner) GetDeltaStock() float32
GetDeltaStock returns the DeltaStock field value if set, zero value otherwise.
func (*UpdateStockLevelRequestRequestsInner) GetDeltaStockOk ¶
func (o *UpdateStockLevelRequestRequestsInner) GetDeltaStockOk() (*float32, bool)
GetDeltaStockOk returns a tuple with the DeltaStock field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestRequestsInner) GetExactStock ¶
func (o *UpdateStockLevelRequestRequestsInner) GetExactStock() float32
GetExactStock returns the ExactStock field value if set, zero value otherwise.
func (*UpdateStockLevelRequestRequestsInner) GetExactStockOk ¶
func (o *UpdateStockLevelRequestRequestsInner) GetExactStockOk() (*float32, bool)
GetExactStockOk returns a tuple with the ExactStock field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestRequestsInner) GetLocationCode ¶
func (o *UpdateStockLevelRequestRequestsInner) GetLocationCode() string
GetLocationCode returns the LocationCode field value if set, zero value otherwise.
func (*UpdateStockLevelRequestRequestsInner) GetLocationCodeOk ¶
func (o *UpdateStockLevelRequestRequestsInner) GetLocationCodeOk() (*string, bool)
GetLocationCodeOk returns a tuple with the LocationCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestRequestsInner) GetLocationId ¶
func (o *UpdateStockLevelRequestRequestsInner) GetLocationId() string
GetLocationId returns the LocationId field value if set, zero value otherwise.
func (*UpdateStockLevelRequestRequestsInner) GetLocationIdOk ¶
func (o *UpdateStockLevelRequestRequestsInner) GetLocationIdOk() (*string, bool)
GetLocationIdOk returns a tuple with the LocationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestRequestsInner) GetProductId ¶
func (o *UpdateStockLevelRequestRequestsInner) GetProductId() string
GetProductId returns the ProductId field value if set, zero value otherwise.
func (*UpdateStockLevelRequestRequestsInner) GetProductIdOk ¶
func (o *UpdateStockLevelRequestRequestsInner) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestRequestsInner) GetProductVariantId ¶
func (o *UpdateStockLevelRequestRequestsInner) GetProductVariantId() string
GetProductVariantId returns the ProductVariantId field value if set, zero value otherwise.
func (*UpdateStockLevelRequestRequestsInner) GetProductVariantIdOk ¶
func (o *UpdateStockLevelRequestRequestsInner) GetProductVariantIdOk() (*string, bool)
GetProductVariantIdOk returns a tuple with the ProductVariantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestRequestsInner) GetProductVariantSku ¶
func (o *UpdateStockLevelRequestRequestsInner) GetProductVariantSku() string
GetProductVariantSku returns the ProductVariantSku field value if set, zero value otherwise.
func (*UpdateStockLevelRequestRequestsInner) GetProductVariantSkuOk ¶
func (o *UpdateStockLevelRequestRequestsInner) GetProductVariantSkuOk() (*string, bool)
GetProductVariantSkuOk returns a tuple with the ProductVariantSku field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestRequestsInner) HasChannelLocationCode ¶
func (o *UpdateStockLevelRequestRequestsInner) HasChannelLocationCode() bool
HasChannelLocationCode returns a boolean if a field has been set.
func (*UpdateStockLevelRequestRequestsInner) HasChannelLocationId ¶
func (o *UpdateStockLevelRequestRequestsInner) HasChannelLocationId() bool
HasChannelLocationId returns a boolean if a field has been set.
func (*UpdateStockLevelRequestRequestsInner) HasChannelProductId ¶
func (o *UpdateStockLevelRequestRequestsInner) HasChannelProductId() bool
HasChannelProductId returns a boolean if a field has been set.
func (*UpdateStockLevelRequestRequestsInner) HasChannelProductVariantId ¶
func (o *UpdateStockLevelRequestRequestsInner) HasChannelProductVariantId() bool
HasChannelProductVariantId returns a boolean if a field has been set.
func (*UpdateStockLevelRequestRequestsInner) HasChannelProductVariantSku ¶
func (o *UpdateStockLevelRequestRequestsInner) HasChannelProductVariantSku() bool
HasChannelProductVariantSku returns a boolean if a field has been set.
func (*UpdateStockLevelRequestRequestsInner) HasDeltaStock ¶
func (o *UpdateStockLevelRequestRequestsInner) HasDeltaStock() bool
HasDeltaStock returns a boolean if a field has been set.
func (*UpdateStockLevelRequestRequestsInner) HasExactStock ¶
func (o *UpdateStockLevelRequestRequestsInner) HasExactStock() bool
HasExactStock returns a boolean if a field has been set.
func (*UpdateStockLevelRequestRequestsInner) HasLocationCode ¶
func (o *UpdateStockLevelRequestRequestsInner) HasLocationCode() bool
HasLocationCode returns a boolean if a field has been set.
func (*UpdateStockLevelRequestRequestsInner) HasLocationId ¶
func (o *UpdateStockLevelRequestRequestsInner) HasLocationId() bool
HasLocationId returns a boolean if a field has been set.
func (*UpdateStockLevelRequestRequestsInner) HasProductId ¶
func (o *UpdateStockLevelRequestRequestsInner) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (*UpdateStockLevelRequestRequestsInner) HasProductVariantId ¶
func (o *UpdateStockLevelRequestRequestsInner) HasProductVariantId() bool
HasProductVariantId returns a boolean if a field has been set.
func (*UpdateStockLevelRequestRequestsInner) HasProductVariantSku ¶
func (o *UpdateStockLevelRequestRequestsInner) HasProductVariantSku() bool
HasProductVariantSku returns a boolean if a field has been set.
func (UpdateStockLevelRequestRequestsInner) MarshalJSON ¶
func (o UpdateStockLevelRequestRequestsInner) MarshalJSON() ([]byte, error)
func (*UpdateStockLevelRequestRequestsInner) SetChannelLocationCode ¶
func (o *UpdateStockLevelRequestRequestsInner) SetChannelLocationCode(v string)
SetChannelLocationCode gets a reference to the given string and assigns it to the ChannelLocationCode field.
func (*UpdateStockLevelRequestRequestsInner) SetChannelLocationId ¶
func (o *UpdateStockLevelRequestRequestsInner) SetChannelLocationId(v string)
SetChannelLocationId gets a reference to the given string and assigns it to the ChannelLocationId field.
func (*UpdateStockLevelRequestRequestsInner) SetChannelProductId ¶
func (o *UpdateStockLevelRequestRequestsInner) SetChannelProductId(v string)
SetChannelProductId gets a reference to the given string and assigns it to the ChannelProductId field.
func (*UpdateStockLevelRequestRequestsInner) SetChannelProductVariantId ¶
func (o *UpdateStockLevelRequestRequestsInner) SetChannelProductVariantId(v string)
SetChannelProductVariantId gets a reference to the given string and assigns it to the ChannelProductVariantId field.
func (*UpdateStockLevelRequestRequestsInner) SetChannelProductVariantSku ¶
func (o *UpdateStockLevelRequestRequestsInner) SetChannelProductVariantSku(v string)
SetChannelProductVariantSku gets a reference to the given string and assigns it to the ChannelProductVariantSku field.
func (*UpdateStockLevelRequestRequestsInner) SetDeltaStock ¶
func (o *UpdateStockLevelRequestRequestsInner) SetDeltaStock(v float32)
SetDeltaStock gets a reference to the given float32 and assigns it to the DeltaStock field.
func (*UpdateStockLevelRequestRequestsInner) SetExactStock ¶
func (o *UpdateStockLevelRequestRequestsInner) SetExactStock(v float32)
SetExactStock gets a reference to the given float32 and assigns it to the ExactStock field.
func (*UpdateStockLevelRequestRequestsInner) SetLocationCode ¶
func (o *UpdateStockLevelRequestRequestsInner) SetLocationCode(v string)
SetLocationCode gets a reference to the given string and assigns it to the LocationCode field.
func (*UpdateStockLevelRequestRequestsInner) SetLocationId ¶
func (o *UpdateStockLevelRequestRequestsInner) SetLocationId(v string)
SetLocationId gets a reference to the given string and assigns it to the LocationId field.
func (*UpdateStockLevelRequestRequestsInner) SetProductId ¶
func (o *UpdateStockLevelRequestRequestsInner) SetProductId(v string)
SetProductId gets a reference to the given string and assigns it to the ProductId field.
func (*UpdateStockLevelRequestRequestsInner) SetProductVariantId ¶
func (o *UpdateStockLevelRequestRequestsInner) SetProductVariantId(v string)
SetProductVariantId gets a reference to the given string and assigns it to the ProductVariantId field.
func (*UpdateStockLevelRequestRequestsInner) SetProductVariantSku ¶
func (o *UpdateStockLevelRequestRequestsInner) SetProductVariantSku(v string)
SetProductVariantSku gets a reference to the given string and assigns it to the ProductVariantSku field.
func (UpdateStockLevelRequestRequestsInner) ToMap ¶
func (o UpdateStockLevelRequestRequestsInner) ToMap() (map[string]interface{}, error)
type UpdateStockLevelRequestStore ¶
type UpdateStockLevelRequestStore struct { Code *string `json:"code,omitempty"` Id *string `json:"id,omitempty"` }
UpdateStockLevelRequestStore struct for UpdateStockLevelRequestStore
func NewUpdateStockLevelRequestStore ¶
func NewUpdateStockLevelRequestStore() *UpdateStockLevelRequestStore
NewUpdateStockLevelRequestStore instantiates a new UpdateStockLevelRequestStore 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 NewUpdateStockLevelRequestStoreWithDefaults ¶
func NewUpdateStockLevelRequestStoreWithDefaults() *UpdateStockLevelRequestStore
NewUpdateStockLevelRequestStoreWithDefaults instantiates a new UpdateStockLevelRequestStore 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 (*UpdateStockLevelRequestStore) GetCode ¶
func (o *UpdateStockLevelRequestStore) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*UpdateStockLevelRequestStore) GetCodeOk ¶
func (o *UpdateStockLevelRequestStore) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestStore) GetId ¶
func (o *UpdateStockLevelRequestStore) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*UpdateStockLevelRequestStore) GetIdOk ¶
func (o *UpdateStockLevelRequestStore) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateStockLevelRequestStore) HasCode ¶
func (o *UpdateStockLevelRequestStore) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*UpdateStockLevelRequestStore) HasId ¶
func (o *UpdateStockLevelRequestStore) HasId() bool
HasId returns a boolean if a field has been set.
func (UpdateStockLevelRequestStore) MarshalJSON ¶
func (o UpdateStockLevelRequestStore) MarshalJSON() ([]byte, error)
func (*UpdateStockLevelRequestStore) SetCode ¶
func (o *UpdateStockLevelRequestStore) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*UpdateStockLevelRequestStore) SetId ¶
func (o *UpdateStockLevelRequestStore) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (UpdateStockLevelRequestStore) ToMap ¶
func (o UpdateStockLevelRequestStore) ToMap() (map[string]interface{}, error)
Source Files
¶
- api_default.go
- api_inventories.go
- client.go
- configuration.go
- model_accounts_request.go
- model_accounts_request_accounts_inner.go
- model_delivery_orders_request.go
- model_delivery_orders_request_delivery_orders_inner.go
- model_products_request.go
- model_products_request_products_inner.go
- model_sales_orders_request.go
- model_sales_orders_request_sales_orders_inner.go
- model_update_stock_level_200_response.go
- model_update_stock_level_200_response_error.go
- model_update_stock_level_200_response_results_inner.go
- model_update_stock_level_400_response.go
- model_update_stock_level_400_response_error.go
- model_update_stock_level_429_response.go
- model_update_stock_level_429_response_error.go
- model_update_stock_level_500_response.go
- model_update_stock_level_500_response_error.go
- model_update_stock_level_request.go
- model_update_stock_level_request_requests_inner.go
- model_update_stock_level_request_store.go
- response.go
- utils.go