wbdbs

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2026 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var (
	// ContextAPIKeys takes a string apikey as authentication for the request
	ContextAPIKeys = contextKey("apiKeys")

	// 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

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types

type APIClient

type APIClient struct {
	DBSAssemblyOrdersAPI *DBSAssemblyOrdersAPIService

	DBSMetadataAPI *DBSMetadataAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the DBS Orders API vorder 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

type APIKey struct {
	Key    string
	Prefix string
}

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 ApiApiMarketplaceV3DbsOrdersB2bInfoPostRequest

type ApiApiMarketplaceV3DbsOrdersB2bInfoPostRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersB2bInfoPostRequest) ApiOrdersRequestV2

func (ApiApiMarketplaceV3DbsOrdersB2bInfoPostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest

type ApiApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest struct {
	ApiService *DBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest

func (r ApiApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest(apiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) ApiApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest

func (ApiApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersMetaDeletePostRequest

type ApiApiMarketplaceV3DbsOrdersMetaDeletePostRequest struct {
	ApiService *DBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersMetaDeletePostRequest) ApiOrdersMetaDeleteRequest

func (ApiApiMarketplaceV3DbsOrdersMetaDeletePostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersMetaGtinPostRequest

type ApiApiMarketplaceV3DbsOrdersMetaGtinPostRequest struct {
	ApiService *DBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersMetaGtinPostRequest) ApiOrdersGTINSetRequest

func (ApiApiMarketplaceV3DbsOrdersMetaGtinPostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersMetaImeiPostRequest

type ApiApiMarketplaceV3DbsOrdersMetaImeiPostRequest struct {
	ApiService *DBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersMetaImeiPostRequest) ApiOrdersIMEISetRequest

func (ApiApiMarketplaceV3DbsOrdersMetaImeiPostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersMetaInfoPostRequest

type ApiApiMarketplaceV3DbsOrdersMetaInfoPostRequest struct {
	ApiService *DBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersMetaInfoPostRequest) ApiOrdersRequestV2

func (ApiApiMarketplaceV3DbsOrdersMetaInfoPostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersMetaSgtinPostRequest

type ApiApiMarketplaceV3DbsOrdersMetaSgtinPostRequest struct {
	ApiService *DBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersMetaSgtinPostRequest) ApiOrdersSGTINsSetRequest

func (ApiApiMarketplaceV3DbsOrdersMetaSgtinPostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersMetaUinPostRequest

type ApiApiMarketplaceV3DbsOrdersMetaUinPostRequest struct {
	ApiService *DBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersMetaUinPostRequest) ApiOrdersUINSetRequest

func (ApiApiMarketplaceV3DbsOrdersMetaUinPostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersStatusCancelPostRequest

type ApiApiMarketplaceV3DbsOrdersStatusCancelPostRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersStatusCancelPostRequest) ApiOrdersRequestV2

func (ApiApiMarketplaceV3DbsOrdersStatusCancelPostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersStatusConfirmPostRequest

type ApiApiMarketplaceV3DbsOrdersStatusConfirmPostRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersStatusConfirmPostRequest) ApiOrdersRequestV2

func (ApiApiMarketplaceV3DbsOrdersStatusConfirmPostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersStatusDeliverPostRequest

type ApiApiMarketplaceV3DbsOrdersStatusDeliverPostRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersStatusDeliverPostRequest) ApiOrdersRequestV2

func (ApiApiMarketplaceV3DbsOrdersStatusDeliverPostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersStatusInfoPostRequest

type ApiApiMarketplaceV3DbsOrdersStatusInfoPostRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersStatusInfoPostRequest) ApiOrdersRequestV2

func (ApiApiMarketplaceV3DbsOrdersStatusInfoPostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersStatusReceivePostRequest

type ApiApiMarketplaceV3DbsOrdersStatusReceivePostRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersStatusReceivePostRequest) ApiOrdersCodeRequest

func (ApiApiMarketplaceV3DbsOrdersStatusReceivePostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersStatusRejectPostRequest

type ApiApiMarketplaceV3DbsOrdersStatusRejectPostRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersStatusRejectPostRequest) ApiOrdersCodeRequest

func (ApiApiMarketplaceV3DbsOrdersStatusRejectPostRequest) Execute

type ApiApiMarketplaceV3DbsOrdersStickersPostRequest

type ApiApiMarketplaceV3DbsOrdersStickersPostRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3DbsOrdersStickersPostRequest) ApiMarketplaceV3DbsOrdersStickersPostRequest

func (r ApiApiMarketplaceV3DbsOrdersStickersPostRequest) ApiMarketplaceV3DbsOrdersStickersPostRequest(apiMarketplaceV3DbsOrdersStickersPostRequest ApiMarketplaceV3DbsOrdersStickersPostRequest) ApiApiMarketplaceV3DbsOrdersStickersPostRequest

func (ApiApiMarketplaceV3DbsOrdersStickersPostRequest) Execute

func (ApiApiMarketplaceV3DbsOrdersStickersPostRequest) Height

Sticker height

func (ApiApiMarketplaceV3DbsOrdersStickersPostRequest) Type_

Sticker format

func (ApiApiMarketplaceV3DbsOrdersStickersPostRequest) Width

Sticker width

type ApiApiV3DbsGroupsInfoPostRequest

type ApiApiV3DbsGroupsInfoPostRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsGroupsInfoPostRequest) ApiOrderGroupsRequest

func (r ApiApiV3DbsGroupsInfoPostRequest) ApiOrderGroupsRequest(apiOrderGroupsRequest ApiOrderGroupsRequest) ApiApiV3DbsGroupsInfoPostRequest

func (ApiApiV3DbsGroupsInfoPostRequest) Execute

type ApiApiV3DbsOrdersClientPostRequest

type ApiApiV3DbsOrdersClientPostRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersClientPostRequest) Execute

func (ApiApiV3DbsOrdersClientPostRequest) OrdersRequestAPI

type ApiApiV3DbsOrdersDeliveryDatePostRequest

type ApiApiV3DbsOrdersDeliveryDatePostRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersDeliveryDatePostRequest) DeliveryDatesRequest

func (ApiApiV3DbsOrdersDeliveryDatePostRequest) Execute

type ApiApiV3DbsOrdersGetRequest

type ApiApiV3DbsOrdersGetRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersGetRequest) DateFrom

Period start date in Unix timestamp format

func (ApiApiV3DbsOrdersGetRequest) DateTo

Period end date in Unix timestamp format

func (ApiApiV3DbsOrdersGetRequest) Execute

func (ApiApiV3DbsOrdersGetRequest) Limit

Pagination parameter. Sets the limit for the amount of data returned.

func (ApiApiV3DbsOrdersGetRequest) Next

Pagination parameter. Sets the value from which to retrieve the next batch. It should start at 0 to get the full list of data. For the subsequent requests, you must take the value from the `next` field in the response.

type ApiApiV3DbsOrdersNewGetRequest

type ApiApiV3DbsOrdersNewGetRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersNewGetRequest) Execute

type ApiApiV3DbsOrdersOrderIdCancelPatchRequest

type ApiApiV3DbsOrdersOrderIdCancelPatchRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersOrderIdCancelPatchRequest) Execute

type ApiApiV3DbsOrdersOrderIdConfirmPatchRequest

type ApiApiV3DbsOrdersOrderIdConfirmPatchRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersOrderIdConfirmPatchRequest) Execute

type ApiApiV3DbsOrdersOrderIdDeliverPatchRequest

type ApiApiV3DbsOrdersOrderIdDeliverPatchRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersOrderIdDeliverPatchRequest) Execute

type ApiApiV3DbsOrdersOrderIdMetaDeleteRequest

type ApiApiV3DbsOrdersOrderIdMetaDeleteRequest struct {
	ApiService *DBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersOrderIdMetaDeleteRequest) Execute

func (ApiApiV3DbsOrdersOrderIdMetaDeleteRequest) Key

Name of metadata to delete (**imei**, **uin**, **gtin**, **sgtin**). Only one value is passed

type ApiApiV3DbsOrdersOrderIdMetaGetRequest

type ApiApiV3DbsOrdersOrderIdMetaGetRequest struct {
	ApiService *DBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersOrderIdMetaGetRequest) Execute

type ApiApiV3DbsOrdersOrderIdMetaGtinPutRequest

type ApiApiV3DbsOrdersOrderIdMetaGtinPutRequest struct {
	ApiService *DBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersOrderIdMetaGtinPutRequest) ApiV3DbsOrdersOrderIdMetaGtinPutRequest

func (r ApiApiV3DbsOrdersOrderIdMetaGtinPutRequest) ApiV3DbsOrdersOrderIdMetaGtinPutRequest(apiV3DbsOrdersOrderIdMetaGtinPutRequest ApiV3DbsOrdersOrderIdMetaGtinPutRequest) ApiApiV3DbsOrdersOrderIdMetaGtinPutRequest

func (ApiApiV3DbsOrdersOrderIdMetaGtinPutRequest) Execute

type ApiApiV3DbsOrdersOrderIdMetaImeiPutRequest

type ApiApiV3DbsOrdersOrderIdMetaImeiPutRequest struct {
	ApiService *DBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersOrderIdMetaImeiPutRequest) ApiV3DbsOrdersOrderIdMetaImeiPutRequest

func (r ApiApiV3DbsOrdersOrderIdMetaImeiPutRequest) ApiV3DbsOrdersOrderIdMetaImeiPutRequest(apiV3DbsOrdersOrderIdMetaImeiPutRequest ApiV3DbsOrdersOrderIdMetaImeiPutRequest) ApiApiV3DbsOrdersOrderIdMetaImeiPutRequest

func (ApiApiV3DbsOrdersOrderIdMetaImeiPutRequest) Execute

type ApiApiV3DbsOrdersOrderIdMetaSgtinPutRequest

type ApiApiV3DbsOrdersOrderIdMetaSgtinPutRequest struct {
	ApiService *DBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersOrderIdMetaSgtinPutRequest) ApiV3DbsOrdersOrderIdMetaSgtinPutRequest

func (r ApiApiV3DbsOrdersOrderIdMetaSgtinPutRequest) ApiV3DbsOrdersOrderIdMetaSgtinPutRequest(apiV3DbsOrdersOrderIdMetaSgtinPutRequest ApiV3DbsOrdersOrderIdMetaSgtinPutRequest) ApiApiV3DbsOrdersOrderIdMetaSgtinPutRequest

func (ApiApiV3DbsOrdersOrderIdMetaSgtinPutRequest) Execute

type ApiApiV3DbsOrdersOrderIdMetaUinPutRequest

type ApiApiV3DbsOrdersOrderIdMetaUinPutRequest struct {
	ApiService *DBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersOrderIdMetaUinPutRequest) ApiV3DbsOrdersOrderIdMetaUinPutRequest

func (r ApiApiV3DbsOrdersOrderIdMetaUinPutRequest) ApiV3DbsOrdersOrderIdMetaUinPutRequest(apiV3DbsOrdersOrderIdMetaUinPutRequest ApiV3DbsOrdersOrderIdMetaUinPutRequest) ApiApiV3DbsOrdersOrderIdMetaUinPutRequest

func (ApiApiV3DbsOrdersOrderIdMetaUinPutRequest) Execute

type ApiApiV3DbsOrdersOrderIdReceivePatchRequest

type ApiApiV3DbsOrdersOrderIdReceivePatchRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersOrderIdReceivePatchRequest) Code

func (ApiApiV3DbsOrdersOrderIdReceivePatchRequest) Execute

type ApiApiV3DbsOrdersOrderIdRejectPatchRequest

type ApiApiV3DbsOrdersOrderIdRejectPatchRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersOrderIdRejectPatchRequest) Code

func (ApiApiV3DbsOrdersOrderIdRejectPatchRequest) Execute

type ApiApiV3DbsOrdersStatusPostRequest

type ApiApiV3DbsOrdersStatusPostRequest struct {
	ApiService *DBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3DbsOrdersStatusPostRequest) ApiV3DbsOrdersStatusPostRequest

func (r ApiApiV3DbsOrdersStatusPostRequest) ApiV3DbsOrdersStatusPostRequest(apiV3DbsOrdersStatusPostRequest ApiV3DbsOrdersStatusPostRequest) ApiApiV3DbsOrdersStatusPostRequest

func (ApiApiV3DbsOrdersStatusPostRequest) Execute

type ApiB2bClientInfo

type ApiB2bClientInfo struct {
	// Taxpayer Identification Number (TIN or INN in Russian)
	Inn *string `json:"inn,omitempty"`
	// Code of Reason for Registration (CRR or KPP in Russian)
	Kpp *string `json:"kpp,omitempty"`
	// Company name
	OrgName *string `json:"orgName,omitempty"`
}

ApiB2bClientInfo B2B buyer data

func NewApiB2bClientInfo

func NewApiB2bClientInfo() *ApiB2bClientInfo

NewApiB2bClientInfo instantiates a new ApiB2bClientInfo 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 NewApiB2bClientInfoWithDefaults

func NewApiB2bClientInfoWithDefaults() *ApiB2bClientInfo

NewApiB2bClientInfoWithDefaults instantiates a new ApiB2bClientInfo 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 (*ApiB2bClientInfo) GetInn

func (o *ApiB2bClientInfo) GetInn() string

GetInn returns the Inn field value if set, zero value otherwise.

func (*ApiB2bClientInfo) GetInnOk

func (o *ApiB2bClientInfo) GetInnOk() (*string, bool)

GetInnOk returns a tuple with the Inn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiB2bClientInfo) GetKpp

func (o *ApiB2bClientInfo) GetKpp() string

GetKpp returns the Kpp field value if set, zero value otherwise.

func (*ApiB2bClientInfo) GetKppOk

func (o *ApiB2bClientInfo) GetKppOk() (*string, bool)

GetKppOk returns a tuple with the Kpp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiB2bClientInfo) GetOrgName

func (o *ApiB2bClientInfo) GetOrgName() string

GetOrgName returns the OrgName field value if set, zero value otherwise.

func (*ApiB2bClientInfo) GetOrgNameOk

func (o *ApiB2bClientInfo) GetOrgNameOk() (*string, bool)

GetOrgNameOk returns a tuple with the OrgName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiB2bClientInfo) HasInn

func (o *ApiB2bClientInfo) HasInn() bool

HasInn returns a boolean if a field has been set.

func (*ApiB2bClientInfo) HasKpp

func (o *ApiB2bClientInfo) HasKpp() bool

HasKpp returns a boolean if a field has been set.

func (*ApiB2bClientInfo) HasOrgName

func (o *ApiB2bClientInfo) HasOrgName() bool

HasOrgName returns a boolean if a field has been set.

func (ApiB2bClientInfo) MarshalJSON

func (o ApiB2bClientInfo) MarshalJSON() ([]byte, error)

func (*ApiB2bClientInfo) SetInn

func (o *ApiB2bClientInfo) SetInn(v string)

SetInn gets a reference to the given string and assigns it to the Inn field.

func (*ApiB2bClientInfo) SetKpp

func (o *ApiB2bClientInfo) SetKpp(v string)

SetKpp gets a reference to the given string and assigns it to the Kpp field.

func (*ApiB2bClientInfo) SetOrgName

func (o *ApiB2bClientInfo) SetOrgName(v string)

SetOrgName gets a reference to the given string and assigns it to the OrgName field.

func (ApiB2bClientInfo) ToMap

func (o ApiB2bClientInfo) ToMap() (map[string]interface{}, error)

type ApiB2bClientInfoResponse

type ApiB2bClientInfoResponse struct {
	Data *ApiB2bClientInfo `json:"data,omitempty"`
	// Error details
	Errors []ApiB2bClientInfoResponseErrorsInner `json:"errors,omitempty"`
	// Are there any errors
	IsError bool `json:"isError"`
	// Assembly order ID
	OrderId int32 `json:"orderId"`
}

ApiB2bClientInfoResponse struct for ApiB2bClientInfoResponse

func NewApiB2bClientInfoResponse

func NewApiB2bClientInfoResponse(isError bool, orderId int32) *ApiB2bClientInfoResponse

NewApiB2bClientInfoResponse instantiates a new ApiB2bClientInfoResponse 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 NewApiB2bClientInfoResponseWithDefaults

func NewApiB2bClientInfoResponseWithDefaults() *ApiB2bClientInfoResponse

NewApiB2bClientInfoResponseWithDefaults instantiates a new ApiB2bClientInfoResponse 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 (*ApiB2bClientInfoResponse) GetData

GetData returns the Data field value if set, zero value otherwise.

func (*ApiB2bClientInfoResponse) GetDataOk

func (o *ApiB2bClientInfoResponse) GetDataOk() (*ApiB2bClientInfo, 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 (*ApiB2bClientInfoResponse) GetErrors

GetErrors returns the Errors field value if set, zero value otherwise.

func (*ApiB2bClientInfoResponse) GetErrorsOk

GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiB2bClientInfoResponse) GetIsError

func (o *ApiB2bClientInfoResponse) GetIsError() bool

GetIsError returns the IsError field value

func (*ApiB2bClientInfoResponse) GetIsErrorOk

func (o *ApiB2bClientInfoResponse) GetIsErrorOk() (*bool, bool)

GetIsErrorOk returns a tuple with the IsError field value and a boolean to check if the value has been set.

func (*ApiB2bClientInfoResponse) GetOrderId

func (o *ApiB2bClientInfoResponse) GetOrderId() int32

GetOrderId returns the OrderId field value

func (*ApiB2bClientInfoResponse) GetOrderIdOk

func (o *ApiB2bClientInfoResponse) GetOrderIdOk() (*int32, bool)

GetOrderIdOk returns a tuple with the OrderId field value and a boolean to check if the value has been set.

func (*ApiB2bClientInfoResponse) HasData

func (o *ApiB2bClientInfoResponse) HasData() bool

HasData returns a boolean if a field has been set.

func (*ApiB2bClientInfoResponse) HasErrors

func (o *ApiB2bClientInfoResponse) HasErrors() bool

HasErrors returns a boolean if a field has been set.

func (ApiB2bClientInfoResponse) MarshalJSON

func (o ApiB2bClientInfoResponse) MarshalJSON() ([]byte, error)

func (*ApiB2bClientInfoResponse) SetData

SetData gets a reference to the given ApiB2bClientInfo and assigns it to the Data field.

func (*ApiB2bClientInfoResponse) SetErrors

SetErrors gets a reference to the given []ApiB2bClientInfoResponseErrorsInner and assigns it to the Errors field.

func (*ApiB2bClientInfoResponse) SetIsError

func (o *ApiB2bClientInfoResponse) SetIsError(v bool)

SetIsError sets field value

func (*ApiB2bClientInfoResponse) SetOrderId

func (o *ApiB2bClientInfoResponse) SetOrderId(v int32)

SetOrderId sets field value

func (ApiB2bClientInfoResponse) ToMap

func (o ApiB2bClientInfoResponse) ToMap() (map[string]interface{}, error)

func (*ApiB2bClientInfoResponse) UnmarshalJSON

func (o *ApiB2bClientInfoResponse) UnmarshalJSON(data []byte) (err error)

type ApiB2bClientInfoResponseErrorsInner

type ApiB2bClientInfoResponseErrorsInner struct {
	// Error code
	Code *int32 `json:"code,omitempty"`
	// Error description
	Detail *string `json:"detail,omitempty"`
}

ApiB2bClientInfoResponseErrorsInner struct for ApiB2bClientInfoResponseErrorsInner

func NewApiB2bClientInfoResponseErrorsInner

func NewApiB2bClientInfoResponseErrorsInner() *ApiB2bClientInfoResponseErrorsInner

NewApiB2bClientInfoResponseErrorsInner instantiates a new ApiB2bClientInfoResponseErrorsInner 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 NewApiB2bClientInfoResponseErrorsInnerWithDefaults

func NewApiB2bClientInfoResponseErrorsInnerWithDefaults() *ApiB2bClientInfoResponseErrorsInner

NewApiB2bClientInfoResponseErrorsInnerWithDefaults instantiates a new ApiB2bClientInfoResponseErrorsInner 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 (*ApiB2bClientInfoResponseErrorsInner) GetCode

GetCode returns the Code field value if set, zero value otherwise.

func (*ApiB2bClientInfoResponseErrorsInner) GetCodeOk

func (o *ApiB2bClientInfoResponseErrorsInner) GetCodeOk() (*int32, 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 (*ApiB2bClientInfoResponseErrorsInner) GetDetail

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ApiB2bClientInfoResponseErrorsInner) GetDetailOk

func (o *ApiB2bClientInfoResponseErrorsInner) GetDetailOk() (*string, bool)

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiB2bClientInfoResponseErrorsInner) HasCode

HasCode returns a boolean if a field has been set.

func (*ApiB2bClientInfoResponseErrorsInner) HasDetail

HasDetail returns a boolean if a field has been set.

func (ApiB2bClientInfoResponseErrorsInner) MarshalJSON

func (o ApiB2bClientInfoResponseErrorsInner) MarshalJSON() ([]byte, error)

func (*ApiB2bClientInfoResponseErrorsInner) SetCode

SetCode gets a reference to the given int32 and assigns it to the Code field.

func (*ApiB2bClientInfoResponseErrorsInner) SetDetail

SetDetail gets a reference to the given string and assigns it to the Detail field.

func (ApiB2bClientInfoResponseErrorsInner) ToMap

func (o ApiB2bClientInfoResponseErrorsInner) ToMap() (map[string]interface{}, error)

type ApiB2bClientInfoResponses

type ApiB2bClientInfoResponses struct {
	// Unique request ID
	RequestId string                     `json:"requestId"`
	Results   []ApiB2bClientInfoResponse `json:"results,omitempty"`
}

ApiB2bClientInfoResponses struct for ApiB2bClientInfoResponses

func NewApiB2bClientInfoResponses

func NewApiB2bClientInfoResponses(requestId string) *ApiB2bClientInfoResponses

NewApiB2bClientInfoResponses instantiates a new ApiB2bClientInfoResponses 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 NewApiB2bClientInfoResponsesWithDefaults

func NewApiB2bClientInfoResponsesWithDefaults() *ApiB2bClientInfoResponses

NewApiB2bClientInfoResponsesWithDefaults instantiates a new ApiB2bClientInfoResponses 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 (*ApiB2bClientInfoResponses) GetRequestId

func (o *ApiB2bClientInfoResponses) GetRequestId() string

GetRequestId returns the RequestId field value

func (*ApiB2bClientInfoResponses) GetRequestIdOk

func (o *ApiB2bClientInfoResponses) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field value and a boolean to check if the value has been set.

func (*ApiB2bClientInfoResponses) GetResults

GetResults returns the Results field value if set, zero value otherwise.

func (*ApiB2bClientInfoResponses) GetResultsOk

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 (*ApiB2bClientInfoResponses) HasResults

func (o *ApiB2bClientInfoResponses) HasResults() bool

HasResults returns a boolean if a field has been set.

func (ApiB2bClientInfoResponses) MarshalJSON

func (o ApiB2bClientInfoResponses) MarshalJSON() ([]byte, error)

func (*ApiB2bClientInfoResponses) SetRequestId

func (o *ApiB2bClientInfoResponses) SetRequestId(v string)

SetRequestId sets field value

func (*ApiB2bClientInfoResponses) SetResults

SetResults gets a reference to the given []ApiB2bClientInfoResponse and assigns it to the Results field.

func (ApiB2bClientInfoResponses) ToMap

func (o ApiB2bClientInfoResponses) ToMap() (map[string]interface{}, error)

func (*ApiB2bClientInfoResponses) UnmarshalJSON

func (o *ApiB2bClientInfoResponses) UnmarshalJSON(data []byte) (err error)

type ApiBatchError

type ApiBatchError struct {
	// Error details
	Detail map[string]interface{} `json:"detail,omitempty"`
	// WB internal service ID
	Origin *string `json:"origin,omitempty"`
	// Unique request ID
	RequestId *string `json:"requestId,omitempty"`
	// Error title
	Title *string `json:"title,omitempty"`
}

ApiBatchError struct for ApiBatchError

func NewApiBatchError

func NewApiBatchError() *ApiBatchError

NewApiBatchError instantiates a new ApiBatchError 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 NewApiBatchErrorWithDefaults

func NewApiBatchErrorWithDefaults() *ApiBatchError

NewApiBatchErrorWithDefaults instantiates a new ApiBatchError 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 (*ApiBatchError) GetDetail

func (o *ApiBatchError) GetDetail() map[string]interface{}

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ApiBatchError) GetDetailOk

func (o *ApiBatchError) GetDetailOk() (map[string]interface{}, bool)

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiBatchError) GetOrigin

func (o *ApiBatchError) GetOrigin() string

GetOrigin returns the Origin field value if set, zero value otherwise.

func (*ApiBatchError) GetOriginOk

func (o *ApiBatchError) GetOriginOk() (*string, bool)

GetOriginOk returns a tuple with the Origin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiBatchError) GetRequestId

func (o *ApiBatchError) GetRequestId() string

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*ApiBatchError) GetRequestIdOk

func (o *ApiBatchError) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiBatchError) GetTitle

func (o *ApiBatchError) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ApiBatchError) GetTitleOk

func (o *ApiBatchError) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiBatchError) HasDetail

func (o *ApiBatchError) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*ApiBatchError) HasOrigin

func (o *ApiBatchError) HasOrigin() bool

HasOrigin returns a boolean if a field has been set.

func (*ApiBatchError) HasRequestId

func (o *ApiBatchError) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

func (*ApiBatchError) HasTitle

func (o *ApiBatchError) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ApiBatchError) MarshalJSON

func (o ApiBatchError) MarshalJSON() ([]byte, error)

func (*ApiBatchError) SetDetail

func (o *ApiBatchError) SetDetail(v map[string]interface{})

SetDetail gets a reference to the given map[string]interface{} and assigns it to the Detail field.

func (*ApiBatchError) SetOrigin

func (o *ApiBatchError) SetOrigin(v string)

SetOrigin gets a reference to the given string and assigns it to the Origin field.

func (*ApiBatchError) SetRequestId

func (o *ApiBatchError) SetRequestId(v string)

SetRequestId gets a reference to the given string and assigns it to the RequestId field.

func (*ApiBatchError) SetTitle

func (o *ApiBatchError) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (ApiBatchError) ToMap

func (o ApiBatchError) ToMap() (map[string]interface{}, error)

type ApiBatchErrorResponse

type ApiBatchErrorResponse struct {
	// Error code:   - `404`   - `409`
	Code *int32 `json:"code,omitempty"`
	// - `NotFound` —  assembly order is not found - `StatusMismatch` — operation is not possible for this assembly order status - `ImeiIsNotFilled` — IMEI is not filled
	Detail *string `json:"detail,omitempty"`
}

ApiBatchErrorResponse struct for ApiBatchErrorResponse

func NewApiBatchErrorResponse

func NewApiBatchErrorResponse() *ApiBatchErrorResponse

NewApiBatchErrorResponse instantiates a new ApiBatchErrorResponse 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 NewApiBatchErrorResponseWithDefaults

func NewApiBatchErrorResponseWithDefaults() *ApiBatchErrorResponse

NewApiBatchErrorResponseWithDefaults instantiates a new ApiBatchErrorResponse 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 (*ApiBatchErrorResponse) GetCode

func (o *ApiBatchErrorResponse) GetCode() int32

GetCode returns the Code field value if set, zero value otherwise.

func (*ApiBatchErrorResponse) GetCodeOk

func (o *ApiBatchErrorResponse) GetCodeOk() (*int32, 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 (*ApiBatchErrorResponse) GetDetail

func (o *ApiBatchErrorResponse) GetDetail() string

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ApiBatchErrorResponse) GetDetailOk

func (o *ApiBatchErrorResponse) GetDetailOk() (*string, bool)

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiBatchErrorResponse) HasCode

func (o *ApiBatchErrorResponse) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*ApiBatchErrorResponse) HasDetail

func (o *ApiBatchErrorResponse) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (ApiBatchErrorResponse) MarshalJSON

func (o ApiBatchErrorResponse) MarshalJSON() ([]byte, error)

func (*ApiBatchErrorResponse) SetCode

func (o *ApiBatchErrorResponse) SetCode(v int32)

SetCode gets a reference to the given int32 and assigns it to the Code field.

func (*ApiBatchErrorResponse) SetDetail

func (o *ApiBatchErrorResponse) SetDetail(v string)

SetDetail gets a reference to the given string and assigns it to the Detail field.

func (ApiBatchErrorResponse) ToMap

func (o ApiBatchErrorResponse) ToMap() (map[string]interface{}, error)

type ApiError

type ApiError struct {
	// Error details
	Detail map[string]interface{} `json:"detail,omitempty"`
	// WB internal service ID
	Origin *string `json:"origin,omitempty"`
	// Unique request ID
	RequestId *string `json:"requestId,omitempty"`
	// Error title
	Title *string `json:"title,omitempty"`
}

ApiError struct for ApiError

func NewApiError

func NewApiError() *ApiError

NewApiError instantiates a new ApiError 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 NewApiErrorWithDefaults

func NewApiErrorWithDefaults() *ApiError

NewApiErrorWithDefaults instantiates a new ApiError 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 (*ApiError) GetDetail

func (o *ApiError) GetDetail() map[string]interface{}

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ApiError) GetDetailOk

func (o *ApiError) GetDetailOk() (map[string]interface{}, bool)

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiError) GetOrigin

func (o *ApiError) GetOrigin() string

GetOrigin returns the Origin field value if set, zero value otherwise.

func (*ApiError) GetOriginOk

func (o *ApiError) GetOriginOk() (*string, bool)

GetOriginOk returns a tuple with the Origin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiError) GetRequestId

func (o *ApiError) GetRequestId() string

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*ApiError) GetRequestIdOk

func (o *ApiError) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiError) GetTitle

func (o *ApiError) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*ApiError) GetTitleOk

func (o *ApiError) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiError) HasDetail

func (o *ApiError) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*ApiError) HasOrigin

func (o *ApiError) HasOrigin() bool

HasOrigin returns a boolean if a field has been set.

func (*ApiError) HasRequestId

func (o *ApiError) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

func (*ApiError) HasTitle

func (o *ApiError) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ApiError) MarshalJSON

func (o ApiError) MarshalJSON() ([]byte, error)

func (*ApiError) SetDetail

func (o *ApiError) SetDetail(v map[string]interface{})

SetDetail gets a reference to the given map[string]interface{} and assigns it to the Detail field.

func (*ApiError) SetOrigin

func (o *ApiError) SetOrigin(v string)

SetOrigin gets a reference to the given string and assigns it to the Origin field.

func (*ApiError) SetRequestId

func (o *ApiError) SetRequestId(v string)

SetRequestId gets a reference to the given string and assigns it to the RequestId field.

func (*ApiError) SetTitle

func (o *ApiError) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (ApiError) ToMap

func (o ApiError) ToMap() (map[string]interface{}, error)

type ApiGTIN

type ApiGTIN struct {
	// GTIN
	Gtin *string `json:"gtin,omitempty"`
	// Assembly order ID
	OrderId *int32 `json:"orderId,omitempty"`
}

ApiGTIN struct for ApiGTIN

func NewApiGTIN

func NewApiGTIN() *ApiGTIN

NewApiGTIN instantiates a new ApiGTIN 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 NewApiGTINWithDefaults

func NewApiGTINWithDefaults() *ApiGTIN

NewApiGTINWithDefaults instantiates a new ApiGTIN 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 (*ApiGTIN) GetGtin

func (o *ApiGTIN) GetGtin() string

GetGtin returns the Gtin field value if set, zero value otherwise.

func (*ApiGTIN) GetGtinOk

func (o *ApiGTIN) GetGtinOk() (*string, bool)

GetGtinOk returns a tuple with the Gtin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiGTIN) GetOrderId

func (o *ApiGTIN) GetOrderId() int32

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*ApiGTIN) GetOrderIdOk

func (o *ApiGTIN) GetOrderIdOk() (*int32, bool)

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiGTIN) HasGtin

func (o *ApiGTIN) HasGtin() bool

HasGtin returns a boolean if a field has been set.

func (*ApiGTIN) HasOrderId

func (o *ApiGTIN) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

func (ApiGTIN) MarshalJSON

func (o ApiGTIN) MarshalJSON() ([]byte, error)

func (*ApiGTIN) SetGtin

func (o *ApiGTIN) SetGtin(v string)

SetGtin gets a reference to the given string and assigns it to the Gtin field.

func (*ApiGTIN) SetOrderId

func (o *ApiGTIN) SetOrderId(v int32)

SetOrderId gets a reference to the given int32 and assigns it to the OrderId field.

func (ApiGTIN) ToMap

func (o ApiGTIN) ToMap() (map[string]interface{}, error)

type ApiIMEI

type ApiIMEI struct {
	// Assembly order ID
	OrderId *int32 `json:"orderId,omitempty"`
	// IMEI
	Imei *string `json:"imei,omitempty"`
}

ApiIMEI struct for ApiIMEI

func NewApiIMEI

func NewApiIMEI() *ApiIMEI

NewApiIMEI instantiates a new ApiIMEI 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 NewApiIMEIWithDefaults

func NewApiIMEIWithDefaults() *ApiIMEI

NewApiIMEIWithDefaults instantiates a new ApiIMEI 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 (*ApiIMEI) GetImei

func (o *ApiIMEI) GetImei() string

GetImei returns the Imei field value if set, zero value otherwise.

func (*ApiIMEI) GetImeiOk

func (o *ApiIMEI) GetImeiOk() (*string, bool)

GetImeiOk returns a tuple with the Imei field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiIMEI) GetOrderId

func (o *ApiIMEI) GetOrderId() int32

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*ApiIMEI) GetOrderIdOk

func (o *ApiIMEI) GetOrderIdOk() (*int32, bool)

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiIMEI) HasImei

func (o *ApiIMEI) HasImei() bool

HasImei returns a boolean if a field has been set.

func (*ApiIMEI) HasOrderId

func (o *ApiIMEI) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

func (ApiIMEI) MarshalJSON

func (o ApiIMEI) MarshalJSON() ([]byte, error)

func (*ApiIMEI) SetImei

func (o *ApiIMEI) SetImei(v string)

SetImei gets a reference to the given string and assigns it to the Imei field.

func (*ApiIMEI) SetOrderId

func (o *ApiIMEI) SetOrderId(v int32)

SetOrderId gets a reference to the given int32 and assigns it to the OrderId field.

func (ApiIMEI) ToMap

func (o ApiIMEI) ToMap() (map[string]interface{}, error)

type ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest

type ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest struct {
	Orders []ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner `json:"orders,omitempty"`
}

ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest struct for ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest

func NewApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest

func NewApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest() *ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest

NewApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest instantiates a new ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest 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 NewApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestWithDefaults

func NewApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestWithDefaults() *ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest

NewApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestWithDefaults instantiates a new ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest 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 (*ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) GetOrders

GetOrders returns the Orders field value if set, zero value otherwise.

func (*ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) GetOrdersOk

GetOrdersOk returns a tuple with the Orders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) HasOrders

HasOrders returns a boolean if a field has been set.

func (ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) MarshalJSON

func (*ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) SetOrders

SetOrders gets a reference to the given []ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner and assigns it to the Orders field.

func (ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) ToMap

type ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner

type ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner struct {
	// Customs declaration number
	CustomsDeclaration string `json:"customsDeclaration"`
	// Assembly order ID
	OrderId int32 `json:"orderId"`
}

ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner struct for ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner

func NewApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner

func NewApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner(customsDeclaration string, orderId int32) *ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner

NewApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner instantiates a new ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner 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 NewApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInnerWithDefaults

func NewApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInnerWithDefaults() *ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner

NewApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInnerWithDefaults instantiates a new ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner 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 (*ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) GetCustomsDeclaration

GetCustomsDeclaration returns the CustomsDeclaration field value

func (*ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) GetCustomsDeclarationOk

GetCustomsDeclarationOk returns a tuple with the CustomsDeclaration field value and a boolean to check if the value has been set.

func (*ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) GetOrderId

GetOrderId returns the OrderId field value

func (*ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) GetOrderIdOk

GetOrderIdOk returns a tuple with the OrderId field value and a boolean to check if the value has been set.

func (ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) MarshalJSON

func (*ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) SetCustomsDeclaration

SetCustomsDeclaration sets field value

func (*ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) SetOrderId

SetOrderId sets field value

func (ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) ToMap

func (*ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) UnmarshalJSON

type ApiMarketplaceV3DbsOrdersStatusReceivePost200Response

type ApiMarketplaceV3DbsOrdersStatusReceivePost200Response struct {
	// Unique request ID
	RequestId *string                                                             `json:"requestId,omitempty"`
	Results   []ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner `json:"results,omitempty"`
}

ApiMarketplaceV3DbsOrdersStatusReceivePost200Response struct for ApiMarketplaceV3DbsOrdersStatusReceivePost200Response

func NewApiMarketplaceV3DbsOrdersStatusReceivePost200Response

func NewApiMarketplaceV3DbsOrdersStatusReceivePost200Response() *ApiMarketplaceV3DbsOrdersStatusReceivePost200Response

NewApiMarketplaceV3DbsOrdersStatusReceivePost200Response instantiates a new ApiMarketplaceV3DbsOrdersStatusReceivePost200Response 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 NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseWithDefaults

func NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseWithDefaults() *ApiMarketplaceV3DbsOrdersStatusReceivePost200Response

NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseWithDefaults instantiates a new ApiMarketplaceV3DbsOrdersStatusReceivePost200Response 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 (*ApiMarketplaceV3DbsOrdersStatusReceivePost200Response) GetRequestId

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200Response) GetRequestIdOk

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200Response) GetResults

GetResults returns the Results field value if set, zero value otherwise.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200Response) GetResultsOk

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 (*ApiMarketplaceV3DbsOrdersStatusReceivePost200Response) HasRequestId

HasRequestId returns a boolean if a field has been set.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200Response) HasResults

HasResults returns a boolean if a field has been set.

func (ApiMarketplaceV3DbsOrdersStatusReceivePost200Response) MarshalJSON

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200Response) SetRequestId

SetRequestId gets a reference to the given string and assigns it to the RequestId field.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200Response) SetResults

SetResults gets a reference to the given []ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner and assigns it to the Results field.

func (ApiMarketplaceV3DbsOrdersStatusReceivePost200Response) ToMap

type ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner

type ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner struct {
	// Error details
	Errors []ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner `json:"errors,omitempty"`
	// Are there any errors
	IsError *bool `json:"isError,omitempty"`
	// Assembly order ID with successfully set data
	OrderId *int32 `json:"orderId,omitempty"`
}

ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner struct for ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner

func NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner

func NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner() *ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner

NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner instantiates a new ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner 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 NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerWithDefaults

func NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerWithDefaults() *ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner

NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerWithDefaults instantiates a new ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner 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 (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) GetErrors

GetErrors returns the Errors field value if set, zero value otherwise.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) GetErrorsOk

GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) GetIsError

GetIsError returns the IsError field value if set, zero value otherwise.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) GetIsErrorOk

GetIsErrorOk returns a tuple with the IsError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) GetOrderId

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) GetOrderIdOk

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) HasErrors

HasErrors returns a boolean if a field has been set.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) HasIsError

HasIsError returns a boolean if a field has been set.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) HasOrderId

HasOrderId returns a boolean if a field has been set.

func (ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) MarshalJSON

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) SetErrors

SetErrors gets a reference to the given []ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner and assigns it to the Errors field.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) SetIsError

SetIsError gets a reference to the given bool and assigns it to the IsError field.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) SetOrderId

SetOrderId gets a reference to the given int32 and assigns it to the OrderId field.

func (ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) ToMap

type ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner

type ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner struct {
	// Error code
	Code *int32 `json:"code,omitempty"`
	// - `NotFound` — assembly order is not found - `StatusMismatch` — operation is not possible for this assembly order status - `SGTINIsNotFilled` — required [Data Matrix Code](./orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1sgtin/post) is not specified
	Detail *string `json:"detail,omitempty"`
}

ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner struct for ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner

func NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner

func NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner() *ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner

NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner instantiates a new ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner 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 NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInnerWithDefaults

func NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInnerWithDefaults() *ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner

NewApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInnerWithDefaults instantiates a new ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner 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 (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) GetCode

GetCode returns the Code field value if set, zero value otherwise.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) GetCodeOk

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 (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) GetDetail

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) GetDetailOk

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) HasCode

HasCode returns a boolean if a field has been set.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) HasDetail

HasDetail returns a boolean if a field has been set.

func (ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) MarshalJSON

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) SetCode

SetCode gets a reference to the given int32 and assigns it to the Code field.

func (*ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) SetDetail

SetDetail gets a reference to the given string and assigns it to the Detail field.

func (ApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) ToMap

type ApiMarketplaceV3DbsOrdersStickersPost200Response

type ApiMarketplaceV3DbsOrdersStickersPost200Response struct {
	// Stickers
	Stickers []ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner `json:"stickers,omitempty"`
}

ApiMarketplaceV3DbsOrdersStickersPost200Response struct for ApiMarketplaceV3DbsOrdersStickersPost200Response

func NewApiMarketplaceV3DbsOrdersStickersPost200Response

func NewApiMarketplaceV3DbsOrdersStickersPost200Response() *ApiMarketplaceV3DbsOrdersStickersPost200Response

NewApiMarketplaceV3DbsOrdersStickersPost200Response instantiates a new ApiMarketplaceV3DbsOrdersStickersPost200Response 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 NewApiMarketplaceV3DbsOrdersStickersPost200ResponseWithDefaults

func NewApiMarketplaceV3DbsOrdersStickersPost200ResponseWithDefaults() *ApiMarketplaceV3DbsOrdersStickersPost200Response

NewApiMarketplaceV3DbsOrdersStickersPost200ResponseWithDefaults instantiates a new ApiMarketplaceV3DbsOrdersStickersPost200Response 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 (*ApiMarketplaceV3DbsOrdersStickersPost200Response) GetStickers

GetStickers returns the Stickers field value if set, zero value otherwise.

func (*ApiMarketplaceV3DbsOrdersStickersPost200Response) GetStickersOk

GetStickersOk returns a tuple with the Stickers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiMarketplaceV3DbsOrdersStickersPost200Response) HasStickers

HasStickers returns a boolean if a field has been set.

func (ApiMarketplaceV3DbsOrdersStickersPost200Response) MarshalJSON

func (*ApiMarketplaceV3DbsOrdersStickersPost200Response) SetStickers

SetStickers gets a reference to the given []ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner and assigns it to the Stickers field.

func (ApiMarketplaceV3DbsOrdersStickersPost200Response) ToMap

func (o ApiMarketplaceV3DbsOrdersStickersPost200Response) ToMap() (map[string]interface{}, error)

type ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner

type ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner struct {
	// Assembly order ID
	OrderId int64 `json:"orderId"`
	// The first part of the sticker ID
	PartA string `json:"partA"`
	// The second part of the sticker ID
	PartB string `json:"partB"`
	// The encoded value of the sticker
	Barcode string `json:"barcode"`
	// Base64 encoded representation of the sticker
	File string `json:"file"`
}

ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner struct for ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner

func NewApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner

func NewApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner(orderId int64, partA string, partB string, barcode string, file string) *ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner

NewApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner instantiates a new ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner 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 NewApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInnerWithDefaults

func NewApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInnerWithDefaults() *ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner

NewApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInnerWithDefaults instantiates a new ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner 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 (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) GetBarcode

GetBarcode returns the Barcode field value

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) GetBarcodeOk

GetBarcodeOk returns a tuple with the Barcode field value and a boolean to check if the value has been set.

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) GetFile

GetFile returns the File field value

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) GetFileOk

GetFileOk returns a tuple with the File field value and a boolean to check if the value has been set.

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) GetOrderId

GetOrderId returns the OrderId field value

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) GetOrderIdOk

GetOrderIdOk returns a tuple with the OrderId field value and a boolean to check if the value has been set.

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) GetPartA

GetPartA returns the PartA field value

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) GetPartAOk

GetPartAOk returns a tuple with the PartA field value and a boolean to check if the value has been set.

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) GetPartB

GetPartB returns the PartB field value

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) GetPartBOk

GetPartBOk returns a tuple with the PartB field value and a boolean to check if the value has been set.

func (ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) MarshalJSON

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) SetBarcode

SetBarcode sets field value

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) SetFile

SetFile sets field value

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) SetOrderId

SetOrderId sets field value

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) SetPartA

SetPartA sets field value

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) SetPartB

SetPartB sets field value

func (ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) ToMap

func (*ApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) UnmarshalJSON

type ApiMarketplaceV3DbsOrdersStickersPostRequest

type ApiMarketplaceV3DbsOrdersStickersPostRequest struct {
	// Assembly orders ID list
	Orders []int64 `json:"orders"`
}

ApiMarketplaceV3DbsOrdersStickersPostRequest struct for ApiMarketplaceV3DbsOrdersStickersPostRequest

func NewApiMarketplaceV3DbsOrdersStickersPostRequest

func NewApiMarketplaceV3DbsOrdersStickersPostRequest(orders []int64) *ApiMarketplaceV3DbsOrdersStickersPostRequest

NewApiMarketplaceV3DbsOrdersStickersPostRequest instantiates a new ApiMarketplaceV3DbsOrdersStickersPostRequest 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 NewApiMarketplaceV3DbsOrdersStickersPostRequestWithDefaults

func NewApiMarketplaceV3DbsOrdersStickersPostRequestWithDefaults() *ApiMarketplaceV3DbsOrdersStickersPostRequest

NewApiMarketplaceV3DbsOrdersStickersPostRequestWithDefaults instantiates a new ApiMarketplaceV3DbsOrdersStickersPostRequest 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 (*ApiMarketplaceV3DbsOrdersStickersPostRequest) GetOrders

GetOrders returns the Orders field value

func (*ApiMarketplaceV3DbsOrdersStickersPostRequest) GetOrdersOk

GetOrdersOk returns a tuple with the Orders field value and a boolean to check if the value has been set.

func (ApiMarketplaceV3DbsOrdersStickersPostRequest) MarshalJSON

func (*ApiMarketplaceV3DbsOrdersStickersPostRequest) SetOrders

SetOrders sets field value

func (ApiMarketplaceV3DbsOrdersStickersPostRequest) ToMap

func (o ApiMarketplaceV3DbsOrdersStickersPostRequest) ToMap() (map[string]interface{}, error)

func (*ApiMarketplaceV3DbsOrdersStickersPostRequest) UnmarshalJSON

func (o *ApiMarketplaceV3DbsOrdersStickersPostRequest) UnmarshalJSON(data []byte) (err error)

type ApiOrderCodeRequest

type ApiOrderCodeRequest struct {
	// Confirmation code. Displayed to the buyer on the website and in the Wildberries app
	Code *string `json:"code,omitempty"`
	// Assembly order ID
	OrderId *int32 `json:"orderId,omitempty"`
}

ApiOrderCodeRequest struct for ApiOrderCodeRequest

func NewApiOrderCodeRequest

func NewApiOrderCodeRequest() *ApiOrderCodeRequest

NewApiOrderCodeRequest instantiates a new ApiOrderCodeRequest 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 NewApiOrderCodeRequestWithDefaults

func NewApiOrderCodeRequestWithDefaults() *ApiOrderCodeRequest

NewApiOrderCodeRequestWithDefaults instantiates a new ApiOrderCodeRequest 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 (*ApiOrderCodeRequest) GetCode

func (o *ApiOrderCodeRequest) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*ApiOrderCodeRequest) GetCodeOk

func (o *ApiOrderCodeRequest) 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 (*ApiOrderCodeRequest) GetOrderId

func (o *ApiOrderCodeRequest) GetOrderId() int32

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*ApiOrderCodeRequest) GetOrderIdOk

func (o *ApiOrderCodeRequest) GetOrderIdOk() (*int32, bool)

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderCodeRequest) HasCode

func (o *ApiOrderCodeRequest) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*ApiOrderCodeRequest) HasOrderId

func (o *ApiOrderCodeRequest) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

func (ApiOrderCodeRequest) MarshalJSON

func (o ApiOrderCodeRequest) MarshalJSON() ([]byte, error)

func (*ApiOrderCodeRequest) SetCode

func (o *ApiOrderCodeRequest) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*ApiOrderCodeRequest) SetOrderId

func (o *ApiOrderCodeRequest) SetOrderId(v int32)

SetOrderId gets a reference to the given int32 and assigns it to the OrderId field.

func (ApiOrderCodeRequest) ToMap

func (o ApiOrderCodeRequest) ToMap() (map[string]interface{}, error)

type ApiOrderGroupInner

type ApiOrderGroupInner struct {
	// Assembly order group ID
	GroupID *string `json:"groupID,omitempty"`
	// The cost of paid delivery in the sale currency, multiplied by 100
	DeliveryCost *int32 `json:"deliveryCost,omitempty"`
	// The cost of paid delivery in the seller's country currency, multiplied by 100. Provided for informational purposes
	ConvertedDeliveryCost *int32 `json:"convertedDeliveryCost,omitempty"`
	// Sale currency code
	CurrencyCode *int32 `json:"currencyCode,omitempty"`
	// Seller's country currency code
	ConvertedCurrencyCode *int32 `json:"convertedCurrencyCode,omitempty"`
}

ApiOrderGroupInner struct for ApiOrderGroupInner

func NewApiOrderGroupInner

func NewApiOrderGroupInner() *ApiOrderGroupInner

NewApiOrderGroupInner instantiates a new ApiOrderGroupInner 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 NewApiOrderGroupInnerWithDefaults

func NewApiOrderGroupInnerWithDefaults() *ApiOrderGroupInner

NewApiOrderGroupInnerWithDefaults instantiates a new ApiOrderGroupInner 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 (*ApiOrderGroupInner) GetConvertedCurrencyCode

func (o *ApiOrderGroupInner) GetConvertedCurrencyCode() int32

GetConvertedCurrencyCode returns the ConvertedCurrencyCode field value if set, zero value otherwise.

func (*ApiOrderGroupInner) GetConvertedCurrencyCodeOk

func (o *ApiOrderGroupInner) GetConvertedCurrencyCodeOk() (*int32, bool)

GetConvertedCurrencyCodeOk returns a tuple with the ConvertedCurrencyCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderGroupInner) GetConvertedDeliveryCost

func (o *ApiOrderGroupInner) GetConvertedDeliveryCost() int32

GetConvertedDeliveryCost returns the ConvertedDeliveryCost field value if set, zero value otherwise.

func (*ApiOrderGroupInner) GetConvertedDeliveryCostOk

func (o *ApiOrderGroupInner) GetConvertedDeliveryCostOk() (*int32, bool)

GetConvertedDeliveryCostOk returns a tuple with the ConvertedDeliveryCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderGroupInner) GetCurrencyCode

func (o *ApiOrderGroupInner) GetCurrencyCode() int32

GetCurrencyCode returns the CurrencyCode field value if set, zero value otherwise.

func (*ApiOrderGroupInner) GetCurrencyCodeOk

func (o *ApiOrderGroupInner) GetCurrencyCodeOk() (*int32, bool)

GetCurrencyCodeOk returns a tuple with the CurrencyCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderGroupInner) GetDeliveryCost

func (o *ApiOrderGroupInner) GetDeliveryCost() int32

GetDeliveryCost returns the DeliveryCost field value if set, zero value otherwise.

func (*ApiOrderGroupInner) GetDeliveryCostOk

func (o *ApiOrderGroupInner) GetDeliveryCostOk() (*int32, bool)

GetDeliveryCostOk returns a tuple with the DeliveryCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderGroupInner) GetGroupID

func (o *ApiOrderGroupInner) GetGroupID() string

GetGroupID returns the GroupID field value if set, zero value otherwise.

func (*ApiOrderGroupInner) GetGroupIDOk

func (o *ApiOrderGroupInner) GetGroupIDOk() (*string, bool)

GetGroupIDOk returns a tuple with the GroupID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderGroupInner) HasConvertedCurrencyCode

func (o *ApiOrderGroupInner) HasConvertedCurrencyCode() bool

HasConvertedCurrencyCode returns a boolean if a field has been set.

func (*ApiOrderGroupInner) HasConvertedDeliveryCost

func (o *ApiOrderGroupInner) HasConvertedDeliveryCost() bool

HasConvertedDeliveryCost returns a boolean if a field has been set.

func (*ApiOrderGroupInner) HasCurrencyCode

func (o *ApiOrderGroupInner) HasCurrencyCode() bool

HasCurrencyCode returns a boolean if a field has been set.

func (*ApiOrderGroupInner) HasDeliveryCost

func (o *ApiOrderGroupInner) HasDeliveryCost() bool

HasDeliveryCost returns a boolean if a field has been set.

func (*ApiOrderGroupInner) HasGroupID

func (o *ApiOrderGroupInner) HasGroupID() bool

HasGroupID returns a boolean if a field has been set.

func (ApiOrderGroupInner) MarshalJSON

func (o ApiOrderGroupInner) MarshalJSON() ([]byte, error)

func (*ApiOrderGroupInner) SetConvertedCurrencyCode

func (o *ApiOrderGroupInner) SetConvertedCurrencyCode(v int32)

SetConvertedCurrencyCode gets a reference to the given int32 and assigns it to the ConvertedCurrencyCode field.

func (*ApiOrderGroupInner) SetConvertedDeliveryCost

func (o *ApiOrderGroupInner) SetConvertedDeliveryCost(v int32)

SetConvertedDeliveryCost gets a reference to the given int32 and assigns it to the ConvertedDeliveryCost field.

func (*ApiOrderGroupInner) SetCurrencyCode

func (o *ApiOrderGroupInner) SetCurrencyCode(v int32)

SetCurrencyCode gets a reference to the given int32 and assigns it to the CurrencyCode field.

func (*ApiOrderGroupInner) SetDeliveryCost

func (o *ApiOrderGroupInner) SetDeliveryCost(v int32)

SetDeliveryCost gets a reference to the given int32 and assigns it to the DeliveryCost field.

func (*ApiOrderGroupInner) SetGroupID

func (o *ApiOrderGroupInner) SetGroupID(v string)

SetGroupID gets a reference to the given string and assigns it to the GroupID field.

func (ApiOrderGroupInner) ToMap

func (o ApiOrderGroupInner) ToMap() (map[string]interface{}, error)

type ApiOrderGroupsRequest

type ApiOrderGroupsRequest struct {
	// List of `groupId` values. Can be obtained from [new](./orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1v3~1dbs~1orders~1new/get) and [completed](./orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1v3~1dbs~1orders/get) assembly orders.
	Groups []string `json:"groups,omitempty"`
}

ApiOrderGroupsRequest struct for ApiOrderGroupsRequest

func NewApiOrderGroupsRequest

func NewApiOrderGroupsRequest() *ApiOrderGroupsRequest

NewApiOrderGroupsRequest instantiates a new ApiOrderGroupsRequest 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 NewApiOrderGroupsRequestWithDefaults

func NewApiOrderGroupsRequestWithDefaults() *ApiOrderGroupsRequest

NewApiOrderGroupsRequestWithDefaults instantiates a new ApiOrderGroupsRequest 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 (*ApiOrderGroupsRequest) GetGroups

func (o *ApiOrderGroupsRequest) GetGroups() []string

GetGroups returns the Groups field value if set, zero value otherwise.

func (*ApiOrderGroupsRequest) GetGroupsOk

func (o *ApiOrderGroupsRequest) GetGroupsOk() ([]string, bool)

GetGroupsOk returns a tuple with the Groups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderGroupsRequest) HasGroups

func (o *ApiOrderGroupsRequest) HasGroups() bool

HasGroups returns a boolean if a field has been set.

func (ApiOrderGroupsRequest) MarshalJSON

func (o ApiOrderGroupsRequest) MarshalJSON() ([]byte, error)

func (*ApiOrderGroupsRequest) SetGroups

func (o *ApiOrderGroupsRequest) SetGroups(v []string)

SetGroups gets a reference to the given []string and assigns it to the Groups field.

func (ApiOrderGroupsRequest) ToMap

func (o ApiOrderGroupsRequest) ToMap() (map[string]interface{}, error)

type ApiOrderMetaV2

type ApiOrderMetaV2 struct {
	// Error message. <br> If `error: not found`, the assembly order is not found
	Error *string `json:"error,omitempty"`
	// GTIN
	Gtin *string `json:"gtin,omitempty"`
	// IMEI
	Imei *string `json:"imei,omitempty"`
	// Assembly order ID
	OrderId *int32 `json:"orderId,omitempty"`
	// Data Matrix code (Chestny ZNAK)
	Sgtin []string `json:"sgtin,omitempty"`
	// UIN
	Uin                *string                 `json:"uin,omitempty"`
	CustomsDeclaration *MetaCustomsDeclaration `json:"customsDeclaration,omitempty"`
}

ApiOrderMetaV2 struct for ApiOrderMetaV2

func NewApiOrderMetaV2

func NewApiOrderMetaV2() *ApiOrderMetaV2

NewApiOrderMetaV2 instantiates a new ApiOrderMetaV2 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 NewApiOrderMetaV2WithDefaults

func NewApiOrderMetaV2WithDefaults() *ApiOrderMetaV2

NewApiOrderMetaV2WithDefaults instantiates a new ApiOrderMetaV2 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 (*ApiOrderMetaV2) GetCustomsDeclaration

func (o *ApiOrderMetaV2) GetCustomsDeclaration() MetaCustomsDeclaration

GetCustomsDeclaration returns the CustomsDeclaration field value if set, zero value otherwise.

func (*ApiOrderMetaV2) GetCustomsDeclarationOk

func (o *ApiOrderMetaV2) GetCustomsDeclarationOk() (*MetaCustomsDeclaration, bool)

GetCustomsDeclarationOk returns a tuple with the CustomsDeclaration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderMetaV2) GetError

func (o *ApiOrderMetaV2) GetError() string

GetError returns the Error field value if set, zero value otherwise.

func (*ApiOrderMetaV2) GetErrorOk

func (o *ApiOrderMetaV2) GetErrorOk() (*string, 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 (*ApiOrderMetaV2) GetGtin

func (o *ApiOrderMetaV2) GetGtin() string

GetGtin returns the Gtin field value if set, zero value otherwise.

func (*ApiOrderMetaV2) GetGtinOk

func (o *ApiOrderMetaV2) GetGtinOk() (*string, bool)

GetGtinOk returns a tuple with the Gtin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderMetaV2) GetImei

func (o *ApiOrderMetaV2) GetImei() string

GetImei returns the Imei field value if set, zero value otherwise.

func (*ApiOrderMetaV2) GetImeiOk

func (o *ApiOrderMetaV2) GetImeiOk() (*string, bool)

GetImeiOk returns a tuple with the Imei field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderMetaV2) GetOrderId

func (o *ApiOrderMetaV2) GetOrderId() int32

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*ApiOrderMetaV2) GetOrderIdOk

func (o *ApiOrderMetaV2) GetOrderIdOk() (*int32, bool)

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderMetaV2) GetSgtin

func (o *ApiOrderMetaV2) GetSgtin() []string

GetSgtin returns the Sgtin field value if set, zero value otherwise.

func (*ApiOrderMetaV2) GetSgtinOk

func (o *ApiOrderMetaV2) GetSgtinOk() ([]string, bool)

GetSgtinOk returns a tuple with the Sgtin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderMetaV2) GetUin

func (o *ApiOrderMetaV2) GetUin() string

GetUin returns the Uin field value if set, zero value otherwise.

func (*ApiOrderMetaV2) GetUinOk

func (o *ApiOrderMetaV2) GetUinOk() (*string, bool)

GetUinOk returns a tuple with the Uin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderMetaV2) HasCustomsDeclaration

func (o *ApiOrderMetaV2) HasCustomsDeclaration() bool

HasCustomsDeclaration returns a boolean if a field has been set.

func (*ApiOrderMetaV2) HasError

func (o *ApiOrderMetaV2) HasError() bool

HasError returns a boolean if a field has been set.

func (*ApiOrderMetaV2) HasGtin

func (o *ApiOrderMetaV2) HasGtin() bool

HasGtin returns a boolean if a field has been set.

func (*ApiOrderMetaV2) HasImei

func (o *ApiOrderMetaV2) HasImei() bool

HasImei returns a boolean if a field has been set.

func (*ApiOrderMetaV2) HasOrderId

func (o *ApiOrderMetaV2) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

func (*ApiOrderMetaV2) HasSgtin

func (o *ApiOrderMetaV2) HasSgtin() bool

HasSgtin returns a boolean if a field has been set.

func (*ApiOrderMetaV2) HasUin

func (o *ApiOrderMetaV2) HasUin() bool

HasUin returns a boolean if a field has been set.

func (ApiOrderMetaV2) MarshalJSON

func (o ApiOrderMetaV2) MarshalJSON() ([]byte, error)

func (*ApiOrderMetaV2) SetCustomsDeclaration

func (o *ApiOrderMetaV2) SetCustomsDeclaration(v MetaCustomsDeclaration)

SetCustomsDeclaration gets a reference to the given MetaCustomsDeclaration and assigns it to the CustomsDeclaration field.

func (*ApiOrderMetaV2) SetError

func (o *ApiOrderMetaV2) SetError(v string)

SetError gets a reference to the given string and assigns it to the Error field.

func (*ApiOrderMetaV2) SetGtin

func (o *ApiOrderMetaV2) SetGtin(v string)

SetGtin gets a reference to the given string and assigns it to the Gtin field.

func (*ApiOrderMetaV2) SetImei

func (o *ApiOrderMetaV2) SetImei(v string)

SetImei gets a reference to the given string and assigns it to the Imei field.

func (*ApiOrderMetaV2) SetOrderId

func (o *ApiOrderMetaV2) SetOrderId(v int32)

SetOrderId gets a reference to the given int32 and assigns it to the OrderId field.

func (*ApiOrderMetaV2) SetSgtin

func (o *ApiOrderMetaV2) SetSgtin(v []string)

SetSgtin gets a reference to the given []string and assigns it to the Sgtin field.

func (*ApiOrderMetaV2) SetUin

func (o *ApiOrderMetaV2) SetUin(v string)

SetUin gets a reference to the given string and assigns it to the Uin field.

func (ApiOrderMetaV2) ToMap

func (o ApiOrderMetaV2) ToMap() (map[string]interface{}, error)

type ApiOrderStatusV2

type ApiOrderStatusV2 struct {
	// Error detail
	Errors []ApiBatchErrorResponse `json:"errors,omitempty"`
	// Assembly order ID
	OrderId *int32 `json:"orderId,omitempty"`
	// Assembly order status set by the seller
	SupplierStatus *string `json:"supplierStatus,omitempty"`
	// Assembly order status set by WB system
	WbStatus *string `json:"wbStatus,omitempty"`
}

ApiOrderStatusV2 struct for ApiOrderStatusV2

func NewApiOrderStatusV2

func NewApiOrderStatusV2() *ApiOrderStatusV2

NewApiOrderStatusV2 instantiates a new ApiOrderStatusV2 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 NewApiOrderStatusV2WithDefaults

func NewApiOrderStatusV2WithDefaults() *ApiOrderStatusV2

NewApiOrderStatusV2WithDefaults instantiates a new ApiOrderStatusV2 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 (*ApiOrderStatusV2) GetErrors

func (o *ApiOrderStatusV2) GetErrors() []ApiBatchErrorResponse

GetErrors returns the Errors field value if set, zero value otherwise.

func (*ApiOrderStatusV2) GetErrorsOk

func (o *ApiOrderStatusV2) GetErrorsOk() ([]ApiBatchErrorResponse, bool)

GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderStatusV2) GetOrderId

func (o *ApiOrderStatusV2) GetOrderId() int32

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*ApiOrderStatusV2) GetOrderIdOk

func (o *ApiOrderStatusV2) GetOrderIdOk() (*int32, bool)

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderStatusV2) GetSupplierStatus

func (o *ApiOrderStatusV2) GetSupplierStatus() string

GetSupplierStatus returns the SupplierStatus field value if set, zero value otherwise.

func (*ApiOrderStatusV2) GetSupplierStatusOk

func (o *ApiOrderStatusV2) GetSupplierStatusOk() (*string, bool)

GetSupplierStatusOk returns a tuple with the SupplierStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderStatusV2) GetWbStatus

func (o *ApiOrderStatusV2) GetWbStatus() string

GetWbStatus returns the WbStatus field value if set, zero value otherwise.

func (*ApiOrderStatusV2) GetWbStatusOk

func (o *ApiOrderStatusV2) GetWbStatusOk() (*string, bool)

GetWbStatusOk returns a tuple with the WbStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderStatusV2) HasErrors

func (o *ApiOrderStatusV2) HasErrors() bool

HasErrors returns a boolean if a field has been set.

func (*ApiOrderStatusV2) HasOrderId

func (o *ApiOrderStatusV2) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

func (*ApiOrderStatusV2) HasSupplierStatus

func (o *ApiOrderStatusV2) HasSupplierStatus() bool

HasSupplierStatus returns a boolean if a field has been set.

func (*ApiOrderStatusV2) HasWbStatus

func (o *ApiOrderStatusV2) HasWbStatus() bool

HasWbStatus returns a boolean if a field has been set.

func (ApiOrderStatusV2) MarshalJSON

func (o ApiOrderStatusV2) MarshalJSON() ([]byte, error)

func (*ApiOrderStatusV2) SetErrors

func (o *ApiOrderStatusV2) SetErrors(v []ApiBatchErrorResponse)

SetErrors gets a reference to the given []ApiBatchErrorResponse and assigns it to the Errors field.

func (*ApiOrderStatusV2) SetOrderId

func (o *ApiOrderStatusV2) SetOrderId(v int32)

SetOrderId gets a reference to the given int32 and assigns it to the OrderId field.

func (*ApiOrderStatusV2) SetSupplierStatus

func (o *ApiOrderStatusV2) SetSupplierStatus(v string)

SetSupplierStatus gets a reference to the given string and assigns it to the SupplierStatus field.

func (*ApiOrderStatusV2) SetWbStatus

func (o *ApiOrderStatusV2) SetWbStatus(v string)

SetWbStatus gets a reference to the given string and assigns it to the WbStatus field.

func (ApiOrderStatusV2) ToMap

func (o ApiOrderStatusV2) ToMap() (map[string]interface{}, error)

type ApiOrderStatusesV2

type ApiOrderStatusesV2 struct {
	// Status data
	Orders []ApiOrderStatusV2 `json:"orders,omitempty"`
}

ApiOrderStatusesV2 struct for ApiOrderStatusesV2

func NewApiOrderStatusesV2

func NewApiOrderStatusesV2() *ApiOrderStatusesV2

NewApiOrderStatusesV2 instantiates a new ApiOrderStatusesV2 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 NewApiOrderStatusesV2WithDefaults

func NewApiOrderStatusesV2WithDefaults() *ApiOrderStatusesV2

NewApiOrderStatusesV2WithDefaults instantiates a new ApiOrderStatusesV2 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 (*ApiOrderStatusesV2) GetOrders

func (o *ApiOrderStatusesV2) GetOrders() []ApiOrderStatusV2

GetOrders returns the Orders field value if set, zero value otherwise.

func (*ApiOrderStatusesV2) GetOrdersOk

func (o *ApiOrderStatusesV2) GetOrdersOk() ([]ApiOrderStatusV2, bool)

GetOrdersOk returns a tuple with the Orders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrderStatusesV2) HasOrders

func (o *ApiOrderStatusesV2) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (ApiOrderStatusesV2) MarshalJSON

func (o ApiOrderStatusesV2) MarshalJSON() ([]byte, error)

func (*ApiOrderStatusesV2) SetOrders

func (o *ApiOrderStatusesV2) SetOrders(v []ApiOrderStatusV2)

SetOrders gets a reference to the given []ApiOrderStatusV2 and assigns it to the Orders field.

func (ApiOrderStatusesV2) ToMap

func (o ApiOrderStatusesV2) ToMap() (map[string]interface{}, error)

type ApiOrdersCodeRequest

type ApiOrdersCodeRequest struct {
	Orders []ApiOrderCodeRequest `json:"orders"`
}

ApiOrdersCodeRequest struct for ApiOrdersCodeRequest

func NewApiOrdersCodeRequest

func NewApiOrdersCodeRequest(orders []ApiOrderCodeRequest) *ApiOrdersCodeRequest

NewApiOrdersCodeRequest instantiates a new ApiOrdersCodeRequest 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 NewApiOrdersCodeRequestWithDefaults

func NewApiOrdersCodeRequestWithDefaults() *ApiOrdersCodeRequest

NewApiOrdersCodeRequestWithDefaults instantiates a new ApiOrdersCodeRequest 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 (*ApiOrdersCodeRequest) GetOrders

func (o *ApiOrdersCodeRequest) GetOrders() []ApiOrderCodeRequest

GetOrders returns the Orders field value

func (*ApiOrdersCodeRequest) GetOrdersOk

func (o *ApiOrdersCodeRequest) GetOrdersOk() ([]ApiOrderCodeRequest, bool)

GetOrdersOk returns a tuple with the Orders field value and a boolean to check if the value has been set.

func (ApiOrdersCodeRequest) MarshalJSON

func (o ApiOrdersCodeRequest) MarshalJSON() ([]byte, error)

func (*ApiOrdersCodeRequest) SetOrders

func (o *ApiOrdersCodeRequest) SetOrders(v []ApiOrderCodeRequest)

SetOrders sets field value

func (ApiOrdersCodeRequest) ToMap

func (o ApiOrdersCodeRequest) ToMap() (map[string]interface{}, error)

func (*ApiOrdersCodeRequest) UnmarshalJSON

func (o *ApiOrdersCodeRequest) UnmarshalJSON(data []byte) (err error)

type ApiOrdersGTINSetRequest

type ApiOrdersGTINSetRequest struct {
	Orders []ApiGTIN `json:"orders"`
}

ApiOrdersGTINSetRequest struct for ApiOrdersGTINSetRequest

func NewApiOrdersGTINSetRequest

func NewApiOrdersGTINSetRequest(orders []ApiGTIN) *ApiOrdersGTINSetRequest

NewApiOrdersGTINSetRequest instantiates a new ApiOrdersGTINSetRequest 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 NewApiOrdersGTINSetRequestWithDefaults

func NewApiOrdersGTINSetRequestWithDefaults() *ApiOrdersGTINSetRequest

NewApiOrdersGTINSetRequestWithDefaults instantiates a new ApiOrdersGTINSetRequest 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 (*ApiOrdersGTINSetRequest) GetOrders

func (o *ApiOrdersGTINSetRequest) GetOrders() []ApiGTIN

GetOrders returns the Orders field value

func (*ApiOrdersGTINSetRequest) GetOrdersOk

func (o *ApiOrdersGTINSetRequest) GetOrdersOk() ([]ApiGTIN, bool)

GetOrdersOk returns a tuple with the Orders field value and a boolean to check if the value has been set.

func (ApiOrdersGTINSetRequest) MarshalJSON

func (o ApiOrdersGTINSetRequest) MarshalJSON() ([]byte, error)

func (*ApiOrdersGTINSetRequest) SetOrders

func (o *ApiOrdersGTINSetRequest) SetOrders(v []ApiGTIN)

SetOrders sets field value

func (ApiOrdersGTINSetRequest) ToMap

func (o ApiOrdersGTINSetRequest) ToMap() (map[string]interface{}, error)

func (*ApiOrdersGTINSetRequest) UnmarshalJSON

func (o *ApiOrdersGTINSetRequest) UnmarshalJSON(data []byte) (err error)

type ApiOrdersIMEISetRequest

type ApiOrdersIMEISetRequest struct {
	Orders []ApiIMEI `json:"orders"`
}

ApiOrdersIMEISetRequest struct for ApiOrdersIMEISetRequest

func NewApiOrdersIMEISetRequest

func NewApiOrdersIMEISetRequest(orders []ApiIMEI) *ApiOrdersIMEISetRequest

NewApiOrdersIMEISetRequest instantiates a new ApiOrdersIMEISetRequest 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 NewApiOrdersIMEISetRequestWithDefaults

func NewApiOrdersIMEISetRequestWithDefaults() *ApiOrdersIMEISetRequest

NewApiOrdersIMEISetRequestWithDefaults instantiates a new ApiOrdersIMEISetRequest 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 (*ApiOrdersIMEISetRequest) GetOrders

func (o *ApiOrdersIMEISetRequest) GetOrders() []ApiIMEI

GetOrders returns the Orders field value

func (*ApiOrdersIMEISetRequest) GetOrdersOk

func (o *ApiOrdersIMEISetRequest) GetOrdersOk() ([]ApiIMEI, bool)

GetOrdersOk returns a tuple with the Orders field value and a boolean to check if the value has been set.

func (ApiOrdersIMEISetRequest) MarshalJSON

func (o ApiOrdersIMEISetRequest) MarshalJSON() ([]byte, error)

func (*ApiOrdersIMEISetRequest) SetOrders

func (o *ApiOrdersIMEISetRequest) SetOrders(v []ApiIMEI)

SetOrders sets field value

func (ApiOrdersIMEISetRequest) ToMap

func (o ApiOrdersIMEISetRequest) ToMap() (map[string]interface{}, error)

func (*ApiOrdersIMEISetRequest) UnmarshalJSON

func (o *ApiOrdersIMEISetRequest) UnmarshalJSON(data []byte) (err error)

type ApiOrdersMetaDeleteRequest

type ApiOrdersMetaDeleteRequest struct {
	// Name of metadata to delete (**imei**, **uin**, **gtin**, **sgtin**). Only one value is passed
	Key string `json:"key"`
	// Assembly orders IDs list
	OrderIds []int32 `json:"orderIds"`
}

ApiOrdersMetaDeleteRequest struct for ApiOrdersMetaDeleteRequest

func NewApiOrdersMetaDeleteRequest

func NewApiOrdersMetaDeleteRequest(key string, orderIds []int32) *ApiOrdersMetaDeleteRequest

NewApiOrdersMetaDeleteRequest instantiates a new ApiOrdersMetaDeleteRequest 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 NewApiOrdersMetaDeleteRequestWithDefaults

func NewApiOrdersMetaDeleteRequestWithDefaults() *ApiOrdersMetaDeleteRequest

NewApiOrdersMetaDeleteRequestWithDefaults instantiates a new ApiOrdersMetaDeleteRequest 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 (*ApiOrdersMetaDeleteRequest) GetKey

func (o *ApiOrdersMetaDeleteRequest) GetKey() string

GetKey returns the Key field value

func (*ApiOrdersMetaDeleteRequest) GetKeyOk

func (o *ApiOrdersMetaDeleteRequest) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*ApiOrdersMetaDeleteRequest) GetOrderIds

func (o *ApiOrdersMetaDeleteRequest) GetOrderIds() []int32

GetOrderIds returns the OrderIds field value

func (*ApiOrdersMetaDeleteRequest) GetOrderIdsOk

func (o *ApiOrdersMetaDeleteRequest) GetOrderIdsOk() ([]int32, bool)

GetOrderIdsOk returns a tuple with the OrderIds field value and a boolean to check if the value has been set.

func (ApiOrdersMetaDeleteRequest) MarshalJSON

func (o ApiOrdersMetaDeleteRequest) MarshalJSON() ([]byte, error)

func (*ApiOrdersMetaDeleteRequest) SetKey

func (o *ApiOrdersMetaDeleteRequest) SetKey(v string)

SetKey sets field value

func (*ApiOrdersMetaDeleteRequest) SetOrderIds

func (o *ApiOrdersMetaDeleteRequest) SetOrderIds(v []int32)

SetOrderIds sets field value

func (ApiOrdersMetaDeleteRequest) ToMap

func (o ApiOrdersMetaDeleteRequest) ToMap() (map[string]interface{}, error)

func (*ApiOrdersMetaDeleteRequest) UnmarshalJSON

func (o *ApiOrdersMetaDeleteRequest) UnmarshalJSON(data []byte) (err error)

type ApiOrdersMetaResponse

type ApiOrdersMetaResponse struct {
	// Assembly orders metadata
	Meta []ApiOrderMetaV2 `json:"meta,omitempty"`
}

ApiOrdersMetaResponse struct for ApiOrdersMetaResponse

func NewApiOrdersMetaResponse

func NewApiOrdersMetaResponse() *ApiOrdersMetaResponse

NewApiOrdersMetaResponse instantiates a new ApiOrdersMetaResponse 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 NewApiOrdersMetaResponseWithDefaults

func NewApiOrdersMetaResponseWithDefaults() *ApiOrdersMetaResponse

NewApiOrdersMetaResponseWithDefaults instantiates a new ApiOrdersMetaResponse 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 (*ApiOrdersMetaResponse) GetMeta

func (o *ApiOrdersMetaResponse) GetMeta() []ApiOrderMetaV2

GetMeta returns the Meta field value if set, zero value otherwise.

func (*ApiOrdersMetaResponse) GetMetaOk

func (o *ApiOrdersMetaResponse) GetMetaOk() ([]ApiOrderMetaV2, bool)

GetMetaOk returns a tuple with the Meta field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrdersMetaResponse) HasMeta

func (o *ApiOrdersMetaResponse) HasMeta() bool

HasMeta returns a boolean if a field has been set.

func (ApiOrdersMetaResponse) MarshalJSON

func (o ApiOrdersMetaResponse) MarshalJSON() ([]byte, error)

func (*ApiOrdersMetaResponse) SetMeta

func (o *ApiOrdersMetaResponse) SetMeta(v []ApiOrderMetaV2)

SetMeta gets a reference to the given []ApiOrderMetaV2 and assigns it to the Meta field.

func (ApiOrdersMetaResponse) ToMap

func (o ApiOrdersMetaResponse) ToMap() (map[string]interface{}, error)

type ApiOrdersRequestV2

type ApiOrdersRequestV2 struct {
	// List of assembly order IDs
	OrdersIds []int32 `json:"ordersIds,omitempty"`
}

ApiOrdersRequestV2 struct for ApiOrdersRequestV2

func NewApiOrdersRequestV2

func NewApiOrdersRequestV2() *ApiOrdersRequestV2

NewApiOrdersRequestV2 instantiates a new ApiOrdersRequestV2 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 NewApiOrdersRequestV2WithDefaults

func NewApiOrdersRequestV2WithDefaults() *ApiOrdersRequestV2

NewApiOrdersRequestV2WithDefaults instantiates a new ApiOrdersRequestV2 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 (*ApiOrdersRequestV2) GetOrdersIds

func (o *ApiOrdersRequestV2) GetOrdersIds() []int32

GetOrdersIds returns the OrdersIds field value if set, zero value otherwise.

func (*ApiOrdersRequestV2) GetOrdersIdsOk

func (o *ApiOrdersRequestV2) GetOrdersIdsOk() ([]int32, bool)

GetOrdersIdsOk returns a tuple with the OrdersIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiOrdersRequestV2) HasOrdersIds

func (o *ApiOrdersRequestV2) HasOrdersIds() bool

HasOrdersIds returns a boolean if a field has been set.

func (ApiOrdersRequestV2) MarshalJSON

func (o ApiOrdersRequestV2) MarshalJSON() ([]byte, error)

func (*ApiOrdersRequestV2) SetOrdersIds

func (o *ApiOrdersRequestV2) SetOrdersIds(v []int32)

SetOrdersIds gets a reference to the given []int32 and assigns it to the OrdersIds field.

func (ApiOrdersRequestV2) ToMap

func (o ApiOrdersRequestV2) ToMap() (map[string]interface{}, error)

type ApiOrdersSGTINsSetRequest

type ApiOrdersSGTINsSetRequest struct {
	Orders []ApiSGTINs `json:"orders"`
}

ApiOrdersSGTINsSetRequest struct for ApiOrdersSGTINsSetRequest

func NewApiOrdersSGTINsSetRequest

func NewApiOrdersSGTINsSetRequest(orders []ApiSGTINs) *ApiOrdersSGTINsSetRequest

NewApiOrdersSGTINsSetRequest instantiates a new ApiOrdersSGTINsSetRequest 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 NewApiOrdersSGTINsSetRequestWithDefaults

func NewApiOrdersSGTINsSetRequestWithDefaults() *ApiOrdersSGTINsSetRequest

NewApiOrdersSGTINsSetRequestWithDefaults instantiates a new ApiOrdersSGTINsSetRequest 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 (*ApiOrdersSGTINsSetRequest) GetOrders

func (o *ApiOrdersSGTINsSetRequest) GetOrders() []ApiSGTINs

GetOrders returns the Orders field value

func (*ApiOrdersSGTINsSetRequest) GetOrdersOk

func (o *ApiOrdersSGTINsSetRequest) GetOrdersOk() ([]ApiSGTINs, bool)

GetOrdersOk returns a tuple with the Orders field value and a boolean to check if the value has been set.

func (ApiOrdersSGTINsSetRequest) MarshalJSON

func (o ApiOrdersSGTINsSetRequest) MarshalJSON() ([]byte, error)

func (*ApiOrdersSGTINsSetRequest) SetOrders

func (o *ApiOrdersSGTINsSetRequest) SetOrders(v []ApiSGTINs)

SetOrders sets field value

func (ApiOrdersSGTINsSetRequest) ToMap

func (o ApiOrdersSGTINsSetRequest) ToMap() (map[string]interface{}, error)

func (*ApiOrdersSGTINsSetRequest) UnmarshalJSON

func (o *ApiOrdersSGTINsSetRequest) UnmarshalJSON(data []byte) (err error)

type ApiOrdersUINSetRequest

type ApiOrdersUINSetRequest struct {
	Orders []ApiUIN `json:"orders"`
}

ApiOrdersUINSetRequest struct for ApiOrdersUINSetRequest

func NewApiOrdersUINSetRequest

func NewApiOrdersUINSetRequest(orders []ApiUIN) *ApiOrdersUINSetRequest

NewApiOrdersUINSetRequest instantiates a new ApiOrdersUINSetRequest 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 NewApiOrdersUINSetRequestWithDefaults

func NewApiOrdersUINSetRequestWithDefaults() *ApiOrdersUINSetRequest

NewApiOrdersUINSetRequestWithDefaults instantiates a new ApiOrdersUINSetRequest 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 (*ApiOrdersUINSetRequest) GetOrders

func (o *ApiOrdersUINSetRequest) GetOrders() []ApiUIN

GetOrders returns the Orders field value

func (*ApiOrdersUINSetRequest) GetOrdersOk

func (o *ApiOrdersUINSetRequest) GetOrdersOk() ([]ApiUIN, bool)

GetOrdersOk returns a tuple with the Orders field value and a boolean to check if the value has been set.

func (ApiOrdersUINSetRequest) MarshalJSON

func (o ApiOrdersUINSetRequest) MarshalJSON() ([]byte, error)

func (*ApiOrdersUINSetRequest) SetOrders

func (o *ApiOrdersUINSetRequest) SetOrders(v []ApiUIN)

SetOrders sets field value

func (ApiOrdersUINSetRequest) ToMap

func (o ApiOrdersUINSetRequest) ToMap() (map[string]interface{}, error)

func (*ApiOrdersUINSetRequest) UnmarshalJSON

func (o *ApiOrdersUINSetRequest) UnmarshalJSON(data []byte) (err error)

type ApiSGTINs

type ApiSGTINs struct {
	// Assembly order ID
	OrderId *int32 `json:"orderId,omitempty"`
	// List of Data Matrix codes. From 16 to 135 characters for one label
	Sgtins []string `json:"sgtins,omitempty"`
}

ApiSGTINs struct for ApiSGTINs

func NewApiSGTINs

func NewApiSGTINs() *ApiSGTINs

NewApiSGTINs instantiates a new ApiSGTINs 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 NewApiSGTINsWithDefaults

func NewApiSGTINsWithDefaults() *ApiSGTINs

NewApiSGTINsWithDefaults instantiates a new ApiSGTINs 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 (*ApiSGTINs) GetOrderId

func (o *ApiSGTINs) GetOrderId() int32

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*ApiSGTINs) GetOrderIdOk

func (o *ApiSGTINs) GetOrderIdOk() (*int32, bool)

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiSGTINs) GetSgtins

func (o *ApiSGTINs) GetSgtins() []string

GetSgtins returns the Sgtins field value if set, zero value otherwise.

func (*ApiSGTINs) GetSgtinsOk

func (o *ApiSGTINs) GetSgtinsOk() ([]string, bool)

GetSgtinsOk returns a tuple with the Sgtins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiSGTINs) HasOrderId

func (o *ApiSGTINs) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

func (*ApiSGTINs) HasSgtins

func (o *ApiSGTINs) HasSgtins() bool

HasSgtins returns a boolean if a field has been set.

func (ApiSGTINs) MarshalJSON

func (o ApiSGTINs) MarshalJSON() ([]byte, error)

func (*ApiSGTINs) SetOrderId

func (o *ApiSGTINs) SetOrderId(v int32)

SetOrderId gets a reference to the given int32 and assigns it to the OrderId field.

func (*ApiSGTINs) SetSgtins

func (o *ApiSGTINs) SetSgtins(v []string)

SetSgtins gets a reference to the given []string and assigns it to the Sgtins field.

func (ApiSGTINs) ToMap

func (o ApiSGTINs) ToMap() (map[string]interface{}, error)

type ApiStatusSetResponse

type ApiStatusSetResponse struct {
	// Error details
	Errors []ApiBatchErrorResponse `json:"errors,omitempty"`
	// Are there any errors
	IsError *bool `json:"isError,omitempty"`
	// Assembly order ID with successfully set data
	OrderId *int32 `json:"orderId,omitempty"`
}

ApiStatusSetResponse struct for ApiStatusSetResponse

func NewApiStatusSetResponse

func NewApiStatusSetResponse() *ApiStatusSetResponse

NewApiStatusSetResponse instantiates a new ApiStatusSetResponse 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 NewApiStatusSetResponseWithDefaults

func NewApiStatusSetResponseWithDefaults() *ApiStatusSetResponse

NewApiStatusSetResponseWithDefaults instantiates a new ApiStatusSetResponse 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 (*ApiStatusSetResponse) GetErrors

GetErrors returns the Errors field value if set, zero value otherwise.

func (*ApiStatusSetResponse) GetErrorsOk

func (o *ApiStatusSetResponse) GetErrorsOk() ([]ApiBatchErrorResponse, bool)

GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiStatusSetResponse) GetIsError

func (o *ApiStatusSetResponse) GetIsError() bool

GetIsError returns the IsError field value if set, zero value otherwise.

func (*ApiStatusSetResponse) GetIsErrorOk

func (o *ApiStatusSetResponse) GetIsErrorOk() (*bool, bool)

GetIsErrorOk returns a tuple with the IsError field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiStatusSetResponse) GetOrderId

func (o *ApiStatusSetResponse) GetOrderId() int32

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*ApiStatusSetResponse) GetOrderIdOk

func (o *ApiStatusSetResponse) GetOrderIdOk() (*int32, bool)

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiStatusSetResponse) HasErrors

func (o *ApiStatusSetResponse) HasErrors() bool

HasErrors returns a boolean if a field has been set.

func (*ApiStatusSetResponse) HasIsError

func (o *ApiStatusSetResponse) HasIsError() bool

HasIsError returns a boolean if a field has been set.

func (*ApiStatusSetResponse) HasOrderId

func (o *ApiStatusSetResponse) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

func (ApiStatusSetResponse) MarshalJSON

func (o ApiStatusSetResponse) MarshalJSON() ([]byte, error)

func (*ApiStatusSetResponse) SetErrors

func (o *ApiStatusSetResponse) SetErrors(v []ApiBatchErrorResponse)

SetErrors gets a reference to the given []ApiBatchErrorResponse and assigns it to the Errors field.

func (*ApiStatusSetResponse) SetIsError

func (o *ApiStatusSetResponse) SetIsError(v bool)

SetIsError gets a reference to the given bool and assigns it to the IsError field.

func (*ApiStatusSetResponse) SetOrderId

func (o *ApiStatusSetResponse) SetOrderId(v int32)

SetOrderId gets a reference to the given int32 and assigns it to the OrderId field.

func (ApiStatusSetResponse) ToMap

func (o ApiStatusSetResponse) ToMap() (map[string]interface{}, error)

type ApiStatusSetResponses

type ApiStatusSetResponses struct {
	// Unique request ID
	RequestId *string                `json:"requestId,omitempty"`
	Results   []ApiStatusSetResponse `json:"results,omitempty"`
}

ApiStatusSetResponses struct for ApiStatusSetResponses

func NewApiStatusSetResponses

func NewApiStatusSetResponses() *ApiStatusSetResponses

NewApiStatusSetResponses instantiates a new ApiStatusSetResponses 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 NewApiStatusSetResponsesWithDefaults

func NewApiStatusSetResponsesWithDefaults() *ApiStatusSetResponses

NewApiStatusSetResponsesWithDefaults instantiates a new ApiStatusSetResponses 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 (*ApiStatusSetResponses) GetRequestId

func (o *ApiStatusSetResponses) GetRequestId() string

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*ApiStatusSetResponses) GetRequestIdOk

func (o *ApiStatusSetResponses) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiStatusSetResponses) GetResults

func (o *ApiStatusSetResponses) GetResults() []ApiStatusSetResponse

GetResults returns the Results field value if set, zero value otherwise.

func (*ApiStatusSetResponses) GetResultsOk

func (o *ApiStatusSetResponses) GetResultsOk() ([]ApiStatusSetResponse, 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 (*ApiStatusSetResponses) HasRequestId

func (o *ApiStatusSetResponses) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

func (*ApiStatusSetResponses) HasResults

func (o *ApiStatusSetResponses) HasResults() bool

HasResults returns a boolean if a field has been set.

func (ApiStatusSetResponses) MarshalJSON

func (o ApiStatusSetResponses) MarshalJSON() ([]byte, error)

func (*ApiStatusSetResponses) SetRequestId

func (o *ApiStatusSetResponses) SetRequestId(v string)

SetRequestId gets a reference to the given string and assigns it to the RequestId field.

func (*ApiStatusSetResponses) SetResults

func (o *ApiStatusSetResponses) SetResults(v []ApiStatusSetResponse)

SetResults gets a reference to the given []ApiStatusSetResponse and assigns it to the Results field.

func (ApiStatusSetResponses) ToMap

func (o ApiStatusSetResponses) ToMap() (map[string]interface{}, error)

type ApiUIN

type ApiUIN struct {
	// Assembly order ID
	OrderId *int32 `json:"orderId,omitempty"`
	// UIN
	Uin *string `json:"uin,omitempty"`
}

ApiUIN struct for ApiUIN

func NewApiUIN

func NewApiUIN() *ApiUIN

NewApiUIN instantiates a new ApiUIN 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 NewApiUINWithDefaults

func NewApiUINWithDefaults() *ApiUIN

NewApiUINWithDefaults instantiates a new ApiUIN 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 (*ApiUIN) GetOrderId

func (o *ApiUIN) GetOrderId() int32

GetOrderId returns the OrderId field value if set, zero value otherwise.

func (*ApiUIN) GetOrderIdOk

func (o *ApiUIN) GetOrderIdOk() (*int32, bool)

GetOrderIdOk returns a tuple with the OrderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiUIN) GetUin

func (o *ApiUIN) GetUin() string

GetUin returns the Uin field value if set, zero value otherwise.

func (*ApiUIN) GetUinOk

func (o *ApiUIN) GetUinOk() (*string, bool)

GetUinOk returns a tuple with the Uin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiUIN) HasOrderId

func (o *ApiUIN) HasOrderId() bool

HasOrderId returns a boolean if a field has been set.

func (*ApiUIN) HasUin

func (o *ApiUIN) HasUin() bool

HasUin returns a boolean if a field has been set.

func (ApiUIN) MarshalJSON

func (o ApiUIN) MarshalJSON() ([]byte, error)

func (*ApiUIN) SetOrderId

func (o *ApiUIN) SetOrderId(v int32)

SetOrderId gets a reference to the given int32 and assigns it to the OrderId field.

func (*ApiUIN) SetUin

func (o *ApiUIN) SetUin(v string)

SetUin gets a reference to the given string and assigns it to the Uin field.

func (ApiUIN) ToMap

func (o ApiUIN) ToMap() (map[string]interface{}, error)

type ApiV3DbsOrdersGet200Response

type ApiV3DbsOrdersGet200Response struct {
	// Pagination parameter. Sets the value from which to retrieve the next batch
	Next   *int64     `json:"next,omitempty"`
	Orders []OrderDBS `json:"orders,omitempty"`
}

ApiV3DbsOrdersGet200Response struct for ApiV3DbsOrdersGet200Response

func NewApiV3DbsOrdersGet200Response

func NewApiV3DbsOrdersGet200Response() *ApiV3DbsOrdersGet200Response

NewApiV3DbsOrdersGet200Response instantiates a new ApiV3DbsOrdersGet200Response 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 NewApiV3DbsOrdersGet200ResponseWithDefaults

func NewApiV3DbsOrdersGet200ResponseWithDefaults() *ApiV3DbsOrdersGet200Response

NewApiV3DbsOrdersGet200ResponseWithDefaults instantiates a new ApiV3DbsOrdersGet200Response 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 (*ApiV3DbsOrdersGet200Response) GetNext

func (o *ApiV3DbsOrdersGet200Response) GetNext() int64

GetNext returns the Next field value if set, zero value otherwise.

func (*ApiV3DbsOrdersGet200Response) GetNextOk

func (o *ApiV3DbsOrdersGet200Response) GetNextOk() (*int64, bool)

GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersGet200Response) GetOrders

func (o *ApiV3DbsOrdersGet200Response) GetOrders() []OrderDBS

GetOrders returns the Orders field value if set, zero value otherwise.

func (*ApiV3DbsOrdersGet200Response) GetOrdersOk

func (o *ApiV3DbsOrdersGet200Response) GetOrdersOk() ([]OrderDBS, bool)

GetOrdersOk returns a tuple with the Orders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersGet200Response) HasNext

func (o *ApiV3DbsOrdersGet200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

func (*ApiV3DbsOrdersGet200Response) HasOrders

func (o *ApiV3DbsOrdersGet200Response) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (ApiV3DbsOrdersGet200Response) MarshalJSON

func (o ApiV3DbsOrdersGet200Response) MarshalJSON() ([]byte, error)

func (*ApiV3DbsOrdersGet200Response) SetNext

func (o *ApiV3DbsOrdersGet200Response) SetNext(v int64)

SetNext gets a reference to the given int64 and assigns it to the Next field.

func (*ApiV3DbsOrdersGet200Response) SetOrders

func (o *ApiV3DbsOrdersGet200Response) SetOrders(v []OrderDBS)

SetOrders gets a reference to the given []OrderDBS and assigns it to the Orders field.

func (ApiV3DbsOrdersGet200Response) ToMap

func (o ApiV3DbsOrdersGet200Response) ToMap() (map[string]interface{}, error)

type ApiV3DbsOrdersNewGet200Response

type ApiV3DbsOrdersNewGet200Response struct {
	// New assembly orders list
	Orders []OrderNewDBS `json:"orders,omitempty"`
}

ApiV3DbsOrdersNewGet200Response struct for ApiV3DbsOrdersNewGet200Response

func NewApiV3DbsOrdersNewGet200Response

func NewApiV3DbsOrdersNewGet200Response() *ApiV3DbsOrdersNewGet200Response

NewApiV3DbsOrdersNewGet200Response instantiates a new ApiV3DbsOrdersNewGet200Response 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 NewApiV3DbsOrdersNewGet200ResponseWithDefaults

func NewApiV3DbsOrdersNewGet200ResponseWithDefaults() *ApiV3DbsOrdersNewGet200Response

NewApiV3DbsOrdersNewGet200ResponseWithDefaults instantiates a new ApiV3DbsOrdersNewGet200Response 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 (*ApiV3DbsOrdersNewGet200Response) GetOrders

GetOrders returns the Orders field value if set, zero value otherwise.

func (*ApiV3DbsOrdersNewGet200Response) GetOrdersOk

func (o *ApiV3DbsOrdersNewGet200Response) GetOrdersOk() ([]OrderNewDBS, bool)

GetOrdersOk returns a tuple with the Orders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersNewGet200Response) HasOrders

func (o *ApiV3DbsOrdersNewGet200Response) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (ApiV3DbsOrdersNewGet200Response) MarshalJSON

func (o ApiV3DbsOrdersNewGet200Response) MarshalJSON() ([]byte, error)

func (*ApiV3DbsOrdersNewGet200Response) SetOrders

func (o *ApiV3DbsOrdersNewGet200Response) SetOrders(v []OrderNewDBS)

SetOrders gets a reference to the given []OrderNewDBS and assigns it to the Orders field.

func (ApiV3DbsOrdersNewGet200Response) ToMap

func (o ApiV3DbsOrdersNewGet200Response) ToMap() (map[string]interface{}, error)

type ApiV3DbsOrdersNewGet401Response

type ApiV3DbsOrdersNewGet401Response struct {
	// Error title
	Title *string `json:"title,omitempty"`
	// Error details
	Detail *string `json:"detail,omitempty"`
	// Internal error code
	Code *string `json:"code,omitempty"`
	// Unique request ID
	RequestId *string `json:"requestId,omitempty"`
	// WB internal service ID
	Origin *string `json:"origin,omitempty"`
	// HTTP status code
	Status *float32 `json:"status,omitempty"`
	// Text of the HTTP status code
	StatusText *string `json:"statusText,omitempty"`
	// Request date and time
	Timestamp *time.Time `json:"timestamp,omitempty"`
}

ApiV3DbsOrdersNewGet401Response struct for ApiV3DbsOrdersNewGet401Response

func NewApiV3DbsOrdersNewGet401Response

func NewApiV3DbsOrdersNewGet401Response() *ApiV3DbsOrdersNewGet401Response

NewApiV3DbsOrdersNewGet401Response instantiates a new ApiV3DbsOrdersNewGet401Response 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 NewApiV3DbsOrdersNewGet401ResponseWithDefaults

func NewApiV3DbsOrdersNewGet401ResponseWithDefaults() *ApiV3DbsOrdersNewGet401Response

NewApiV3DbsOrdersNewGet401ResponseWithDefaults instantiates a new ApiV3DbsOrdersNewGet401Response 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 (*ApiV3DbsOrdersNewGet401Response) GetCode

GetCode returns the Code field value if set, zero value otherwise.

func (*ApiV3DbsOrdersNewGet401Response) GetCodeOk

func (o *ApiV3DbsOrdersNewGet401Response) 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 (*ApiV3DbsOrdersNewGet401Response) GetDetail

func (o *ApiV3DbsOrdersNewGet401Response) GetDetail() string

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ApiV3DbsOrdersNewGet401Response) GetDetailOk

func (o *ApiV3DbsOrdersNewGet401Response) GetDetailOk() (*string, bool)

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersNewGet401Response) GetOrigin

func (o *ApiV3DbsOrdersNewGet401Response) GetOrigin() string

GetOrigin returns the Origin field value if set, zero value otherwise.

func (*ApiV3DbsOrdersNewGet401Response) GetOriginOk

func (o *ApiV3DbsOrdersNewGet401Response) GetOriginOk() (*string, bool)

GetOriginOk returns a tuple with the Origin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersNewGet401Response) GetRequestId

func (o *ApiV3DbsOrdersNewGet401Response) GetRequestId() string

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*ApiV3DbsOrdersNewGet401Response) GetRequestIdOk

func (o *ApiV3DbsOrdersNewGet401Response) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersNewGet401Response) GetStatus

GetStatus returns the Status field value if set, zero value otherwise.

func (*ApiV3DbsOrdersNewGet401Response) GetStatusOk

func (o *ApiV3DbsOrdersNewGet401Response) GetStatusOk() (*float32, 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 (*ApiV3DbsOrdersNewGet401Response) GetStatusText

func (o *ApiV3DbsOrdersNewGet401Response) GetStatusText() string

GetStatusText returns the StatusText field value if set, zero value otherwise.

func (*ApiV3DbsOrdersNewGet401Response) GetStatusTextOk

func (o *ApiV3DbsOrdersNewGet401Response) GetStatusTextOk() (*string, bool)

GetStatusTextOk returns a tuple with the StatusText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersNewGet401Response) GetTimestamp

func (o *ApiV3DbsOrdersNewGet401Response) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*ApiV3DbsOrdersNewGet401Response) GetTimestampOk

func (o *ApiV3DbsOrdersNewGet401Response) GetTimestampOk() (*time.Time, 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 (*ApiV3DbsOrdersNewGet401Response) GetTitle

GetTitle returns the Title field value if set, zero value otherwise.

func (*ApiV3DbsOrdersNewGet401Response) GetTitleOk

func (o *ApiV3DbsOrdersNewGet401Response) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersNewGet401Response) HasCode

HasCode returns a boolean if a field has been set.

func (*ApiV3DbsOrdersNewGet401Response) HasDetail

func (o *ApiV3DbsOrdersNewGet401Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*ApiV3DbsOrdersNewGet401Response) HasOrigin

func (o *ApiV3DbsOrdersNewGet401Response) HasOrigin() bool

HasOrigin returns a boolean if a field has been set.

func (*ApiV3DbsOrdersNewGet401Response) HasRequestId

func (o *ApiV3DbsOrdersNewGet401Response) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

func (*ApiV3DbsOrdersNewGet401Response) HasStatus

func (o *ApiV3DbsOrdersNewGet401Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ApiV3DbsOrdersNewGet401Response) HasStatusText

func (o *ApiV3DbsOrdersNewGet401Response) HasStatusText() bool

HasStatusText returns a boolean if a field has been set.

func (*ApiV3DbsOrdersNewGet401Response) HasTimestamp

func (o *ApiV3DbsOrdersNewGet401Response) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*ApiV3DbsOrdersNewGet401Response) HasTitle

func (o *ApiV3DbsOrdersNewGet401Response) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ApiV3DbsOrdersNewGet401Response) MarshalJSON

func (o ApiV3DbsOrdersNewGet401Response) MarshalJSON() ([]byte, error)

func (*ApiV3DbsOrdersNewGet401Response) SetCode

SetCode gets a reference to the given string and assigns it to the Code field.

func (*ApiV3DbsOrdersNewGet401Response) SetDetail

func (o *ApiV3DbsOrdersNewGet401Response) SetDetail(v string)

SetDetail gets a reference to the given string and assigns it to the Detail field.

func (*ApiV3DbsOrdersNewGet401Response) SetOrigin

func (o *ApiV3DbsOrdersNewGet401Response) SetOrigin(v string)

SetOrigin gets a reference to the given string and assigns it to the Origin field.

func (*ApiV3DbsOrdersNewGet401Response) SetRequestId

func (o *ApiV3DbsOrdersNewGet401Response) SetRequestId(v string)

SetRequestId gets a reference to the given string and assigns it to the RequestId field.

func (*ApiV3DbsOrdersNewGet401Response) SetStatus

func (o *ApiV3DbsOrdersNewGet401Response) SetStatus(v float32)

SetStatus gets a reference to the given float32 and assigns it to the Status field.

func (*ApiV3DbsOrdersNewGet401Response) SetStatusText

func (o *ApiV3DbsOrdersNewGet401Response) SetStatusText(v string)

SetStatusText gets a reference to the given string and assigns it to the StatusText field.

func (*ApiV3DbsOrdersNewGet401Response) SetTimestamp

func (o *ApiV3DbsOrdersNewGet401Response) SetTimestamp(v time.Time)

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (*ApiV3DbsOrdersNewGet401Response) SetTitle

func (o *ApiV3DbsOrdersNewGet401Response) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (ApiV3DbsOrdersNewGet401Response) ToMap

func (o ApiV3DbsOrdersNewGet401Response) ToMap() (map[string]interface{}, error)

type ApiV3DbsOrdersNewGet402Response

type ApiV3DbsOrdersNewGet402Response struct {
	// Error title
	Title *string `json:"title,omitempty"`
	// Error details. The error is only returned to services from the [Solutions for business Catalog](https://dev.wildberries.ru/business-solutions)
	Detail *string `json:"detail,omitempty"`
}

ApiV3DbsOrdersNewGet402Response struct for ApiV3DbsOrdersNewGet402Response

func NewApiV3DbsOrdersNewGet402Response

func NewApiV3DbsOrdersNewGet402Response() *ApiV3DbsOrdersNewGet402Response

NewApiV3DbsOrdersNewGet402Response instantiates a new ApiV3DbsOrdersNewGet402Response 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 NewApiV3DbsOrdersNewGet402ResponseWithDefaults

func NewApiV3DbsOrdersNewGet402ResponseWithDefaults() *ApiV3DbsOrdersNewGet402Response

NewApiV3DbsOrdersNewGet402ResponseWithDefaults instantiates a new ApiV3DbsOrdersNewGet402Response 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 (*ApiV3DbsOrdersNewGet402Response) GetDetail

func (o *ApiV3DbsOrdersNewGet402Response) GetDetail() string

GetDetail returns the Detail field value if set, zero value otherwise.

func (*ApiV3DbsOrdersNewGet402Response) GetDetailOk

func (o *ApiV3DbsOrdersNewGet402Response) GetDetailOk() (*string, bool)

GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersNewGet402Response) GetTitle

GetTitle returns the Title field value if set, zero value otherwise.

func (*ApiV3DbsOrdersNewGet402Response) GetTitleOk

func (o *ApiV3DbsOrdersNewGet402Response) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersNewGet402Response) HasDetail

func (o *ApiV3DbsOrdersNewGet402Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*ApiV3DbsOrdersNewGet402Response) HasTitle

func (o *ApiV3DbsOrdersNewGet402Response) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ApiV3DbsOrdersNewGet402Response) MarshalJSON

func (o ApiV3DbsOrdersNewGet402Response) MarshalJSON() ([]byte, error)

func (*ApiV3DbsOrdersNewGet402Response) SetDetail

func (o *ApiV3DbsOrdersNewGet402Response) SetDetail(v string)

SetDetail gets a reference to the given string and assigns it to the Detail field.

func (*ApiV3DbsOrdersNewGet402Response) SetTitle

func (o *ApiV3DbsOrdersNewGet402Response) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (ApiV3DbsOrdersNewGet402Response) ToMap

func (o ApiV3DbsOrdersNewGet402Response) ToMap() (map[string]interface{}, error)

type ApiV3DbsOrdersOrderIdMetaGet200Response

type ApiV3DbsOrdersOrderIdMetaGet200Response struct {
	Meta NullableMeta `json:"meta,omitempty"`
}

ApiV3DbsOrdersOrderIdMetaGet200Response struct for ApiV3DbsOrdersOrderIdMetaGet200Response

func NewApiV3DbsOrdersOrderIdMetaGet200Response

func NewApiV3DbsOrdersOrderIdMetaGet200Response() *ApiV3DbsOrdersOrderIdMetaGet200Response

NewApiV3DbsOrdersOrderIdMetaGet200Response instantiates a new ApiV3DbsOrdersOrderIdMetaGet200Response 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 NewApiV3DbsOrdersOrderIdMetaGet200ResponseWithDefaults

func NewApiV3DbsOrdersOrderIdMetaGet200ResponseWithDefaults() *ApiV3DbsOrdersOrderIdMetaGet200Response

NewApiV3DbsOrdersOrderIdMetaGet200ResponseWithDefaults instantiates a new ApiV3DbsOrdersOrderIdMetaGet200Response 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 (*ApiV3DbsOrdersOrderIdMetaGet200Response) GetMeta

GetMeta returns the Meta field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ApiV3DbsOrdersOrderIdMetaGet200Response) GetMetaOk

GetMetaOk returns a tuple with the Meta field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiV3DbsOrdersOrderIdMetaGet200Response) HasMeta

HasMeta returns a boolean if a field has been set.

func (ApiV3DbsOrdersOrderIdMetaGet200Response) MarshalJSON

func (o ApiV3DbsOrdersOrderIdMetaGet200Response) MarshalJSON() ([]byte, error)

func (*ApiV3DbsOrdersOrderIdMetaGet200Response) SetMeta

SetMeta gets a reference to the given NullableMeta and assigns it to the Meta field.

func (*ApiV3DbsOrdersOrderIdMetaGet200Response) SetMetaNil

SetMetaNil sets the value for Meta to be an explicit nil

func (ApiV3DbsOrdersOrderIdMetaGet200Response) ToMap

func (o ApiV3DbsOrdersOrderIdMetaGet200Response) ToMap() (map[string]interface{}, error)

func (*ApiV3DbsOrdersOrderIdMetaGet200Response) UnsetMeta

UnsetMeta ensures that no value is present for Meta, not even an explicit nil

type ApiV3DbsOrdersOrderIdMetaGtinPutRequest

type ApiV3DbsOrdersOrderIdMetaGtinPutRequest struct {
	// GTIN
	Gtin string `json:"gtin"`
}

ApiV3DbsOrdersOrderIdMetaGtinPutRequest struct for ApiV3DbsOrdersOrderIdMetaGtinPutRequest

func NewApiV3DbsOrdersOrderIdMetaGtinPutRequest

func NewApiV3DbsOrdersOrderIdMetaGtinPutRequest(gtin string) *ApiV3DbsOrdersOrderIdMetaGtinPutRequest

NewApiV3DbsOrdersOrderIdMetaGtinPutRequest instantiates a new ApiV3DbsOrdersOrderIdMetaGtinPutRequest 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 NewApiV3DbsOrdersOrderIdMetaGtinPutRequestWithDefaults

func NewApiV3DbsOrdersOrderIdMetaGtinPutRequestWithDefaults() *ApiV3DbsOrdersOrderIdMetaGtinPutRequest

NewApiV3DbsOrdersOrderIdMetaGtinPutRequestWithDefaults instantiates a new ApiV3DbsOrdersOrderIdMetaGtinPutRequest 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 (*ApiV3DbsOrdersOrderIdMetaGtinPutRequest) GetGtin

GetGtin returns the Gtin field value

func (*ApiV3DbsOrdersOrderIdMetaGtinPutRequest) GetGtinOk

GetGtinOk returns a tuple with the Gtin field value and a boolean to check if the value has been set.

func (ApiV3DbsOrdersOrderIdMetaGtinPutRequest) MarshalJSON

func (o ApiV3DbsOrdersOrderIdMetaGtinPutRequest) MarshalJSON() ([]byte, error)

func (*ApiV3DbsOrdersOrderIdMetaGtinPutRequest) SetGtin

SetGtin sets field value

func (ApiV3DbsOrdersOrderIdMetaGtinPutRequest) ToMap

func (o ApiV3DbsOrdersOrderIdMetaGtinPutRequest) ToMap() (map[string]interface{}, error)

func (*ApiV3DbsOrdersOrderIdMetaGtinPutRequest) UnmarshalJSON

func (o *ApiV3DbsOrdersOrderIdMetaGtinPutRequest) UnmarshalJSON(data []byte) (err error)

type ApiV3DbsOrdersOrderIdMetaImeiPutRequest

type ApiV3DbsOrdersOrderIdMetaImeiPutRequest struct {
	// IMEI
	Imei string `json:"imei"`
}

ApiV3DbsOrdersOrderIdMetaImeiPutRequest struct for ApiV3DbsOrdersOrderIdMetaImeiPutRequest

func NewApiV3DbsOrdersOrderIdMetaImeiPutRequest

func NewApiV3DbsOrdersOrderIdMetaImeiPutRequest(imei string) *ApiV3DbsOrdersOrderIdMetaImeiPutRequest

NewApiV3DbsOrdersOrderIdMetaImeiPutRequest instantiates a new ApiV3DbsOrdersOrderIdMetaImeiPutRequest 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 NewApiV3DbsOrdersOrderIdMetaImeiPutRequestWithDefaults

func NewApiV3DbsOrdersOrderIdMetaImeiPutRequestWithDefaults() *ApiV3DbsOrdersOrderIdMetaImeiPutRequest

NewApiV3DbsOrdersOrderIdMetaImeiPutRequestWithDefaults instantiates a new ApiV3DbsOrdersOrderIdMetaImeiPutRequest 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 (*ApiV3DbsOrdersOrderIdMetaImeiPutRequest) GetImei

GetImei returns the Imei field value

func (*ApiV3DbsOrdersOrderIdMetaImeiPutRequest) GetImeiOk

GetImeiOk returns a tuple with the Imei field value and a boolean to check if the value has been set.

func (ApiV3DbsOrdersOrderIdMetaImeiPutRequest) MarshalJSON

func (o ApiV3DbsOrdersOrderIdMetaImeiPutRequest) MarshalJSON() ([]byte, error)

func (*ApiV3DbsOrdersOrderIdMetaImeiPutRequest) SetImei

SetImei sets field value

func (ApiV3DbsOrdersOrderIdMetaImeiPutRequest) ToMap

func (o ApiV3DbsOrdersOrderIdMetaImeiPutRequest) ToMap() (map[string]interface{}, error)

func (*ApiV3DbsOrdersOrderIdMetaImeiPutRequest) UnmarshalJSON

func (o *ApiV3DbsOrdersOrderIdMetaImeiPutRequest) UnmarshalJSON(data []byte) (err error)

type ApiV3DbsOrdersOrderIdMetaSgtinPutRequest

type ApiV3DbsOrdersOrderIdMetaSgtinPutRequest struct {
	// List of Data Matrix codes.From 16 to 135 characters for one label.
	Sgtins []string `json:"sgtins,omitempty"`
}

ApiV3DbsOrdersOrderIdMetaSgtinPutRequest struct for ApiV3DbsOrdersOrderIdMetaSgtinPutRequest

func NewApiV3DbsOrdersOrderIdMetaSgtinPutRequest

func NewApiV3DbsOrdersOrderIdMetaSgtinPutRequest() *ApiV3DbsOrdersOrderIdMetaSgtinPutRequest

NewApiV3DbsOrdersOrderIdMetaSgtinPutRequest instantiates a new ApiV3DbsOrdersOrderIdMetaSgtinPutRequest 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 NewApiV3DbsOrdersOrderIdMetaSgtinPutRequestWithDefaults

func NewApiV3DbsOrdersOrderIdMetaSgtinPutRequestWithDefaults() *ApiV3DbsOrdersOrderIdMetaSgtinPutRequest

NewApiV3DbsOrdersOrderIdMetaSgtinPutRequestWithDefaults instantiates a new ApiV3DbsOrdersOrderIdMetaSgtinPutRequest 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 (*ApiV3DbsOrdersOrderIdMetaSgtinPutRequest) GetSgtins

GetSgtins returns the Sgtins field value if set, zero value otherwise.

func (*ApiV3DbsOrdersOrderIdMetaSgtinPutRequest) GetSgtinsOk

GetSgtinsOk returns a tuple with the Sgtins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersOrderIdMetaSgtinPutRequest) HasSgtins

HasSgtins returns a boolean if a field has been set.

func (ApiV3DbsOrdersOrderIdMetaSgtinPutRequest) MarshalJSON

func (*ApiV3DbsOrdersOrderIdMetaSgtinPutRequest) SetSgtins

SetSgtins gets a reference to the given []string and assigns it to the Sgtins field.

func (ApiV3DbsOrdersOrderIdMetaSgtinPutRequest) ToMap

func (o ApiV3DbsOrdersOrderIdMetaSgtinPutRequest) ToMap() (map[string]interface{}, error)

type ApiV3DbsOrdersOrderIdMetaUinPutRequest

type ApiV3DbsOrdersOrderIdMetaUinPutRequest struct {
	// UIN
	Uin string `json:"uin"`
}

ApiV3DbsOrdersOrderIdMetaUinPutRequest struct for ApiV3DbsOrdersOrderIdMetaUinPutRequest

func NewApiV3DbsOrdersOrderIdMetaUinPutRequest

func NewApiV3DbsOrdersOrderIdMetaUinPutRequest(uin string) *ApiV3DbsOrdersOrderIdMetaUinPutRequest

NewApiV3DbsOrdersOrderIdMetaUinPutRequest instantiates a new ApiV3DbsOrdersOrderIdMetaUinPutRequest 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 NewApiV3DbsOrdersOrderIdMetaUinPutRequestWithDefaults

func NewApiV3DbsOrdersOrderIdMetaUinPutRequestWithDefaults() *ApiV3DbsOrdersOrderIdMetaUinPutRequest

NewApiV3DbsOrdersOrderIdMetaUinPutRequestWithDefaults instantiates a new ApiV3DbsOrdersOrderIdMetaUinPutRequest 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 (*ApiV3DbsOrdersOrderIdMetaUinPutRequest) GetUin

GetUin returns the Uin field value

func (*ApiV3DbsOrdersOrderIdMetaUinPutRequest) GetUinOk

GetUinOk returns a tuple with the Uin field value and a boolean to check if the value has been set.

func (ApiV3DbsOrdersOrderIdMetaUinPutRequest) MarshalJSON

func (o ApiV3DbsOrdersOrderIdMetaUinPutRequest) MarshalJSON() ([]byte, error)

func (*ApiV3DbsOrdersOrderIdMetaUinPutRequest) SetUin

SetUin sets field value

func (ApiV3DbsOrdersOrderIdMetaUinPutRequest) ToMap

func (o ApiV3DbsOrdersOrderIdMetaUinPutRequest) ToMap() (map[string]interface{}, error)

func (*ApiV3DbsOrdersOrderIdMetaUinPutRequest) UnmarshalJSON

func (o *ApiV3DbsOrdersOrderIdMetaUinPutRequest) UnmarshalJSON(data []byte) (err error)

type ApiV3DbsOrdersStatusPost200Response

type ApiV3DbsOrdersStatusPost200Response struct {
	Orders []ApiV3DbsOrdersStatusPost200ResponseOrdersInner `json:"orders,omitempty"`
}

ApiV3DbsOrdersStatusPost200Response struct for ApiV3DbsOrdersStatusPost200Response

func NewApiV3DbsOrdersStatusPost200Response

func NewApiV3DbsOrdersStatusPost200Response() *ApiV3DbsOrdersStatusPost200Response

NewApiV3DbsOrdersStatusPost200Response instantiates a new ApiV3DbsOrdersStatusPost200Response 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 NewApiV3DbsOrdersStatusPost200ResponseWithDefaults

func NewApiV3DbsOrdersStatusPost200ResponseWithDefaults() *ApiV3DbsOrdersStatusPost200Response

NewApiV3DbsOrdersStatusPost200ResponseWithDefaults instantiates a new ApiV3DbsOrdersStatusPost200Response 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 (*ApiV3DbsOrdersStatusPost200Response) GetOrders

GetOrders returns the Orders field value if set, zero value otherwise.

func (*ApiV3DbsOrdersStatusPost200Response) GetOrdersOk

GetOrdersOk returns a tuple with the Orders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersStatusPost200Response) HasOrders

HasOrders returns a boolean if a field has been set.

func (ApiV3DbsOrdersStatusPost200Response) MarshalJSON

func (o ApiV3DbsOrdersStatusPost200Response) MarshalJSON() ([]byte, error)

func (*ApiV3DbsOrdersStatusPost200Response) SetOrders

SetOrders gets a reference to the given []ApiV3DbsOrdersStatusPost200ResponseOrdersInner and assigns it to the Orders field.

func (ApiV3DbsOrdersStatusPost200Response) ToMap

func (o ApiV3DbsOrdersStatusPost200Response) ToMap() (map[string]interface{}, error)

type ApiV3DbsOrdersStatusPost200ResponseOrdersInner

type ApiV3DbsOrdersStatusPost200ResponseOrdersInner struct {
	// Assembly order ID
	Id *int64 `json:"id,omitempty"`
	// Assembly order status set by the seller
	SupplierStatus *string `json:"supplierStatus,omitempty"`
	// Order status in the Wildberries system
	WbStatus *string `json:"wbStatus,omitempty"`
}

ApiV3DbsOrdersStatusPost200ResponseOrdersInner struct for ApiV3DbsOrdersStatusPost200ResponseOrdersInner

func NewApiV3DbsOrdersStatusPost200ResponseOrdersInner

func NewApiV3DbsOrdersStatusPost200ResponseOrdersInner() *ApiV3DbsOrdersStatusPost200ResponseOrdersInner

NewApiV3DbsOrdersStatusPost200ResponseOrdersInner instantiates a new ApiV3DbsOrdersStatusPost200ResponseOrdersInner 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 NewApiV3DbsOrdersStatusPost200ResponseOrdersInnerWithDefaults

func NewApiV3DbsOrdersStatusPost200ResponseOrdersInnerWithDefaults() *ApiV3DbsOrdersStatusPost200ResponseOrdersInner

NewApiV3DbsOrdersStatusPost200ResponseOrdersInnerWithDefaults instantiates a new ApiV3DbsOrdersStatusPost200ResponseOrdersInner 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 (*ApiV3DbsOrdersStatusPost200ResponseOrdersInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*ApiV3DbsOrdersStatusPost200ResponseOrdersInner) GetIdOk

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 (*ApiV3DbsOrdersStatusPost200ResponseOrdersInner) GetSupplierStatus

GetSupplierStatus returns the SupplierStatus field value if set, zero value otherwise.

func (*ApiV3DbsOrdersStatusPost200ResponseOrdersInner) GetSupplierStatusOk

func (o *ApiV3DbsOrdersStatusPost200ResponseOrdersInner) GetSupplierStatusOk() (*string, bool)

GetSupplierStatusOk returns a tuple with the SupplierStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersStatusPost200ResponseOrdersInner) GetWbStatus

GetWbStatus returns the WbStatus field value if set, zero value otherwise.

func (*ApiV3DbsOrdersStatusPost200ResponseOrdersInner) GetWbStatusOk

GetWbStatusOk returns a tuple with the WbStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ApiV3DbsOrdersStatusPost200ResponseOrdersInner) HasId

HasId returns a boolean if a field has been set.

func (*ApiV3DbsOrdersStatusPost200ResponseOrdersInner) HasSupplierStatus

HasSupplierStatus returns a boolean if a field has been set.

func (*ApiV3DbsOrdersStatusPost200ResponseOrdersInner) HasWbStatus

HasWbStatus returns a boolean if a field has been set.

func (ApiV3DbsOrdersStatusPost200ResponseOrdersInner) MarshalJSON

func (*ApiV3DbsOrdersStatusPost200ResponseOrdersInner) SetId

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*ApiV3DbsOrdersStatusPost200ResponseOrdersInner) SetSupplierStatus

SetSupplierStatus gets a reference to the given string and assigns it to the SupplierStatus field.

func (*ApiV3DbsOrdersStatusPost200ResponseOrdersInner) SetWbStatus

SetWbStatus gets a reference to the given string and assigns it to the WbStatus field.

func (ApiV3DbsOrdersStatusPost200ResponseOrdersInner) ToMap

func (o ApiV3DbsOrdersStatusPost200ResponseOrdersInner) ToMap() (map[string]interface{}, error)

type ApiV3DbsOrdersStatusPostRequest

type ApiV3DbsOrdersStatusPostRequest struct {
	// Orders IDs list
	Orders []int64 `json:"orders"`
}

ApiV3DbsOrdersStatusPostRequest struct for ApiV3DbsOrdersStatusPostRequest

func NewApiV3DbsOrdersStatusPostRequest

func NewApiV3DbsOrdersStatusPostRequest(orders []int64) *ApiV3DbsOrdersStatusPostRequest

NewApiV3DbsOrdersStatusPostRequest instantiates a new ApiV3DbsOrdersStatusPostRequest 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 NewApiV3DbsOrdersStatusPostRequestWithDefaults

func NewApiV3DbsOrdersStatusPostRequestWithDefaults() *ApiV3DbsOrdersStatusPostRequest

NewApiV3DbsOrdersStatusPostRequestWithDefaults instantiates a new ApiV3DbsOrdersStatusPostRequest 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 (*ApiV3DbsOrdersStatusPostRequest) GetOrders

func (o *ApiV3DbsOrdersStatusPostRequest) GetOrders() []int64

GetOrders returns the Orders field value

func (*ApiV3DbsOrdersStatusPostRequest) GetOrdersOk

func (o *ApiV3DbsOrdersStatusPostRequest) GetOrdersOk() ([]int64, bool)

GetOrdersOk returns a tuple with the Orders field value and a boolean to check if the value has been set.

func (ApiV3DbsOrdersStatusPostRequest) MarshalJSON

func (o ApiV3DbsOrdersStatusPostRequest) MarshalJSON() ([]byte, error)

func (*ApiV3DbsOrdersStatusPostRequest) SetOrders

func (o *ApiV3DbsOrdersStatusPostRequest) SetOrders(v []int64)

SetOrders sets field value

func (ApiV3DbsOrdersStatusPostRequest) ToMap

func (o ApiV3DbsOrdersStatusPostRequest) ToMap() (map[string]interface{}, error)

func (*ApiV3DbsOrdersStatusPostRequest) UnmarshalJSON

func (o *ApiV3DbsOrdersStatusPostRequest) UnmarshalJSON(data []byte) (err error)

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 Code

type Code struct {
	// Confirmation code. Displayed to the buyer on the website and in the Wildberries app
	Code *string `json:"code,omitempty"`
}

Code struct for Code

func NewCode

func NewCode() *Code

NewCode instantiates a new Code 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 NewCodeWithDefaults

func NewCodeWithDefaults() *Code

NewCodeWithDefaults instantiates a new Code 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 (*Code) GetCode

func (o *Code) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*Code) GetCodeOk

func (o *Code) 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 (*Code) HasCode

func (o *Code) HasCode() bool

HasCode returns a boolean if a field has been set.

func (Code) MarshalJSON

func (o Code) MarshalJSON() ([]byte, error)

func (*Code) SetCode

func (o *Code) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (Code) ToMap

func (o Code) ToMap() (map[string]interface{}, error)

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) ServerURL

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type DBSAssemblyOrdersAPIService

type DBSAssemblyOrdersAPIService service

DBSAssemblyOrdersAPIService DBSAssemblyOrdersAPI service

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersB2bInfoPost

ApiMarketplaceV3DbsOrdersB2bInfoPost B2B Buyer Information

The method returns B2B buyers data by assembly orders ID:

  • Taxpayer Identification Number (TIN or INN in Russian)
  • Code of Reason for Registration (CRR or KPP in Russian)
  • Company name

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>DBS assembly orders</strong> methods:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 300 requests | 200 ms | 20 requests |

</div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersB2bInfoPostRequest

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersB2bInfoPostExecute

Execute executes the request

@return ApiB2bClientInfoResponses

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusCancelPost

func (a *DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusCancelPost(ctx context.Context) ApiApiMarketplaceV3DbsOrdersStatusCancelPostRequest

ApiMarketplaceV3DbsOrdersStatusCancelPost Cancel Assembly Orders

The method transfers [assembly orders](/openapi/orders-dbs#tag/DBS-Assembly-Orders) with the [statuses](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1info/post) `new`, `confirm` и `deliver` to the status `cancel` — canceled by the supplier.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 s | 1 request | 1 s | 10 requests | </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersStatusCancelPostRequest

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusCancelPostExecute

Execute executes the request

@return ApiStatusSetResponses

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusConfirmPost

func (a *DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusConfirmPost(ctx context.Context) ApiApiMarketplaceV3DbsOrdersStatusConfirmPostRequest

ApiMarketplaceV3DbsOrdersStatusConfirmPost Transfer to Assembly

The method transfers [assembly orders](/openapi/orders-dbs#tag/DBS-Assembly-Orders) with the `new` [status](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1info/post) to the `confirm` status — order on assembly.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 s | 1 request | 1 s | 10 requests | </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersStatusConfirmPostRequest

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusConfirmPostExecute

Execute executes the request

@return ApiStatusSetResponses

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusDeliverPost

func (a *DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusDeliverPost(ctx context.Context) ApiApiMarketplaceV3DbsOrdersStatusDeliverPostRequest

ApiMarketplaceV3DbsOrdersStatusDeliverPost Transfer to Delivery

The method transfers [assembly orders](/openapi/orders-dbs#tag/DBS-Assembly-Orders) with the `confirm` [status](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1info/post) to the `deliver` status — order on delivery.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 s | 1 request | 1 s | 10 requests | </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersStatusDeliverPostRequest

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusDeliverPostExecute

Execute executes the request

@return ApiStatusSetResponses

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusInfoPost

func (a *DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusInfoPost(ctx context.Context) ApiApiMarketplaceV3DbsOrdersStatusInfoPostRequest

ApiMarketplaceV3DbsOrdersStatusInfoPost Get Assembly Order Statuses

Returns the statuses of [assembly orders](/openapi/orders-dbs#tag/DBS-Assembly-Orders) based on the list of assembly order IDs.

`supplierStatus` is a status of an order. The trigger for its change is the action of the seller himself.<br> Possible values for this field are: | Status | Description | How to move an order to this status | | ------- | --------- | --------------------------------------| | `new` | **New order** | | | `confirm` | **Order on assembly** | [Transfer to assembly](/openapi/orders-dbs?locale=ru#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1confirm/post) | `deliver` | **Order on delivery**<br> | [Transfer to delivery](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1deliver/post) | `receive` | **Received by the buyer**<br> | [Notify that the order has been accepted by the buyer](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1receive/post) <br> | `reject` | **Declined upon receipt**<br> | [Notify that the buyer has declined the order](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1reject/post) | `cancel` | **Canceled by the supplier** | [Cancel the order](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1cancel/post) | `cancel_missed_call` | **Cancellation due to unreachable buyer**<br> | The status changes automatically |

`wbStatus` is a status of an order on the Wildberries side.<br> Possible values for this field are: - `waiting` — assembly order in work - `sold` — the buyer got the order - `canceled` — assembly order canceled - `canceled_by_client` — the buyer canceled the order - `declined_by_client` — the buyer canceled the order in the first hour <br> Cancellation is available to the buyer in the first hour from the moment of order, if the order is not transferred to confirm status. - `defect` — order canceled due to a defect - `ready_for_pickup` — the order arrived the pickup point - `canceled_by_missed_call`— cancellation due to unreachable buyer. For delivery by supplier

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>DBS assembly orders</strong> methods:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 300 requests | 200 ms | 20 requests |

</div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersStatusInfoPostRequest

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusInfoPostExecute

Execute executes the request

@return ApiOrderStatusesV2

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusReceivePost

func (a *DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusReceivePost(ctx context.Context) ApiApiMarketplaceV3DbsOrdersStatusReceivePostRequest

ApiMarketplaceV3DbsOrdersStatusReceivePost Notify that the Orders Are Received

The method transfers [assembly orders](/openapi/orders-dbs#tag/DBS-Assembly-Orders) with the `deliver` [status](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1info/post) to the `receive` status — received by the buyer.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 s | 1 request | 1 s | 10 requests | </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersStatusReceivePostRequest

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusReceivePostExecute

Execute executes the request

@return ApiMarketplaceV3DbsOrdersStatusReceivePost200Response

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusRejectPost

func (a *DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusRejectPost(ctx context.Context) ApiApiMarketplaceV3DbsOrdersStatusRejectPostRequest

ApiMarketplaceV3DbsOrdersStatusRejectPost Notify that the Orders Are Declined

The method transfers [assembly orders](/openapi/orders-dbs#tag/DBS-Assembly-Orders) with the `deliver` [status](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1info/post) to the `reject` status — declined upon receipt.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 s | 1 request | 1 s | 10 requests | </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersStatusRejectPostRequest

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStatusRejectPostExecute

Execute executes the request

@return ApiStatusSetResponses

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStickersPost

ApiMarketplaceV3DbsOrdersStickersPost Get Stickers for Assembly Orders with Delivery to Pickup Point

<div class="description_token">Method is available by <a href="/openapi/api-information#tag/Authorization/Rules-for-using-API-access-tokens">token types</a>:<strong> Personal</strong>,<strong> Service</strong> </div>

The method returns stickers for the assembly orders with delivery to pickup points in the [statuses](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1info/post):

  • `confirm` — on assembly
  • `deliver` — in delivery

You can get stickers only with 580x400 px size in PDF format.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>DBS assembly orders</strong> methods:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 300 requests | 200 ms | 20 requests |

</div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersStickersPostRequest

func (*DBSAssemblyOrdersAPIService) ApiMarketplaceV3DbsOrdersStickersPostExecute

Execute executes the request

@return ApiMarketplaceV3DbsOrdersStickersPost200Response

func (*DBSAssemblyOrdersAPIService) ApiV3DbsGroupsInfoPost

ApiV3DbsGroupsInfoPost Get Information on Paid Delivery

The method provides information on paid delivery for assembly orders that have been received at a single warehouse (warehouseId) as part of a single buyer transaction (orderUid).

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>DBS assembly orders</strong> methods:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 300 requests | 200 ms | 20 requests |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiV3DbsGroupsInfoPostRequest

func (*DBSAssemblyOrdersAPIService) ApiV3DbsGroupsInfoPostExecute

Execute executes the request

@return []ApiOrderGroupInner

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersClientPost

ApiV3DbsOrdersClientPost Buyer Information

The method allows getting information about the buyer by order ID

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>DBS assembly orders</strong> methods:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 300 requests | 200 ms | 20 requests |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiV3DbsOrdersClientPostRequest

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersClientPostExecute

Execute executes the request

@return DbsOnlyClientInfoResp

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersDeliveryDatePost

ApiV3DbsOrdersDeliveryDatePost Delivery Date and Time

Method provides information about the delivery date and time selected by the buyer for orders. <br>

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>DBS assembly orders</strong> methods:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 300 requests | 200 ms | 20 requests |

</div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiV3DbsOrdersDeliveryDatePostRequest

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersDeliveryDatePostExecute

Execute executes the request

@return DeliveryDatesInfoResp

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersGet

ApiV3DbsOrdersGet Get Information on Completed Orders

Returns information on completed orders (either canceled or sold). <br> You can get data for a specified period, maximum of 30 calendar days per request.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>DBS assembly orders</strong> methods:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 300 requests | 200 ms | 20 requests |

</div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiV3DbsOrdersGetRequest

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersGetExecute

Execute executes the request

@return ApiV3DbsOrdersGet200Response

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersNewGet

ApiV3DbsOrdersNewGet Get New Orders List

Returns a list of all new orders for the seller at the moment

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>DBS assembly orders</strong> methods:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 300 requests | 200 ms | 20 requests |

</div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiV3DbsOrdersNewGetRequest

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersNewGetExecute

Execute executes the request

@return ApiV3DbsOrdersNewGet200Response

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdCancelPatch

func (a *DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdCancelPatch(ctx context.Context, orderId int64) ApiApiV3DbsOrdersOrderIdCancelPatchRequest

ApiV3DbsOrdersOrderIdCancelPatch Cancel the Order

This method is deprecated. It will be removed on [April 13](https://dev.wildberries.ru/en/release-notes?id=378)

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>DBS assembly orders</strong> methods:

| Type | Period | Limit | Interval | Burst | | --- | --- | --- | --- | --- | | Personal | 1 min | 100 requests | 600 ms | 20 requests | | Service | 1 min | 100 requests | 600 ms | 20 requests | | Base | 1 h | 50 requests | 72 s | 1 request |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId Assembly order ID
@return ApiApiV3DbsOrdersOrderIdCancelPatchRequest

Deprecated

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdCancelPatchExecute

func (a *DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdCancelPatchExecute(r ApiApiV3DbsOrdersOrderIdCancelPatchRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdConfirmPatch

func (a *DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdConfirmPatch(ctx context.Context, orderId int64) ApiApiV3DbsOrdersOrderIdConfirmPatchRequest

ApiV3DbsOrdersOrderIdConfirmPatch Transfer to Assembly

This method is deprecated. It will be removed on [April 13](https://dev.wildberries.ru/en/release-notes?id=378)

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>DBS assembly orders</strong> methods:

| Type | Period | Limit | Interval | Burst | | --- | --- | --- | --- | --- | | Personal | 1 min | 100 requests | 600 ms | 20 requests | | Service | 1 min | 100 requests | 600 ms | 20 requests | | Base | 1 h | 50 requests | 72 s | 1 request |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId Assembly order ID
@return ApiApiV3DbsOrdersOrderIdConfirmPatchRequest

Deprecated

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdConfirmPatchExecute

func (a *DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdConfirmPatchExecute(r ApiApiV3DbsOrdersOrderIdConfirmPatchRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdDeliverPatch

func (a *DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdDeliverPatch(ctx context.Context, orderId int64) ApiApiV3DbsOrdersOrderIdDeliverPatchRequest

ApiV3DbsOrdersOrderIdDeliverPatch Transfer to Delivery

This method is deprecated. It will be removed on [April 13](https://dev.wildberries.ru/en/release-notes?id=378)

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>DBS assembly orders</strong> methods:

| Type | Period | Limit | Interval | Burst | | --- | --- | --- | --- | --- | | Personal | 1 min | 100 requests | 600 ms | 20 requests | | Service | 1 min | 100 requests | 600 ms | 20 requests | | Base | 1 h | 50 requests | 72 s | 1 request |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId Assembly order ID
@return ApiApiV3DbsOrdersOrderIdDeliverPatchRequest

Deprecated

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdDeliverPatchExecute

func (a *DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdDeliverPatchExecute(r ApiApiV3DbsOrdersOrderIdDeliverPatchRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdReceivePatch

func (a *DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdReceivePatch(ctx context.Context, orderId int64) ApiApiV3DbsOrdersOrderIdReceivePatchRequest

ApiV3DbsOrdersOrderIdReceivePatch Notify That the Order Has Been Accepted by the Buyer

This method is deprecated. It will be removed on [April 13](https://dev.wildberries.ru/en/release-notes?id=378)

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>DBS assembly orders</strong> methods:

| Type | Period | Limit | Interval | Burst | | --- | --- | --- | --- | --- | | Personal | 1 min | 100 requests | 600 ms | 20 requests | | Service | 1 min | 100 requests | 600 ms | 20 requests | | Base | 1 h | 50 requests | 72 s | 1 request |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId Assembly order ID
@return ApiApiV3DbsOrdersOrderIdReceivePatchRequest

Deprecated

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdReceivePatchExecute

func (a *DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdReceivePatchExecute(r ApiApiV3DbsOrdersOrderIdReceivePatchRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdRejectPatch

func (a *DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdRejectPatch(ctx context.Context, orderId int64) ApiApiV3DbsOrdersOrderIdRejectPatchRequest

ApiV3DbsOrdersOrderIdRejectPatch Notify That the Buyer Has Declined the Order

This method is deprecated. It will be removed on [April 13](https://dev.wildberries.ru/en/release-notes?id=378)

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>DBS assembly orders</strong> methods:

| Type | Period | Limit | Interval | Burst | | --- | --- | --- | --- | --- | | Personal | 1 min | 100 requests | 600 ms | 20 requests | | Service | 1 min | 100 requests | 600 ms | 20 requests | | Base | 1 h | 50 requests | 72 s | 1 request |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId Assembly order ID
@return ApiApiV3DbsOrdersOrderIdRejectPatchRequest

Deprecated

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdRejectPatchExecute

func (a *DBSAssemblyOrdersAPIService) ApiV3DbsOrdersOrderIdRejectPatchExecute(r ApiApiV3DbsOrdersOrderIdRejectPatchRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersStatusPost

ApiV3DbsOrdersStatusPost Get orders statuses

This method is deprecated. It will be removed on [April 13](https://dev.wildberries.ru/en/release-notes?id=378)

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiV3DbsOrdersStatusPostRequest

Deprecated

func (*DBSAssemblyOrdersAPIService) ApiV3DbsOrdersStatusPostExecute

Execute executes the request

@return ApiV3DbsOrdersStatusPost200Response

Deprecated

type DBSMetadataAPIService

type DBSMetadataAPIService service

DBSMetadataAPIService DBSMetadataAPI service

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPost

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPost(ctx context.Context) ApiApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest

ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPost Add Custom Declaration to the Orders

Sets the cargo customs declaration number in the metadata of the assembly orders.

One assembly order can have only one cargo customs declaration number.

The customs declaration number can only be added to assembly orders that are in `deliver` status.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for all methods for <strong>adding DBS metadata</strong>:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 500 requests | 120 ms | 20 requests |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostExecute

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostExecute(r ApiApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) (*http.Response, error)

Execute executes the request

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaDeletePost

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaDeletePost(ctx context.Context) ApiApiMarketplaceV3DbsOrdersMetaDeletePostRequest

ApiMarketplaceV3DbsOrdersMetaDeletePost Delete Assembly Orders Metadata

Removes all [assembly order metadata](/openapi/orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1info/post) values. <br><br> You can only delete one type of metadata in one request. Specify the metadata type in the request: - `imei` — [IMEI](/openapi/orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1imei/post) - `uin` — [UIN](/openapi/orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1uin/post) - `gtin` — [GTIN](/openapi/orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1gtin/post) - `sgtin` — [Data Matrix code](/openapi/orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1sgtin/post) - `customsDeclaration` — [customs declaration number](/openapi/orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1meta~1customs-declaration/post)

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for all methods for <strong>getting and deleting DBS metadata</strong>:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 150 requests | 400 ms | 20 requests |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersMetaDeletePostRequest

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaDeletePostExecute

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaDeletePostExecute(r ApiApiMarketplaceV3DbsOrdersMetaDeletePostRequest) (*ApiStatusSetResponses, *http.Response, error)

Execute executes the request

@return ApiStatusSetResponses

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaGtinPost

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaGtinPost(ctx context.Context) ApiApiMarketplaceV3DbsOrdersMetaGtinPostRequest

ApiMarketplaceV3DbsOrdersMetaGtinPost Add GTIN to Assembly Orders

Sets the GTIN, Belarus product unique identifier, for the assembly order metadata(./orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1info/post). <br> The assembly order can only have one GTIN. You can set the GTIN only for orders in the `confirmed` [status](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1info/post) and that are delivered by Wildberries.<br>

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for all methods for <strong>adding DBS metadata</strong>:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 500 requests | 120 ms | 20 requests |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersMetaGtinPostRequest

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaGtinPostExecute

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaGtinPostExecute(r ApiApiMarketplaceV3DbsOrdersMetaGtinPostRequest) (*ApiStatusSetResponses, *http.Response, error)

Execute executes the request

@return ApiStatusSetResponses

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaImeiPost

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaImeiPost(ctx context.Context) ApiApiMarketplaceV3DbsOrdersMetaImeiPostRequest

ApiMarketplaceV3DbsOrdersMetaImeiPost Add IMEI to Assembly Orders

Sets the IMEI for the [assembly orders metadata](/openapi/orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1info/post). <br> The assembly order can have only one IMEI. You can add the IMEI only for orders in the `confirmed` [status](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1info/post) and that are delivered by Wildberries.<br>

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for all methods for <strong>adding DBS metadata</strong>:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 500 requests | 120 ms | 20 requests |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersMetaImeiPostRequest

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaImeiPostExecute

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaImeiPostExecute(r ApiApiMarketplaceV3DbsOrdersMetaImeiPostRequest) (*ApiStatusSetResponses, *http.Response, error)

Execute executes the request

@return ApiStatusSetResponses

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaInfoPost

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaInfoPost(ctx context.Context) ApiApiMarketplaceV3DbsOrdersMetaInfoPostRequest

ApiMarketplaceV3DbsOrdersMetaInfoPost Get Assembly Orders Metadata

Returns assembly orders metadata.<br> You can get the list of metadata available for the assembly order via the [list of new assembly orders](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1v3~1dbs~1orders~1new/get) method, field `requiredMeta`.<br> Possible metadata: - `imei` — [IMEI](/openapi/orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1imei/post) - `uin` — [UIN](/openapi/orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1uin/post) - `gtin` — [GTIN](/openapi/orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1gtin/post) - `sgtin` — [Data Matrix code](/openapi/orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1sgtin/post) - `customsDeclaration` — [customs declaration number](/openapi/orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1meta~1customs-declaration/post)

If the response has an empty `meta` structure, the assembly order has no metadata and you can't add it.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for all methods for <strong>getting and deleting DBS metadata</strong>:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 150 requests | 400 ms | 20 requests |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersMetaInfoPostRequest

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaInfoPostExecute

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaInfoPostExecute(r ApiApiMarketplaceV3DbsOrdersMetaInfoPostRequest) (*ApiOrdersMetaResponse, *http.Response, error)

Execute executes the request

@return ApiOrdersMetaResponse

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaSgtinPost

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaSgtinPost(ctx context.Context) ApiApiMarketplaceV3DbsOrdersMetaSgtinPostRequest

ApiMarketplaceV3DbsOrdersMetaSgtinPost Add Data Matrix Codes to Assembly Orders (Chestny ZNAK)

Sets the Data Matrix code (Chestny ZNAK marking) for the assembly orders. <br> You can set the Data Matrix code only for orders in the `confirm` status and if the field `sgtin` is returned in the response of the [Get order metadata](orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1info/post) method. <br> For more information about Data Matrix Codes please check: https://chestnyznak.ru/en/.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for all methods for <strong>adding DBS metadata</strong>:

| Type | Period | Limit | Interval | Burst | | --- | --- | --- | --- | --- | | Personal | 1 min | 500 requests | 120 ms | 20 requests | | Service | 1 min | 500 requests | 120 ms | 20 requests | | Base | 1 h | 10 requests | 6 min | 1 request |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersMetaSgtinPostRequest

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaSgtinPostExecute

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaSgtinPostExecute(r ApiApiMarketplaceV3DbsOrdersMetaSgtinPostRequest) (*ApiStatusSetResponses, *http.Response, error)

Execute executes the request

@return ApiStatusSetResponses

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaUinPost

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaUinPost(ctx context.Context) ApiApiMarketplaceV3DbsOrdersMetaUinPostRequest

ApiMarketplaceV3DbsOrdersMetaUinPost Add UIN (Unique Identification Number) to Assembly Orders

Sets the UIN to the [assembly orders metadata](/openapi/orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1info/post). <br> The order can only have one UIN. You can add the UIN only for assembly orders in the `confirmed` [status](/openapi/orders-dbs#tag/DBS-Assembly-Orders/paths/~1api~1marketplace~1v3~1dbs~1orders~1status~1info/post) and that are delivered by Wildberries.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for all methods for <strong>adding DBS metadata</strong>:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 500 requests | 120 ms | 20 requests |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiApiMarketplaceV3DbsOrdersMetaUinPostRequest

func (*DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaUinPostExecute

func (a *DBSMetadataAPIService) ApiMarketplaceV3DbsOrdersMetaUinPostExecute(r ApiApiMarketplaceV3DbsOrdersMetaUinPostRequest) (*ApiStatusSetResponses, *http.Response, error)

Execute executes the request

@return ApiStatusSetResponses

func (*DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaDelete

func (a *DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaDelete(ctx context.Context, orderId int64) ApiApiV3DbsOrdersOrderIdMetaDeleteRequest

ApiV3DbsOrdersOrderIdMetaDelete Delete Order Metadata

This method is deprecated. It will be removed on [April 13](https://dev.wildberries.ru/en/release-notes?id=378)

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for all methods for <strong>adding DBS metadata</strong>:

| Type | Period | Limit | Interval | Burst | | --- | --- | --- | --- | --- | | Personal | 1 min | 300 requests | 200 ms | 20 requests | | Service | 1 min | 300 requests | 200 ms | 20 requests | | Base | 1 h | 10 requests | 6 min | 1 request |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId Assembly order ID
@return ApiApiV3DbsOrdersOrderIdMetaDeleteRequest

Deprecated

func (*DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaDeleteExecute

func (a *DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaDeleteExecute(r ApiApiV3DbsOrdersOrderIdMetaDeleteRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaGet

func (a *DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaGet(ctx context.Context, orderId int64) ApiApiV3DbsOrdersOrderIdMetaGetRequest

ApiV3DbsOrdersOrderIdMetaGet Get order metadata

This method is deprecated. It will be removed on [April 13](https://dev.wildberries.ru/en/release-notes?id=378)

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for all methods for <strong>adding DBS metadata</strong>:

| Type | Period | Limit | Interval | Burst | | --- | --- | --- | --- | --- | | Personal | 1 min | 300 requests | 200 ms | 20 requests | | Service | 1 min | 300 requests | 200 ms | 20 requests | | Base | 1 h | 10 requests | 6 min | 1 request |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId Assembly order ID
@return ApiApiV3DbsOrdersOrderIdMetaGetRequest

Deprecated

func (*DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaGetExecute

Execute executes the request

@return ApiV3DbsOrdersOrderIdMetaGet200Response

Deprecated

func (*DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaGtinPut

func (a *DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaGtinPut(ctx context.Context, orderId int64) ApiApiV3DbsOrdersOrderIdMetaGtinPutRequest

ApiV3DbsOrdersOrderIdMetaGtinPut Add GTIN to the Order

This method is deprecated. It will be removed on [April 13](https://dev.wildberries.ru/en/release-notes?id=378)

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for all methods for <strong>adding DBS metadata</strong>:

| Type | Period | Limit | Interval | Burst | | --- | --- | --- | --- | --- | | Personal | 1 min | 1000 requests | 60 ms | 20 requests | | Service | 1 min | 1000 requests | 60 ms | 20 requests | | Base | 1 h | 10 requests | 6 min | 1 request |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId Assembly order ID
@return ApiApiV3DbsOrdersOrderIdMetaGtinPutRequest

Deprecated

func (*DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaGtinPutExecute

func (a *DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaGtinPutExecute(r ApiApiV3DbsOrdersOrderIdMetaGtinPutRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaImeiPut

func (a *DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaImeiPut(ctx context.Context, orderId int64) ApiApiV3DbsOrdersOrderIdMetaImeiPutRequest

ApiV3DbsOrdersOrderIdMetaImeiPut Add IMEI to the Order

This method is deprecated. It will be removed on [April 13](https://dev.wildberries.ru/en/release-notes?id=378)

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for all methods for <strong>adding DBS metadata</strong>:

| Type | Period | Limit | Interval | Burst | | --- | --- | --- | --- | --- | | Personal | 1 min | 1000 requests | 60 ms | 20 requests | | Service | 1 min | 1000 requests | 60 ms | 20 requests | | Base | 1 h | 10 requests | 6 min | 1 request |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId Assembly order ID
@return ApiApiV3DbsOrdersOrderIdMetaImeiPutRequest

Deprecated

func (*DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaImeiPutExecute

func (a *DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaImeiPutExecute(r ApiApiV3DbsOrdersOrderIdMetaImeiPutRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaSgtinPut

func (a *DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaSgtinPut(ctx context.Context, orderId int64) ApiApiV3DbsOrdersOrderIdMetaSgtinPutRequest

ApiV3DbsOrdersOrderIdMetaSgtinPut Add Data Matrix Code to the Order

This method is deprecated. It will be removed on [April 13](https://dev.wildberries.ru/en/release-notes?id=378)

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for all methods for <strong>adding DBS metadata</strong>:

| Type | Period | Limit | Interval | Burst | | --- | --- | --- | --- | --- | | Personal | 1 min | 1000 requests | 60 ms | 20 requests | | Service | 1 min | 1000 requests | 60 ms | 20 requests | | Base | 1 h | 10 requests | 6 min | 1 request |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId Assembly order ID
@return ApiApiV3DbsOrdersOrderIdMetaSgtinPutRequest

Deprecated

func (*DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaSgtinPutExecute

func (a *DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaSgtinPutExecute(r ApiApiV3DbsOrdersOrderIdMetaSgtinPutRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaUinPut

func (a *DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaUinPut(ctx context.Context, orderId int64) ApiApiV3DbsOrdersOrderIdMetaUinPutRequest

ApiV3DbsOrdersOrderIdMetaUinPut Add UIN (Unique Identification Number) to the Order

This method is deprecated. It will be removed on [April 13](https://dev.wildberries.ru/en/release-notes?id=378)

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for all methods for <strong>adding DBS metadata</strong>:

| Type | Period | Limit | Interval | Burst | | --- | --- | --- | --- | --- | | Personal | 1 min | 1000 requests | 60 ms | 20 requests | | Service | 1 min | 1000 requests | 60 ms | 20 requests | | Base | 1 h | 10 requests | 6 min | 1 request |

One request with a response code of <code>409</code> is counted as 10 requests </div>

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param orderId Assembly order ID
@return ApiApiV3DbsOrdersOrderIdMetaUinPutRequest

Deprecated

func (*DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaUinPutExecute

func (a *DBSMetadataAPIService) ApiV3DbsOrdersOrderIdMetaUinPutExecute(r ApiApiV3DbsOrdersOrderIdMetaUinPutRequest) (*http.Response, error)

Execute executes the request Deprecated

type DbsOnlyClientInfo

type DbsOnlyClientInfo struct {
	// Replacement phone number to contact the buyer. <br> An empty value `\"\"` means that the number is not assigned yet
	ReplacementPhone *string `json:"replacementPhone,omitempty"`
	// First name
	FirstName *string `json:"firstName,omitempty"`
	// Full name, used for paperwork. For example, documents for a car
	FullName *string `json:"fullName,omitempty"`
	// Assembly order ID
	OrderID *int32 `json:"orderID,omitempty"`
	// Backup replacement phone number to contact the buyer. <br> Use if the replacement number from `replacementPhone` is unavailable. To contact the buyer, dial this number and the extension code from `phoneCode`. <br> An empty value `\"\"` means that the number is not assigned yet
	Phone *string `json:"phone,omitempty"`
	// Extension phone code. <br> An empty value `\"\"` means that the code is not assigned yet
	PhoneCode *int32 `json:"phoneCode,omitempty"`
	// Additional extension codes. <br> Use if you couldn't reach the buyer using the extension code from `phoneCode`.<br> An empty value `\"\"` means that the code is not assigned yet
	AdditionalPhoneCodes []string `json:"additionalPhoneCodes,omitempty"`
}

DbsOnlyClientInfo struct for DbsOnlyClientInfo

func NewDbsOnlyClientInfo

func NewDbsOnlyClientInfo() *DbsOnlyClientInfo

NewDbsOnlyClientInfo instantiates a new DbsOnlyClientInfo 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 NewDbsOnlyClientInfoWithDefaults

func NewDbsOnlyClientInfoWithDefaults() *DbsOnlyClientInfo

NewDbsOnlyClientInfoWithDefaults instantiates a new DbsOnlyClientInfo 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 (*DbsOnlyClientInfo) GetAdditionalPhoneCodes

func (o *DbsOnlyClientInfo) GetAdditionalPhoneCodes() []string

GetAdditionalPhoneCodes returns the AdditionalPhoneCodes field value if set, zero value otherwise.

func (*DbsOnlyClientInfo) GetAdditionalPhoneCodesOk

func (o *DbsOnlyClientInfo) GetAdditionalPhoneCodesOk() ([]string, bool)

GetAdditionalPhoneCodesOk returns a tuple with the AdditionalPhoneCodes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbsOnlyClientInfo) GetFirstName

func (o *DbsOnlyClientInfo) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*DbsOnlyClientInfo) GetFirstNameOk

func (o *DbsOnlyClientInfo) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbsOnlyClientInfo) GetFullName

func (o *DbsOnlyClientInfo) GetFullName() string

GetFullName returns the FullName field value if set, zero value otherwise.

func (*DbsOnlyClientInfo) GetFullNameOk

func (o *DbsOnlyClientInfo) GetFullNameOk() (*string, bool)

GetFullNameOk returns a tuple with the FullName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbsOnlyClientInfo) GetOrderID

func (o *DbsOnlyClientInfo) GetOrderID() int32

GetOrderID returns the OrderID field value if set, zero value otherwise.

func (*DbsOnlyClientInfo) GetOrderIDOk

func (o *DbsOnlyClientInfo) GetOrderIDOk() (*int32, bool)

GetOrderIDOk returns a tuple with the OrderID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbsOnlyClientInfo) GetPhone

func (o *DbsOnlyClientInfo) GetPhone() string

GetPhone returns the Phone field value if set, zero value otherwise.

func (*DbsOnlyClientInfo) GetPhoneCode

func (o *DbsOnlyClientInfo) GetPhoneCode() int32

GetPhoneCode returns the PhoneCode field value if set, zero value otherwise.

func (*DbsOnlyClientInfo) GetPhoneCodeOk

func (o *DbsOnlyClientInfo) GetPhoneCodeOk() (*int32, bool)

GetPhoneCodeOk returns a tuple with the PhoneCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbsOnlyClientInfo) GetPhoneOk

func (o *DbsOnlyClientInfo) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbsOnlyClientInfo) GetReplacementPhone

func (o *DbsOnlyClientInfo) GetReplacementPhone() string

GetReplacementPhone returns the ReplacementPhone field value if set, zero value otherwise.

func (*DbsOnlyClientInfo) GetReplacementPhoneOk

func (o *DbsOnlyClientInfo) GetReplacementPhoneOk() (*string, bool)

GetReplacementPhoneOk returns a tuple with the ReplacementPhone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbsOnlyClientInfo) HasAdditionalPhoneCodes

func (o *DbsOnlyClientInfo) HasAdditionalPhoneCodes() bool

HasAdditionalPhoneCodes returns a boolean if a field has been set.

func (*DbsOnlyClientInfo) HasFirstName

func (o *DbsOnlyClientInfo) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*DbsOnlyClientInfo) HasFullName

func (o *DbsOnlyClientInfo) HasFullName() bool

HasFullName returns a boolean if a field has been set.

func (*DbsOnlyClientInfo) HasOrderID

func (o *DbsOnlyClientInfo) HasOrderID() bool

HasOrderID returns a boolean if a field has been set.

func (*DbsOnlyClientInfo) HasPhone

func (o *DbsOnlyClientInfo) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (*DbsOnlyClientInfo) HasPhoneCode

func (o *DbsOnlyClientInfo) HasPhoneCode() bool

HasPhoneCode returns a boolean if a field has been set.

func (*DbsOnlyClientInfo) HasReplacementPhone

func (o *DbsOnlyClientInfo) HasReplacementPhone() bool

HasReplacementPhone returns a boolean if a field has been set.

func (DbsOnlyClientInfo) MarshalJSON

func (o DbsOnlyClientInfo) MarshalJSON() ([]byte, error)

func (*DbsOnlyClientInfo) SetAdditionalPhoneCodes

func (o *DbsOnlyClientInfo) SetAdditionalPhoneCodes(v []string)

SetAdditionalPhoneCodes gets a reference to the given []string and assigns it to the AdditionalPhoneCodes field.

func (*DbsOnlyClientInfo) SetFirstName

func (o *DbsOnlyClientInfo) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*DbsOnlyClientInfo) SetFullName

func (o *DbsOnlyClientInfo) SetFullName(v string)

SetFullName gets a reference to the given string and assigns it to the FullName field.

func (*DbsOnlyClientInfo) SetOrderID

func (o *DbsOnlyClientInfo) SetOrderID(v int32)

SetOrderID gets a reference to the given int32 and assigns it to the OrderID field.

func (*DbsOnlyClientInfo) SetPhone

func (o *DbsOnlyClientInfo) SetPhone(v string)

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (*DbsOnlyClientInfo) SetPhoneCode

func (o *DbsOnlyClientInfo) SetPhoneCode(v int32)

SetPhoneCode gets a reference to the given int32 and assigns it to the PhoneCode field.

func (*DbsOnlyClientInfo) SetReplacementPhone

func (o *DbsOnlyClientInfo) SetReplacementPhone(v string)

SetReplacementPhone gets a reference to the given string and assigns it to the ReplacementPhone field.

func (DbsOnlyClientInfo) ToMap

func (o DbsOnlyClientInfo) ToMap() (map[string]interface{}, error)

type DbsOnlyClientInfoResp

type DbsOnlyClientInfoResp struct {
	// Buyer information for dbs-order (Delivery by Seller)
	Orders []DbsOnlyClientInfo `json:"orders,omitempty"`
}

DbsOnlyClientInfoResp struct for DbsOnlyClientInfoResp

func NewDbsOnlyClientInfoResp

func NewDbsOnlyClientInfoResp() *DbsOnlyClientInfoResp

NewDbsOnlyClientInfoResp instantiates a new DbsOnlyClientInfoResp 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 NewDbsOnlyClientInfoRespWithDefaults

func NewDbsOnlyClientInfoRespWithDefaults() *DbsOnlyClientInfoResp

NewDbsOnlyClientInfoRespWithDefaults instantiates a new DbsOnlyClientInfoResp 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 (*DbsOnlyClientInfoResp) GetOrders

func (o *DbsOnlyClientInfoResp) GetOrders() []DbsOnlyClientInfo

GetOrders returns the Orders field value if set, zero value otherwise.

func (*DbsOnlyClientInfoResp) GetOrdersOk

func (o *DbsOnlyClientInfoResp) GetOrdersOk() ([]DbsOnlyClientInfo, bool)

GetOrdersOk returns a tuple with the Orders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DbsOnlyClientInfoResp) HasOrders

func (o *DbsOnlyClientInfoResp) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (DbsOnlyClientInfoResp) MarshalJSON

func (o DbsOnlyClientInfoResp) MarshalJSON() ([]byte, error)

func (*DbsOnlyClientInfoResp) SetOrders

func (o *DbsOnlyClientInfoResp) SetOrders(v []DbsOnlyClientInfo)

SetOrders gets a reference to the given []DbsOnlyClientInfo and assigns it to the Orders field.

func (DbsOnlyClientInfoResp) ToMap

func (o DbsOnlyClientInfoResp) ToMap() (map[string]interface{}, error)

type DeliveryDatesInfoResp

type DeliveryDatesInfoResp struct {
	Orders []DeliveryDatesInfoRespOrdersInner `json:"orders,omitempty"`
}

DeliveryDatesInfoResp struct for DeliveryDatesInfoResp

func NewDeliveryDatesInfoResp

func NewDeliveryDatesInfoResp() *DeliveryDatesInfoResp

NewDeliveryDatesInfoResp instantiates a new DeliveryDatesInfoResp 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 NewDeliveryDatesInfoRespWithDefaults

func NewDeliveryDatesInfoRespWithDefaults() *DeliveryDatesInfoResp

NewDeliveryDatesInfoRespWithDefaults instantiates a new DeliveryDatesInfoResp 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 (*DeliveryDatesInfoResp) GetOrders

GetOrders returns the Orders field value if set, zero value otherwise.

func (*DeliveryDatesInfoResp) GetOrdersOk

GetOrdersOk returns a tuple with the Orders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryDatesInfoResp) HasOrders

func (o *DeliveryDatesInfoResp) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (DeliveryDatesInfoResp) MarshalJSON

func (o DeliveryDatesInfoResp) MarshalJSON() ([]byte, error)

func (*DeliveryDatesInfoResp) SetOrders

SetOrders gets a reference to the given []DeliveryDatesInfoRespOrdersInner and assigns it to the Orders field.

func (DeliveryDatesInfoResp) ToMap

func (o DeliveryDatesInfoResp) ToMap() (map[string]interface{}, error)

type DeliveryDatesInfoRespOrdersInner

type DeliveryDatesInfoRespOrdersInner struct {
	// Current delivery time \"from\"
	DTimeFrom NullableString `json:"dTimeFrom,omitempty"`
	// Current delivery time \"to\"
	DTimeTo NullableString `json:"dTimeTo,omitempty"`
	// Previous delivery time \"from\". Available only during the first day after the change
	DTimeFromOld NullableString `json:"dTimeFromOld,omitempty"`
	// Previous delivery time \"to\". Available only during the first day after the change
	DTimeToOld NullableString `json:"dTimeToOld,omitempty"`
	// Previous delivery date. Available only one day after the change
	DDateOld NullableString `json:"dDateOld,omitempty"`
	// Current delivery date
	DDate *string `json:"dDate,omitempty"`
	// Assembly order ID
	Id *int32 `json:"id,omitempty"`
}

DeliveryDatesInfoRespOrdersInner struct for DeliveryDatesInfoRespOrdersInner

func NewDeliveryDatesInfoRespOrdersInner

func NewDeliveryDatesInfoRespOrdersInner() *DeliveryDatesInfoRespOrdersInner

NewDeliveryDatesInfoRespOrdersInner instantiates a new DeliveryDatesInfoRespOrdersInner 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 NewDeliveryDatesInfoRespOrdersInnerWithDefaults

func NewDeliveryDatesInfoRespOrdersInnerWithDefaults() *DeliveryDatesInfoRespOrdersInner

NewDeliveryDatesInfoRespOrdersInnerWithDefaults instantiates a new DeliveryDatesInfoRespOrdersInner 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 (*DeliveryDatesInfoRespOrdersInner) GetDDate

GetDDate returns the DDate field value if set, zero value otherwise.

func (*DeliveryDatesInfoRespOrdersInner) GetDDateOk

func (o *DeliveryDatesInfoRespOrdersInner) GetDDateOk() (*string, bool)

GetDDateOk returns a tuple with the DDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryDatesInfoRespOrdersInner) GetDDateOld

func (o *DeliveryDatesInfoRespOrdersInner) GetDDateOld() string

GetDDateOld returns the DDateOld field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DeliveryDatesInfoRespOrdersInner) GetDDateOldOk

func (o *DeliveryDatesInfoRespOrdersInner) GetDDateOldOk() (*string, bool)

GetDDateOldOk returns a tuple with the DDateOld field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DeliveryDatesInfoRespOrdersInner) GetDTimeFrom

func (o *DeliveryDatesInfoRespOrdersInner) GetDTimeFrom() string

GetDTimeFrom returns the DTimeFrom field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DeliveryDatesInfoRespOrdersInner) GetDTimeFromOk

func (o *DeliveryDatesInfoRespOrdersInner) GetDTimeFromOk() (*string, bool)

GetDTimeFromOk returns a tuple with the DTimeFrom field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DeliveryDatesInfoRespOrdersInner) GetDTimeFromOld

func (o *DeliveryDatesInfoRespOrdersInner) GetDTimeFromOld() string

GetDTimeFromOld returns the DTimeFromOld field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DeliveryDatesInfoRespOrdersInner) GetDTimeFromOldOk

func (o *DeliveryDatesInfoRespOrdersInner) GetDTimeFromOldOk() (*string, bool)

GetDTimeFromOldOk returns a tuple with the DTimeFromOld field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DeliveryDatesInfoRespOrdersInner) GetDTimeTo

func (o *DeliveryDatesInfoRespOrdersInner) GetDTimeTo() string

GetDTimeTo returns the DTimeTo field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DeliveryDatesInfoRespOrdersInner) GetDTimeToOk

func (o *DeliveryDatesInfoRespOrdersInner) GetDTimeToOk() (*string, bool)

GetDTimeToOk returns a tuple with the DTimeTo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DeliveryDatesInfoRespOrdersInner) GetDTimeToOld

func (o *DeliveryDatesInfoRespOrdersInner) GetDTimeToOld() string

GetDTimeToOld returns the DTimeToOld field value if set, zero value otherwise (both if not set or set to explicit null).

func (*DeliveryDatesInfoRespOrdersInner) GetDTimeToOldOk

func (o *DeliveryDatesInfoRespOrdersInner) GetDTimeToOldOk() (*string, bool)

GetDTimeToOldOk returns a tuple with the DTimeToOld field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*DeliveryDatesInfoRespOrdersInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*DeliveryDatesInfoRespOrdersInner) GetIdOk

func (o *DeliveryDatesInfoRespOrdersInner) GetIdOk() (*int32, 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 (*DeliveryDatesInfoRespOrdersInner) HasDDate

func (o *DeliveryDatesInfoRespOrdersInner) HasDDate() bool

HasDDate returns a boolean if a field has been set.

func (*DeliveryDatesInfoRespOrdersInner) HasDDateOld

func (o *DeliveryDatesInfoRespOrdersInner) HasDDateOld() bool

HasDDateOld returns a boolean if a field has been set.

func (*DeliveryDatesInfoRespOrdersInner) HasDTimeFrom

func (o *DeliveryDatesInfoRespOrdersInner) HasDTimeFrom() bool

HasDTimeFrom returns a boolean if a field has been set.

func (*DeliveryDatesInfoRespOrdersInner) HasDTimeFromOld

func (o *DeliveryDatesInfoRespOrdersInner) HasDTimeFromOld() bool

HasDTimeFromOld returns a boolean if a field has been set.

func (*DeliveryDatesInfoRespOrdersInner) HasDTimeTo

func (o *DeliveryDatesInfoRespOrdersInner) HasDTimeTo() bool

HasDTimeTo returns a boolean if a field has been set.

func (*DeliveryDatesInfoRespOrdersInner) HasDTimeToOld

func (o *DeliveryDatesInfoRespOrdersInner) HasDTimeToOld() bool

HasDTimeToOld returns a boolean if a field has been set.

func (*DeliveryDatesInfoRespOrdersInner) HasId

HasId returns a boolean if a field has been set.

func (DeliveryDatesInfoRespOrdersInner) MarshalJSON

func (o DeliveryDatesInfoRespOrdersInner) MarshalJSON() ([]byte, error)

func (*DeliveryDatesInfoRespOrdersInner) SetDDate

SetDDate gets a reference to the given string and assigns it to the DDate field.

func (*DeliveryDatesInfoRespOrdersInner) SetDDateOld

func (o *DeliveryDatesInfoRespOrdersInner) SetDDateOld(v string)

SetDDateOld gets a reference to the given NullableString and assigns it to the DDateOld field.

func (*DeliveryDatesInfoRespOrdersInner) SetDDateOldNil

func (o *DeliveryDatesInfoRespOrdersInner) SetDDateOldNil()

SetDDateOldNil sets the value for DDateOld to be an explicit nil

func (*DeliveryDatesInfoRespOrdersInner) SetDTimeFrom

func (o *DeliveryDatesInfoRespOrdersInner) SetDTimeFrom(v string)

SetDTimeFrom gets a reference to the given NullableString and assigns it to the DTimeFrom field.

func (*DeliveryDatesInfoRespOrdersInner) SetDTimeFromNil

func (o *DeliveryDatesInfoRespOrdersInner) SetDTimeFromNil()

SetDTimeFromNil sets the value for DTimeFrom to be an explicit nil

func (*DeliveryDatesInfoRespOrdersInner) SetDTimeFromOld

func (o *DeliveryDatesInfoRespOrdersInner) SetDTimeFromOld(v string)

SetDTimeFromOld gets a reference to the given NullableString and assigns it to the DTimeFromOld field.

func (*DeliveryDatesInfoRespOrdersInner) SetDTimeFromOldNil

func (o *DeliveryDatesInfoRespOrdersInner) SetDTimeFromOldNil()

SetDTimeFromOldNil sets the value for DTimeFromOld to be an explicit nil

func (*DeliveryDatesInfoRespOrdersInner) SetDTimeTo

func (o *DeliveryDatesInfoRespOrdersInner) SetDTimeTo(v string)

SetDTimeTo gets a reference to the given NullableString and assigns it to the DTimeTo field.

func (*DeliveryDatesInfoRespOrdersInner) SetDTimeToNil

func (o *DeliveryDatesInfoRespOrdersInner) SetDTimeToNil()

SetDTimeToNil sets the value for DTimeTo to be an explicit nil

func (*DeliveryDatesInfoRespOrdersInner) SetDTimeToOld

func (o *DeliveryDatesInfoRespOrdersInner) SetDTimeToOld(v string)

SetDTimeToOld gets a reference to the given NullableString and assigns it to the DTimeToOld field.

func (*DeliveryDatesInfoRespOrdersInner) SetDTimeToOldNil

func (o *DeliveryDatesInfoRespOrdersInner) SetDTimeToOldNil()

SetDTimeToOldNil sets the value for DTimeToOld to be an explicit nil

func (*DeliveryDatesInfoRespOrdersInner) SetId

SetId gets a reference to the given int32 and assigns it to the Id field.

func (DeliveryDatesInfoRespOrdersInner) ToMap

func (o DeliveryDatesInfoRespOrdersInner) ToMap() (map[string]interface{}, error)

func (*DeliveryDatesInfoRespOrdersInner) UnsetDDateOld

func (o *DeliveryDatesInfoRespOrdersInner) UnsetDDateOld()

UnsetDDateOld ensures that no value is present for DDateOld, not even an explicit nil

func (*DeliveryDatesInfoRespOrdersInner) UnsetDTimeFrom

func (o *DeliveryDatesInfoRespOrdersInner) UnsetDTimeFrom()

UnsetDTimeFrom ensures that no value is present for DTimeFrom, not even an explicit nil

func (*DeliveryDatesInfoRespOrdersInner) UnsetDTimeFromOld

func (o *DeliveryDatesInfoRespOrdersInner) UnsetDTimeFromOld()

UnsetDTimeFromOld ensures that no value is present for DTimeFromOld, not even an explicit nil

func (*DeliveryDatesInfoRespOrdersInner) UnsetDTimeTo

func (o *DeliveryDatesInfoRespOrdersInner) UnsetDTimeTo()

UnsetDTimeTo ensures that no value is present for DTimeTo, not even an explicit nil

func (*DeliveryDatesInfoRespOrdersInner) UnsetDTimeToOld

func (o *DeliveryDatesInfoRespOrdersInner) UnsetDTimeToOld()

UnsetDTimeToOld ensures that no value is present for DTimeToOld, not even an explicit nil

type DeliveryDatesRequest

type DeliveryDatesRequest struct {
	// List of orders IDs
	Orders []int32 `json:"orders,omitempty"`
}

DeliveryDatesRequest struct for DeliveryDatesRequest

func NewDeliveryDatesRequest

func NewDeliveryDatesRequest() *DeliveryDatesRequest

NewDeliveryDatesRequest instantiates a new DeliveryDatesRequest 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 NewDeliveryDatesRequestWithDefaults

func NewDeliveryDatesRequestWithDefaults() *DeliveryDatesRequest

NewDeliveryDatesRequestWithDefaults instantiates a new DeliveryDatesRequest 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 (*DeliveryDatesRequest) GetOrders

func (o *DeliveryDatesRequest) GetOrders() []int32

GetOrders returns the Orders field value if set, zero value otherwise.

func (*DeliveryDatesRequest) GetOrdersOk

func (o *DeliveryDatesRequest) GetOrdersOk() ([]int32, bool)

GetOrdersOk returns a tuple with the Orders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DeliveryDatesRequest) HasOrders

func (o *DeliveryDatesRequest) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (DeliveryDatesRequest) MarshalJSON

func (o DeliveryDatesRequest) MarshalJSON() ([]byte, error)

func (*DeliveryDatesRequest) SetOrders

func (o *DeliveryDatesRequest) SetOrders(v []int32)

SetOrders gets a reference to the given []int32 and assigns it to the Orders field.

func (DeliveryDatesRequest) ToMap

func (o DeliveryDatesRequest) ToMap() (map[string]interface{}, error)

type Error

type Error struct {
	// Error code
	Code *string `json:"code,omitempty"`
	// Error description
	Message *string `json:"message,omitempty"`
	// Additional data for the error
	Data map[string]interface{} `json:"data,omitempty"`
}

Error struct for Error

func NewError

func NewError() *Error

NewError instantiates a new Error 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 NewErrorWithDefaults

func NewErrorWithDefaults() *Error

NewErrorWithDefaults instantiates a new Error 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 (*Error) GetCode

func (o *Error) GetCode() string

GetCode returns the Code field value if set, zero value otherwise.

func (*Error) GetCodeOk

func (o *Error) 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 (*Error) GetData

func (o *Error) GetData() map[string]interface{}

GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).

func (*Error) GetDataOk

func (o *Error) GetDataOk() (map[string]interface{}, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Error) GetMessage

func (o *Error) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*Error) GetMessageOk

func (o *Error) 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 (*Error) HasCode

func (o *Error) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*Error) HasData

func (o *Error) HasData() bool

HasData returns a boolean if a field has been set.

func (*Error) HasMessage

func (o *Error) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (Error) MarshalJSON

func (o Error) MarshalJSON() ([]byte, error)

func (*Error) SetCode

func (o *Error) SetCode(v string)

SetCode gets a reference to the given string and assigns it to the Code field.

func (*Error) SetData

func (o *Error) SetData(v map[string]interface{})

SetData gets a reference to the given map[string]interface{} and assigns it to the Data field.

func (*Error) SetMessage

func (o *Error) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (Error) ToMap

func (o Error) 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 MappedNullable

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type Meta

type Meta struct {
	Imei               *MetaImei               `json:"imei,omitempty"`
	Uin                *MetaUin                `json:"uin,omitempty"`
	Gtin               *MetaGtin               `json:"gtin,omitempty"`
	Sgtin              *MetaSgtin              `json:"sgtin,omitempty"`
	CustomsDeclaration *MetaCustomsDeclaration `json:"customsDeclaration,omitempty"`
}

Meta Order metadata

func NewMeta

func NewMeta() *Meta

NewMeta instantiates a new Meta 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 NewMetaWithDefaults

func NewMetaWithDefaults() *Meta

NewMetaWithDefaults instantiates a new Meta 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 (*Meta) GetCustomsDeclaration

func (o *Meta) GetCustomsDeclaration() MetaCustomsDeclaration

GetCustomsDeclaration returns the CustomsDeclaration field value if set, zero value otherwise.

func (*Meta) GetCustomsDeclarationOk

func (o *Meta) GetCustomsDeclarationOk() (*MetaCustomsDeclaration, bool)

GetCustomsDeclarationOk returns a tuple with the CustomsDeclaration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Meta) GetGtin

func (o *Meta) GetGtin() MetaGtin

GetGtin returns the Gtin field value if set, zero value otherwise.

func (*Meta) GetGtinOk

func (o *Meta) GetGtinOk() (*MetaGtin, bool)

GetGtinOk returns a tuple with the Gtin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Meta) GetImei

func (o *Meta) GetImei() MetaImei

GetImei returns the Imei field value if set, zero value otherwise.

func (*Meta) GetImeiOk

func (o *Meta) GetImeiOk() (*MetaImei, bool)

GetImeiOk returns a tuple with the Imei field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Meta) GetSgtin

func (o *Meta) GetSgtin() MetaSgtin

GetSgtin returns the Sgtin field value if set, zero value otherwise.

func (*Meta) GetSgtinOk

func (o *Meta) GetSgtinOk() (*MetaSgtin, bool)

GetSgtinOk returns a tuple with the Sgtin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Meta) GetUin

func (o *Meta) GetUin() MetaUin

GetUin returns the Uin field value if set, zero value otherwise.

func (*Meta) GetUinOk

func (o *Meta) GetUinOk() (*MetaUin, bool)

GetUinOk returns a tuple with the Uin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Meta) HasCustomsDeclaration

func (o *Meta) HasCustomsDeclaration() bool

HasCustomsDeclaration returns a boolean if a field has been set.

func (*Meta) HasGtin

func (o *Meta) HasGtin() bool

HasGtin returns a boolean if a field has been set.

func (*Meta) HasImei

func (o *Meta) HasImei() bool

HasImei returns a boolean if a field has been set.

func (*Meta) HasSgtin

func (o *Meta) HasSgtin() bool

HasSgtin returns a boolean if a field has been set.

func (*Meta) HasUin

func (o *Meta) HasUin() bool

HasUin returns a boolean if a field has been set.

func (Meta) MarshalJSON

func (o Meta) MarshalJSON() ([]byte, error)

func (*Meta) SetCustomsDeclaration

func (o *Meta) SetCustomsDeclaration(v MetaCustomsDeclaration)

SetCustomsDeclaration gets a reference to the given MetaCustomsDeclaration and assigns it to the CustomsDeclaration field.

func (*Meta) SetGtin

func (o *Meta) SetGtin(v MetaGtin)

SetGtin gets a reference to the given MetaGtin and assigns it to the Gtin field.

func (*Meta) SetImei

func (o *Meta) SetImei(v MetaImei)

SetImei gets a reference to the given MetaImei and assigns it to the Imei field.

func (*Meta) SetSgtin

func (o *Meta) SetSgtin(v MetaSgtin)

SetSgtin gets a reference to the given MetaSgtin and assigns it to the Sgtin field.

func (*Meta) SetUin

func (o *Meta) SetUin(v MetaUin)

SetUin gets a reference to the given MetaUin and assigns it to the Uin field.

func (Meta) ToMap

func (o Meta) ToMap() (map[string]interface{}, error)

type MetaCustomsDeclaration

type MetaCustomsDeclaration struct {
	Value NullableString `json:"value,omitempty"`
}

MetaCustomsDeclaration Customs declaration number

func NewMetaCustomsDeclaration

func NewMetaCustomsDeclaration() *MetaCustomsDeclaration

NewMetaCustomsDeclaration instantiates a new MetaCustomsDeclaration 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 NewMetaCustomsDeclarationWithDefaults

func NewMetaCustomsDeclarationWithDefaults() *MetaCustomsDeclaration

NewMetaCustomsDeclarationWithDefaults instantiates a new MetaCustomsDeclaration 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 (*MetaCustomsDeclaration) GetValue

func (o *MetaCustomsDeclaration) GetValue() string

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetaCustomsDeclaration) GetValueOk

func (o *MetaCustomsDeclaration) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetaCustomsDeclaration) HasValue

func (o *MetaCustomsDeclaration) HasValue() bool

HasValue returns a boolean if a field has been set.

func (MetaCustomsDeclaration) MarshalJSON

func (o MetaCustomsDeclaration) MarshalJSON() ([]byte, error)

func (*MetaCustomsDeclaration) SetValue

func (o *MetaCustomsDeclaration) SetValue(v string)

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*MetaCustomsDeclaration) SetValueNil

func (o *MetaCustomsDeclaration) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (MetaCustomsDeclaration) ToMap

func (o MetaCustomsDeclaration) ToMap() (map[string]interface{}, error)

func (*MetaCustomsDeclaration) UnsetValue

func (o *MetaCustomsDeclaration) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

type MetaGtin

type MetaGtin struct {
	Value NullableString `json:"value,omitempty"`
}

MetaGtin GTIN

func NewMetaGtin

func NewMetaGtin() *MetaGtin

NewMetaGtin instantiates a new MetaGtin 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 NewMetaGtinWithDefaults

func NewMetaGtinWithDefaults() *MetaGtin

NewMetaGtinWithDefaults instantiates a new MetaGtin 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 (*MetaGtin) GetValue

func (o *MetaGtin) GetValue() string

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetaGtin) GetValueOk

func (o *MetaGtin) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetaGtin) HasValue

func (o *MetaGtin) HasValue() bool

HasValue returns a boolean if a field has been set.

func (MetaGtin) MarshalJSON

func (o MetaGtin) MarshalJSON() ([]byte, error)

func (*MetaGtin) SetValue

func (o *MetaGtin) SetValue(v string)

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*MetaGtin) SetValueNil

func (o *MetaGtin) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (MetaGtin) ToMap

func (o MetaGtin) ToMap() (map[string]interface{}, error)

func (*MetaGtin) UnsetValue

func (o *MetaGtin) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

type MetaImei

type MetaImei struct {
	Value NullableString `json:"value,omitempty"`
}

MetaImei IMEI

func NewMetaImei

func NewMetaImei() *MetaImei

NewMetaImei instantiates a new MetaImei 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 NewMetaImeiWithDefaults

func NewMetaImeiWithDefaults() *MetaImei

NewMetaImeiWithDefaults instantiates a new MetaImei 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 (*MetaImei) GetValue

func (o *MetaImei) GetValue() string

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetaImei) GetValueOk

func (o *MetaImei) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetaImei) HasValue

func (o *MetaImei) HasValue() bool

HasValue returns a boolean if a field has been set.

func (MetaImei) MarshalJSON

func (o MetaImei) MarshalJSON() ([]byte, error)

func (*MetaImei) SetValue

func (o *MetaImei) SetValue(v string)

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*MetaImei) SetValueNil

func (o *MetaImei) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (MetaImei) ToMap

func (o MetaImei) ToMap() (map[string]interface{}, error)

func (*MetaImei) UnsetValue

func (o *MetaImei) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

type MetaSgtin

type MetaSgtin struct {
	Value []string `json:"value,omitempty"`
}

MetaSgtin Data Matrix code (Chestny ZNAK)

func NewMetaSgtin

func NewMetaSgtin() *MetaSgtin

NewMetaSgtin instantiates a new MetaSgtin 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 NewMetaSgtinWithDefaults

func NewMetaSgtinWithDefaults() *MetaSgtin

NewMetaSgtinWithDefaults instantiates a new MetaSgtin 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 (*MetaSgtin) GetValue

func (o *MetaSgtin) GetValue() []string

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetaSgtin) GetValueOk

func (o *MetaSgtin) GetValueOk() ([]string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetaSgtin) HasValue

func (o *MetaSgtin) HasValue() bool

HasValue returns a boolean if a field has been set.

func (MetaSgtin) MarshalJSON

func (o MetaSgtin) MarshalJSON() ([]byte, error)

func (*MetaSgtin) SetValue

func (o *MetaSgtin) SetValue(v []string)

SetValue gets a reference to the given []string and assigns it to the Value field.

func (MetaSgtin) ToMap

func (o MetaSgtin) ToMap() (map[string]interface{}, error)

type MetaUin

type MetaUin struct {
	Value NullableString `json:"value,omitempty"`
}

MetaUin UIN

func NewMetaUin

func NewMetaUin() *MetaUin

NewMetaUin instantiates a new MetaUin 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 NewMetaUinWithDefaults

func NewMetaUinWithDefaults() *MetaUin

NewMetaUinWithDefaults instantiates a new MetaUin 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 (*MetaUin) GetValue

func (o *MetaUin) GetValue() string

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetaUin) GetValueOk

func (o *MetaUin) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetaUin) HasValue

func (o *MetaUin) HasValue() bool

HasValue returns a boolean if a field has been set.

func (MetaUin) MarshalJSON

func (o MetaUin) MarshalJSON() ([]byte, error)

func (*MetaUin) SetValue

func (o *MetaUin) SetValue(v string)

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*MetaUin) SetValueNil

func (o *MetaUin) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (MetaUin) ToMap

func (o MetaUin) ToMap() (map[string]interface{}, error)

func (*MetaUin) UnsetValue

func (o *MetaUin) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

type NullableApiB2bClientInfo

type NullableApiB2bClientInfo struct {
	// contains filtered or unexported fields
}

func NewNullableApiB2bClientInfo

func NewNullableApiB2bClientInfo(val *ApiB2bClientInfo) *NullableApiB2bClientInfo

func (NullableApiB2bClientInfo) Get

func (NullableApiB2bClientInfo) IsSet

func (v NullableApiB2bClientInfo) IsSet() bool

func (NullableApiB2bClientInfo) MarshalJSON

func (v NullableApiB2bClientInfo) MarshalJSON() ([]byte, error)

func (*NullableApiB2bClientInfo) Set

func (*NullableApiB2bClientInfo) UnmarshalJSON

func (v *NullableApiB2bClientInfo) UnmarshalJSON(src []byte) error

func (*NullableApiB2bClientInfo) Unset

func (v *NullableApiB2bClientInfo) Unset()

type NullableApiB2bClientInfoResponse

type NullableApiB2bClientInfoResponse struct {
	// contains filtered or unexported fields
}

func (NullableApiB2bClientInfoResponse) Get

func (NullableApiB2bClientInfoResponse) IsSet

func (NullableApiB2bClientInfoResponse) MarshalJSON

func (v NullableApiB2bClientInfoResponse) MarshalJSON() ([]byte, error)

func (*NullableApiB2bClientInfoResponse) Set

func (*NullableApiB2bClientInfoResponse) UnmarshalJSON

func (v *NullableApiB2bClientInfoResponse) UnmarshalJSON(src []byte) error

func (*NullableApiB2bClientInfoResponse) Unset

type NullableApiB2bClientInfoResponseErrorsInner

type NullableApiB2bClientInfoResponseErrorsInner struct {
	// contains filtered or unexported fields
}

func (NullableApiB2bClientInfoResponseErrorsInner) Get

func (NullableApiB2bClientInfoResponseErrorsInner) IsSet

func (NullableApiB2bClientInfoResponseErrorsInner) MarshalJSON

func (*NullableApiB2bClientInfoResponseErrorsInner) Set

func (*NullableApiB2bClientInfoResponseErrorsInner) UnmarshalJSON

func (v *NullableApiB2bClientInfoResponseErrorsInner) UnmarshalJSON(src []byte) error

func (*NullableApiB2bClientInfoResponseErrorsInner) Unset

type NullableApiB2bClientInfoResponses

type NullableApiB2bClientInfoResponses struct {
	// contains filtered or unexported fields
}

func (NullableApiB2bClientInfoResponses) Get

func (NullableApiB2bClientInfoResponses) IsSet

func (NullableApiB2bClientInfoResponses) MarshalJSON

func (v NullableApiB2bClientInfoResponses) MarshalJSON() ([]byte, error)

func (*NullableApiB2bClientInfoResponses) Set

func (*NullableApiB2bClientInfoResponses) UnmarshalJSON

func (v *NullableApiB2bClientInfoResponses) UnmarshalJSON(src []byte) error

func (*NullableApiB2bClientInfoResponses) Unset

type NullableApiBatchError

type NullableApiBatchError struct {
	// contains filtered or unexported fields
}

func NewNullableApiBatchError

func NewNullableApiBatchError(val *ApiBatchError) *NullableApiBatchError

func (NullableApiBatchError) Get

func (NullableApiBatchError) IsSet

func (v NullableApiBatchError) IsSet() bool

func (NullableApiBatchError) MarshalJSON

func (v NullableApiBatchError) MarshalJSON() ([]byte, error)

func (*NullableApiBatchError) Set

func (v *NullableApiBatchError) Set(val *ApiBatchError)

func (*NullableApiBatchError) UnmarshalJSON

func (v *NullableApiBatchError) UnmarshalJSON(src []byte) error

func (*NullableApiBatchError) Unset

func (v *NullableApiBatchError) Unset()

type NullableApiBatchErrorResponse

type NullableApiBatchErrorResponse struct {
	// contains filtered or unexported fields
}

func (NullableApiBatchErrorResponse) Get

func (NullableApiBatchErrorResponse) IsSet

func (NullableApiBatchErrorResponse) MarshalJSON

func (v NullableApiBatchErrorResponse) MarshalJSON() ([]byte, error)

func (*NullableApiBatchErrorResponse) Set

func (*NullableApiBatchErrorResponse) UnmarshalJSON

func (v *NullableApiBatchErrorResponse) UnmarshalJSON(src []byte) error

func (*NullableApiBatchErrorResponse) Unset

func (v *NullableApiBatchErrorResponse) Unset()

type NullableApiError

type NullableApiError struct {
	// contains filtered or unexported fields
}

func NewNullableApiError

func NewNullableApiError(val *ApiError) *NullableApiError

func (NullableApiError) Get

func (v NullableApiError) Get() *ApiError

func (NullableApiError) IsSet

func (v NullableApiError) IsSet() bool

func (NullableApiError) MarshalJSON

func (v NullableApiError) MarshalJSON() ([]byte, error)

func (*NullableApiError) Set

func (v *NullableApiError) Set(val *ApiError)

func (*NullableApiError) UnmarshalJSON

func (v *NullableApiError) UnmarshalJSON(src []byte) error

func (*NullableApiError) Unset

func (v *NullableApiError) Unset()

type NullableApiGTIN

type NullableApiGTIN struct {
	// contains filtered or unexported fields
}

func NewNullableApiGTIN

func NewNullableApiGTIN(val *ApiGTIN) *NullableApiGTIN

func (NullableApiGTIN) Get

func (v NullableApiGTIN) Get() *ApiGTIN

func (NullableApiGTIN) IsSet

func (v NullableApiGTIN) IsSet() bool

func (NullableApiGTIN) MarshalJSON

func (v NullableApiGTIN) MarshalJSON() ([]byte, error)

func (*NullableApiGTIN) Set

func (v *NullableApiGTIN) Set(val *ApiGTIN)

func (*NullableApiGTIN) UnmarshalJSON

func (v *NullableApiGTIN) UnmarshalJSON(src []byte) error

func (*NullableApiGTIN) Unset

func (v *NullableApiGTIN) Unset()

type NullableApiIMEI

type NullableApiIMEI struct {
	// contains filtered or unexported fields
}

func NewNullableApiIMEI

func NewNullableApiIMEI(val *ApiIMEI) *NullableApiIMEI

func (NullableApiIMEI) Get

func (v NullableApiIMEI) Get() *ApiIMEI

func (NullableApiIMEI) IsSet

func (v NullableApiIMEI) IsSet() bool

func (NullableApiIMEI) MarshalJSON

func (v NullableApiIMEI) MarshalJSON() ([]byte, error)

func (*NullableApiIMEI) Set

func (v *NullableApiIMEI) Set(val *ApiIMEI)

func (*NullableApiIMEI) UnmarshalJSON

func (v *NullableApiIMEI) UnmarshalJSON(src []byte) error

func (*NullableApiIMEI) Unset

func (v *NullableApiIMEI) Unset()

type NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest

type NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) Get

func (NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) IsSet

func (NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) MarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) Set

func (*NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) UnmarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequest) Unset

type NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner

type NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner struct {
	// contains filtered or unexported fields
}

func (NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) Get

func (NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) IsSet

func (NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) MarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) Set

func (*NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) UnmarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersMetaCustomsDeclarationPostRequestOrdersInner) Unset

type NullableApiMarketplaceV3DbsOrdersStatusReceivePost200Response

type NullableApiMarketplaceV3DbsOrdersStatusReceivePost200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiMarketplaceV3DbsOrdersStatusReceivePost200Response) Get

func (NullableApiMarketplaceV3DbsOrdersStatusReceivePost200Response) IsSet

func (NullableApiMarketplaceV3DbsOrdersStatusReceivePost200Response) MarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersStatusReceivePost200Response) Set

func (*NullableApiMarketplaceV3DbsOrdersStatusReceivePost200Response) UnmarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersStatusReceivePost200Response) Unset

type NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner

type NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner struct {
	// contains filtered or unexported fields
}

func (NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) Get

func (NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) IsSet

func (NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) MarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) Set

func (*NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) UnmarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInner) Unset

type NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner

type NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner struct {
	// contains filtered or unexported fields
}

func (NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) Get

func (NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) IsSet

func (NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) MarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) Set

func (*NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) UnmarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersStatusReceivePost200ResponseResultsInnerErrorsInner) Unset

type NullableApiMarketplaceV3DbsOrdersStickersPost200Response

type NullableApiMarketplaceV3DbsOrdersStickersPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiMarketplaceV3DbsOrdersStickersPost200Response) Get

func (NullableApiMarketplaceV3DbsOrdersStickersPost200Response) IsSet

func (NullableApiMarketplaceV3DbsOrdersStickersPost200Response) MarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersStickersPost200Response) Set

func (*NullableApiMarketplaceV3DbsOrdersStickersPost200Response) UnmarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersStickersPost200Response) Unset

type NullableApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner

type NullableApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner struct {
	// contains filtered or unexported fields
}

func (NullableApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) Get

func (NullableApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) IsSet

func (NullableApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) MarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) Set

func (*NullableApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) UnmarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersStickersPost200ResponseStickersInner) Unset

type NullableApiMarketplaceV3DbsOrdersStickersPostRequest

type NullableApiMarketplaceV3DbsOrdersStickersPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiMarketplaceV3DbsOrdersStickersPostRequest) Get

func (NullableApiMarketplaceV3DbsOrdersStickersPostRequest) IsSet

func (NullableApiMarketplaceV3DbsOrdersStickersPostRequest) MarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersStickersPostRequest) Set

func (*NullableApiMarketplaceV3DbsOrdersStickersPostRequest) UnmarshalJSON

func (*NullableApiMarketplaceV3DbsOrdersStickersPostRequest) Unset

type NullableApiOrderCodeRequest

type NullableApiOrderCodeRequest struct {
	// contains filtered or unexported fields
}

func NewNullableApiOrderCodeRequest

func NewNullableApiOrderCodeRequest(val *ApiOrderCodeRequest) *NullableApiOrderCodeRequest

func (NullableApiOrderCodeRequest) Get

func (NullableApiOrderCodeRequest) IsSet

func (NullableApiOrderCodeRequest) MarshalJSON

func (v NullableApiOrderCodeRequest) MarshalJSON() ([]byte, error)

func (*NullableApiOrderCodeRequest) Set

func (*NullableApiOrderCodeRequest) UnmarshalJSON

func (v *NullableApiOrderCodeRequest) UnmarshalJSON(src []byte) error

func (*NullableApiOrderCodeRequest) Unset

func (v *NullableApiOrderCodeRequest) Unset()

type NullableApiOrderGroupInner

type NullableApiOrderGroupInner struct {
	// contains filtered or unexported fields
}

func NewNullableApiOrderGroupInner

func NewNullableApiOrderGroupInner(val *ApiOrderGroupInner) *NullableApiOrderGroupInner

func (NullableApiOrderGroupInner) Get

func (NullableApiOrderGroupInner) IsSet

func (v NullableApiOrderGroupInner) IsSet() bool

func (NullableApiOrderGroupInner) MarshalJSON

func (v NullableApiOrderGroupInner) MarshalJSON() ([]byte, error)

func (*NullableApiOrderGroupInner) Set

func (*NullableApiOrderGroupInner) UnmarshalJSON

func (v *NullableApiOrderGroupInner) UnmarshalJSON(src []byte) error

func (*NullableApiOrderGroupInner) Unset

func (v *NullableApiOrderGroupInner) Unset()

type NullableApiOrderGroupsRequest

type NullableApiOrderGroupsRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiOrderGroupsRequest) Get

func (NullableApiOrderGroupsRequest) IsSet

func (NullableApiOrderGroupsRequest) MarshalJSON

func (v NullableApiOrderGroupsRequest) MarshalJSON() ([]byte, error)

func (*NullableApiOrderGroupsRequest) Set

func (*NullableApiOrderGroupsRequest) UnmarshalJSON

func (v *NullableApiOrderGroupsRequest) UnmarshalJSON(src []byte) error

func (*NullableApiOrderGroupsRequest) Unset

func (v *NullableApiOrderGroupsRequest) Unset()

type NullableApiOrderMetaV2

type NullableApiOrderMetaV2 struct {
	// contains filtered or unexported fields
}

func NewNullableApiOrderMetaV2

func NewNullableApiOrderMetaV2(val *ApiOrderMetaV2) *NullableApiOrderMetaV2

func (NullableApiOrderMetaV2) Get

func (NullableApiOrderMetaV2) IsSet

func (v NullableApiOrderMetaV2) IsSet() bool

func (NullableApiOrderMetaV2) MarshalJSON

func (v NullableApiOrderMetaV2) MarshalJSON() ([]byte, error)

func (*NullableApiOrderMetaV2) Set

func (*NullableApiOrderMetaV2) UnmarshalJSON

func (v *NullableApiOrderMetaV2) UnmarshalJSON(src []byte) error

func (*NullableApiOrderMetaV2) Unset

func (v *NullableApiOrderMetaV2) Unset()

type NullableApiOrderStatusV2

type NullableApiOrderStatusV2 struct {
	// contains filtered or unexported fields
}

func NewNullableApiOrderStatusV2

func NewNullableApiOrderStatusV2(val *ApiOrderStatusV2) *NullableApiOrderStatusV2

func (NullableApiOrderStatusV2) Get

func (NullableApiOrderStatusV2) IsSet

func (v NullableApiOrderStatusV2) IsSet() bool

func (NullableApiOrderStatusV2) MarshalJSON

func (v NullableApiOrderStatusV2) MarshalJSON() ([]byte, error)

func (*NullableApiOrderStatusV2) Set

func (*NullableApiOrderStatusV2) UnmarshalJSON

func (v *NullableApiOrderStatusV2) UnmarshalJSON(src []byte) error

func (*NullableApiOrderStatusV2) Unset

func (v *NullableApiOrderStatusV2) Unset()

type NullableApiOrderStatusesV2

type NullableApiOrderStatusesV2 struct {
	// contains filtered or unexported fields
}

func NewNullableApiOrderStatusesV2

func NewNullableApiOrderStatusesV2(val *ApiOrderStatusesV2) *NullableApiOrderStatusesV2

func (NullableApiOrderStatusesV2) Get

func (NullableApiOrderStatusesV2) IsSet

func (v NullableApiOrderStatusesV2) IsSet() bool

func (NullableApiOrderStatusesV2) MarshalJSON

func (v NullableApiOrderStatusesV2) MarshalJSON() ([]byte, error)

func (*NullableApiOrderStatusesV2) Set

func (*NullableApiOrderStatusesV2) UnmarshalJSON

func (v *NullableApiOrderStatusesV2) UnmarshalJSON(src []byte) error

func (*NullableApiOrderStatusesV2) Unset

func (v *NullableApiOrderStatusesV2) Unset()

type NullableApiOrdersCodeRequest

type NullableApiOrdersCodeRequest struct {
	// contains filtered or unexported fields
}

func NewNullableApiOrdersCodeRequest

func NewNullableApiOrdersCodeRequest(val *ApiOrdersCodeRequest) *NullableApiOrdersCodeRequest

func (NullableApiOrdersCodeRequest) Get

func (NullableApiOrdersCodeRequest) IsSet

func (NullableApiOrdersCodeRequest) MarshalJSON

func (v NullableApiOrdersCodeRequest) MarshalJSON() ([]byte, error)

func (*NullableApiOrdersCodeRequest) Set

func (*NullableApiOrdersCodeRequest) UnmarshalJSON

func (v *NullableApiOrdersCodeRequest) UnmarshalJSON(src []byte) error

func (*NullableApiOrdersCodeRequest) Unset

func (v *NullableApiOrdersCodeRequest) Unset()

type NullableApiOrdersGTINSetRequest

type NullableApiOrdersGTINSetRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiOrdersGTINSetRequest) Get

func (NullableApiOrdersGTINSetRequest) IsSet

func (NullableApiOrdersGTINSetRequest) MarshalJSON

func (v NullableApiOrdersGTINSetRequest) MarshalJSON() ([]byte, error)

func (*NullableApiOrdersGTINSetRequest) Set

func (*NullableApiOrdersGTINSetRequest) UnmarshalJSON

func (v *NullableApiOrdersGTINSetRequest) UnmarshalJSON(src []byte) error

func (*NullableApiOrdersGTINSetRequest) Unset

type NullableApiOrdersIMEISetRequest

type NullableApiOrdersIMEISetRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiOrdersIMEISetRequest) Get

func (NullableApiOrdersIMEISetRequest) IsSet

func (NullableApiOrdersIMEISetRequest) MarshalJSON

func (v NullableApiOrdersIMEISetRequest) MarshalJSON() ([]byte, error)

func (*NullableApiOrdersIMEISetRequest) Set

func (*NullableApiOrdersIMEISetRequest) UnmarshalJSON

func (v *NullableApiOrdersIMEISetRequest) UnmarshalJSON(src []byte) error

func (*NullableApiOrdersIMEISetRequest) Unset

type NullableApiOrdersMetaDeleteRequest

type NullableApiOrdersMetaDeleteRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiOrdersMetaDeleteRequest) Get

func (NullableApiOrdersMetaDeleteRequest) IsSet

func (NullableApiOrdersMetaDeleteRequest) MarshalJSON

func (v NullableApiOrdersMetaDeleteRequest) MarshalJSON() ([]byte, error)

func (*NullableApiOrdersMetaDeleteRequest) Set

func (*NullableApiOrdersMetaDeleteRequest) UnmarshalJSON

func (v *NullableApiOrdersMetaDeleteRequest) UnmarshalJSON(src []byte) error

func (*NullableApiOrdersMetaDeleteRequest) Unset

type NullableApiOrdersMetaResponse

type NullableApiOrdersMetaResponse struct {
	// contains filtered or unexported fields
}

func (NullableApiOrdersMetaResponse) Get

func (NullableApiOrdersMetaResponse) IsSet

func (NullableApiOrdersMetaResponse) MarshalJSON

func (v NullableApiOrdersMetaResponse) MarshalJSON() ([]byte, error)

func (*NullableApiOrdersMetaResponse) Set

func (*NullableApiOrdersMetaResponse) UnmarshalJSON

func (v *NullableApiOrdersMetaResponse) UnmarshalJSON(src []byte) error

func (*NullableApiOrdersMetaResponse) Unset

func (v *NullableApiOrdersMetaResponse) Unset()

type NullableApiOrdersRequestV2

type NullableApiOrdersRequestV2 struct {
	// contains filtered or unexported fields
}

func NewNullableApiOrdersRequestV2

func NewNullableApiOrdersRequestV2(val *ApiOrdersRequestV2) *NullableApiOrdersRequestV2

func (NullableApiOrdersRequestV2) Get

func (NullableApiOrdersRequestV2) IsSet

func (v NullableApiOrdersRequestV2) IsSet() bool

func (NullableApiOrdersRequestV2) MarshalJSON

func (v NullableApiOrdersRequestV2) MarshalJSON() ([]byte, error)

func (*NullableApiOrdersRequestV2) Set

func (*NullableApiOrdersRequestV2) UnmarshalJSON

func (v *NullableApiOrdersRequestV2) UnmarshalJSON(src []byte) error

func (*NullableApiOrdersRequestV2) Unset

func (v *NullableApiOrdersRequestV2) Unset()

type NullableApiOrdersSGTINsSetRequest

type NullableApiOrdersSGTINsSetRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiOrdersSGTINsSetRequest) Get

func (NullableApiOrdersSGTINsSetRequest) IsSet

func (NullableApiOrdersSGTINsSetRequest) MarshalJSON

func (v NullableApiOrdersSGTINsSetRequest) MarshalJSON() ([]byte, error)

func (*NullableApiOrdersSGTINsSetRequest) Set

func (*NullableApiOrdersSGTINsSetRequest) UnmarshalJSON

func (v *NullableApiOrdersSGTINsSetRequest) UnmarshalJSON(src []byte) error

func (*NullableApiOrdersSGTINsSetRequest) Unset

type NullableApiOrdersUINSetRequest

type NullableApiOrdersUINSetRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiOrdersUINSetRequest) Get

func (NullableApiOrdersUINSetRequest) IsSet

func (NullableApiOrdersUINSetRequest) MarshalJSON

func (v NullableApiOrdersUINSetRequest) MarshalJSON() ([]byte, error)

func (*NullableApiOrdersUINSetRequest) Set

func (*NullableApiOrdersUINSetRequest) UnmarshalJSON

func (v *NullableApiOrdersUINSetRequest) UnmarshalJSON(src []byte) error

func (*NullableApiOrdersUINSetRequest) Unset

func (v *NullableApiOrdersUINSetRequest) Unset()

type NullableApiSGTINs

type NullableApiSGTINs struct {
	// contains filtered or unexported fields
}

func NewNullableApiSGTINs

func NewNullableApiSGTINs(val *ApiSGTINs) *NullableApiSGTINs

func (NullableApiSGTINs) Get

func (v NullableApiSGTINs) Get() *ApiSGTINs

func (NullableApiSGTINs) IsSet

func (v NullableApiSGTINs) IsSet() bool

func (NullableApiSGTINs) MarshalJSON

func (v NullableApiSGTINs) MarshalJSON() ([]byte, error)

func (*NullableApiSGTINs) Set

func (v *NullableApiSGTINs) Set(val *ApiSGTINs)

func (*NullableApiSGTINs) UnmarshalJSON

func (v *NullableApiSGTINs) UnmarshalJSON(src []byte) error

func (*NullableApiSGTINs) Unset

func (v *NullableApiSGTINs) Unset()

type NullableApiStatusSetResponse

type NullableApiStatusSetResponse struct {
	// contains filtered or unexported fields
}

func NewNullableApiStatusSetResponse

func NewNullableApiStatusSetResponse(val *ApiStatusSetResponse) *NullableApiStatusSetResponse

func (NullableApiStatusSetResponse) Get

func (NullableApiStatusSetResponse) IsSet

func (NullableApiStatusSetResponse) MarshalJSON

func (v NullableApiStatusSetResponse) MarshalJSON() ([]byte, error)

func (*NullableApiStatusSetResponse) Set

func (*NullableApiStatusSetResponse) UnmarshalJSON

func (v *NullableApiStatusSetResponse) UnmarshalJSON(src []byte) error

func (*NullableApiStatusSetResponse) Unset

func (v *NullableApiStatusSetResponse) Unset()

type NullableApiStatusSetResponses

type NullableApiStatusSetResponses struct {
	// contains filtered or unexported fields
}

func (NullableApiStatusSetResponses) Get

func (NullableApiStatusSetResponses) IsSet

func (NullableApiStatusSetResponses) MarshalJSON

func (v NullableApiStatusSetResponses) MarshalJSON() ([]byte, error)

func (*NullableApiStatusSetResponses) Set

func (*NullableApiStatusSetResponses) UnmarshalJSON

func (v *NullableApiStatusSetResponses) UnmarshalJSON(src []byte) error

func (*NullableApiStatusSetResponses) Unset

func (v *NullableApiStatusSetResponses) Unset()

type NullableApiUIN

type NullableApiUIN struct {
	// contains filtered or unexported fields
}

func NewNullableApiUIN

func NewNullableApiUIN(val *ApiUIN) *NullableApiUIN

func (NullableApiUIN) Get

func (v NullableApiUIN) Get() *ApiUIN

func (NullableApiUIN) IsSet

func (v NullableApiUIN) IsSet() bool

func (NullableApiUIN) MarshalJSON

func (v NullableApiUIN) MarshalJSON() ([]byte, error)

func (*NullableApiUIN) Set

func (v *NullableApiUIN) Set(val *ApiUIN)

func (*NullableApiUIN) UnmarshalJSON

func (v *NullableApiUIN) UnmarshalJSON(src []byte) error

func (*NullableApiUIN) Unset

func (v *NullableApiUIN) Unset()

type NullableApiV3DbsOrdersGet200Response

type NullableApiV3DbsOrdersGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3DbsOrdersGet200Response) Get

func (NullableApiV3DbsOrdersGet200Response) IsSet

func (NullableApiV3DbsOrdersGet200Response) MarshalJSON

func (v NullableApiV3DbsOrdersGet200Response) MarshalJSON() ([]byte, error)

func (*NullableApiV3DbsOrdersGet200Response) Set

func (*NullableApiV3DbsOrdersGet200Response) UnmarshalJSON

func (v *NullableApiV3DbsOrdersGet200Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3DbsOrdersGet200Response) Unset

type NullableApiV3DbsOrdersNewGet200Response

type NullableApiV3DbsOrdersNewGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3DbsOrdersNewGet200Response) Get

func (NullableApiV3DbsOrdersNewGet200Response) IsSet

func (NullableApiV3DbsOrdersNewGet200Response) MarshalJSON

func (v NullableApiV3DbsOrdersNewGet200Response) MarshalJSON() ([]byte, error)

func (*NullableApiV3DbsOrdersNewGet200Response) Set

func (*NullableApiV3DbsOrdersNewGet200Response) UnmarshalJSON

func (v *NullableApiV3DbsOrdersNewGet200Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3DbsOrdersNewGet200Response) Unset

type NullableApiV3DbsOrdersNewGet401Response

type NullableApiV3DbsOrdersNewGet401Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3DbsOrdersNewGet401Response) Get

func (NullableApiV3DbsOrdersNewGet401Response) IsSet

func (NullableApiV3DbsOrdersNewGet401Response) MarshalJSON

func (v NullableApiV3DbsOrdersNewGet401Response) MarshalJSON() ([]byte, error)

func (*NullableApiV3DbsOrdersNewGet401Response) Set

func (*NullableApiV3DbsOrdersNewGet401Response) UnmarshalJSON

func (v *NullableApiV3DbsOrdersNewGet401Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3DbsOrdersNewGet401Response) Unset

type NullableApiV3DbsOrdersNewGet402Response

type NullableApiV3DbsOrdersNewGet402Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3DbsOrdersNewGet402Response) Get

func (NullableApiV3DbsOrdersNewGet402Response) IsSet

func (NullableApiV3DbsOrdersNewGet402Response) MarshalJSON

func (v NullableApiV3DbsOrdersNewGet402Response) MarshalJSON() ([]byte, error)

func (*NullableApiV3DbsOrdersNewGet402Response) Set

func (*NullableApiV3DbsOrdersNewGet402Response) UnmarshalJSON

func (v *NullableApiV3DbsOrdersNewGet402Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3DbsOrdersNewGet402Response) Unset

type NullableApiV3DbsOrdersOrderIdMetaGet200Response

type NullableApiV3DbsOrdersOrderIdMetaGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3DbsOrdersOrderIdMetaGet200Response) Get

func (NullableApiV3DbsOrdersOrderIdMetaGet200Response) IsSet

func (NullableApiV3DbsOrdersOrderIdMetaGet200Response) MarshalJSON

func (*NullableApiV3DbsOrdersOrderIdMetaGet200Response) Set

func (*NullableApiV3DbsOrdersOrderIdMetaGet200Response) UnmarshalJSON

func (*NullableApiV3DbsOrdersOrderIdMetaGet200Response) Unset

type NullableApiV3DbsOrdersOrderIdMetaGtinPutRequest

type NullableApiV3DbsOrdersOrderIdMetaGtinPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3DbsOrdersOrderIdMetaGtinPutRequest) Get

func (NullableApiV3DbsOrdersOrderIdMetaGtinPutRequest) IsSet

func (NullableApiV3DbsOrdersOrderIdMetaGtinPutRequest) MarshalJSON

func (*NullableApiV3DbsOrdersOrderIdMetaGtinPutRequest) Set

func (*NullableApiV3DbsOrdersOrderIdMetaGtinPutRequest) UnmarshalJSON

func (*NullableApiV3DbsOrdersOrderIdMetaGtinPutRequest) Unset

type NullableApiV3DbsOrdersOrderIdMetaImeiPutRequest

type NullableApiV3DbsOrdersOrderIdMetaImeiPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3DbsOrdersOrderIdMetaImeiPutRequest) Get

func (NullableApiV3DbsOrdersOrderIdMetaImeiPutRequest) IsSet

func (NullableApiV3DbsOrdersOrderIdMetaImeiPutRequest) MarshalJSON

func (*NullableApiV3DbsOrdersOrderIdMetaImeiPutRequest) Set

func (*NullableApiV3DbsOrdersOrderIdMetaImeiPutRequest) UnmarshalJSON

func (*NullableApiV3DbsOrdersOrderIdMetaImeiPutRequest) Unset

type NullableApiV3DbsOrdersOrderIdMetaSgtinPutRequest

type NullableApiV3DbsOrdersOrderIdMetaSgtinPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3DbsOrdersOrderIdMetaSgtinPutRequest) Get

func (NullableApiV3DbsOrdersOrderIdMetaSgtinPutRequest) IsSet

func (NullableApiV3DbsOrdersOrderIdMetaSgtinPutRequest) MarshalJSON

func (*NullableApiV3DbsOrdersOrderIdMetaSgtinPutRequest) Set

func (*NullableApiV3DbsOrdersOrderIdMetaSgtinPutRequest) UnmarshalJSON

func (*NullableApiV3DbsOrdersOrderIdMetaSgtinPutRequest) Unset

type NullableApiV3DbsOrdersOrderIdMetaUinPutRequest

type NullableApiV3DbsOrdersOrderIdMetaUinPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3DbsOrdersOrderIdMetaUinPutRequest) Get

func (NullableApiV3DbsOrdersOrderIdMetaUinPutRequest) IsSet

func (NullableApiV3DbsOrdersOrderIdMetaUinPutRequest) MarshalJSON

func (*NullableApiV3DbsOrdersOrderIdMetaUinPutRequest) Set

func (*NullableApiV3DbsOrdersOrderIdMetaUinPutRequest) UnmarshalJSON

func (*NullableApiV3DbsOrdersOrderIdMetaUinPutRequest) Unset

type NullableApiV3DbsOrdersStatusPost200Response

type NullableApiV3DbsOrdersStatusPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3DbsOrdersStatusPost200Response) Get

func (NullableApiV3DbsOrdersStatusPost200Response) IsSet

func (NullableApiV3DbsOrdersStatusPost200Response) MarshalJSON

func (*NullableApiV3DbsOrdersStatusPost200Response) Set

func (*NullableApiV3DbsOrdersStatusPost200Response) UnmarshalJSON

func (v *NullableApiV3DbsOrdersStatusPost200Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3DbsOrdersStatusPost200Response) Unset

type NullableApiV3DbsOrdersStatusPost200ResponseOrdersInner

type NullableApiV3DbsOrdersStatusPost200ResponseOrdersInner struct {
	// contains filtered or unexported fields
}

func (NullableApiV3DbsOrdersStatusPost200ResponseOrdersInner) Get

func (NullableApiV3DbsOrdersStatusPost200ResponseOrdersInner) IsSet

func (NullableApiV3DbsOrdersStatusPost200ResponseOrdersInner) MarshalJSON

func (*NullableApiV3DbsOrdersStatusPost200ResponseOrdersInner) Set

func (*NullableApiV3DbsOrdersStatusPost200ResponseOrdersInner) UnmarshalJSON

func (*NullableApiV3DbsOrdersStatusPost200ResponseOrdersInner) Unset

type NullableApiV3DbsOrdersStatusPostRequest

type NullableApiV3DbsOrdersStatusPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3DbsOrdersStatusPostRequest) Get

func (NullableApiV3DbsOrdersStatusPostRequest) IsSet

func (NullableApiV3DbsOrdersStatusPostRequest) MarshalJSON

func (v NullableApiV3DbsOrdersStatusPostRequest) MarshalJSON() ([]byte, error)

func (*NullableApiV3DbsOrdersStatusPostRequest) Set

func (*NullableApiV3DbsOrdersStatusPostRequest) UnmarshalJSON

func (v *NullableApiV3DbsOrdersStatusPostRequest) UnmarshalJSON(src []byte) error

func (*NullableApiV3DbsOrdersStatusPostRequest) 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 NullableCode

type NullableCode struct {
	// contains filtered or unexported fields
}

func NewNullableCode

func NewNullableCode(val *Code) *NullableCode

func (NullableCode) Get

func (v NullableCode) Get() *Code

func (NullableCode) IsSet

func (v NullableCode) IsSet() bool

func (NullableCode) MarshalJSON

func (v NullableCode) MarshalJSON() ([]byte, error)

func (*NullableCode) Set

func (v *NullableCode) Set(val *Code)

func (*NullableCode) UnmarshalJSON

func (v *NullableCode) UnmarshalJSON(src []byte) error

func (*NullableCode) Unset

func (v *NullableCode) Unset()

type NullableDbsOnlyClientInfo

type NullableDbsOnlyClientInfo struct {
	// contains filtered or unexported fields
}

func NewNullableDbsOnlyClientInfo

func NewNullableDbsOnlyClientInfo(val *DbsOnlyClientInfo) *NullableDbsOnlyClientInfo

func (NullableDbsOnlyClientInfo) Get

func (NullableDbsOnlyClientInfo) IsSet

func (v NullableDbsOnlyClientInfo) IsSet() bool

func (NullableDbsOnlyClientInfo) MarshalJSON

func (v NullableDbsOnlyClientInfo) MarshalJSON() ([]byte, error)

func (*NullableDbsOnlyClientInfo) Set

func (*NullableDbsOnlyClientInfo) UnmarshalJSON

func (v *NullableDbsOnlyClientInfo) UnmarshalJSON(src []byte) error

func (*NullableDbsOnlyClientInfo) Unset

func (v *NullableDbsOnlyClientInfo) Unset()

type NullableDbsOnlyClientInfoResp

type NullableDbsOnlyClientInfoResp struct {
	// contains filtered or unexported fields
}

func (NullableDbsOnlyClientInfoResp) Get

func (NullableDbsOnlyClientInfoResp) IsSet

func (NullableDbsOnlyClientInfoResp) MarshalJSON

func (v NullableDbsOnlyClientInfoResp) MarshalJSON() ([]byte, error)

func (*NullableDbsOnlyClientInfoResp) Set

func (*NullableDbsOnlyClientInfoResp) UnmarshalJSON

func (v *NullableDbsOnlyClientInfoResp) UnmarshalJSON(src []byte) error

func (*NullableDbsOnlyClientInfoResp) Unset

func (v *NullableDbsOnlyClientInfoResp) Unset()

type NullableDeliveryDatesInfoResp

type NullableDeliveryDatesInfoResp struct {
	// contains filtered or unexported fields
}

func (NullableDeliveryDatesInfoResp) Get

func (NullableDeliveryDatesInfoResp) IsSet

func (NullableDeliveryDatesInfoResp) MarshalJSON

func (v NullableDeliveryDatesInfoResp) MarshalJSON() ([]byte, error)

func (*NullableDeliveryDatesInfoResp) Set

func (*NullableDeliveryDatesInfoResp) UnmarshalJSON

func (v *NullableDeliveryDatesInfoResp) UnmarshalJSON(src []byte) error

func (*NullableDeliveryDatesInfoResp) Unset

func (v *NullableDeliveryDatesInfoResp) Unset()

type NullableDeliveryDatesInfoRespOrdersInner

type NullableDeliveryDatesInfoRespOrdersInner struct {
	// contains filtered or unexported fields
}

func (NullableDeliveryDatesInfoRespOrdersInner) Get

func (NullableDeliveryDatesInfoRespOrdersInner) IsSet

func (NullableDeliveryDatesInfoRespOrdersInner) MarshalJSON

func (*NullableDeliveryDatesInfoRespOrdersInner) Set

func (*NullableDeliveryDatesInfoRespOrdersInner) UnmarshalJSON

func (v *NullableDeliveryDatesInfoRespOrdersInner) UnmarshalJSON(src []byte) error

func (*NullableDeliveryDatesInfoRespOrdersInner) Unset

type NullableDeliveryDatesRequest

type NullableDeliveryDatesRequest struct {
	// contains filtered or unexported fields
}

func NewNullableDeliveryDatesRequest

func NewNullableDeliveryDatesRequest(val *DeliveryDatesRequest) *NullableDeliveryDatesRequest

func (NullableDeliveryDatesRequest) Get

func (NullableDeliveryDatesRequest) IsSet

func (NullableDeliveryDatesRequest) MarshalJSON

func (v NullableDeliveryDatesRequest) MarshalJSON() ([]byte, error)

func (*NullableDeliveryDatesRequest) Set

func (*NullableDeliveryDatesRequest) UnmarshalJSON

func (v *NullableDeliveryDatesRequest) UnmarshalJSON(src []byte) error

func (*NullableDeliveryDatesRequest) Unset

func (v *NullableDeliveryDatesRequest) Unset()

type NullableError

type NullableError struct {
	// contains filtered or unexported fields
}

func NewNullableError

func NewNullableError(val *Error) *NullableError

func (NullableError) Get

func (v NullableError) Get() *Error

func (NullableError) IsSet

func (v NullableError) IsSet() bool

func (NullableError) MarshalJSON

func (v NullableError) MarshalJSON() ([]byte, error)

func (*NullableError) Set

func (v *NullableError) Set(val *Error)

func (*NullableError) UnmarshalJSON

func (v *NullableError) UnmarshalJSON(src []byte) error

func (*NullableError) Unset

func (v *NullableError) 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 NullableMeta

type NullableMeta struct {
	// contains filtered or unexported fields
}

func NewNullableMeta

func NewNullableMeta(val *Meta) *NullableMeta

func (NullableMeta) Get

func (v NullableMeta) Get() *Meta

func (NullableMeta) IsSet

func (v NullableMeta) IsSet() bool

func (NullableMeta) MarshalJSON

func (v NullableMeta) MarshalJSON() ([]byte, error)

func (*NullableMeta) Set

func (v *NullableMeta) Set(val *Meta)

func (*NullableMeta) UnmarshalJSON

func (v *NullableMeta) UnmarshalJSON(src []byte) error

func (*NullableMeta) Unset

func (v *NullableMeta) Unset()

type NullableMetaCustomsDeclaration

type NullableMetaCustomsDeclaration struct {
	// contains filtered or unexported fields
}

func (NullableMetaCustomsDeclaration) Get

func (NullableMetaCustomsDeclaration) IsSet

func (NullableMetaCustomsDeclaration) MarshalJSON

func (v NullableMetaCustomsDeclaration) MarshalJSON() ([]byte, error)

func (*NullableMetaCustomsDeclaration) Set

func (*NullableMetaCustomsDeclaration) UnmarshalJSON

func (v *NullableMetaCustomsDeclaration) UnmarshalJSON(src []byte) error

func (*NullableMetaCustomsDeclaration) Unset

func (v *NullableMetaCustomsDeclaration) Unset()

type NullableMetaGtin

type NullableMetaGtin struct {
	// contains filtered or unexported fields
}

func NewNullableMetaGtin

func NewNullableMetaGtin(val *MetaGtin) *NullableMetaGtin

func (NullableMetaGtin) Get

func (v NullableMetaGtin) Get() *MetaGtin

func (NullableMetaGtin) IsSet

func (v NullableMetaGtin) IsSet() bool

func (NullableMetaGtin) MarshalJSON

func (v NullableMetaGtin) MarshalJSON() ([]byte, error)

func (*NullableMetaGtin) Set

func (v *NullableMetaGtin) Set(val *MetaGtin)

func (*NullableMetaGtin) UnmarshalJSON

func (v *NullableMetaGtin) UnmarshalJSON(src []byte) error

func (*NullableMetaGtin) Unset

func (v *NullableMetaGtin) Unset()

type NullableMetaImei

type NullableMetaImei struct {
	// contains filtered or unexported fields
}

func NewNullableMetaImei

func NewNullableMetaImei(val *MetaImei) *NullableMetaImei

func (NullableMetaImei) Get

func (v NullableMetaImei) Get() *MetaImei

func (NullableMetaImei) IsSet

func (v NullableMetaImei) IsSet() bool

func (NullableMetaImei) MarshalJSON

func (v NullableMetaImei) MarshalJSON() ([]byte, error)

func (*NullableMetaImei) Set

func (v *NullableMetaImei) Set(val *MetaImei)

func (*NullableMetaImei) UnmarshalJSON

func (v *NullableMetaImei) UnmarshalJSON(src []byte) error

func (*NullableMetaImei) Unset

func (v *NullableMetaImei) Unset()

type NullableMetaSgtin

type NullableMetaSgtin struct {
	// contains filtered or unexported fields
}

func NewNullableMetaSgtin

func NewNullableMetaSgtin(val *MetaSgtin) *NullableMetaSgtin

func (NullableMetaSgtin) Get

func (v NullableMetaSgtin) Get() *MetaSgtin

func (NullableMetaSgtin) IsSet

func (v NullableMetaSgtin) IsSet() bool

func (NullableMetaSgtin) MarshalJSON

func (v NullableMetaSgtin) MarshalJSON() ([]byte, error)

func (*NullableMetaSgtin) Set

func (v *NullableMetaSgtin) Set(val *MetaSgtin)

func (*NullableMetaSgtin) UnmarshalJSON

func (v *NullableMetaSgtin) UnmarshalJSON(src []byte) error

func (*NullableMetaSgtin) Unset

func (v *NullableMetaSgtin) Unset()

type NullableMetaUin

type NullableMetaUin struct {
	// contains filtered or unexported fields
}

func NewNullableMetaUin

func NewNullableMetaUin(val *MetaUin) *NullableMetaUin

func (NullableMetaUin) Get

func (v NullableMetaUin) Get() *MetaUin

func (NullableMetaUin) IsSet

func (v NullableMetaUin) IsSet() bool

func (NullableMetaUin) MarshalJSON

func (v NullableMetaUin) MarshalJSON() ([]byte, error)

func (*NullableMetaUin) Set

func (v *NullableMetaUin) Set(val *MetaUin)

func (*NullableMetaUin) UnmarshalJSON

func (v *NullableMetaUin) UnmarshalJSON(src []byte) error

func (*NullableMetaUin) Unset

func (v *NullableMetaUin) Unset()

type NullableOrderDBS

type NullableOrderDBS struct {
	// contains filtered or unexported fields
}

func NewNullableOrderDBS

func NewNullableOrderDBS(val *OrderDBS) *NullableOrderDBS

func (NullableOrderDBS) Get

func (v NullableOrderDBS) Get() *OrderDBS

func (NullableOrderDBS) IsSet

func (v NullableOrderDBS) IsSet() bool

func (NullableOrderDBS) MarshalJSON

func (v NullableOrderDBS) MarshalJSON() ([]byte, error)

func (*NullableOrderDBS) Set

func (v *NullableOrderDBS) Set(val *OrderDBS)

func (*NullableOrderDBS) UnmarshalJSON

func (v *NullableOrderDBS) UnmarshalJSON(src []byte) error

func (*NullableOrderDBS) Unset

func (v *NullableOrderDBS) Unset()

type NullableOrderDBSAddress

type NullableOrderDBSAddress struct {
	// contains filtered or unexported fields
}

func NewNullableOrderDBSAddress

func NewNullableOrderDBSAddress(val *OrderDBSAddress) *NullableOrderDBSAddress

func (NullableOrderDBSAddress) Get

func (NullableOrderDBSAddress) IsSet

func (v NullableOrderDBSAddress) IsSet() bool

func (NullableOrderDBSAddress) MarshalJSON

func (v NullableOrderDBSAddress) MarshalJSON() ([]byte, error)

func (*NullableOrderDBSAddress) Set

func (*NullableOrderDBSAddress) UnmarshalJSON

func (v *NullableOrderDBSAddress) UnmarshalJSON(src []byte) error

func (*NullableOrderDBSAddress) Unset

func (v *NullableOrderDBSAddress) Unset()

type NullableOrderNewDBS

type NullableOrderNewDBS struct {
	// contains filtered or unexported fields
}

func NewNullableOrderNewDBS

func NewNullableOrderNewDBS(val *OrderNewDBS) *NullableOrderNewDBS

func (NullableOrderNewDBS) Get

func (NullableOrderNewDBS) IsSet

func (v NullableOrderNewDBS) IsSet() bool

func (NullableOrderNewDBS) MarshalJSON

func (v NullableOrderNewDBS) MarshalJSON() ([]byte, error)

func (*NullableOrderNewDBS) Set

func (v *NullableOrderNewDBS) Set(val *OrderNewDBS)

func (*NullableOrderNewDBS) UnmarshalJSON

func (v *NullableOrderNewDBS) UnmarshalJSON(src []byte) error

func (*NullableOrderNewDBS) Unset

func (v *NullableOrderNewDBS) Unset()

type NullableOrderNewDBSAddress

type NullableOrderNewDBSAddress struct {
	// contains filtered or unexported fields
}

func NewNullableOrderNewDBSAddress

func NewNullableOrderNewDBSAddress(val *OrderNewDBSAddress) *NullableOrderNewDBSAddress

func (NullableOrderNewDBSAddress) Get

func (NullableOrderNewDBSAddress) IsSet

func (v NullableOrderNewDBSAddress) IsSet() bool

func (NullableOrderNewDBSAddress) MarshalJSON

func (v NullableOrderNewDBSAddress) MarshalJSON() ([]byte, error)

func (*NullableOrderNewDBSAddress) Set

func (*NullableOrderNewDBSAddress) UnmarshalJSON

func (v *NullableOrderNewDBSAddress) UnmarshalJSON(src []byte) error

func (*NullableOrderNewDBSAddress) Unset

func (v *NullableOrderNewDBSAddress) Unset()

type NullableOrderNewDBSOptions

type NullableOrderNewDBSOptions struct {
	// contains filtered or unexported fields
}

func NewNullableOrderNewDBSOptions

func NewNullableOrderNewDBSOptions(val *OrderNewDBSOptions) *NullableOrderNewDBSOptions

func (NullableOrderNewDBSOptions) Get

func (NullableOrderNewDBSOptions) IsSet

func (v NullableOrderNewDBSOptions) IsSet() bool

func (NullableOrderNewDBSOptions) MarshalJSON

func (v NullableOrderNewDBSOptions) MarshalJSON() ([]byte, error)

func (*NullableOrderNewDBSOptions) Set

func (*NullableOrderNewDBSOptions) UnmarshalJSON

func (v *NullableOrderNewDBSOptions) UnmarshalJSON(src []byte) error

func (*NullableOrderNewDBSOptions) Unset

func (v *NullableOrderNewDBSOptions) Unset()

type NullableOrdersRequestAPI

type NullableOrdersRequestAPI struct {
	// contains filtered or unexported fields
}

func NewNullableOrdersRequestAPI

func NewNullableOrdersRequestAPI(val *OrdersRequestAPI) *NullableOrdersRequestAPI

func (NullableOrdersRequestAPI) Get

func (NullableOrdersRequestAPI) IsSet

func (v NullableOrdersRequestAPI) IsSet() bool

func (NullableOrdersRequestAPI) MarshalJSON

func (v NullableOrdersRequestAPI) MarshalJSON() ([]byte, error)

func (*NullableOrdersRequestAPI) Set

func (*NullableOrdersRequestAPI) UnmarshalJSON

func (v *NullableOrdersRequestAPI) UnmarshalJSON(src []byte) error

func (*NullableOrdersRequestAPI) Unset

func (v *NullableOrdersRequestAPI) 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 OrderDBS

type OrderDBS struct {
	Address NullableOrderDBSAddress `json:"address,omitempty"`
	// Delivery type: - `dbs` — Delivery By Supplier - `dbsPickupPoint` — Delivery By Supplier to Pickup Point - `edbs` — Express Delivery By Supplier
	DeliveryType *string             `json:"deliveryType,omitempty"`
	Options      *OrderNewDBSOptions `json:"options,omitempty"`
	// Transaction ID for order grouping. Orders in the same buyer's cart will have the same `orderUid`.
	OrderUid *string `json:"orderUid,omitempty"`
	// Assembly order group ID. <br> It unites assembly orders received at a single warehouse (`warehouseId`) as part of a single buyer transaction (`orderUid`)
	GroupId *string `json:"groupId,omitempty"`
	// Seller's article
	Article *string `json:"article,omitempty"`
	// Color code (for tinted products only)
	ColorCode *string `json:"colorCode,omitempty"`
	// Unique order ID. <br> Note: `rid` corresponds to `srid` in the responses of the methods:   - [Buyers return applications](./user-communication#tag/Buyers-Returns/paths/~1api~1v1~1claims/get)   - [Orders](./reports#tag/Main-Reports/paths/~1api~1v1~1supplier~1orders/get)   - [Sales](./reports#tag/Main-Reports/paths/~1api~1v1~1supplier~1sales/get)   - [Goods Return Report](./reports#tag/Goods-Return-Report)   - [Realization sales report](./financial-reports-and-accounting#tag/Financial-Reports/paths/~1api~1v5~1supplier~1reportDetailByPeriod/get)
	Rid *string `json:"rid,omitempty"`
	// Order creation date
	CreatedAt *time.Time `json:"createdAt,omitempty"`
	// Product barcode array
	Skus []string `json:"skus,omitempty"`
	// Assembly order ID
	Id *int64 `json:"id,omitempty"`
	// Seller's warehouse ID where the order was received.
	WarehouseId *int32 `json:"warehouseId,omitempty"`
	// WB article
	NmId *int32 `json:"nmId,omitempty"`
	// Product size ID in WB systems
	ChrtId *int32 `json:"chrtId,omitempty"`
	// Acceptance price for orders to a pickup point, in kopecks. Displayed only for orders to a pickup point
	ScanPrice NullableInt32 `json:"scanPrice,omitempty"`
	// The price in the currency of sale including all discounts, except WB Wallet discount, multiplied by 100. You can find a currency code in the `currencyCode`. Provided for informational purposes only
	Price *int32 `json:"price,omitempty"`
	// The price in the currency of the seller's country including all discounts, except WB Wallet discount, multiplied by 100. Provided for informational purposes only
	ConvertedPrice *int32 `json:"convertedPrice,omitempty"`
	// Sale currency code
	CurrencyCode *int32 `json:"currencyCode,omitempty"`
	// Currency code of the supplier country
	ConvertedCurrencyCode *int32 `json:"convertedCurrencyCode,omitempty"`
	// The sum charged to the buyer in the currency of the seller's country including all discounts, multiplied by 100. Provided for informational purposes only
	ConvertedFinalPrice *int32 `json:"convertedFinalPrice,omitempty"`
	// The sum charged to the buyer in the currency of sale including all discounts, multiplied by 100. You can find a currency code in the `currencyCode` field. Provided for informational purposes only
	FinalPrice *int32 `json:"finalPrice,omitempty"`
	// Type of cargo:   - `1` — small-sized goods   - `2` — over dimensional cargo (ODC)   - `3` — dimensional cargo+ (CD+)
	CargoType *int32 `json:"cargoType,omitempty"`
	// Buyer comment
	Comment *string `json:"comment,omitempty"`
	// Indicator of an order for a product with zero inventory:   - `false` — the order is made for a product with a non-zero inventory   - `true` — the order is made for a product with zero inventory. Such an order can be canceled without a cancellation fee
	IsZeroOrder *bool `json:"isZeroOrder,omitempty"`
	// Sticker ID. Only displayed for orders to pickup point
	WbStickerId *int32 `json:"wbStickerId,omitempty"`
}

OrderDBS struct for OrderDBS

func NewOrderDBS

func NewOrderDBS() *OrderDBS

NewOrderDBS instantiates a new OrderDBS 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 NewOrderDBSWithDefaults

func NewOrderDBSWithDefaults() *OrderDBS

NewOrderDBSWithDefaults instantiates a new OrderDBS 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 (*OrderDBS) GetAddress

func (o *OrderDBS) GetAddress() OrderDBSAddress

GetAddress returns the Address field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrderDBS) GetAddressOk

func (o *OrderDBS) GetAddressOk() (*OrderDBSAddress, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrderDBS) GetArticle

func (o *OrderDBS) GetArticle() string

GetArticle returns the Article field value if set, zero value otherwise.

func (*OrderDBS) GetArticleOk

func (o *OrderDBS) GetArticleOk() (*string, bool)

GetArticleOk returns a tuple with the Article field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetCargoType

func (o *OrderDBS) GetCargoType() int32

GetCargoType returns the CargoType field value if set, zero value otherwise.

func (*OrderDBS) GetCargoTypeOk

func (o *OrderDBS) GetCargoTypeOk() (*int32, bool)

GetCargoTypeOk returns a tuple with the CargoType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetChrtId

func (o *OrderDBS) GetChrtId() int32

GetChrtId returns the ChrtId field value if set, zero value otherwise.

func (*OrderDBS) GetChrtIdOk

func (o *OrderDBS) GetChrtIdOk() (*int32, bool)

GetChrtIdOk returns a tuple with the ChrtId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetColorCode

func (o *OrderDBS) GetColorCode() string

GetColorCode returns the ColorCode field value if set, zero value otherwise.

func (*OrderDBS) GetColorCodeOk

func (o *OrderDBS) GetColorCodeOk() (*string, bool)

GetColorCodeOk returns a tuple with the ColorCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetComment

func (o *OrderDBS) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*OrderDBS) GetCommentOk

func (o *OrderDBS) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetConvertedCurrencyCode

func (o *OrderDBS) GetConvertedCurrencyCode() int32

GetConvertedCurrencyCode returns the ConvertedCurrencyCode field value if set, zero value otherwise.

func (*OrderDBS) GetConvertedCurrencyCodeOk

func (o *OrderDBS) GetConvertedCurrencyCodeOk() (*int32, bool)

GetConvertedCurrencyCodeOk returns a tuple with the ConvertedCurrencyCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetConvertedFinalPrice

func (o *OrderDBS) GetConvertedFinalPrice() int32

GetConvertedFinalPrice returns the ConvertedFinalPrice field value if set, zero value otherwise.

func (*OrderDBS) GetConvertedFinalPriceOk

func (o *OrderDBS) GetConvertedFinalPriceOk() (*int32, bool)

GetConvertedFinalPriceOk returns a tuple with the ConvertedFinalPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetConvertedPrice

func (o *OrderDBS) GetConvertedPrice() int32

GetConvertedPrice returns the ConvertedPrice field value if set, zero value otherwise.

func (*OrderDBS) GetConvertedPriceOk

func (o *OrderDBS) GetConvertedPriceOk() (*int32, bool)

GetConvertedPriceOk returns a tuple with the ConvertedPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetCreatedAt

func (o *OrderDBS) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*OrderDBS) GetCreatedAtOk

func (o *OrderDBS) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetCurrencyCode

func (o *OrderDBS) GetCurrencyCode() int32

GetCurrencyCode returns the CurrencyCode field value if set, zero value otherwise.

func (*OrderDBS) GetCurrencyCodeOk

func (o *OrderDBS) GetCurrencyCodeOk() (*int32, bool)

GetCurrencyCodeOk returns a tuple with the CurrencyCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetDeliveryType

func (o *OrderDBS) GetDeliveryType() string

GetDeliveryType returns the DeliveryType field value if set, zero value otherwise.

func (*OrderDBS) GetDeliveryTypeOk

func (o *OrderDBS) GetDeliveryTypeOk() (*string, bool)

GetDeliveryTypeOk returns a tuple with the DeliveryType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetFinalPrice

func (o *OrderDBS) GetFinalPrice() int32

GetFinalPrice returns the FinalPrice field value if set, zero value otherwise.

func (*OrderDBS) GetFinalPriceOk

func (o *OrderDBS) GetFinalPriceOk() (*int32, bool)

GetFinalPriceOk returns a tuple with the FinalPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetGroupId

func (o *OrderDBS) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*OrderDBS) GetGroupIdOk

func (o *OrderDBS) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetId

func (o *OrderDBS) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*OrderDBS) GetIdOk

func (o *OrderDBS) GetIdOk() (*int64, 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 (*OrderDBS) GetIsZeroOrder

func (o *OrderDBS) GetIsZeroOrder() bool

GetIsZeroOrder returns the IsZeroOrder field value if set, zero value otherwise.

func (*OrderDBS) GetIsZeroOrderOk

func (o *OrderDBS) GetIsZeroOrderOk() (*bool, bool)

GetIsZeroOrderOk returns a tuple with the IsZeroOrder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetNmId

func (o *OrderDBS) GetNmId() int32

GetNmId returns the NmId field value if set, zero value otherwise.

func (*OrderDBS) GetNmIdOk

func (o *OrderDBS) GetNmIdOk() (*int32, bool)

GetNmIdOk returns a tuple with the NmId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetOptions

func (o *OrderDBS) GetOptions() OrderNewDBSOptions

GetOptions returns the Options field value if set, zero value otherwise.

func (*OrderDBS) GetOptionsOk

func (o *OrderDBS) GetOptionsOk() (*OrderNewDBSOptions, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetOrderUid

func (o *OrderDBS) GetOrderUid() string

GetOrderUid returns the OrderUid field value if set, zero value otherwise.

func (*OrderDBS) GetOrderUidOk

func (o *OrderDBS) GetOrderUidOk() (*string, bool)

GetOrderUidOk returns a tuple with the OrderUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetPrice

func (o *OrderDBS) GetPrice() int32

GetPrice returns the Price field value if set, zero value otherwise.

func (*OrderDBS) GetPriceOk

func (o *OrderDBS) GetPriceOk() (*int32, bool)

GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetRid

func (o *OrderDBS) GetRid() string

GetRid returns the Rid field value if set, zero value otherwise.

func (*OrderDBS) GetRidOk

func (o *OrderDBS) GetRidOk() (*string, bool)

GetRidOk returns a tuple with the Rid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetScanPrice

func (o *OrderDBS) GetScanPrice() int32

GetScanPrice returns the ScanPrice field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrderDBS) GetScanPriceOk

func (o *OrderDBS) GetScanPriceOk() (*int32, bool)

GetScanPriceOk returns a tuple with the ScanPrice field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrderDBS) GetSkus

func (o *OrderDBS) GetSkus() []string

GetSkus returns the Skus field value if set, zero value otherwise.

func (*OrderDBS) GetSkusOk

func (o *OrderDBS) GetSkusOk() ([]string, bool)

GetSkusOk returns a tuple with the Skus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetWarehouseId

func (o *OrderDBS) GetWarehouseId() int32

GetWarehouseId returns the WarehouseId field value if set, zero value otherwise.

func (*OrderDBS) GetWarehouseIdOk

func (o *OrderDBS) GetWarehouseIdOk() (*int32, bool)

GetWarehouseIdOk returns a tuple with the WarehouseId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) GetWbStickerId

func (o *OrderDBS) GetWbStickerId() int32

GetWbStickerId returns the WbStickerId field value if set, zero value otherwise.

func (*OrderDBS) GetWbStickerIdOk

func (o *OrderDBS) GetWbStickerIdOk() (*int32, bool)

GetWbStickerIdOk returns a tuple with the WbStickerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBS) HasAddress

func (o *OrderDBS) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*OrderDBS) HasArticle

func (o *OrderDBS) HasArticle() bool

HasArticle returns a boolean if a field has been set.

func (*OrderDBS) HasCargoType

func (o *OrderDBS) HasCargoType() bool

HasCargoType returns a boolean if a field has been set.

func (*OrderDBS) HasChrtId

func (o *OrderDBS) HasChrtId() bool

HasChrtId returns a boolean if a field has been set.

func (*OrderDBS) HasColorCode

func (o *OrderDBS) HasColorCode() bool

HasColorCode returns a boolean if a field has been set.

func (*OrderDBS) HasComment

func (o *OrderDBS) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*OrderDBS) HasConvertedCurrencyCode

func (o *OrderDBS) HasConvertedCurrencyCode() bool

HasConvertedCurrencyCode returns a boolean if a field has been set.

func (*OrderDBS) HasConvertedFinalPrice

func (o *OrderDBS) HasConvertedFinalPrice() bool

HasConvertedFinalPrice returns a boolean if a field has been set.

func (*OrderDBS) HasConvertedPrice

func (o *OrderDBS) HasConvertedPrice() bool

HasConvertedPrice returns a boolean if a field has been set.

func (*OrderDBS) HasCreatedAt

func (o *OrderDBS) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*OrderDBS) HasCurrencyCode

func (o *OrderDBS) HasCurrencyCode() bool

HasCurrencyCode returns a boolean if a field has been set.

func (*OrderDBS) HasDeliveryType

func (o *OrderDBS) HasDeliveryType() bool

HasDeliveryType returns a boolean if a field has been set.

func (*OrderDBS) HasFinalPrice

func (o *OrderDBS) HasFinalPrice() bool

HasFinalPrice returns a boolean if a field has been set.

func (*OrderDBS) HasGroupId

func (o *OrderDBS) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*OrderDBS) HasId

func (o *OrderDBS) HasId() bool

HasId returns a boolean if a field has been set.

func (*OrderDBS) HasIsZeroOrder

func (o *OrderDBS) HasIsZeroOrder() bool

HasIsZeroOrder returns a boolean if a field has been set.

func (*OrderDBS) HasNmId

func (o *OrderDBS) HasNmId() bool

HasNmId returns a boolean if a field has been set.

func (*OrderDBS) HasOptions

func (o *OrderDBS) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (*OrderDBS) HasOrderUid

func (o *OrderDBS) HasOrderUid() bool

HasOrderUid returns a boolean if a field has been set.

func (*OrderDBS) HasPrice

func (o *OrderDBS) HasPrice() bool

HasPrice returns a boolean if a field has been set.

func (*OrderDBS) HasRid

func (o *OrderDBS) HasRid() bool

HasRid returns a boolean if a field has been set.

func (*OrderDBS) HasScanPrice

func (o *OrderDBS) HasScanPrice() bool

HasScanPrice returns a boolean if a field has been set.

func (*OrderDBS) HasSkus

func (o *OrderDBS) HasSkus() bool

HasSkus returns a boolean if a field has been set.

func (*OrderDBS) HasWarehouseId

func (o *OrderDBS) HasWarehouseId() bool

HasWarehouseId returns a boolean if a field has been set.

func (*OrderDBS) HasWbStickerId

func (o *OrderDBS) HasWbStickerId() bool

HasWbStickerId returns a boolean if a field has been set.

func (OrderDBS) MarshalJSON

func (o OrderDBS) MarshalJSON() ([]byte, error)

func (*OrderDBS) SetAddress

func (o *OrderDBS) SetAddress(v OrderDBSAddress)

SetAddress gets a reference to the given NullableOrderDBSAddress and assigns it to the Address field.

func (*OrderDBS) SetAddressNil

func (o *OrderDBS) SetAddressNil()

SetAddressNil sets the value for Address to be an explicit nil

func (*OrderDBS) SetArticle

func (o *OrderDBS) SetArticle(v string)

SetArticle gets a reference to the given string and assigns it to the Article field.

func (*OrderDBS) SetCargoType

func (o *OrderDBS) SetCargoType(v int32)

SetCargoType gets a reference to the given int32 and assigns it to the CargoType field.

func (*OrderDBS) SetChrtId

func (o *OrderDBS) SetChrtId(v int32)

SetChrtId gets a reference to the given int32 and assigns it to the ChrtId field.

func (*OrderDBS) SetColorCode

func (o *OrderDBS) SetColorCode(v string)

SetColorCode gets a reference to the given string and assigns it to the ColorCode field.

func (*OrderDBS) SetComment

func (o *OrderDBS) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*OrderDBS) SetConvertedCurrencyCode

func (o *OrderDBS) SetConvertedCurrencyCode(v int32)

SetConvertedCurrencyCode gets a reference to the given int32 and assigns it to the ConvertedCurrencyCode field.

func (*OrderDBS) SetConvertedFinalPrice

func (o *OrderDBS) SetConvertedFinalPrice(v int32)

SetConvertedFinalPrice gets a reference to the given int32 and assigns it to the ConvertedFinalPrice field.

func (*OrderDBS) SetConvertedPrice

func (o *OrderDBS) SetConvertedPrice(v int32)

SetConvertedPrice gets a reference to the given int32 and assigns it to the ConvertedPrice field.

func (*OrderDBS) SetCreatedAt

func (o *OrderDBS) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*OrderDBS) SetCurrencyCode

func (o *OrderDBS) SetCurrencyCode(v int32)

SetCurrencyCode gets a reference to the given int32 and assigns it to the CurrencyCode field.

func (*OrderDBS) SetDeliveryType

func (o *OrderDBS) SetDeliveryType(v string)

SetDeliveryType gets a reference to the given string and assigns it to the DeliveryType field.

func (*OrderDBS) SetFinalPrice

func (o *OrderDBS) SetFinalPrice(v int32)

SetFinalPrice gets a reference to the given int32 and assigns it to the FinalPrice field.

func (*OrderDBS) SetGroupId

func (o *OrderDBS) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*OrderDBS) SetId

func (o *OrderDBS) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*OrderDBS) SetIsZeroOrder

func (o *OrderDBS) SetIsZeroOrder(v bool)

SetIsZeroOrder gets a reference to the given bool and assigns it to the IsZeroOrder field.

func (*OrderDBS) SetNmId

func (o *OrderDBS) SetNmId(v int32)

SetNmId gets a reference to the given int32 and assigns it to the NmId field.

func (*OrderDBS) SetOptions

func (o *OrderDBS) SetOptions(v OrderNewDBSOptions)

SetOptions gets a reference to the given OrderNewDBSOptions and assigns it to the Options field.

func (*OrderDBS) SetOrderUid

func (o *OrderDBS) SetOrderUid(v string)

SetOrderUid gets a reference to the given string and assigns it to the OrderUid field.

func (*OrderDBS) SetPrice

func (o *OrderDBS) SetPrice(v int32)

SetPrice gets a reference to the given int32 and assigns it to the Price field.

func (*OrderDBS) SetRid

func (o *OrderDBS) SetRid(v string)

SetRid gets a reference to the given string and assigns it to the Rid field.

func (*OrderDBS) SetScanPrice

func (o *OrderDBS) SetScanPrice(v int32)

SetScanPrice gets a reference to the given NullableInt32 and assigns it to the ScanPrice field.

func (*OrderDBS) SetScanPriceNil

func (o *OrderDBS) SetScanPriceNil()

SetScanPriceNil sets the value for ScanPrice to be an explicit nil

func (*OrderDBS) SetSkus

func (o *OrderDBS) SetSkus(v []string)

SetSkus gets a reference to the given []string and assigns it to the Skus field.

func (*OrderDBS) SetWarehouseId

func (o *OrderDBS) SetWarehouseId(v int32)

SetWarehouseId gets a reference to the given int32 and assigns it to the WarehouseId field.

func (*OrderDBS) SetWbStickerId

func (o *OrderDBS) SetWbStickerId(v int32)

SetWbStickerId gets a reference to the given int32 and assigns it to the WbStickerId field.

func (OrderDBS) ToMap

func (o OrderDBS) ToMap() (map[string]interface{}, error)

func (*OrderDBS) UnsetAddress

func (o *OrderDBS) UnsetAddress()

UnsetAddress ensures that no value is present for Address, not even an explicit nil

func (*OrderDBS) UnsetScanPrice

func (o *OrderDBS) UnsetScanPrice()

UnsetScanPrice ensures that no value is present for ScanPrice, not even an explicit nil

type OrderDBSAddress

type OrderDBSAddress struct {
	// Delivery address
	FullAddress *string `json:"fullAddress,omitempty"`
	// Longitude
	Longitude *float32 `json:"longitude,omitempty"`
	// Latitude
	Latitude *float32 `json:"latitude,omitempty"`
}

OrderDBSAddress When delivering orders to a pickup point, the address of the pickup point is specified

func NewOrderDBSAddress

func NewOrderDBSAddress() *OrderDBSAddress

NewOrderDBSAddress instantiates a new OrderDBSAddress 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 NewOrderDBSAddressWithDefaults

func NewOrderDBSAddressWithDefaults() *OrderDBSAddress

NewOrderDBSAddressWithDefaults instantiates a new OrderDBSAddress 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 (*OrderDBSAddress) GetFullAddress

func (o *OrderDBSAddress) GetFullAddress() string

GetFullAddress returns the FullAddress field value if set, zero value otherwise.

func (*OrderDBSAddress) GetFullAddressOk

func (o *OrderDBSAddress) GetFullAddressOk() (*string, bool)

GetFullAddressOk returns a tuple with the FullAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBSAddress) GetLatitude

func (o *OrderDBSAddress) GetLatitude() float32

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*OrderDBSAddress) GetLatitudeOk

func (o *OrderDBSAddress) GetLatitudeOk() (*float32, bool)

GetLatitudeOk returns a tuple with the Latitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBSAddress) GetLongitude

func (o *OrderDBSAddress) GetLongitude() float32

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*OrderDBSAddress) GetLongitudeOk

func (o *OrderDBSAddress) GetLongitudeOk() (*float32, bool)

GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderDBSAddress) HasFullAddress

func (o *OrderDBSAddress) HasFullAddress() bool

HasFullAddress returns a boolean if a field has been set.

func (*OrderDBSAddress) HasLatitude

func (o *OrderDBSAddress) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*OrderDBSAddress) HasLongitude

func (o *OrderDBSAddress) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (OrderDBSAddress) MarshalJSON

func (o OrderDBSAddress) MarshalJSON() ([]byte, error)

func (*OrderDBSAddress) SetFullAddress

func (o *OrderDBSAddress) SetFullAddress(v string)

SetFullAddress gets a reference to the given string and assigns it to the FullAddress field.

func (*OrderDBSAddress) SetLatitude

func (o *OrderDBSAddress) SetLatitude(v float32)

SetLatitude gets a reference to the given float32 and assigns it to the Latitude field.

func (*OrderDBSAddress) SetLongitude

func (o *OrderDBSAddress) SetLongitude(v float32)

SetLongitude gets a reference to the given float32 and assigns it to the Longitude field.

func (OrderDBSAddress) ToMap

func (o OrderDBSAddress) ToMap() (map[string]interface{}, error)

type OrderNewDBS

type OrderNewDBS struct {
	// Seller's price in the currency of sale, including seller's discount, except the WB Club discount, multiplied by 100
	SalePrice NullableInt32 `json:"salePrice,omitempty"`
	// List of metadata available for the assembly order. [Specifying the IMEI](./orders-dbs#tag/DBS-Metadata/paths/~1api~1marketplace~1v3~1dbs~1orders~1meta~1imei/post) is required for `Smartphones` [subject](./work-with-products#tag/Categories-Subjects-and-Characteristics/paths/~1content~1v2~1object~1all/get), `\"subjectId\":515`
	RequiredMeta []string `json:"requiredMeta,omitempty"`
	// Buyer comment
	Comment *string             `json:"comment,omitempty"`
	Options *OrderNewDBSOptions `json:"options,omitempty"`
	Address *OrderNewDBSAddress `json:"address,omitempty"`
	// Transaction ID for order grouping. Orders in the same buyer's cart will have the same `orderUid`.
	OrderUid *string `json:"orderUid,omitempty"`
	// Assembly order group ID. <br> It unites assembly orders received at a single warehouse (`warehouseId`) as part of a single buyer transaction (`orderUid`)
	GroupId *string `json:"groupId,omitempty"`
	// Supplier's article
	Article *string `json:"article,omitempty"`
	// Color code (for tinted products only)
	ColorCode *string `json:"colorCode,omitempty"`
	// Unique order ID. <br> Note: `rid` corresponds to `srid` in the responses of the methods:   - [Buyers return applications](./user-communication#tag/Buyers-Returns/paths/~1api~1v1~1claims/get)   - [Orders](./reports#tag/Main-Reports/paths/~1api~1v1~1supplier~1orders/get)   - [Sales](./reports#tag/Main-Reports/paths/~1api~1v1~1supplier~1sales/get)   - [Goods Return Report](./reports#tag/Goods-Return-Report)   - [Realization sales report](./financial-reports-and-accounting#tag/Financial-Reports/paths/~1api~1v5~1supplier~1reportDetailByPeriod/get)
	Rid *string `json:"rid,omitempty"`
	// Order creation date
	CreatedAt *time.Time `json:"createdAt,omitempty"`
	// Delivery type:  - `dbs` — Delivery By Supplier  - `dbsPickupPoint` — Delivery By Supplier to Pickup Point  - `edbs` — Express Delivery By Supplier
	DeliveryType *string `json:"deliveryType,omitempty"`
	// Product barcode array
	Skus []string `json:"skus,omitempty"`
	// Assembly order ID
	Id *int64 `json:"id,omitempty"`
	// Supplier's warehouse ID where the order was received
	WarehouseId *int32 `json:"warehouseId,omitempty"`
	// WB article
	NmId *int32 `json:"nmId,omitempty"`
	// Product size ID in WB systems
	ChrtId *int32 `json:"chrtId,omitempty"`
	// The price in the currency of sale including all discounts, except WB Wallet discount, multiplied by 100. You can find a currency code in the `currencyCode`. Provided for informational purposes only
	Price *int32 `json:"price,omitempty"`
	// The sum charged to the buyer in the currency of sale including all discounts, multiplied by 100. You can find a currency code in the `currencyCode` field. Provided for informational purposes only
	FinalPrice *int32 `json:"finalPrice,omitempty"`
	// The sum charged to the buyer in the currency of the seller's country including all discounts, multiplied by 100. Provided for informational purposes only
	ConvertedFinalPrice *int32 `json:"convertedFinalPrice,omitempty"`
	// The price in the currency of the seller's country including all discounts, except WB Wallet discount, multiplied by 100. Provided for informational purposes only
	ConvertedPrice *int32 `json:"convertedPrice,omitempty"`
	// Sale currency code
	CurrencyCode *int32 `json:"currencyCode,omitempty"`
	// Currency code of the supplier country
	ConvertedCurrencyCode *int32 `json:"convertedCurrencyCode,omitempty"`
	// Type of cargo:   - `1` — small-sized goods   - `2` — over dimensional cargo (ODC)   - `3` — dimensional cargo+ (CD+)
	CargoType *int32 `json:"cargoType,omitempty"`
	// Indicator of an order for a product with zero inventory:   - `false` — the order is made for a product with a non-zero inventory   - `true` — the order is made for a product with zero inventory. Such an order can be canceled without a cancellation fee
	IsZeroOrder *bool `json:"isZeroOrder,omitempty"`
	// Sticker ID. Only displayed for orders to pickup point
	WbStickerId *int32 `json:"wbStickerId,omitempty"`
}

OrderNewDBS struct for OrderNewDBS

func NewOrderNewDBS

func NewOrderNewDBS() *OrderNewDBS

NewOrderNewDBS instantiates a new OrderNewDBS 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 NewOrderNewDBSWithDefaults

func NewOrderNewDBSWithDefaults() *OrderNewDBS

NewOrderNewDBSWithDefaults instantiates a new OrderNewDBS 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 (*OrderNewDBS) GetAddress

func (o *OrderNewDBS) GetAddress() OrderNewDBSAddress

GetAddress returns the Address field value if set, zero value otherwise.

func (*OrderNewDBS) GetAddressOk

func (o *OrderNewDBS) GetAddressOk() (*OrderNewDBSAddress, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetArticle

func (o *OrderNewDBS) GetArticle() string

GetArticle returns the Article field value if set, zero value otherwise.

func (*OrderNewDBS) GetArticleOk

func (o *OrderNewDBS) GetArticleOk() (*string, bool)

GetArticleOk returns a tuple with the Article field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetCargoType

func (o *OrderNewDBS) GetCargoType() int32

GetCargoType returns the CargoType field value if set, zero value otherwise.

func (*OrderNewDBS) GetCargoTypeOk

func (o *OrderNewDBS) GetCargoTypeOk() (*int32, bool)

GetCargoTypeOk returns a tuple with the CargoType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetChrtId

func (o *OrderNewDBS) GetChrtId() int32

GetChrtId returns the ChrtId field value if set, zero value otherwise.

func (*OrderNewDBS) GetChrtIdOk

func (o *OrderNewDBS) GetChrtIdOk() (*int32, bool)

GetChrtIdOk returns a tuple with the ChrtId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetColorCode

func (o *OrderNewDBS) GetColorCode() string

GetColorCode returns the ColorCode field value if set, zero value otherwise.

func (*OrderNewDBS) GetColorCodeOk

func (o *OrderNewDBS) GetColorCodeOk() (*string, bool)

GetColorCodeOk returns a tuple with the ColorCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetComment

func (o *OrderNewDBS) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*OrderNewDBS) GetCommentOk

func (o *OrderNewDBS) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetConvertedCurrencyCode

func (o *OrderNewDBS) GetConvertedCurrencyCode() int32

GetConvertedCurrencyCode returns the ConvertedCurrencyCode field value if set, zero value otherwise.

func (*OrderNewDBS) GetConvertedCurrencyCodeOk

func (o *OrderNewDBS) GetConvertedCurrencyCodeOk() (*int32, bool)

GetConvertedCurrencyCodeOk returns a tuple with the ConvertedCurrencyCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetConvertedFinalPrice

func (o *OrderNewDBS) GetConvertedFinalPrice() int32

GetConvertedFinalPrice returns the ConvertedFinalPrice field value if set, zero value otherwise.

func (*OrderNewDBS) GetConvertedFinalPriceOk

func (o *OrderNewDBS) GetConvertedFinalPriceOk() (*int32, bool)

GetConvertedFinalPriceOk returns a tuple with the ConvertedFinalPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetConvertedPrice

func (o *OrderNewDBS) GetConvertedPrice() int32

GetConvertedPrice returns the ConvertedPrice field value if set, zero value otherwise.

func (*OrderNewDBS) GetConvertedPriceOk

func (o *OrderNewDBS) GetConvertedPriceOk() (*int32, bool)

GetConvertedPriceOk returns a tuple with the ConvertedPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetCreatedAt

func (o *OrderNewDBS) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*OrderNewDBS) GetCreatedAtOk

func (o *OrderNewDBS) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetCurrencyCode

func (o *OrderNewDBS) GetCurrencyCode() int32

GetCurrencyCode returns the CurrencyCode field value if set, zero value otherwise.

func (*OrderNewDBS) GetCurrencyCodeOk

func (o *OrderNewDBS) GetCurrencyCodeOk() (*int32, bool)

GetCurrencyCodeOk returns a tuple with the CurrencyCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetDeliveryType

func (o *OrderNewDBS) GetDeliveryType() string

GetDeliveryType returns the DeliveryType field value if set, zero value otherwise.

func (*OrderNewDBS) GetDeliveryTypeOk

func (o *OrderNewDBS) GetDeliveryTypeOk() (*string, bool)

GetDeliveryTypeOk returns a tuple with the DeliveryType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetFinalPrice

func (o *OrderNewDBS) GetFinalPrice() int32

GetFinalPrice returns the FinalPrice field value if set, zero value otherwise.

func (*OrderNewDBS) GetFinalPriceOk

func (o *OrderNewDBS) GetFinalPriceOk() (*int32, bool)

GetFinalPriceOk returns a tuple with the FinalPrice field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetGroupId

func (o *OrderNewDBS) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*OrderNewDBS) GetGroupIdOk

func (o *OrderNewDBS) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetId

func (o *OrderNewDBS) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*OrderNewDBS) GetIdOk

func (o *OrderNewDBS) GetIdOk() (*int64, 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 (*OrderNewDBS) GetIsZeroOrder

func (o *OrderNewDBS) GetIsZeroOrder() bool

GetIsZeroOrder returns the IsZeroOrder field value if set, zero value otherwise.

func (*OrderNewDBS) GetIsZeroOrderOk

func (o *OrderNewDBS) GetIsZeroOrderOk() (*bool, bool)

GetIsZeroOrderOk returns a tuple with the IsZeroOrder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetNmId

func (o *OrderNewDBS) GetNmId() int32

GetNmId returns the NmId field value if set, zero value otherwise.

func (*OrderNewDBS) GetNmIdOk

func (o *OrderNewDBS) GetNmIdOk() (*int32, bool)

GetNmIdOk returns a tuple with the NmId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetOptions

func (o *OrderNewDBS) GetOptions() OrderNewDBSOptions

GetOptions returns the Options field value if set, zero value otherwise.

func (*OrderNewDBS) GetOptionsOk

func (o *OrderNewDBS) GetOptionsOk() (*OrderNewDBSOptions, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetOrderUid

func (o *OrderNewDBS) GetOrderUid() string

GetOrderUid returns the OrderUid field value if set, zero value otherwise.

func (*OrderNewDBS) GetOrderUidOk

func (o *OrderNewDBS) GetOrderUidOk() (*string, bool)

GetOrderUidOk returns a tuple with the OrderUid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetPrice

func (o *OrderNewDBS) GetPrice() int32

GetPrice returns the Price field value if set, zero value otherwise.

func (*OrderNewDBS) GetPriceOk

func (o *OrderNewDBS) GetPriceOk() (*int32, bool)

GetPriceOk returns a tuple with the Price field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetRequiredMeta

func (o *OrderNewDBS) GetRequiredMeta() []string

GetRequiredMeta returns the RequiredMeta field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrderNewDBS) GetRequiredMetaOk

func (o *OrderNewDBS) GetRequiredMetaOk() ([]string, bool)

GetRequiredMetaOk returns a tuple with the RequiredMeta field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrderNewDBS) GetRid

func (o *OrderNewDBS) GetRid() string

GetRid returns the Rid field value if set, zero value otherwise.

func (*OrderNewDBS) GetRidOk

func (o *OrderNewDBS) GetRidOk() (*string, bool)

GetRidOk returns a tuple with the Rid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetSalePrice

func (o *OrderNewDBS) GetSalePrice() int32

GetSalePrice returns the SalePrice field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrderNewDBS) GetSalePriceOk

func (o *OrderNewDBS) GetSalePriceOk() (*int32, bool)

GetSalePriceOk returns a tuple with the SalePrice field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrderNewDBS) GetSkus

func (o *OrderNewDBS) GetSkus() []string

GetSkus returns the Skus field value if set, zero value otherwise.

func (*OrderNewDBS) GetSkusOk

func (o *OrderNewDBS) GetSkusOk() ([]string, bool)

GetSkusOk returns a tuple with the Skus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetWarehouseId

func (o *OrderNewDBS) GetWarehouseId() int32

GetWarehouseId returns the WarehouseId field value if set, zero value otherwise.

func (*OrderNewDBS) GetWarehouseIdOk

func (o *OrderNewDBS) GetWarehouseIdOk() (*int32, bool)

GetWarehouseIdOk returns a tuple with the WarehouseId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) GetWbStickerId

func (o *OrderNewDBS) GetWbStickerId() int32

GetWbStickerId returns the WbStickerId field value if set, zero value otherwise.

func (*OrderNewDBS) GetWbStickerIdOk

func (o *OrderNewDBS) GetWbStickerIdOk() (*int32, bool)

GetWbStickerIdOk returns a tuple with the WbStickerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBS) HasAddress

func (o *OrderNewDBS) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*OrderNewDBS) HasArticle

func (o *OrderNewDBS) HasArticle() bool

HasArticle returns a boolean if a field has been set.

func (*OrderNewDBS) HasCargoType

func (o *OrderNewDBS) HasCargoType() bool

HasCargoType returns a boolean if a field has been set.

func (*OrderNewDBS) HasChrtId

func (o *OrderNewDBS) HasChrtId() bool

HasChrtId returns a boolean if a field has been set.

func (*OrderNewDBS) HasColorCode

func (o *OrderNewDBS) HasColorCode() bool

HasColorCode returns a boolean if a field has been set.

func (*OrderNewDBS) HasComment

func (o *OrderNewDBS) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*OrderNewDBS) HasConvertedCurrencyCode

func (o *OrderNewDBS) HasConvertedCurrencyCode() bool

HasConvertedCurrencyCode returns a boolean if a field has been set.

func (*OrderNewDBS) HasConvertedFinalPrice

func (o *OrderNewDBS) HasConvertedFinalPrice() bool

HasConvertedFinalPrice returns a boolean if a field has been set.

func (*OrderNewDBS) HasConvertedPrice

func (o *OrderNewDBS) HasConvertedPrice() bool

HasConvertedPrice returns a boolean if a field has been set.

func (*OrderNewDBS) HasCreatedAt

func (o *OrderNewDBS) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*OrderNewDBS) HasCurrencyCode

func (o *OrderNewDBS) HasCurrencyCode() bool

HasCurrencyCode returns a boolean if a field has been set.

func (*OrderNewDBS) HasDeliveryType

func (o *OrderNewDBS) HasDeliveryType() bool

HasDeliveryType returns a boolean if a field has been set.

func (*OrderNewDBS) HasFinalPrice

func (o *OrderNewDBS) HasFinalPrice() bool

HasFinalPrice returns a boolean if a field has been set.

func (*OrderNewDBS) HasGroupId

func (o *OrderNewDBS) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*OrderNewDBS) HasId

func (o *OrderNewDBS) HasId() bool

HasId returns a boolean if a field has been set.

func (*OrderNewDBS) HasIsZeroOrder

func (o *OrderNewDBS) HasIsZeroOrder() bool

HasIsZeroOrder returns a boolean if a field has been set.

func (*OrderNewDBS) HasNmId

func (o *OrderNewDBS) HasNmId() bool

HasNmId returns a boolean if a field has been set.

func (*OrderNewDBS) HasOptions

func (o *OrderNewDBS) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (*OrderNewDBS) HasOrderUid

func (o *OrderNewDBS) HasOrderUid() bool

HasOrderUid returns a boolean if a field has been set.

func (*OrderNewDBS) HasPrice

func (o *OrderNewDBS) HasPrice() bool

HasPrice returns a boolean if a field has been set.

func (*OrderNewDBS) HasRequiredMeta

func (o *OrderNewDBS) HasRequiredMeta() bool

HasRequiredMeta returns a boolean if a field has been set.

func (*OrderNewDBS) HasRid

func (o *OrderNewDBS) HasRid() bool

HasRid returns a boolean if a field has been set.

func (*OrderNewDBS) HasSalePrice

func (o *OrderNewDBS) HasSalePrice() bool

HasSalePrice returns a boolean if a field has been set.

func (*OrderNewDBS) HasSkus

func (o *OrderNewDBS) HasSkus() bool

HasSkus returns a boolean if a field has been set.

func (*OrderNewDBS) HasWarehouseId

func (o *OrderNewDBS) HasWarehouseId() bool

HasWarehouseId returns a boolean if a field has been set.

func (*OrderNewDBS) HasWbStickerId

func (o *OrderNewDBS) HasWbStickerId() bool

HasWbStickerId returns a boolean if a field has been set.

func (OrderNewDBS) MarshalJSON

func (o OrderNewDBS) MarshalJSON() ([]byte, error)

func (*OrderNewDBS) SetAddress

func (o *OrderNewDBS) SetAddress(v OrderNewDBSAddress)

SetAddress gets a reference to the given OrderNewDBSAddress and assigns it to the Address field.

func (*OrderNewDBS) SetArticle

func (o *OrderNewDBS) SetArticle(v string)

SetArticle gets a reference to the given string and assigns it to the Article field.

func (*OrderNewDBS) SetCargoType

func (o *OrderNewDBS) SetCargoType(v int32)

SetCargoType gets a reference to the given int32 and assigns it to the CargoType field.

func (*OrderNewDBS) SetChrtId

func (o *OrderNewDBS) SetChrtId(v int32)

SetChrtId gets a reference to the given int32 and assigns it to the ChrtId field.

func (*OrderNewDBS) SetColorCode

func (o *OrderNewDBS) SetColorCode(v string)

SetColorCode gets a reference to the given string and assigns it to the ColorCode field.

func (*OrderNewDBS) SetComment

func (o *OrderNewDBS) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*OrderNewDBS) SetConvertedCurrencyCode

func (o *OrderNewDBS) SetConvertedCurrencyCode(v int32)

SetConvertedCurrencyCode gets a reference to the given int32 and assigns it to the ConvertedCurrencyCode field.

func (*OrderNewDBS) SetConvertedFinalPrice

func (o *OrderNewDBS) SetConvertedFinalPrice(v int32)

SetConvertedFinalPrice gets a reference to the given int32 and assigns it to the ConvertedFinalPrice field.

func (*OrderNewDBS) SetConvertedPrice

func (o *OrderNewDBS) SetConvertedPrice(v int32)

SetConvertedPrice gets a reference to the given int32 and assigns it to the ConvertedPrice field.

func (*OrderNewDBS) SetCreatedAt

func (o *OrderNewDBS) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*OrderNewDBS) SetCurrencyCode

func (o *OrderNewDBS) SetCurrencyCode(v int32)

SetCurrencyCode gets a reference to the given int32 and assigns it to the CurrencyCode field.

func (*OrderNewDBS) SetDeliveryType

func (o *OrderNewDBS) SetDeliveryType(v string)

SetDeliveryType gets a reference to the given string and assigns it to the DeliveryType field.

func (*OrderNewDBS) SetFinalPrice

func (o *OrderNewDBS) SetFinalPrice(v int32)

SetFinalPrice gets a reference to the given int32 and assigns it to the FinalPrice field.

func (*OrderNewDBS) SetGroupId

func (o *OrderNewDBS) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*OrderNewDBS) SetId

func (o *OrderNewDBS) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*OrderNewDBS) SetIsZeroOrder

func (o *OrderNewDBS) SetIsZeroOrder(v bool)

SetIsZeroOrder gets a reference to the given bool and assigns it to the IsZeroOrder field.

func (*OrderNewDBS) SetNmId

func (o *OrderNewDBS) SetNmId(v int32)

SetNmId gets a reference to the given int32 and assigns it to the NmId field.

func (*OrderNewDBS) SetOptions

func (o *OrderNewDBS) SetOptions(v OrderNewDBSOptions)

SetOptions gets a reference to the given OrderNewDBSOptions and assigns it to the Options field.

func (*OrderNewDBS) SetOrderUid

func (o *OrderNewDBS) SetOrderUid(v string)

SetOrderUid gets a reference to the given string and assigns it to the OrderUid field.

func (*OrderNewDBS) SetPrice

func (o *OrderNewDBS) SetPrice(v int32)

SetPrice gets a reference to the given int32 and assigns it to the Price field.

func (*OrderNewDBS) SetRequiredMeta

func (o *OrderNewDBS) SetRequiredMeta(v []string)

SetRequiredMeta gets a reference to the given []string and assigns it to the RequiredMeta field.

func (*OrderNewDBS) SetRid

func (o *OrderNewDBS) SetRid(v string)

SetRid gets a reference to the given string and assigns it to the Rid field.

func (*OrderNewDBS) SetSalePrice

func (o *OrderNewDBS) SetSalePrice(v int32)

SetSalePrice gets a reference to the given NullableInt32 and assigns it to the SalePrice field.

func (*OrderNewDBS) SetSalePriceNil

func (o *OrderNewDBS) SetSalePriceNil()

SetSalePriceNil sets the value for SalePrice to be an explicit nil

func (*OrderNewDBS) SetSkus

func (o *OrderNewDBS) SetSkus(v []string)

SetSkus gets a reference to the given []string and assigns it to the Skus field.

func (*OrderNewDBS) SetWarehouseId

func (o *OrderNewDBS) SetWarehouseId(v int32)

SetWarehouseId gets a reference to the given int32 and assigns it to the WarehouseId field.

func (*OrderNewDBS) SetWbStickerId

func (o *OrderNewDBS) SetWbStickerId(v int32)

SetWbStickerId gets a reference to the given int32 and assigns it to the WbStickerId field.

func (OrderNewDBS) ToMap

func (o OrderNewDBS) ToMap() (map[string]interface{}, error)

func (*OrderNewDBS) UnsetSalePrice

func (o *OrderNewDBS) UnsetSalePrice()

UnsetSalePrice ensures that no value is present for SalePrice, not even an explicit nil

type OrderNewDBSAddress

type OrderNewDBSAddress struct {
	// Delivery address
	FullAddress *string `json:"fullAddress,omitempty"`
	// Longitude
	Longitude *float32 `json:"longitude,omitempty"`
	// Latitude
	Latitude *float32 `json:"latitude,omitempty"`
}

OrderNewDBSAddress When delivering orders to a pickup point, the address of the pickup point is specified

func NewOrderNewDBSAddress

func NewOrderNewDBSAddress() *OrderNewDBSAddress

NewOrderNewDBSAddress instantiates a new OrderNewDBSAddress 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 NewOrderNewDBSAddressWithDefaults

func NewOrderNewDBSAddressWithDefaults() *OrderNewDBSAddress

NewOrderNewDBSAddressWithDefaults instantiates a new OrderNewDBSAddress 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 (*OrderNewDBSAddress) GetFullAddress

func (o *OrderNewDBSAddress) GetFullAddress() string

GetFullAddress returns the FullAddress field value if set, zero value otherwise.

func (*OrderNewDBSAddress) GetFullAddressOk

func (o *OrderNewDBSAddress) GetFullAddressOk() (*string, bool)

GetFullAddressOk returns a tuple with the FullAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBSAddress) GetLatitude

func (o *OrderNewDBSAddress) GetLatitude() float32

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*OrderNewDBSAddress) GetLatitudeOk

func (o *OrderNewDBSAddress) GetLatitudeOk() (*float32, bool)

GetLatitudeOk returns a tuple with the Latitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBSAddress) GetLongitude

func (o *OrderNewDBSAddress) GetLongitude() float32

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*OrderNewDBSAddress) GetLongitudeOk

func (o *OrderNewDBSAddress) GetLongitudeOk() (*float32, bool)

GetLongitudeOk returns a tuple with the Longitude field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBSAddress) HasFullAddress

func (o *OrderNewDBSAddress) HasFullAddress() bool

HasFullAddress returns a boolean if a field has been set.

func (*OrderNewDBSAddress) HasLatitude

func (o *OrderNewDBSAddress) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*OrderNewDBSAddress) HasLongitude

func (o *OrderNewDBSAddress) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (OrderNewDBSAddress) MarshalJSON

func (o OrderNewDBSAddress) MarshalJSON() ([]byte, error)

func (*OrderNewDBSAddress) SetFullAddress

func (o *OrderNewDBSAddress) SetFullAddress(v string)

SetFullAddress gets a reference to the given string and assigns it to the FullAddress field.

func (*OrderNewDBSAddress) SetLatitude

func (o *OrderNewDBSAddress) SetLatitude(v float32)

SetLatitude gets a reference to the given float32 and assigns it to the Latitude field.

func (*OrderNewDBSAddress) SetLongitude

func (o *OrderNewDBSAddress) SetLongitude(v float32)

SetLongitude gets a reference to the given float32 and assigns it to the Longitude field.

func (OrderNewDBSAddress) ToMap

func (o OrderNewDBSAddress) ToMap() (map[string]interface{}, error)

type OrderNewDBSOptions

type OrderNewDBSOptions struct {
	// Indicator of a B2B sale:   - `false` — not B2B sale   - `true` — B2B sale
	IsB2b *bool `json:"isB2b,omitempty"`
}

OrderNewDBSOptions Order options

func NewOrderNewDBSOptions

func NewOrderNewDBSOptions() *OrderNewDBSOptions

NewOrderNewDBSOptions instantiates a new OrderNewDBSOptions 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 NewOrderNewDBSOptionsWithDefaults

func NewOrderNewDBSOptionsWithDefaults() *OrderNewDBSOptions

NewOrderNewDBSOptionsWithDefaults instantiates a new OrderNewDBSOptions 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 (*OrderNewDBSOptions) GetIsB2b

func (o *OrderNewDBSOptions) GetIsB2b() bool

GetIsB2b returns the IsB2b field value if set, zero value otherwise.

func (*OrderNewDBSOptions) GetIsB2bOk

func (o *OrderNewDBSOptions) GetIsB2bOk() (*bool, bool)

GetIsB2bOk returns a tuple with the IsB2b field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrderNewDBSOptions) HasIsB2b

func (o *OrderNewDBSOptions) HasIsB2b() bool

HasIsB2b returns a boolean if a field has been set.

func (OrderNewDBSOptions) MarshalJSON

func (o OrderNewDBSOptions) MarshalJSON() ([]byte, error)

func (*OrderNewDBSOptions) SetIsB2b

func (o *OrderNewDBSOptions) SetIsB2b(v bool)

SetIsB2b gets a reference to the given bool and assigns it to the IsB2b field.

func (OrderNewDBSOptions) ToMap

func (o OrderNewDBSOptions) ToMap() (map[string]interface{}, error)

type OrdersRequestAPI

type OrdersRequestAPI struct {
	// Assembly orders ID list
	Orders []int32 `json:"orders,omitempty"`
}

OrdersRequestAPI struct for OrdersRequestAPI

func NewOrdersRequestAPI

func NewOrdersRequestAPI() *OrdersRequestAPI

NewOrdersRequestAPI instantiates a new OrdersRequestAPI 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 NewOrdersRequestAPIWithDefaults

func NewOrdersRequestAPIWithDefaults() *OrdersRequestAPI

NewOrdersRequestAPIWithDefaults instantiates a new OrdersRequestAPI 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 (*OrdersRequestAPI) GetOrders

func (o *OrdersRequestAPI) GetOrders() []int32

GetOrders returns the Orders field value if set, zero value otherwise.

func (*OrdersRequestAPI) GetOrdersOk

func (o *OrdersRequestAPI) GetOrdersOk() ([]int32, bool)

GetOrdersOk returns a tuple with the Orders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrdersRequestAPI) HasOrders

func (o *OrdersRequestAPI) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (OrdersRequestAPI) MarshalJSON

func (o OrdersRequestAPI) MarshalJSON() ([]byte, error)

func (*OrdersRequestAPI) SetOrders

func (o *OrdersRequestAPI) SetOrders(v []int32)

SetOrders gets a reference to the given []int32 and assigns it to the Orders field.

func (OrdersRequestAPI) ToMap

func (o OrdersRequestAPI) 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

func (ServerConfigurations) URL

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL