wbfbs

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 {
	FBSAssemblyOrdersAPI *FBSAssemblyOrdersAPIService

	FBSMetadataAPI *FBSMetadataAPIService

	FBSPassesAPI *FBSPassesAPIService

	FBSSuppliesAPI *FBSSuppliesAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the FBS 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 ApiApiMarketplaceV3OrdersMetaPostRequest

type ApiApiMarketplaceV3OrdersMetaPostRequest struct {
	ApiService *FBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3OrdersMetaPostRequest) Execute

func (ApiApiMarketplaceV3OrdersMetaPostRequest) V3GetMetaMultiRequest

type ApiApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest

type ApiApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest struct {
	ApiService *FBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest

func (r ApiApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest(apiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) ApiApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest

func (ApiApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) Execute

type ApiApiMarketplaceV3SuppliesSupplyIdOrderIdsGetRequest

type ApiApiMarketplaceV3SuppliesSupplyIdOrderIdsGetRequest struct {
	ApiService *FBSSuppliesAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3SuppliesSupplyIdOrderIdsGetRequest) Execute

type ApiApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest

type ApiApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest struct {
	ApiService *FBSSuppliesAPIService
	// contains filtered or unexported fields
}

func (ApiApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest

func (r ApiApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest(apiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) ApiApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest

func (ApiApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) Execute

type ApiApiV3OrdersClientPostRequest

type ApiApiV3OrdersClientPostRequest struct {
	ApiService *FBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersClientPostRequest) Execute

func (ApiApiV3OrdersClientPostRequest) OrdersRequestAPI

type ApiApiV3OrdersGetRequest

type ApiApiV3OrdersGetRequest struct {
	ApiService *FBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersGetRequest) DateFrom

Period start date in Unix timestamp format. By default date is 30 days before the request

func (ApiApiV3OrdersGetRequest) DateTo

Period end date in Unix timestamp format

func (ApiApiV3OrdersGetRequest) Execute

func (ApiApiV3OrdersGetRequest) Limit

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

func (ApiApiV3OrdersGetRequest) 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 ApiApiV3OrdersNewGetRequest

type ApiApiV3OrdersNewGetRequest struct {
	ApiService *FBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersNewGetRequest) Execute

type ApiApiV3OrdersOrderIdCancelPatchRequest

type ApiApiV3OrdersOrderIdCancelPatchRequest struct {
	ApiService *FBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersOrderIdCancelPatchRequest) Execute

type ApiApiV3OrdersOrderIdMetaDeleteRequest

type ApiApiV3OrdersOrderIdMetaDeleteRequest struct {
	ApiService *FBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersOrderIdMetaDeleteRequest) Execute

func (ApiApiV3OrdersOrderIdMetaDeleteRequest) Key

Name of the metadata to remove (`imei`, `uin`, `gtin`, `sgtin`, `customsDeclaration`)

type ApiApiV3OrdersOrderIdMetaExpirationPutRequest

type ApiApiV3OrdersOrderIdMetaExpirationPutRequest struct {
	ApiService *FBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersOrderIdMetaExpirationPutRequest) ApiV3OrdersOrderIdMetaExpirationPutRequest

func (r ApiApiV3OrdersOrderIdMetaExpirationPutRequest) ApiV3OrdersOrderIdMetaExpirationPutRequest(apiV3OrdersOrderIdMetaExpirationPutRequest ApiV3OrdersOrderIdMetaExpirationPutRequest) ApiApiV3OrdersOrderIdMetaExpirationPutRequest

func (ApiApiV3OrdersOrderIdMetaExpirationPutRequest) Execute

type ApiApiV3OrdersOrderIdMetaGtinPutRequest

type ApiApiV3OrdersOrderIdMetaGtinPutRequest struct {
	ApiService *FBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersOrderIdMetaGtinPutRequest) ApiV3OrdersOrderIdMetaGtinPutRequest

func (r ApiApiV3OrdersOrderIdMetaGtinPutRequest) ApiV3OrdersOrderIdMetaGtinPutRequest(apiV3OrdersOrderIdMetaGtinPutRequest ApiV3OrdersOrderIdMetaGtinPutRequest) ApiApiV3OrdersOrderIdMetaGtinPutRequest

func (ApiApiV3OrdersOrderIdMetaGtinPutRequest) Execute

type ApiApiV3OrdersOrderIdMetaImeiPutRequest

type ApiApiV3OrdersOrderIdMetaImeiPutRequest struct {
	ApiService *FBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersOrderIdMetaImeiPutRequest) ApiV3OrdersOrderIdMetaImeiPutRequest

func (r ApiApiV3OrdersOrderIdMetaImeiPutRequest) ApiV3OrdersOrderIdMetaImeiPutRequest(apiV3OrdersOrderIdMetaImeiPutRequest ApiV3OrdersOrderIdMetaImeiPutRequest) ApiApiV3OrdersOrderIdMetaImeiPutRequest

func (ApiApiV3OrdersOrderIdMetaImeiPutRequest) Execute

type ApiApiV3OrdersOrderIdMetaSgtinPutRequest

type ApiApiV3OrdersOrderIdMetaSgtinPutRequest struct {
	ApiService *FBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersOrderIdMetaSgtinPutRequest) ApiV3OrdersOrderIdMetaSgtinPutRequest

func (r ApiApiV3OrdersOrderIdMetaSgtinPutRequest) ApiV3OrdersOrderIdMetaSgtinPutRequest(apiV3OrdersOrderIdMetaSgtinPutRequest ApiV3OrdersOrderIdMetaSgtinPutRequest) ApiApiV3OrdersOrderIdMetaSgtinPutRequest

func (ApiApiV3OrdersOrderIdMetaSgtinPutRequest) Execute

type ApiApiV3OrdersOrderIdMetaUinPutRequest

type ApiApiV3OrdersOrderIdMetaUinPutRequest struct {
	ApiService *FBSMetadataAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersOrderIdMetaUinPutRequest) ApiV3OrdersOrderIdMetaUinPutRequest

func (r ApiApiV3OrdersOrderIdMetaUinPutRequest) ApiV3OrdersOrderIdMetaUinPutRequest(apiV3OrdersOrderIdMetaUinPutRequest ApiV3OrdersOrderIdMetaUinPutRequest) ApiApiV3OrdersOrderIdMetaUinPutRequest

func (ApiApiV3OrdersOrderIdMetaUinPutRequest) Execute

type ApiApiV3OrdersStatusHistoryPostRequest

type ApiApiV3OrdersStatusHistoryPostRequest struct {
	ApiService *FBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersStatusHistoryPostRequest) ApiV3OrdersStatusHistoryPostRequest

func (r ApiApiV3OrdersStatusHistoryPostRequest) ApiV3OrdersStatusHistoryPostRequest(apiV3OrdersStatusHistoryPostRequest ApiV3OrdersStatusHistoryPostRequest) ApiApiV3OrdersStatusHistoryPostRequest

func (ApiApiV3OrdersStatusHistoryPostRequest) Execute

type ApiApiV3OrdersStatusPostRequest

type ApiApiV3OrdersStatusPostRequest struct {
	ApiService *FBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersStatusPostRequest) ApiV3OrdersStatusPostRequest

func (r ApiApiV3OrdersStatusPostRequest) ApiV3OrdersStatusPostRequest(apiV3OrdersStatusPostRequest ApiV3OrdersStatusPostRequest) ApiApiV3OrdersStatusPostRequest

func (ApiApiV3OrdersStatusPostRequest) Execute

type ApiApiV3OrdersStickersCrossBorderPostRequest

type ApiApiV3OrdersStickersCrossBorderPostRequest struct {
	ApiService *FBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersStickersCrossBorderPostRequest) ApiV3OrdersStickersCrossBorderPostRequest

func (r ApiApiV3OrdersStickersCrossBorderPostRequest) ApiV3OrdersStickersCrossBorderPostRequest(apiV3OrdersStickersCrossBorderPostRequest ApiV3OrdersStickersCrossBorderPostRequest) ApiApiV3OrdersStickersCrossBorderPostRequest

func (ApiApiV3OrdersStickersCrossBorderPostRequest) Execute

type ApiApiV3OrdersStickersPostRequest

type ApiApiV3OrdersStickersPostRequest struct {
	ApiService *FBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3OrdersStickersPostRequest) ApiV3OrdersStickersPostRequest

func (r ApiApiV3OrdersStickersPostRequest) ApiV3OrdersStickersPostRequest(apiV3OrdersStickersPostRequest ApiV3OrdersStickersPostRequest) ApiApiV3OrdersStickersPostRequest

func (ApiApiV3OrdersStickersPostRequest) Execute

func (ApiApiV3OrdersStickersPostRequest) Height

Sticker height

func (ApiApiV3OrdersStickersPostRequest) Type_

Sticker format

func (ApiApiV3OrdersStickersPostRequest) Width

Sticker width

type ApiApiV3PassesGetRequest

type ApiApiV3PassesGetRequest struct {
	ApiService *FBSPassesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3PassesGetRequest) Execute

func (r ApiApiV3PassesGetRequest) Execute() ([]Pass, *http.Response, error)

type ApiApiV3PassesOfficesGetRequest

type ApiApiV3PassesOfficesGetRequest struct {
	ApiService *FBSPassesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3PassesOfficesGetRequest) Execute

type ApiApiV3PassesPassIdDeleteRequest

type ApiApiV3PassesPassIdDeleteRequest struct {
	ApiService *FBSPassesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3PassesPassIdDeleteRequest) Execute

type ApiApiV3PassesPassIdPutRequest

type ApiApiV3PassesPassIdPutRequest struct {
	ApiService *FBSPassesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3PassesPassIdPutRequest) ApiV3PassesPostRequest

func (r ApiApiV3PassesPassIdPutRequest) ApiV3PassesPostRequest(apiV3PassesPostRequest ApiV3PassesPostRequest) ApiApiV3PassesPassIdPutRequest

The total length of the full name is limited from 6 to 100 characters. The car number can contain only letters and numbers.

func (ApiApiV3PassesPassIdPutRequest) Execute

type ApiApiV3PassesPostRequest

type ApiApiV3PassesPostRequest struct {
	ApiService *FBSPassesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3PassesPostRequest) ApiV3PassesPostRequest

func (r ApiApiV3PassesPostRequest) ApiV3PassesPostRequest(apiV3PassesPostRequest ApiV3PassesPostRequest) ApiApiV3PassesPostRequest

The total length of the full name is limited from 6 to 100 characters. The car number can contain only letters and numbers.

func (ApiApiV3PassesPostRequest) Execute

type ApiApiV3SuppliesGetRequest

type ApiApiV3SuppliesGetRequest struct {
	ApiService *FBSSuppliesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3SuppliesGetRequest) Execute

func (ApiApiV3SuppliesGetRequest) Limit

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

func (ApiApiV3SuppliesGetRequest) 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 ApiApiV3SuppliesOrdersReshipmentGetRequest

type ApiApiV3SuppliesOrdersReshipmentGetRequest struct {
	ApiService *FBSAssemblyOrdersAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3SuppliesOrdersReshipmentGetRequest) Execute

type ApiApiV3SuppliesPostRequest

type ApiApiV3SuppliesPostRequest struct {
	ApiService *FBSSuppliesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3SuppliesPostRequest) ApiV3SuppliesPostRequest

func (r ApiApiV3SuppliesPostRequest) ApiV3SuppliesPostRequest(apiV3SuppliesPostRequest ApiV3SuppliesPostRequest) ApiApiV3SuppliesPostRequest

func (ApiApiV3SuppliesPostRequest) Execute

type ApiApiV3SuppliesSupplyIdBarcodeGetRequest

type ApiApiV3SuppliesSupplyIdBarcodeGetRequest struct {
	ApiService *FBSSuppliesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3SuppliesSupplyIdBarcodeGetRequest) Execute

func (ApiApiV3SuppliesSupplyIdBarcodeGetRequest) Type_

Sticker format

type ApiApiV3SuppliesSupplyIdDeleteRequest

type ApiApiV3SuppliesSupplyIdDeleteRequest struct {
	ApiService *FBSSuppliesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3SuppliesSupplyIdDeleteRequest) Execute

type ApiApiV3SuppliesSupplyIdDeliverPatchRequest

type ApiApiV3SuppliesSupplyIdDeliverPatchRequest struct {
	ApiService *FBSSuppliesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3SuppliesSupplyIdDeliverPatchRequest) Execute

type ApiApiV3SuppliesSupplyIdGetRequest

type ApiApiV3SuppliesSupplyIdGetRequest struct {
	ApiService *FBSSuppliesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3SuppliesSupplyIdGetRequest) Execute

type ApiApiV3SuppliesSupplyIdTrbxDeleteRequest

type ApiApiV3SuppliesSupplyIdTrbxDeleteRequest struct {
	ApiService *FBSSuppliesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3SuppliesSupplyIdTrbxDeleteRequest) ApiV3SuppliesSupplyIdTrbxDeleteRequest

func (r ApiApiV3SuppliesSupplyIdTrbxDeleteRequest) ApiV3SuppliesSupplyIdTrbxDeleteRequest(apiV3SuppliesSupplyIdTrbxDeleteRequest ApiV3SuppliesSupplyIdTrbxDeleteRequest) ApiApiV3SuppliesSupplyIdTrbxDeleteRequest

func (ApiApiV3SuppliesSupplyIdTrbxDeleteRequest) Execute

type ApiApiV3SuppliesSupplyIdTrbxGetRequest

type ApiApiV3SuppliesSupplyIdTrbxGetRequest struct {
	ApiService *FBSSuppliesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3SuppliesSupplyIdTrbxGetRequest) Execute

type ApiApiV3SuppliesSupplyIdTrbxPostRequest

type ApiApiV3SuppliesSupplyIdTrbxPostRequest struct {
	ApiService *FBSSuppliesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3SuppliesSupplyIdTrbxPostRequest) ApiV3SuppliesSupplyIdTrbxPostRequest

func (r ApiApiV3SuppliesSupplyIdTrbxPostRequest) ApiV3SuppliesSupplyIdTrbxPostRequest(apiV3SuppliesSupplyIdTrbxPostRequest ApiV3SuppliesSupplyIdTrbxPostRequest) ApiApiV3SuppliesSupplyIdTrbxPostRequest

func (ApiApiV3SuppliesSupplyIdTrbxPostRequest) Execute

type ApiApiV3SuppliesSupplyIdTrbxStickersPostRequest

type ApiApiV3SuppliesSupplyIdTrbxStickersPostRequest struct {
	ApiService *FBSSuppliesAPIService
	// contains filtered or unexported fields
}

func (ApiApiV3SuppliesSupplyIdTrbxStickersPostRequest) ApiV3SuppliesSupplyIdTrbxStickersPostRequest

func (r ApiApiV3SuppliesSupplyIdTrbxStickersPostRequest) ApiV3SuppliesSupplyIdTrbxStickersPostRequest(apiV3SuppliesSupplyIdTrbxStickersPostRequest ApiV3SuppliesSupplyIdTrbxStickersPostRequest) ApiApiV3SuppliesSupplyIdTrbxStickersPostRequest

func (ApiApiV3SuppliesSupplyIdTrbxStickersPostRequest) Execute

func (ApiApiV3SuppliesSupplyIdTrbxStickersPostRequest) Type_

Sticker format

type ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest

type ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest struct {
	// Customs declaration number
	CustomsDeclaration *string `json:"customsDeclaration,omitempty"`
}

ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest struct for ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest

func NewApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest

func NewApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest() *ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest

NewApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest instantiates a new ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest 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 NewApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequestWithDefaults

func NewApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequestWithDefaults() *ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest

NewApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequestWithDefaults instantiates a new ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest 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 (*ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) GetCustomsDeclaration

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

func (*ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) GetCustomsDeclarationOk

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 (*ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) HasCustomsDeclaration

HasCustomsDeclaration returns a boolean if a field has been set.

func (ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) MarshalJSON

func (*ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) SetCustomsDeclaration

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

func (ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) ToMap

type ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest

type ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest struct {
	// Assembly order IDs
	Orders []int32 `json:"orders,omitempty"`
}

ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest struct for ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest

func NewApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest

func NewApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest() *ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest

NewApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest instantiates a new ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest 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 NewApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequestWithDefaults

func NewApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequestWithDefaults() *ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest

NewApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequestWithDefaults instantiates a new ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest 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 (*ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) GetOrders

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

func (*ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) 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 (*ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) HasOrders

HasOrders returns a boolean if a field has been set.

func (ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) MarshalJSON

func (*ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) SetOrders

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

func (ApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) ToMap

type ApiV3OrdersGet200Response

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

ApiV3OrdersGet200Response struct for ApiV3OrdersGet200Response

func NewApiV3OrdersGet200Response

func NewApiV3OrdersGet200Response() *ApiV3OrdersGet200Response

NewApiV3OrdersGet200Response instantiates a new ApiV3OrdersGet200Response 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 NewApiV3OrdersGet200ResponseWithDefaults

func NewApiV3OrdersGet200ResponseWithDefaults() *ApiV3OrdersGet200Response

NewApiV3OrdersGet200ResponseWithDefaults instantiates a new ApiV3OrdersGet200Response 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 (*ApiV3OrdersGet200Response) GetNext

func (o *ApiV3OrdersGet200Response) GetNext() int64

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

func (*ApiV3OrdersGet200Response) GetNextOk

func (o *ApiV3OrdersGet200Response) 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 (*ApiV3OrdersGet200Response) GetOrders

func (o *ApiV3OrdersGet200Response) GetOrders() []Order

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

func (*ApiV3OrdersGet200Response) GetOrdersOk

func (o *ApiV3OrdersGet200Response) GetOrdersOk() ([]Order, 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 (*ApiV3OrdersGet200Response) HasNext

func (o *ApiV3OrdersGet200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

func (*ApiV3OrdersGet200Response) HasOrders

func (o *ApiV3OrdersGet200Response) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (ApiV3OrdersGet200Response) MarshalJSON

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

func (*ApiV3OrdersGet200Response) SetNext

func (o *ApiV3OrdersGet200Response) SetNext(v int64)

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

func (*ApiV3OrdersGet200Response) SetOrders

func (o *ApiV3OrdersGet200Response) SetOrders(v []Order)

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

func (ApiV3OrdersGet200Response) ToMap

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

type ApiV3OrdersNewGet200Response

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

ApiV3OrdersNewGet200Response struct for ApiV3OrdersNewGet200Response

func NewApiV3OrdersNewGet200Response

func NewApiV3OrdersNewGet200Response() *ApiV3OrdersNewGet200Response

NewApiV3OrdersNewGet200Response instantiates a new ApiV3OrdersNewGet200Response 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 NewApiV3OrdersNewGet200ResponseWithDefaults

func NewApiV3OrdersNewGet200ResponseWithDefaults() *ApiV3OrdersNewGet200Response

NewApiV3OrdersNewGet200ResponseWithDefaults instantiates a new ApiV3OrdersNewGet200Response 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 (*ApiV3OrdersNewGet200Response) GetOrders

func (o *ApiV3OrdersNewGet200Response) GetOrders() []OrderNew

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

func (*ApiV3OrdersNewGet200Response) GetOrdersOk

func (o *ApiV3OrdersNewGet200Response) GetOrdersOk() ([]OrderNew, 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 (*ApiV3OrdersNewGet200Response) HasOrders

func (o *ApiV3OrdersNewGet200Response) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (ApiV3OrdersNewGet200Response) MarshalJSON

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

func (*ApiV3OrdersNewGet200Response) SetOrders

func (o *ApiV3OrdersNewGet200Response) SetOrders(v []OrderNew)

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

func (ApiV3OrdersNewGet200Response) ToMap

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

type ApiV3OrdersOrderIdMetaExpirationPutRequest

type ApiV3OrdersOrderIdMetaExpirationPutRequest struct {
	// The date until which the product is valid. No less than 30 days from the current date.
	Expiration *string `json:"expiration,omitempty"`
}

ApiV3OrdersOrderIdMetaExpirationPutRequest struct for ApiV3OrdersOrderIdMetaExpirationPutRequest

func NewApiV3OrdersOrderIdMetaExpirationPutRequest

func NewApiV3OrdersOrderIdMetaExpirationPutRequest() *ApiV3OrdersOrderIdMetaExpirationPutRequest

NewApiV3OrdersOrderIdMetaExpirationPutRequest instantiates a new ApiV3OrdersOrderIdMetaExpirationPutRequest 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 NewApiV3OrdersOrderIdMetaExpirationPutRequestWithDefaults

func NewApiV3OrdersOrderIdMetaExpirationPutRequestWithDefaults() *ApiV3OrdersOrderIdMetaExpirationPutRequest

NewApiV3OrdersOrderIdMetaExpirationPutRequestWithDefaults instantiates a new ApiV3OrdersOrderIdMetaExpirationPutRequest 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 (*ApiV3OrdersOrderIdMetaExpirationPutRequest) GetExpiration

GetExpiration returns the Expiration field value if set, zero value otherwise.

func (*ApiV3OrdersOrderIdMetaExpirationPutRequest) GetExpirationOk

func (o *ApiV3OrdersOrderIdMetaExpirationPutRequest) GetExpirationOk() (*string, bool)

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

func (*ApiV3OrdersOrderIdMetaExpirationPutRequest) HasExpiration

HasExpiration returns a boolean if a field has been set.

func (ApiV3OrdersOrderIdMetaExpirationPutRequest) MarshalJSON

func (*ApiV3OrdersOrderIdMetaExpirationPutRequest) SetExpiration

SetExpiration gets a reference to the given string and assigns it to the Expiration field.

func (ApiV3OrdersOrderIdMetaExpirationPutRequest) ToMap

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

type ApiV3OrdersOrderIdMetaGtinPutRequest

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

ApiV3OrdersOrderIdMetaGtinPutRequest struct for ApiV3OrdersOrderIdMetaGtinPutRequest

func NewApiV3OrdersOrderIdMetaGtinPutRequest

func NewApiV3OrdersOrderIdMetaGtinPutRequest(gtin string) *ApiV3OrdersOrderIdMetaGtinPutRequest

NewApiV3OrdersOrderIdMetaGtinPutRequest instantiates a new ApiV3OrdersOrderIdMetaGtinPutRequest 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 NewApiV3OrdersOrderIdMetaGtinPutRequestWithDefaults

func NewApiV3OrdersOrderIdMetaGtinPutRequestWithDefaults() *ApiV3OrdersOrderIdMetaGtinPutRequest

NewApiV3OrdersOrderIdMetaGtinPutRequestWithDefaults instantiates a new ApiV3OrdersOrderIdMetaGtinPutRequest 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 (*ApiV3OrdersOrderIdMetaGtinPutRequest) GetGtin

GetGtin returns the Gtin field value

func (*ApiV3OrdersOrderIdMetaGtinPutRequest) GetGtinOk

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

func (ApiV3OrdersOrderIdMetaGtinPutRequest) MarshalJSON

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

func (*ApiV3OrdersOrderIdMetaGtinPutRequest) SetGtin

SetGtin sets field value

func (ApiV3OrdersOrderIdMetaGtinPutRequest) ToMap

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

func (*ApiV3OrdersOrderIdMetaGtinPutRequest) UnmarshalJSON

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

type ApiV3OrdersOrderIdMetaImeiPutRequest

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

ApiV3OrdersOrderIdMetaImeiPutRequest struct for ApiV3OrdersOrderIdMetaImeiPutRequest

func NewApiV3OrdersOrderIdMetaImeiPutRequest

func NewApiV3OrdersOrderIdMetaImeiPutRequest(imei string) *ApiV3OrdersOrderIdMetaImeiPutRequest

NewApiV3OrdersOrderIdMetaImeiPutRequest instantiates a new ApiV3OrdersOrderIdMetaImeiPutRequest 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 NewApiV3OrdersOrderIdMetaImeiPutRequestWithDefaults

func NewApiV3OrdersOrderIdMetaImeiPutRequestWithDefaults() *ApiV3OrdersOrderIdMetaImeiPutRequest

NewApiV3OrdersOrderIdMetaImeiPutRequestWithDefaults instantiates a new ApiV3OrdersOrderIdMetaImeiPutRequest 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 (*ApiV3OrdersOrderIdMetaImeiPutRequest) GetImei

GetImei returns the Imei field value

func (*ApiV3OrdersOrderIdMetaImeiPutRequest) GetImeiOk

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

func (ApiV3OrdersOrderIdMetaImeiPutRequest) MarshalJSON

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

func (*ApiV3OrdersOrderIdMetaImeiPutRequest) SetImei

SetImei sets field value

func (ApiV3OrdersOrderIdMetaImeiPutRequest) ToMap

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

func (*ApiV3OrdersOrderIdMetaImeiPutRequest) UnmarshalJSON

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

type ApiV3OrdersOrderIdMetaSgtinPutRequest

type ApiV3OrdersOrderIdMetaSgtinPutRequest struct {
	// List of Data Matrix codes.
	Sgtins []string `json:"sgtins,omitempty"`
}

ApiV3OrdersOrderIdMetaSgtinPutRequest struct for ApiV3OrdersOrderIdMetaSgtinPutRequest

func NewApiV3OrdersOrderIdMetaSgtinPutRequest

func NewApiV3OrdersOrderIdMetaSgtinPutRequest() *ApiV3OrdersOrderIdMetaSgtinPutRequest

NewApiV3OrdersOrderIdMetaSgtinPutRequest instantiates a new ApiV3OrdersOrderIdMetaSgtinPutRequest 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 NewApiV3OrdersOrderIdMetaSgtinPutRequestWithDefaults

func NewApiV3OrdersOrderIdMetaSgtinPutRequestWithDefaults() *ApiV3OrdersOrderIdMetaSgtinPutRequest

NewApiV3OrdersOrderIdMetaSgtinPutRequestWithDefaults instantiates a new ApiV3OrdersOrderIdMetaSgtinPutRequest 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 (*ApiV3OrdersOrderIdMetaSgtinPutRequest) GetSgtins

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

func (*ApiV3OrdersOrderIdMetaSgtinPutRequest) GetSgtinsOk

func (o *ApiV3OrdersOrderIdMetaSgtinPutRequest) 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 (*ApiV3OrdersOrderIdMetaSgtinPutRequest) HasSgtins

HasSgtins returns a boolean if a field has been set.

func (ApiV3OrdersOrderIdMetaSgtinPutRequest) MarshalJSON

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

func (*ApiV3OrdersOrderIdMetaSgtinPutRequest) SetSgtins

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

func (ApiV3OrdersOrderIdMetaSgtinPutRequest) ToMap

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

type ApiV3OrdersOrderIdMetaUinPutRequest

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

ApiV3OrdersOrderIdMetaUinPutRequest struct for ApiV3OrdersOrderIdMetaUinPutRequest

func NewApiV3OrdersOrderIdMetaUinPutRequest

func NewApiV3OrdersOrderIdMetaUinPutRequest(uin string) *ApiV3OrdersOrderIdMetaUinPutRequest

NewApiV3OrdersOrderIdMetaUinPutRequest instantiates a new ApiV3OrdersOrderIdMetaUinPutRequest 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 NewApiV3OrdersOrderIdMetaUinPutRequestWithDefaults

func NewApiV3OrdersOrderIdMetaUinPutRequestWithDefaults() *ApiV3OrdersOrderIdMetaUinPutRequest

NewApiV3OrdersOrderIdMetaUinPutRequestWithDefaults instantiates a new ApiV3OrdersOrderIdMetaUinPutRequest 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 (*ApiV3OrdersOrderIdMetaUinPutRequest) GetUin

GetUin returns the Uin field value

func (*ApiV3OrdersOrderIdMetaUinPutRequest) GetUinOk

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

func (ApiV3OrdersOrderIdMetaUinPutRequest) MarshalJSON

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

func (*ApiV3OrdersOrderIdMetaUinPutRequest) SetUin

SetUin sets field value

func (ApiV3OrdersOrderIdMetaUinPutRequest) ToMap

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

func (*ApiV3OrdersOrderIdMetaUinPutRequest) UnmarshalJSON

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

type ApiV3OrdersStatusHistoryPost200Response

type ApiV3OrdersStatusHistoryPost200Response struct {
	// Assembly orders list
	Orders []ApiV3OrdersStatusHistoryPost200ResponseOrdersInner `json:"orders,omitempty"`
}

ApiV3OrdersStatusHistoryPost200Response struct for ApiV3OrdersStatusHistoryPost200Response

func NewApiV3OrdersStatusHistoryPost200Response

func NewApiV3OrdersStatusHistoryPost200Response() *ApiV3OrdersStatusHistoryPost200Response

NewApiV3OrdersStatusHistoryPost200Response instantiates a new ApiV3OrdersStatusHistoryPost200Response 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 NewApiV3OrdersStatusHistoryPost200ResponseWithDefaults

func NewApiV3OrdersStatusHistoryPost200ResponseWithDefaults() *ApiV3OrdersStatusHistoryPost200Response

NewApiV3OrdersStatusHistoryPost200ResponseWithDefaults instantiates a new ApiV3OrdersStatusHistoryPost200Response 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 (*ApiV3OrdersStatusHistoryPost200Response) GetOrders

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

func (*ApiV3OrdersStatusHistoryPost200Response) 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 (*ApiV3OrdersStatusHistoryPost200Response) HasOrders

HasOrders returns a boolean if a field has been set.

func (ApiV3OrdersStatusHistoryPost200Response) MarshalJSON

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

func (*ApiV3OrdersStatusHistoryPost200Response) SetOrders

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

func (ApiV3OrdersStatusHistoryPost200Response) ToMap

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

type ApiV3OrdersStatusHistoryPost200ResponseOrdersInner

type ApiV3OrdersStatusHistoryPost200ResponseOrdersInner struct {
	// Planned delivery date, [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)
	DeliveryDate *time.Time `json:"deliveryDate,omitempty"`
	// Statuses
	Statuses []ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner `json:"statuses,omitempty"`
	// Assembly order ID
	OrderID *int32 `json:"orderID,omitempty"`
}

ApiV3OrdersStatusHistoryPost200ResponseOrdersInner struct for ApiV3OrdersStatusHistoryPost200ResponseOrdersInner

func NewApiV3OrdersStatusHistoryPost200ResponseOrdersInner

func NewApiV3OrdersStatusHistoryPost200ResponseOrdersInner() *ApiV3OrdersStatusHistoryPost200ResponseOrdersInner

NewApiV3OrdersStatusHistoryPost200ResponseOrdersInner instantiates a new ApiV3OrdersStatusHistoryPost200ResponseOrdersInner 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 NewApiV3OrdersStatusHistoryPost200ResponseOrdersInnerWithDefaults

func NewApiV3OrdersStatusHistoryPost200ResponseOrdersInnerWithDefaults() *ApiV3OrdersStatusHistoryPost200ResponseOrdersInner

NewApiV3OrdersStatusHistoryPost200ResponseOrdersInnerWithDefaults instantiates a new ApiV3OrdersStatusHistoryPost200ResponseOrdersInner 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 (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) GetDeliveryDate

GetDeliveryDate returns the DeliveryDate field value if set, zero value otherwise.

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) GetDeliveryDateOk

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

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) GetOrderID

GetOrderID returns the OrderID field value if set, zero value otherwise.

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) 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 (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) GetStatuses

GetStatuses returns the Statuses field value if set, zero value otherwise.

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) GetStatusesOk

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

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) HasDeliveryDate

HasDeliveryDate returns a boolean if a field has been set.

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) HasOrderID

HasOrderID returns a boolean if a field has been set.

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) HasStatuses

HasStatuses returns a boolean if a field has been set.

func (ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) MarshalJSON

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) SetDeliveryDate

SetDeliveryDate gets a reference to the given time.Time and assigns it to the DeliveryDate field.

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) SetOrderID

SetOrderID gets a reference to the given int32 and assigns it to the OrderID field.

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) SetStatuses

SetStatuses gets a reference to the given []ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner and assigns it to the Statuses field.

func (ApiV3OrdersStatusHistoryPost200ResponseOrdersInner) ToMap

type ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner

type ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner struct {
	// Date of the status assignment
	Date NullableString `json:"date,omitempty"`
	// Assembly order status code:   - `dispatched_to_delivery_service` — The order is handed over to delivery service in the seller country   - `on_way_to_delivery_service` — The order is on the way to delivery service's warehouse in the seller country   - `accepted_by_carrier` — Product accepted by the carrier   - `assembling` — Sent for assembly   - `assembled` — Assembled at the warehouse   - `sorted` — Sorted   - `replaced_at_warehouse` — Replaced at the warehouse   - `prepared_for_shipment` — Prepared for shipment   - `in_search` — In search   - `arrived_at_dct` — Arrived at the distribution center-transit   - `arrived_at_sct` — Arrived at the sorting center-transit   - `arrived_at_dc` — Arrived at the distribution center   - `arrived_at_sc` — Arrived at the sorting center   - `prepared_for_shipment_at_sc` — Prepared for shipment at the sorting center   - `shipped_at_sc` — Shipped by the sorting center   - `shipped_at_dct` — Shipped by the distribution center — transit   - `shipped_at_dc` — Shipped by the distribution center   - `delivered_at_sc` — Delivered to the SC/DC   - `on_way_to_sc` — En route to the sorting center   - `on_way_to_dc` — En route to the distribution center   - `on_way_to_pp` — En route to the pickup point   - `arrived_at_pp` — Arrived at the pickup point   - `accepted_at_pp` — Received at the pickup point   - `ready_for_pick_up` — Ready for pickup   - `arrived_at_pp` — Arrived at the pickup point   - `received_by_client` — Received by the client   - `delivered_at_parcel_locker` — Delivered to the parcel locker   - `canceled_by_client` — Buyer canceled the order upon receipt   - `cancel_after_expiration` — Canceled due to storage time limit   - `at_courier` — Transferred to the courier   - `moved_to_return_box` — Moved to the return box   - `accepted_for_return` — Accepted for return at the pickup point   - `created` — Created   - `canceled_by_seller` — Canceled by the seller   - `dispatched_by_seller` — Shipped according to seller's data   - `delivered` — Order issued   - `on_way` — En route   - `arrived_at_wb_wh` — Arrived at the WB warehouse   - `dispatched_from_wh` — Sent from the warehouse   - `customs_clearance` — Customs clearance   - `customs_clearance_completed` — Released by customs   - `departed_from_origin_country` — Sent from the seller's country   - `arrived_in_destination_country` — Arrival in the destination country   - `on_way_to_wb_sc` — Sent to the WB SC   - `accepted_at_wb_sc` — Accepted by the WB SC   - `canceled` — Canceled   - `failed_to_reach_client` — Could not reach the client
	Code *string `json:"code,omitempty"`
}

ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner struct for ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner

func NewApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner

func NewApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner() *ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner

NewApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner instantiates a new ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner 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 NewApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInnerWithDefaults

func NewApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInnerWithDefaults() *ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner

NewApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInnerWithDefaults instantiates a new ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner 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 (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) GetCode

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

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) 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 (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) GetDate

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

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) GetDateOk

GetDateOk returns a tuple with the Date 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 (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) HasCode

HasCode returns a boolean if a field has been set.

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) HasDate

HasDate returns a boolean if a field has been set.

func (ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) MarshalJSON

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) SetCode

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

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) SetDate

SetDate gets a reference to the given NullableString and assigns it to the Date field.

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) SetDateNil

SetDateNil sets the value for Date to be an explicit nil

func (ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) ToMap

func (*ApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) UnsetDate

UnsetDate ensures that no value is present for Date, not even an explicit nil

type ApiV3OrdersStatusHistoryPostRequest

type ApiV3OrdersStatusHistoryPostRequest struct {
	// Assembly orders IDs
	Orders []int32 `json:"orders,omitempty"`
}

ApiV3OrdersStatusHistoryPostRequest struct for ApiV3OrdersStatusHistoryPostRequest

func NewApiV3OrdersStatusHistoryPostRequest

func NewApiV3OrdersStatusHistoryPostRequest() *ApiV3OrdersStatusHistoryPostRequest

NewApiV3OrdersStatusHistoryPostRequest instantiates a new ApiV3OrdersStatusHistoryPostRequest 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 NewApiV3OrdersStatusHistoryPostRequestWithDefaults

func NewApiV3OrdersStatusHistoryPostRequestWithDefaults() *ApiV3OrdersStatusHistoryPostRequest

NewApiV3OrdersStatusHistoryPostRequestWithDefaults instantiates a new ApiV3OrdersStatusHistoryPostRequest 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 (*ApiV3OrdersStatusHistoryPostRequest) GetOrders

func (o *ApiV3OrdersStatusHistoryPostRequest) GetOrders() []int32

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

func (*ApiV3OrdersStatusHistoryPostRequest) GetOrdersOk

func (o *ApiV3OrdersStatusHistoryPostRequest) 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 (*ApiV3OrdersStatusHistoryPostRequest) HasOrders

HasOrders returns a boolean if a field has been set.

func (ApiV3OrdersStatusHistoryPostRequest) MarshalJSON

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

func (*ApiV3OrdersStatusHistoryPostRequest) SetOrders

func (o *ApiV3OrdersStatusHistoryPostRequest) SetOrders(v []int32)

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

func (ApiV3OrdersStatusHistoryPostRequest) ToMap

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

type ApiV3OrdersStatusPost200Response

type ApiV3OrdersStatusPost200Response struct {
	Orders []ApiV3OrdersStatusPost200ResponseOrdersInner `json:"orders,omitempty"`
}

ApiV3OrdersStatusPost200Response struct for ApiV3OrdersStatusPost200Response

func NewApiV3OrdersStatusPost200Response

func NewApiV3OrdersStatusPost200Response() *ApiV3OrdersStatusPost200Response

NewApiV3OrdersStatusPost200Response instantiates a new ApiV3OrdersStatusPost200Response 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 NewApiV3OrdersStatusPost200ResponseWithDefaults

func NewApiV3OrdersStatusPost200ResponseWithDefaults() *ApiV3OrdersStatusPost200Response

NewApiV3OrdersStatusPost200ResponseWithDefaults instantiates a new ApiV3OrdersStatusPost200Response 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 (*ApiV3OrdersStatusPost200Response) GetOrders

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

func (*ApiV3OrdersStatusPost200Response) 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 (*ApiV3OrdersStatusPost200Response) HasOrders

func (o *ApiV3OrdersStatusPost200Response) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (ApiV3OrdersStatusPost200Response) MarshalJSON

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

func (*ApiV3OrdersStatusPost200Response) SetOrders

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

func (ApiV3OrdersStatusPost200Response) ToMap

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

type ApiV3OrdersStatusPost200ResponseOrdersInner

type ApiV3OrdersStatusPost200ResponseOrdersInner struct {
	// Assembly order ID
	Id *int64 `json:"id,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"`
}

ApiV3OrdersStatusPost200ResponseOrdersInner struct for ApiV3OrdersStatusPost200ResponseOrdersInner

func NewApiV3OrdersStatusPost200ResponseOrdersInner

func NewApiV3OrdersStatusPost200ResponseOrdersInner() *ApiV3OrdersStatusPost200ResponseOrdersInner

NewApiV3OrdersStatusPost200ResponseOrdersInner instantiates a new ApiV3OrdersStatusPost200ResponseOrdersInner 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 NewApiV3OrdersStatusPost200ResponseOrdersInnerWithDefaults

func NewApiV3OrdersStatusPost200ResponseOrdersInnerWithDefaults() *ApiV3OrdersStatusPost200ResponseOrdersInner

NewApiV3OrdersStatusPost200ResponseOrdersInnerWithDefaults instantiates a new ApiV3OrdersStatusPost200ResponseOrdersInner 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 (*ApiV3OrdersStatusPost200ResponseOrdersInner) GetId

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

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

func (o *ApiV3OrdersStatusPost200ResponseOrdersInner) GetSupplierStatus() string

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

func (*ApiV3OrdersStatusPost200ResponseOrdersInner) GetSupplierStatusOk

func (o *ApiV3OrdersStatusPost200ResponseOrdersInner) 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 (*ApiV3OrdersStatusPost200ResponseOrdersInner) GetWbStatus

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

func (*ApiV3OrdersStatusPost200ResponseOrdersInner) 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 (*ApiV3OrdersStatusPost200ResponseOrdersInner) HasId

HasId returns a boolean if a field has been set.

func (*ApiV3OrdersStatusPost200ResponseOrdersInner) HasSupplierStatus

func (o *ApiV3OrdersStatusPost200ResponseOrdersInner) HasSupplierStatus() bool

HasSupplierStatus returns a boolean if a field has been set.

func (*ApiV3OrdersStatusPost200ResponseOrdersInner) HasWbStatus

HasWbStatus returns a boolean if a field has been set.

func (ApiV3OrdersStatusPost200ResponseOrdersInner) MarshalJSON

func (*ApiV3OrdersStatusPost200ResponseOrdersInner) SetId

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

func (*ApiV3OrdersStatusPost200ResponseOrdersInner) SetSupplierStatus

func (o *ApiV3OrdersStatusPost200ResponseOrdersInner) SetSupplierStatus(v string)

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

func (*ApiV3OrdersStatusPost200ResponseOrdersInner) SetWbStatus

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

func (ApiV3OrdersStatusPost200ResponseOrdersInner) ToMap

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

type ApiV3OrdersStatusPostRequest

type ApiV3OrdersStatusPostRequest struct {
	// List of assembly order IDs
	Orders []int64 `json:"orders"`
}

ApiV3OrdersStatusPostRequest struct for ApiV3OrdersStatusPostRequest

func NewApiV3OrdersStatusPostRequest

func NewApiV3OrdersStatusPostRequest(orders []int64) *ApiV3OrdersStatusPostRequest

NewApiV3OrdersStatusPostRequest instantiates a new ApiV3OrdersStatusPostRequest 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 NewApiV3OrdersStatusPostRequestWithDefaults

func NewApiV3OrdersStatusPostRequestWithDefaults() *ApiV3OrdersStatusPostRequest

NewApiV3OrdersStatusPostRequestWithDefaults instantiates a new ApiV3OrdersStatusPostRequest 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 (*ApiV3OrdersStatusPostRequest) GetOrders

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

GetOrders returns the Orders field value

func (*ApiV3OrdersStatusPostRequest) GetOrdersOk

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

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

func (ApiV3OrdersStatusPostRequest) MarshalJSON

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

func (*ApiV3OrdersStatusPostRequest) SetOrders

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

SetOrders sets field value

func (ApiV3OrdersStatusPostRequest) ToMap

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

func (*ApiV3OrdersStatusPostRequest) UnmarshalJSON

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

type ApiV3OrdersStickersCrossBorderPost200Response

type ApiV3OrdersStickersCrossBorderPost200Response struct {
	Stickers []ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner `json:"stickers,omitempty"`
}

ApiV3OrdersStickersCrossBorderPost200Response struct for ApiV3OrdersStickersCrossBorderPost200Response

func NewApiV3OrdersStickersCrossBorderPost200Response

func NewApiV3OrdersStickersCrossBorderPost200Response() *ApiV3OrdersStickersCrossBorderPost200Response

NewApiV3OrdersStickersCrossBorderPost200Response instantiates a new ApiV3OrdersStickersCrossBorderPost200Response 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 NewApiV3OrdersStickersCrossBorderPost200ResponseWithDefaults

func NewApiV3OrdersStickersCrossBorderPost200ResponseWithDefaults() *ApiV3OrdersStickersCrossBorderPost200Response

NewApiV3OrdersStickersCrossBorderPost200ResponseWithDefaults instantiates a new ApiV3OrdersStickersCrossBorderPost200Response 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 (*ApiV3OrdersStickersCrossBorderPost200Response) GetStickers

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

func (*ApiV3OrdersStickersCrossBorderPost200Response) 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 (*ApiV3OrdersStickersCrossBorderPost200Response) HasStickers

HasStickers returns a boolean if a field has been set.

func (ApiV3OrdersStickersCrossBorderPost200Response) MarshalJSON

func (*ApiV3OrdersStickersCrossBorderPost200Response) SetStickers

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

func (ApiV3OrdersStickersCrossBorderPost200Response) ToMap

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

type ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner

type ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner struct {
	// Assembly order ID
	OrderId *int32 `json:"orderId,omitempty"`
	// Sticker generation status:   - `awaitingTrackNumber` — the sticker is not ready. Waiting for a carrier's track number.   - `ready` — the sticker is ready
	Status *string `json:"status,omitempty"`
	// Assembly order tracking number in the sticker
	ParcelId *string `json:"parcelId,omitempty"`
	// Base64 encoded sticker in a PDF format
	File *string `json:"file,omitempty"`
	// The first part of the sticker ID for printing the signature
	PartA *string `json:"partA,omitempty"`
	// The second part of the sticker ID for printing the signature
	PartB *string `json:"partB,omitempty"`
	// The encoded value of the sticker
	Barcode *string `json:"barcode,omitempty"`
}

ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner struct for ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner

func NewApiV3OrdersStickersCrossBorderPost200ResponseStickersInner

func NewApiV3OrdersStickersCrossBorderPost200ResponseStickersInner() *ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner

NewApiV3OrdersStickersCrossBorderPost200ResponseStickersInner instantiates a new ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner 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 NewApiV3OrdersStickersCrossBorderPost200ResponseStickersInnerWithDefaults

func NewApiV3OrdersStickersCrossBorderPost200ResponseStickersInnerWithDefaults() *ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner

NewApiV3OrdersStickersCrossBorderPost200ResponseStickersInnerWithDefaults instantiates a new ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner 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 (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) GetBarcode

GetBarcode returns the Barcode field value if set, zero value otherwise.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) GetBarcodeOk

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

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) GetFile

GetFile returns the File field value if set, zero value otherwise.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) GetFileOk

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

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) GetOrderId

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

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) 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 (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) GetParcelId

GetParcelId returns the ParcelId field value if set, zero value otherwise.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) GetParcelIdOk

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

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) GetPartA

GetPartA returns the PartA field value if set, zero value otherwise.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) GetPartAOk

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

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) GetPartB

GetPartB returns the PartB field value if set, zero value otherwise.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) GetPartBOk

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

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) GetStatus

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

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) GetStatusOk

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 (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) HasBarcode

HasBarcode returns a boolean if a field has been set.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) HasFile

HasFile returns a boolean if a field has been set.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) HasOrderId

HasOrderId returns a boolean if a field has been set.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) HasParcelId

HasParcelId returns a boolean if a field has been set.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) HasPartA

HasPartA returns a boolean if a field has been set.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) HasPartB

HasPartB returns a boolean if a field has been set.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) HasStatus

HasStatus returns a boolean if a field has been set.

func (ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) MarshalJSON

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) SetBarcode

SetBarcode gets a reference to the given string and assigns it to the Barcode field.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) SetFile

SetFile gets a reference to the given string and assigns it to the File field.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) SetOrderId

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

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) SetParcelId

SetParcelId gets a reference to the given string and assigns it to the ParcelId field.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) SetPartA

SetPartA gets a reference to the given string and assigns it to the PartA field.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) SetPartB

SetPartB gets a reference to the given string and assigns it to the PartB field.

func (*ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) SetStatus

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

func (ApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) ToMap

type ApiV3OrdersStickersCrossBorderPostRequest

type ApiV3OrdersStickersCrossBorderPostRequest struct {
	// List of assembly order IDs
	Orders []int64 `json:"orders,omitempty"`
}

ApiV3OrdersStickersCrossBorderPostRequest struct for ApiV3OrdersStickersCrossBorderPostRequest

func NewApiV3OrdersStickersCrossBorderPostRequest

func NewApiV3OrdersStickersCrossBorderPostRequest() *ApiV3OrdersStickersCrossBorderPostRequest

NewApiV3OrdersStickersCrossBorderPostRequest instantiates a new ApiV3OrdersStickersCrossBorderPostRequest 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 NewApiV3OrdersStickersCrossBorderPostRequestWithDefaults

func NewApiV3OrdersStickersCrossBorderPostRequestWithDefaults() *ApiV3OrdersStickersCrossBorderPostRequest

NewApiV3OrdersStickersCrossBorderPostRequestWithDefaults instantiates a new ApiV3OrdersStickersCrossBorderPostRequest 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 (*ApiV3OrdersStickersCrossBorderPostRequest) GetOrders

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

func (*ApiV3OrdersStickersCrossBorderPostRequest) 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 (*ApiV3OrdersStickersCrossBorderPostRequest) HasOrders

HasOrders returns a boolean if a field has been set.

func (ApiV3OrdersStickersCrossBorderPostRequest) MarshalJSON

func (*ApiV3OrdersStickersCrossBorderPostRequest) SetOrders

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

func (ApiV3OrdersStickersCrossBorderPostRequest) ToMap

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

type ApiV3OrdersStickersPost200Response

type ApiV3OrdersStickersPost200Response struct {
	Stickers []ApiV3OrdersStickersPost200ResponseStickersInner `json:"stickers,omitempty"`
}

ApiV3OrdersStickersPost200Response struct for ApiV3OrdersStickersPost200Response

func NewApiV3OrdersStickersPost200Response

func NewApiV3OrdersStickersPost200Response() *ApiV3OrdersStickersPost200Response

NewApiV3OrdersStickersPost200Response instantiates a new ApiV3OrdersStickersPost200Response 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 NewApiV3OrdersStickersPost200ResponseWithDefaults

func NewApiV3OrdersStickersPost200ResponseWithDefaults() *ApiV3OrdersStickersPost200Response

NewApiV3OrdersStickersPost200ResponseWithDefaults instantiates a new ApiV3OrdersStickersPost200Response 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 (*ApiV3OrdersStickersPost200Response) GetStickers

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

func (*ApiV3OrdersStickersPost200Response) 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 (*ApiV3OrdersStickersPost200Response) HasStickers

func (o *ApiV3OrdersStickersPost200Response) HasStickers() bool

HasStickers returns a boolean if a field has been set.

func (ApiV3OrdersStickersPost200Response) MarshalJSON

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

func (*ApiV3OrdersStickersPost200Response) SetStickers

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

func (ApiV3OrdersStickersPost200Response) ToMap

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

type ApiV3OrdersStickersPost200ResponseStickersInner

type ApiV3OrdersStickersPost200ResponseStickersInner struct {
	// Assembly order ID
	OrderId *int64 `json:"orderId,omitempty"`
	// The first part of the sticker ID for printing the signature
	PartA *string `json:"partA,omitempty"`
	// The second part of the sticker ID for printing the signature
	PartB *string `json:"partB,omitempty"`
	// The encoded value of the sticker
	Barcode *string `json:"barcode,omitempty"`
	// Base64 encoded representation of the sticker in a requested format
	File *string `json:"file,omitempty"`
}

ApiV3OrdersStickersPost200ResponseStickersInner struct for ApiV3OrdersStickersPost200ResponseStickersInner

func NewApiV3OrdersStickersPost200ResponseStickersInner

func NewApiV3OrdersStickersPost200ResponseStickersInner() *ApiV3OrdersStickersPost200ResponseStickersInner

NewApiV3OrdersStickersPost200ResponseStickersInner instantiates a new ApiV3OrdersStickersPost200ResponseStickersInner 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 NewApiV3OrdersStickersPost200ResponseStickersInnerWithDefaults

func NewApiV3OrdersStickersPost200ResponseStickersInnerWithDefaults() *ApiV3OrdersStickersPost200ResponseStickersInner

NewApiV3OrdersStickersPost200ResponseStickersInnerWithDefaults instantiates a new ApiV3OrdersStickersPost200ResponseStickersInner 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 (*ApiV3OrdersStickersPost200ResponseStickersInner) GetBarcode

GetBarcode returns the Barcode field value if set, zero value otherwise.

func (*ApiV3OrdersStickersPost200ResponseStickersInner) GetBarcodeOk

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

func (*ApiV3OrdersStickersPost200ResponseStickersInner) GetFile

GetFile returns the File field value if set, zero value otherwise.

func (*ApiV3OrdersStickersPost200ResponseStickersInner) GetFileOk

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

func (*ApiV3OrdersStickersPost200ResponseStickersInner) GetOrderId

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

func (*ApiV3OrdersStickersPost200ResponseStickersInner) 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 (*ApiV3OrdersStickersPost200ResponseStickersInner) GetPartA

GetPartA returns the PartA field value if set, zero value otherwise.

func (*ApiV3OrdersStickersPost200ResponseStickersInner) GetPartAOk

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

func (*ApiV3OrdersStickersPost200ResponseStickersInner) GetPartB

GetPartB returns the PartB field value if set, zero value otherwise.

func (*ApiV3OrdersStickersPost200ResponseStickersInner) GetPartBOk

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

func (*ApiV3OrdersStickersPost200ResponseStickersInner) HasBarcode

HasBarcode returns a boolean if a field has been set.

func (*ApiV3OrdersStickersPost200ResponseStickersInner) HasFile

HasFile returns a boolean if a field has been set.

func (*ApiV3OrdersStickersPost200ResponseStickersInner) HasOrderId

HasOrderId returns a boolean if a field has been set.

func (*ApiV3OrdersStickersPost200ResponseStickersInner) HasPartA

HasPartA returns a boolean if a field has been set.

func (*ApiV3OrdersStickersPost200ResponseStickersInner) HasPartB

HasPartB returns a boolean if a field has been set.

func (ApiV3OrdersStickersPost200ResponseStickersInner) MarshalJSON

func (*ApiV3OrdersStickersPost200ResponseStickersInner) SetBarcode

SetBarcode gets a reference to the given string and assigns it to the Barcode field.

func (*ApiV3OrdersStickersPost200ResponseStickersInner) SetFile

SetFile gets a reference to the given string and assigns it to the File field.

func (*ApiV3OrdersStickersPost200ResponseStickersInner) SetOrderId

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

func (*ApiV3OrdersStickersPost200ResponseStickersInner) SetPartA

SetPartA gets a reference to the given string and assigns it to the PartA field.

func (*ApiV3OrdersStickersPost200ResponseStickersInner) SetPartB

SetPartB gets a reference to the given string and assigns it to the PartB field.

func (ApiV3OrdersStickersPost200ResponseStickersInner) ToMap

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

type ApiV3OrdersStickersPostRequest

type ApiV3OrdersStickersPostRequest struct {
	// List of assembly order IDs
	Orders []int64 `json:"orders,omitempty"`
}

ApiV3OrdersStickersPostRequest struct for ApiV3OrdersStickersPostRequest

func NewApiV3OrdersStickersPostRequest

func NewApiV3OrdersStickersPostRequest() *ApiV3OrdersStickersPostRequest

NewApiV3OrdersStickersPostRequest instantiates a new ApiV3OrdersStickersPostRequest 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 NewApiV3OrdersStickersPostRequestWithDefaults

func NewApiV3OrdersStickersPostRequestWithDefaults() *ApiV3OrdersStickersPostRequest

NewApiV3OrdersStickersPostRequestWithDefaults instantiates a new ApiV3OrdersStickersPostRequest 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 (*ApiV3OrdersStickersPostRequest) GetOrders

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

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

func (*ApiV3OrdersStickersPostRequest) GetOrdersOk

func (o *ApiV3OrdersStickersPostRequest) GetOrdersOk() ([]int64, 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 (*ApiV3OrdersStickersPostRequest) HasOrders

func (o *ApiV3OrdersStickersPostRequest) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (ApiV3OrdersStickersPostRequest) MarshalJSON

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

func (*ApiV3OrdersStickersPostRequest) SetOrders

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

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

func (ApiV3OrdersStickersPostRequest) ToMap

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

type ApiV3PassesGet402Response

type ApiV3PassesGet402Response 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"`
}

ApiV3PassesGet402Response struct for ApiV3PassesGet402Response

func NewApiV3PassesGet402Response

func NewApiV3PassesGet402Response() *ApiV3PassesGet402Response

NewApiV3PassesGet402Response instantiates a new ApiV3PassesGet402Response 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 NewApiV3PassesGet402ResponseWithDefaults

func NewApiV3PassesGet402ResponseWithDefaults() *ApiV3PassesGet402Response

NewApiV3PassesGet402ResponseWithDefaults instantiates a new ApiV3PassesGet402Response 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 (*ApiV3PassesGet402Response) GetDetail

func (o *ApiV3PassesGet402Response) GetDetail() string

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

func (*ApiV3PassesGet402Response) GetDetailOk

func (o *ApiV3PassesGet402Response) 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 (*ApiV3PassesGet402Response) GetTitle

func (o *ApiV3PassesGet402Response) GetTitle() string

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

func (*ApiV3PassesGet402Response) GetTitleOk

func (o *ApiV3PassesGet402Response) 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 (*ApiV3PassesGet402Response) HasDetail

func (o *ApiV3PassesGet402Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*ApiV3PassesGet402Response) HasTitle

func (o *ApiV3PassesGet402Response) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ApiV3PassesGet402Response) MarshalJSON

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

func (*ApiV3PassesGet402Response) SetDetail

func (o *ApiV3PassesGet402Response) SetDetail(v string)

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

func (*ApiV3PassesGet402Response) SetTitle

func (o *ApiV3PassesGet402Response) SetTitle(v string)

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

func (ApiV3PassesGet402Response) ToMap

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

type ApiV3PassesOfficesGet401Response

type ApiV3PassesOfficesGet401Response 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"`
}

ApiV3PassesOfficesGet401Response struct for ApiV3PassesOfficesGet401Response

func NewApiV3PassesOfficesGet401Response

func NewApiV3PassesOfficesGet401Response() *ApiV3PassesOfficesGet401Response

NewApiV3PassesOfficesGet401Response instantiates a new ApiV3PassesOfficesGet401Response 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 NewApiV3PassesOfficesGet401ResponseWithDefaults

func NewApiV3PassesOfficesGet401ResponseWithDefaults() *ApiV3PassesOfficesGet401Response

NewApiV3PassesOfficesGet401ResponseWithDefaults instantiates a new ApiV3PassesOfficesGet401Response 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 (*ApiV3PassesOfficesGet401Response) GetCode

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

func (*ApiV3PassesOfficesGet401Response) GetCodeOk

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

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

func (*ApiV3PassesOfficesGet401Response) GetDetailOk

func (o *ApiV3PassesOfficesGet401Response) 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 (*ApiV3PassesOfficesGet401Response) GetOrigin

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

func (*ApiV3PassesOfficesGet401Response) GetOriginOk

func (o *ApiV3PassesOfficesGet401Response) 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 (*ApiV3PassesOfficesGet401Response) GetRequestId

func (o *ApiV3PassesOfficesGet401Response) GetRequestId() string

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

func (*ApiV3PassesOfficesGet401Response) GetRequestIdOk

func (o *ApiV3PassesOfficesGet401Response) 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 (*ApiV3PassesOfficesGet401Response) GetStatus

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

func (*ApiV3PassesOfficesGet401Response) GetStatusOk

func (o *ApiV3PassesOfficesGet401Response) 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 (*ApiV3PassesOfficesGet401Response) GetStatusText

func (o *ApiV3PassesOfficesGet401Response) GetStatusText() string

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

func (*ApiV3PassesOfficesGet401Response) GetStatusTextOk

func (o *ApiV3PassesOfficesGet401Response) 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 (*ApiV3PassesOfficesGet401Response) GetTimestamp

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

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

func (*ApiV3PassesOfficesGet401Response) GetTimestampOk

func (o *ApiV3PassesOfficesGet401Response) 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 (*ApiV3PassesOfficesGet401Response) GetTitle

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

func (*ApiV3PassesOfficesGet401Response) GetTitleOk

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

HasCode returns a boolean if a field has been set.

func (*ApiV3PassesOfficesGet401Response) HasDetail

func (o *ApiV3PassesOfficesGet401Response) HasDetail() bool

HasDetail returns a boolean if a field has been set.

func (*ApiV3PassesOfficesGet401Response) HasOrigin

func (o *ApiV3PassesOfficesGet401Response) HasOrigin() bool

HasOrigin returns a boolean if a field has been set.

func (*ApiV3PassesOfficesGet401Response) HasRequestId

func (o *ApiV3PassesOfficesGet401Response) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

func (*ApiV3PassesOfficesGet401Response) HasStatus

func (o *ApiV3PassesOfficesGet401Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ApiV3PassesOfficesGet401Response) HasStatusText

func (o *ApiV3PassesOfficesGet401Response) HasStatusText() bool

HasStatusText returns a boolean if a field has been set.

func (*ApiV3PassesOfficesGet401Response) HasTimestamp

func (o *ApiV3PassesOfficesGet401Response) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*ApiV3PassesOfficesGet401Response) HasTitle

func (o *ApiV3PassesOfficesGet401Response) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (ApiV3PassesOfficesGet401Response) MarshalJSON

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

func (*ApiV3PassesOfficesGet401Response) SetCode

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

func (*ApiV3PassesOfficesGet401Response) SetDetail

func (o *ApiV3PassesOfficesGet401Response) SetDetail(v string)

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

func (*ApiV3PassesOfficesGet401Response) SetOrigin

func (o *ApiV3PassesOfficesGet401Response) SetOrigin(v string)

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

func (*ApiV3PassesOfficesGet401Response) SetRequestId

func (o *ApiV3PassesOfficesGet401Response) SetRequestId(v string)

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

func (*ApiV3PassesOfficesGet401Response) SetStatus

func (o *ApiV3PassesOfficesGet401Response) SetStatus(v float32)

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

func (*ApiV3PassesOfficesGet401Response) SetStatusText

func (o *ApiV3PassesOfficesGet401Response) SetStatusText(v string)

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

func (*ApiV3PassesOfficesGet401Response) SetTimestamp

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

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

func (*ApiV3PassesOfficesGet401Response) SetTitle

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

func (ApiV3PassesOfficesGet401Response) ToMap

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

type ApiV3PassesPost201Response

type ApiV3PassesPost201Response struct {
	// Pass ID
	Id *int32 `json:"id,omitempty"`
}

ApiV3PassesPost201Response struct for ApiV3PassesPost201Response

func NewApiV3PassesPost201Response

func NewApiV3PassesPost201Response() *ApiV3PassesPost201Response

NewApiV3PassesPost201Response instantiates a new ApiV3PassesPost201Response 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 NewApiV3PassesPost201ResponseWithDefaults

func NewApiV3PassesPost201ResponseWithDefaults() *ApiV3PassesPost201Response

NewApiV3PassesPost201ResponseWithDefaults instantiates a new ApiV3PassesPost201Response 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 (*ApiV3PassesPost201Response) GetId

func (o *ApiV3PassesPost201Response) GetId() int32

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

func (*ApiV3PassesPost201Response) GetIdOk

func (o *ApiV3PassesPost201Response) 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 (*ApiV3PassesPost201Response) HasId

func (o *ApiV3PassesPost201Response) HasId() bool

HasId returns a boolean if a field has been set.

func (ApiV3PassesPost201Response) MarshalJSON

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

func (*ApiV3PassesPost201Response) SetId

func (o *ApiV3PassesPost201Response) SetId(v int32)

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

func (ApiV3PassesPost201Response) ToMap

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

type ApiV3PassesPostRequest

type ApiV3PassesPostRequest struct {
	// First name
	FirstName string `json:"firstName"`
	// Last name
	LastName string `json:"lastName"`
	// Car model
	CarModel string `json:"carModel"`
	// Car number
	CarNumber string `json:"carNumber"`
	// Office ID
	OfficeId int64 `json:"officeId"`
}

ApiV3PassesPostRequest struct for ApiV3PassesPostRequest

func NewApiV3PassesPostRequest

func NewApiV3PassesPostRequest(firstName string, lastName string, carModel string, carNumber string, officeId int64) *ApiV3PassesPostRequest

NewApiV3PassesPostRequest instantiates a new ApiV3PassesPostRequest 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 NewApiV3PassesPostRequestWithDefaults

func NewApiV3PassesPostRequestWithDefaults() *ApiV3PassesPostRequest

NewApiV3PassesPostRequestWithDefaults instantiates a new ApiV3PassesPostRequest 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 (*ApiV3PassesPostRequest) GetCarModel

func (o *ApiV3PassesPostRequest) GetCarModel() string

GetCarModel returns the CarModel field value

func (*ApiV3PassesPostRequest) GetCarModelOk

func (o *ApiV3PassesPostRequest) GetCarModelOk() (*string, bool)

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

func (*ApiV3PassesPostRequest) GetCarNumber

func (o *ApiV3PassesPostRequest) GetCarNumber() string

GetCarNumber returns the CarNumber field value

func (*ApiV3PassesPostRequest) GetCarNumberOk

func (o *ApiV3PassesPostRequest) GetCarNumberOk() (*string, bool)

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

func (*ApiV3PassesPostRequest) GetFirstName

func (o *ApiV3PassesPostRequest) GetFirstName() string

GetFirstName returns the FirstName field value

func (*ApiV3PassesPostRequest) GetFirstNameOk

func (o *ApiV3PassesPostRequest) GetFirstNameOk() (*string, bool)

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

func (*ApiV3PassesPostRequest) GetLastName

func (o *ApiV3PassesPostRequest) GetLastName() string

GetLastName returns the LastName field value

func (*ApiV3PassesPostRequest) GetLastNameOk

func (o *ApiV3PassesPostRequest) GetLastNameOk() (*string, bool)

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

func (*ApiV3PassesPostRequest) GetOfficeId

func (o *ApiV3PassesPostRequest) GetOfficeId() int64

GetOfficeId returns the OfficeId field value

func (*ApiV3PassesPostRequest) GetOfficeIdOk

func (o *ApiV3PassesPostRequest) GetOfficeIdOk() (*int64, bool)

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

func (ApiV3PassesPostRequest) MarshalJSON

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

func (*ApiV3PassesPostRequest) SetCarModel

func (o *ApiV3PassesPostRequest) SetCarModel(v string)

SetCarModel sets field value

func (*ApiV3PassesPostRequest) SetCarNumber

func (o *ApiV3PassesPostRequest) SetCarNumber(v string)

SetCarNumber sets field value

func (*ApiV3PassesPostRequest) SetFirstName

func (o *ApiV3PassesPostRequest) SetFirstName(v string)

SetFirstName sets field value

func (*ApiV3PassesPostRequest) SetLastName

func (o *ApiV3PassesPostRequest) SetLastName(v string)

SetLastName sets field value

func (*ApiV3PassesPostRequest) SetOfficeId

func (o *ApiV3PassesPostRequest) SetOfficeId(v int64)

SetOfficeId sets field value

func (ApiV3PassesPostRequest) ToMap

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

func (*ApiV3PassesPostRequest) UnmarshalJSON

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

type ApiV3SuppliesGet200Response

type ApiV3SuppliesGet200Response struct {
	// Pagination parameter. Sets the value from which to retrieve the next batch
	Next *int64 `json:"next,omitempty"`
	// Supplies list
	Supplies []Supply `json:"supplies,omitempty"`
}

ApiV3SuppliesGet200Response struct for ApiV3SuppliesGet200Response

func NewApiV3SuppliesGet200Response

func NewApiV3SuppliesGet200Response() *ApiV3SuppliesGet200Response

NewApiV3SuppliesGet200Response instantiates a new ApiV3SuppliesGet200Response 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 NewApiV3SuppliesGet200ResponseWithDefaults

func NewApiV3SuppliesGet200ResponseWithDefaults() *ApiV3SuppliesGet200Response

NewApiV3SuppliesGet200ResponseWithDefaults instantiates a new ApiV3SuppliesGet200Response 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 (*ApiV3SuppliesGet200Response) GetNext

func (o *ApiV3SuppliesGet200Response) GetNext() int64

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

func (*ApiV3SuppliesGet200Response) GetNextOk

func (o *ApiV3SuppliesGet200Response) 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 (*ApiV3SuppliesGet200Response) GetSupplies

func (o *ApiV3SuppliesGet200Response) GetSupplies() []Supply

GetSupplies returns the Supplies field value if set, zero value otherwise.

func (*ApiV3SuppliesGet200Response) GetSuppliesOk

func (o *ApiV3SuppliesGet200Response) GetSuppliesOk() ([]Supply, bool)

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

func (*ApiV3SuppliesGet200Response) HasNext

func (o *ApiV3SuppliesGet200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

func (*ApiV3SuppliesGet200Response) HasSupplies

func (o *ApiV3SuppliesGet200Response) HasSupplies() bool

HasSupplies returns a boolean if a field has been set.

func (ApiV3SuppliesGet200Response) MarshalJSON

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

func (*ApiV3SuppliesGet200Response) SetNext

func (o *ApiV3SuppliesGet200Response) SetNext(v int64)

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

func (*ApiV3SuppliesGet200Response) SetSupplies

func (o *ApiV3SuppliesGet200Response) SetSupplies(v []Supply)

SetSupplies gets a reference to the given []Supply and assigns it to the Supplies field.

func (ApiV3SuppliesGet200Response) ToMap

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

type ApiV3SuppliesOrdersReshipmentGet200Response

type ApiV3SuppliesOrdersReshipmentGet200Response struct {
	// Assembly orders list
	Orders []ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner `json:"orders,omitempty"`
}

ApiV3SuppliesOrdersReshipmentGet200Response struct for ApiV3SuppliesOrdersReshipmentGet200Response

func NewApiV3SuppliesOrdersReshipmentGet200Response

func NewApiV3SuppliesOrdersReshipmentGet200Response() *ApiV3SuppliesOrdersReshipmentGet200Response

NewApiV3SuppliesOrdersReshipmentGet200Response instantiates a new ApiV3SuppliesOrdersReshipmentGet200Response 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 NewApiV3SuppliesOrdersReshipmentGet200ResponseWithDefaults

func NewApiV3SuppliesOrdersReshipmentGet200ResponseWithDefaults() *ApiV3SuppliesOrdersReshipmentGet200Response

NewApiV3SuppliesOrdersReshipmentGet200ResponseWithDefaults instantiates a new ApiV3SuppliesOrdersReshipmentGet200Response 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 (*ApiV3SuppliesOrdersReshipmentGet200Response) GetOrders

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

func (*ApiV3SuppliesOrdersReshipmentGet200Response) 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 (*ApiV3SuppliesOrdersReshipmentGet200Response) HasOrders

HasOrders returns a boolean if a field has been set.

func (ApiV3SuppliesOrdersReshipmentGet200Response) MarshalJSON

func (*ApiV3SuppliesOrdersReshipmentGet200Response) SetOrders

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

func (ApiV3SuppliesOrdersReshipmentGet200Response) ToMap

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

type ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner

type ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner struct {
	// Supply ID
	SupplyID interface{} `json:"supplyID,omitempty"`
	// Assembly order ID
	OrderID interface{} `json:"orderID,omitempty"`
}

ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner struct for ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner

func NewApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner

func NewApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner() *ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner

NewApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner instantiates a new ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner 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 NewApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInnerWithDefaults

func NewApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInnerWithDefaults() *ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner

NewApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInnerWithDefaults instantiates a new ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner 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 (*ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) GetOrderID

func (o *ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) GetOrderID() interface{}

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

func (*ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) GetOrderIDOk

func (o *ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) GetOrderIDOk() (*interface{}, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) GetSupplyID

func (o *ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) GetSupplyID() interface{}

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

func (*ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) GetSupplyIDOk

func (o *ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) GetSupplyIDOk() (*interface{}, bool)

GetSupplyIDOk returns a tuple with the SupplyID 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 (*ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) HasOrderID

HasOrderID returns a boolean if a field has been set.

func (*ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) HasSupplyID

HasSupplyID returns a boolean if a field has been set.

func (ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) MarshalJSON

func (*ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) SetOrderID

func (o *ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) SetOrderID(v interface{})

SetOrderID gets a reference to the given interface{} and assigns it to the OrderID field.

func (*ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) SetSupplyID

func (o *ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) SetSupplyID(v interface{})

SetSupplyID gets a reference to the given interface{} and assigns it to the SupplyID field.

func (ApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) ToMap

type ApiV3SuppliesPost201Response

type ApiV3SuppliesPost201Response struct {
	// Supply ID
	Id *string `json:"id,omitempty"`
}

ApiV3SuppliesPost201Response struct for ApiV3SuppliesPost201Response

func NewApiV3SuppliesPost201Response

func NewApiV3SuppliesPost201Response() *ApiV3SuppliesPost201Response

NewApiV3SuppliesPost201Response instantiates a new ApiV3SuppliesPost201Response 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 NewApiV3SuppliesPost201ResponseWithDefaults

func NewApiV3SuppliesPost201ResponseWithDefaults() *ApiV3SuppliesPost201Response

NewApiV3SuppliesPost201ResponseWithDefaults instantiates a new ApiV3SuppliesPost201Response 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 (*ApiV3SuppliesPost201Response) GetId

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

func (*ApiV3SuppliesPost201Response) GetIdOk

func (o *ApiV3SuppliesPost201Response) GetIdOk() (*string, bool)

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

func (*ApiV3SuppliesPost201Response) HasId

HasId returns a boolean if a field has been set.

func (ApiV3SuppliesPost201Response) MarshalJSON

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

func (*ApiV3SuppliesPost201Response) SetId

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

func (ApiV3SuppliesPost201Response) ToMap

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

type ApiV3SuppliesPostRequest

type ApiV3SuppliesPostRequest struct {
	// Supply name
	Name *string `json:"name,omitempty"`
}

ApiV3SuppliesPostRequest struct for ApiV3SuppliesPostRequest

func NewApiV3SuppliesPostRequest

func NewApiV3SuppliesPostRequest() *ApiV3SuppliesPostRequest

NewApiV3SuppliesPostRequest instantiates a new ApiV3SuppliesPostRequest 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 NewApiV3SuppliesPostRequestWithDefaults

func NewApiV3SuppliesPostRequestWithDefaults() *ApiV3SuppliesPostRequest

NewApiV3SuppliesPostRequestWithDefaults instantiates a new ApiV3SuppliesPostRequest 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 (*ApiV3SuppliesPostRequest) GetName

func (o *ApiV3SuppliesPostRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ApiV3SuppliesPostRequest) GetNameOk

func (o *ApiV3SuppliesPostRequest) GetNameOk() (*string, bool)

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

func (*ApiV3SuppliesPostRequest) HasName

func (o *ApiV3SuppliesPostRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (ApiV3SuppliesPostRequest) MarshalJSON

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

func (*ApiV3SuppliesPostRequest) SetName

func (o *ApiV3SuppliesPostRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (ApiV3SuppliesPostRequest) ToMap

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

type ApiV3SuppliesSupplyIdBarcodeGet200Response

type ApiV3SuppliesSupplyIdBarcodeGet200Response struct {
	// The encoded value of the sticker (supply id)
	Barcode *string `json:"barcode,omitempty"`
	// Base64 encoded sticker file in the requested format.
	File *string `json:"file,omitempty"`
}

ApiV3SuppliesSupplyIdBarcodeGet200Response struct for ApiV3SuppliesSupplyIdBarcodeGet200Response

func NewApiV3SuppliesSupplyIdBarcodeGet200Response

func NewApiV3SuppliesSupplyIdBarcodeGet200Response() *ApiV3SuppliesSupplyIdBarcodeGet200Response

NewApiV3SuppliesSupplyIdBarcodeGet200Response instantiates a new ApiV3SuppliesSupplyIdBarcodeGet200Response 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 NewApiV3SuppliesSupplyIdBarcodeGet200ResponseWithDefaults

func NewApiV3SuppliesSupplyIdBarcodeGet200ResponseWithDefaults() *ApiV3SuppliesSupplyIdBarcodeGet200Response

NewApiV3SuppliesSupplyIdBarcodeGet200ResponseWithDefaults instantiates a new ApiV3SuppliesSupplyIdBarcodeGet200Response 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 (*ApiV3SuppliesSupplyIdBarcodeGet200Response) GetBarcode

GetBarcode returns the Barcode field value if set, zero value otherwise.

func (*ApiV3SuppliesSupplyIdBarcodeGet200Response) GetBarcodeOk

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

func (*ApiV3SuppliesSupplyIdBarcodeGet200Response) GetFile

GetFile returns the File field value if set, zero value otherwise.

func (*ApiV3SuppliesSupplyIdBarcodeGet200Response) GetFileOk

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

func (*ApiV3SuppliesSupplyIdBarcodeGet200Response) HasBarcode

HasBarcode returns a boolean if a field has been set.

func (*ApiV3SuppliesSupplyIdBarcodeGet200Response) HasFile

HasFile returns a boolean if a field has been set.

func (ApiV3SuppliesSupplyIdBarcodeGet200Response) MarshalJSON

func (*ApiV3SuppliesSupplyIdBarcodeGet200Response) SetBarcode

SetBarcode gets a reference to the given string and assigns it to the Barcode field.

func (*ApiV3SuppliesSupplyIdBarcodeGet200Response) SetFile

SetFile gets a reference to the given string and assigns it to the File field.

func (ApiV3SuppliesSupplyIdBarcodeGet200Response) ToMap

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

type ApiV3SuppliesSupplyIdTrbxDeleteRequest

type ApiV3SuppliesSupplyIdTrbxDeleteRequest struct {
	// List of box IDs to delete from the supply.
	TrbxIds []string `json:"trbxIds"`
}

ApiV3SuppliesSupplyIdTrbxDeleteRequest struct for ApiV3SuppliesSupplyIdTrbxDeleteRequest

func NewApiV3SuppliesSupplyIdTrbxDeleteRequest

func NewApiV3SuppliesSupplyIdTrbxDeleteRequest(trbxIds []string) *ApiV3SuppliesSupplyIdTrbxDeleteRequest

NewApiV3SuppliesSupplyIdTrbxDeleteRequest instantiates a new ApiV3SuppliesSupplyIdTrbxDeleteRequest 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 NewApiV3SuppliesSupplyIdTrbxDeleteRequestWithDefaults

func NewApiV3SuppliesSupplyIdTrbxDeleteRequestWithDefaults() *ApiV3SuppliesSupplyIdTrbxDeleteRequest

NewApiV3SuppliesSupplyIdTrbxDeleteRequestWithDefaults instantiates a new ApiV3SuppliesSupplyIdTrbxDeleteRequest 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 (*ApiV3SuppliesSupplyIdTrbxDeleteRequest) GetTrbxIds

GetTrbxIds returns the TrbxIds field value

func (*ApiV3SuppliesSupplyIdTrbxDeleteRequest) GetTrbxIdsOk

func (o *ApiV3SuppliesSupplyIdTrbxDeleteRequest) GetTrbxIdsOk() ([]string, bool)

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

func (ApiV3SuppliesSupplyIdTrbxDeleteRequest) MarshalJSON

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

func (*ApiV3SuppliesSupplyIdTrbxDeleteRequest) SetTrbxIds

SetTrbxIds sets field value

func (ApiV3SuppliesSupplyIdTrbxDeleteRequest) ToMap

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

func (*ApiV3SuppliesSupplyIdTrbxDeleteRequest) UnmarshalJSON

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

type ApiV3SuppliesSupplyIdTrbxGet200Response

type ApiV3SuppliesSupplyIdTrbxGet200Response struct {
	Trbxes []SupplyTrbx `json:"trbxes,omitempty"`
}

ApiV3SuppliesSupplyIdTrbxGet200Response struct for ApiV3SuppliesSupplyIdTrbxGet200Response

func NewApiV3SuppliesSupplyIdTrbxGet200Response

func NewApiV3SuppliesSupplyIdTrbxGet200Response() *ApiV3SuppliesSupplyIdTrbxGet200Response

NewApiV3SuppliesSupplyIdTrbxGet200Response instantiates a new ApiV3SuppliesSupplyIdTrbxGet200Response 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 NewApiV3SuppliesSupplyIdTrbxGet200ResponseWithDefaults

func NewApiV3SuppliesSupplyIdTrbxGet200ResponseWithDefaults() *ApiV3SuppliesSupplyIdTrbxGet200Response

NewApiV3SuppliesSupplyIdTrbxGet200ResponseWithDefaults instantiates a new ApiV3SuppliesSupplyIdTrbxGet200Response 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 (*ApiV3SuppliesSupplyIdTrbxGet200Response) GetTrbxes

GetTrbxes returns the Trbxes field value if set, zero value otherwise.

func (*ApiV3SuppliesSupplyIdTrbxGet200Response) GetTrbxesOk

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

func (*ApiV3SuppliesSupplyIdTrbxGet200Response) HasTrbxes

HasTrbxes returns a boolean if a field has been set.

func (ApiV3SuppliesSupplyIdTrbxGet200Response) MarshalJSON

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

func (*ApiV3SuppliesSupplyIdTrbxGet200Response) SetTrbxes

SetTrbxes gets a reference to the given []SupplyTrbx and assigns it to the Trbxes field.

func (ApiV3SuppliesSupplyIdTrbxGet200Response) ToMap

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

type ApiV3SuppliesSupplyIdTrbxPost201Response

type ApiV3SuppliesSupplyIdTrbxPost201Response struct {
	// List of IDs of created boxes.
	TrbxIds []string `json:"trbxIds,omitempty"`
}

ApiV3SuppliesSupplyIdTrbxPost201Response struct for ApiV3SuppliesSupplyIdTrbxPost201Response

func NewApiV3SuppliesSupplyIdTrbxPost201Response

func NewApiV3SuppliesSupplyIdTrbxPost201Response() *ApiV3SuppliesSupplyIdTrbxPost201Response

NewApiV3SuppliesSupplyIdTrbxPost201Response instantiates a new ApiV3SuppliesSupplyIdTrbxPost201Response 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 NewApiV3SuppliesSupplyIdTrbxPost201ResponseWithDefaults

func NewApiV3SuppliesSupplyIdTrbxPost201ResponseWithDefaults() *ApiV3SuppliesSupplyIdTrbxPost201Response

NewApiV3SuppliesSupplyIdTrbxPost201ResponseWithDefaults instantiates a new ApiV3SuppliesSupplyIdTrbxPost201Response 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 (*ApiV3SuppliesSupplyIdTrbxPost201Response) GetTrbxIds

GetTrbxIds returns the TrbxIds field value if set, zero value otherwise.

func (*ApiV3SuppliesSupplyIdTrbxPost201Response) GetTrbxIdsOk

func (o *ApiV3SuppliesSupplyIdTrbxPost201Response) GetTrbxIdsOk() ([]string, bool)

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

func (*ApiV3SuppliesSupplyIdTrbxPost201Response) HasTrbxIds

HasTrbxIds returns a boolean if a field has been set.

func (ApiV3SuppliesSupplyIdTrbxPost201Response) MarshalJSON

func (*ApiV3SuppliesSupplyIdTrbxPost201Response) SetTrbxIds

SetTrbxIds gets a reference to the given []string and assigns it to the TrbxIds field.

func (ApiV3SuppliesSupplyIdTrbxPost201Response) ToMap

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

type ApiV3SuppliesSupplyIdTrbxPostRequest

type ApiV3SuppliesSupplyIdTrbxPostRequest struct {
	// Boxes amount to add to the supply.
	Amount int32 `json:"amount"`
}

ApiV3SuppliesSupplyIdTrbxPostRequest struct for ApiV3SuppliesSupplyIdTrbxPostRequest

func NewApiV3SuppliesSupplyIdTrbxPostRequest

func NewApiV3SuppliesSupplyIdTrbxPostRequest(amount int32) *ApiV3SuppliesSupplyIdTrbxPostRequest

NewApiV3SuppliesSupplyIdTrbxPostRequest instantiates a new ApiV3SuppliesSupplyIdTrbxPostRequest 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 NewApiV3SuppliesSupplyIdTrbxPostRequestWithDefaults

func NewApiV3SuppliesSupplyIdTrbxPostRequestWithDefaults() *ApiV3SuppliesSupplyIdTrbxPostRequest

NewApiV3SuppliesSupplyIdTrbxPostRequestWithDefaults instantiates a new ApiV3SuppliesSupplyIdTrbxPostRequest 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 (*ApiV3SuppliesSupplyIdTrbxPostRequest) GetAmount

GetAmount returns the Amount field value

func (*ApiV3SuppliesSupplyIdTrbxPostRequest) GetAmountOk

func (o *ApiV3SuppliesSupplyIdTrbxPostRequest) GetAmountOk() (*int32, bool)

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

func (ApiV3SuppliesSupplyIdTrbxPostRequest) MarshalJSON

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

func (*ApiV3SuppliesSupplyIdTrbxPostRequest) SetAmount

SetAmount sets field value

func (ApiV3SuppliesSupplyIdTrbxPostRequest) ToMap

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

func (*ApiV3SuppliesSupplyIdTrbxPostRequest) UnmarshalJSON

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

type ApiV3SuppliesSupplyIdTrbxStickersPost200Response

type ApiV3SuppliesSupplyIdTrbxStickersPost200Response struct {
	Stickers []TrbxStickers `json:"stickers,omitempty"`
}

ApiV3SuppliesSupplyIdTrbxStickersPost200Response struct for ApiV3SuppliesSupplyIdTrbxStickersPost200Response

func NewApiV3SuppliesSupplyIdTrbxStickersPost200Response

func NewApiV3SuppliesSupplyIdTrbxStickersPost200Response() *ApiV3SuppliesSupplyIdTrbxStickersPost200Response

NewApiV3SuppliesSupplyIdTrbxStickersPost200Response instantiates a new ApiV3SuppliesSupplyIdTrbxStickersPost200Response 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 NewApiV3SuppliesSupplyIdTrbxStickersPost200ResponseWithDefaults

func NewApiV3SuppliesSupplyIdTrbxStickersPost200ResponseWithDefaults() *ApiV3SuppliesSupplyIdTrbxStickersPost200Response

NewApiV3SuppliesSupplyIdTrbxStickersPost200ResponseWithDefaults instantiates a new ApiV3SuppliesSupplyIdTrbxStickersPost200Response 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 (*ApiV3SuppliesSupplyIdTrbxStickersPost200Response) GetStickers

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

func (*ApiV3SuppliesSupplyIdTrbxStickersPost200Response) 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 (*ApiV3SuppliesSupplyIdTrbxStickersPost200Response) HasStickers

HasStickers returns a boolean if a field has been set.

func (ApiV3SuppliesSupplyIdTrbxStickersPost200Response) MarshalJSON

func (*ApiV3SuppliesSupplyIdTrbxStickersPost200Response) SetStickers

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

func (ApiV3SuppliesSupplyIdTrbxStickersPost200Response) ToMap

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

type ApiV3SuppliesSupplyIdTrbxStickersPostRequest

type ApiV3SuppliesSupplyIdTrbxStickersPostRequest struct {
	// List of supply box IDs for the sticker generation
	TrbxIds []string `json:"trbxIds"`
}

ApiV3SuppliesSupplyIdTrbxStickersPostRequest struct for ApiV3SuppliesSupplyIdTrbxStickersPostRequest

func NewApiV3SuppliesSupplyIdTrbxStickersPostRequest

func NewApiV3SuppliesSupplyIdTrbxStickersPostRequest(trbxIds []string) *ApiV3SuppliesSupplyIdTrbxStickersPostRequest

NewApiV3SuppliesSupplyIdTrbxStickersPostRequest instantiates a new ApiV3SuppliesSupplyIdTrbxStickersPostRequest 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 NewApiV3SuppliesSupplyIdTrbxStickersPostRequestWithDefaults

func NewApiV3SuppliesSupplyIdTrbxStickersPostRequestWithDefaults() *ApiV3SuppliesSupplyIdTrbxStickersPostRequest

NewApiV3SuppliesSupplyIdTrbxStickersPostRequestWithDefaults instantiates a new ApiV3SuppliesSupplyIdTrbxStickersPostRequest 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 (*ApiV3SuppliesSupplyIdTrbxStickersPostRequest) GetTrbxIds

GetTrbxIds returns the TrbxIds field value

func (*ApiV3SuppliesSupplyIdTrbxStickersPostRequest) GetTrbxIdsOk

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

func (ApiV3SuppliesSupplyIdTrbxStickersPostRequest) MarshalJSON

func (*ApiV3SuppliesSupplyIdTrbxStickersPostRequest) SetTrbxIds

SetTrbxIds sets field value

func (ApiV3SuppliesSupplyIdTrbxStickersPostRequest) ToMap

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

func (*ApiV3SuppliesSupplyIdTrbxStickersPostRequest) UnmarshalJSON

func (o *ApiV3SuppliesSupplyIdTrbxStickersPostRequest) 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 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 CrossborderTurkeyClientInfo

type CrossborderTurkeyClientInfo struct {
	// Client's first name
	FirstName *string `json:"firstName,omitempty"`
	// First name, Last name, Patronymic
	FullName *string `json:"fullName,omitempty"`
	// Client's last name
	LastName *string `json:"lastName,omitempty"`
	// Client's patronymic
	MiddleName *string `json:"middleName,omitempty"`
	// Order number
	OrderID *int32 `json:"orderID,omitempty"`
	// Phone number for contacting the client
	Phone *string `json:"phone,omitempty"`
	// Not used
	PhoneCode *string `json:"phoneCode,omitempty"`
}

CrossborderTurkeyClientInfo struct for CrossborderTurkeyClientInfo

func NewCrossborderTurkeyClientInfo

func NewCrossborderTurkeyClientInfo() *CrossborderTurkeyClientInfo

NewCrossborderTurkeyClientInfo instantiates a new CrossborderTurkeyClientInfo 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 NewCrossborderTurkeyClientInfoWithDefaults

func NewCrossborderTurkeyClientInfoWithDefaults() *CrossborderTurkeyClientInfo

NewCrossborderTurkeyClientInfoWithDefaults instantiates a new CrossborderTurkeyClientInfo 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 (*CrossborderTurkeyClientInfo) GetFirstName

func (o *CrossborderTurkeyClientInfo) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*CrossborderTurkeyClientInfo) GetFirstNameOk

func (o *CrossborderTurkeyClientInfo) 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 (*CrossborderTurkeyClientInfo) GetFullName

func (o *CrossborderTurkeyClientInfo) GetFullName() string

GetFullName returns the FullName field value if set, zero value otherwise.

func (*CrossborderTurkeyClientInfo) GetFullNameOk

func (o *CrossborderTurkeyClientInfo) 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 (*CrossborderTurkeyClientInfo) GetLastName

func (o *CrossborderTurkeyClientInfo) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*CrossborderTurkeyClientInfo) GetLastNameOk

func (o *CrossborderTurkeyClientInfo) GetLastNameOk() (*string, bool)

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

func (*CrossborderTurkeyClientInfo) GetMiddleName

func (o *CrossborderTurkeyClientInfo) GetMiddleName() string

GetMiddleName returns the MiddleName field value if set, zero value otherwise.

func (*CrossborderTurkeyClientInfo) GetMiddleNameOk

func (o *CrossborderTurkeyClientInfo) GetMiddleNameOk() (*string, bool)

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

func (*CrossborderTurkeyClientInfo) GetOrderID

func (o *CrossborderTurkeyClientInfo) GetOrderID() int32

GetOrderID returns the OrderID field value if set, zero value otherwise.

func (*CrossborderTurkeyClientInfo) GetOrderIDOk

func (o *CrossborderTurkeyClientInfo) 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 (*CrossborderTurkeyClientInfo) GetPhone

func (o *CrossborderTurkeyClientInfo) GetPhone() string

GetPhone returns the Phone field value if set, zero value otherwise.

func (*CrossborderTurkeyClientInfo) GetPhoneCode

func (o *CrossborderTurkeyClientInfo) GetPhoneCode() string

GetPhoneCode returns the PhoneCode field value if set, zero value otherwise.

func (*CrossborderTurkeyClientInfo) GetPhoneCodeOk

func (o *CrossborderTurkeyClientInfo) GetPhoneCodeOk() (*string, 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 (*CrossborderTurkeyClientInfo) GetPhoneOk

func (o *CrossborderTurkeyClientInfo) 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 (*CrossborderTurkeyClientInfo) HasFirstName

func (o *CrossborderTurkeyClientInfo) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*CrossborderTurkeyClientInfo) HasFullName

func (o *CrossborderTurkeyClientInfo) HasFullName() bool

HasFullName returns a boolean if a field has been set.

func (*CrossborderTurkeyClientInfo) HasLastName

func (o *CrossborderTurkeyClientInfo) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*CrossborderTurkeyClientInfo) HasMiddleName

func (o *CrossborderTurkeyClientInfo) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

func (*CrossborderTurkeyClientInfo) HasOrderID

func (o *CrossborderTurkeyClientInfo) HasOrderID() bool

HasOrderID returns a boolean if a field has been set.

func (*CrossborderTurkeyClientInfo) HasPhone

func (o *CrossborderTurkeyClientInfo) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (*CrossborderTurkeyClientInfo) HasPhoneCode

func (o *CrossborderTurkeyClientInfo) HasPhoneCode() bool

HasPhoneCode returns a boolean if a field has been set.

func (CrossborderTurkeyClientInfo) MarshalJSON

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

func (*CrossborderTurkeyClientInfo) SetFirstName

func (o *CrossborderTurkeyClientInfo) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*CrossborderTurkeyClientInfo) SetFullName

func (o *CrossborderTurkeyClientInfo) SetFullName(v string)

SetFullName gets a reference to the given string and assigns it to the FullName field.

func (*CrossborderTurkeyClientInfo) SetLastName

func (o *CrossborderTurkeyClientInfo) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*CrossborderTurkeyClientInfo) SetMiddleName

func (o *CrossborderTurkeyClientInfo) SetMiddleName(v string)

SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.

func (*CrossborderTurkeyClientInfo) SetOrderID

func (o *CrossborderTurkeyClientInfo) SetOrderID(v int32)

SetOrderID gets a reference to the given int32 and assigns it to the OrderID field.

func (*CrossborderTurkeyClientInfo) SetPhone

func (o *CrossborderTurkeyClientInfo) SetPhone(v string)

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (*CrossborderTurkeyClientInfo) SetPhoneCode

func (o *CrossborderTurkeyClientInfo) SetPhoneCode(v string)

SetPhoneCode gets a reference to the given string and assigns it to the PhoneCode field.

func (CrossborderTurkeyClientInfo) ToMap

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

type CrossborderTurkeyClientInfoResp

type CrossborderTurkeyClientInfoResp struct {
	// Client information for cross-border orders from Turkey
	Orders []CrossborderTurkeyClientInfo `json:"orders,omitempty"`
}

CrossborderTurkeyClientInfoResp struct for CrossborderTurkeyClientInfoResp

func NewCrossborderTurkeyClientInfoResp

func NewCrossborderTurkeyClientInfoResp() *CrossborderTurkeyClientInfoResp

NewCrossborderTurkeyClientInfoResp instantiates a new CrossborderTurkeyClientInfoResp 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 NewCrossborderTurkeyClientInfoRespWithDefaults

func NewCrossborderTurkeyClientInfoRespWithDefaults() *CrossborderTurkeyClientInfoResp

NewCrossborderTurkeyClientInfoRespWithDefaults instantiates a new CrossborderTurkeyClientInfoResp 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 (*CrossborderTurkeyClientInfoResp) GetOrders

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

func (*CrossborderTurkeyClientInfoResp) 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 (*CrossborderTurkeyClientInfoResp) HasOrders

func (o *CrossborderTurkeyClientInfoResp) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (CrossborderTurkeyClientInfoResp) MarshalJSON

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

func (*CrossborderTurkeyClientInfoResp) SetOrders

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

func (CrossborderTurkeyClientInfoResp) ToMap

func (o CrossborderTurkeyClientInfoResp) 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 FBSAssemblyOrdersAPIService

type FBSAssemblyOrdersAPIService service

FBSAssemblyOrdersAPIService FBSAssemblyOrdersAPI service

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersClientPost

ApiV3OrdersClientPost Orders with Client Information

The method allows getting information about the client by assembly order ID. <br>Only for cross-border orders from **Turkey**

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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 ApiApiV3OrdersClientPostRequest

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersClientPostExecute

Execute executes the request

@return CrossborderTurkeyClientInfoResp

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersGet

ApiV3OrdersGet Get Assembly Orders

Returns assembly orders information without current status. <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>FBS assembly orders, supplies and passes</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 ApiApiV3OrdersGetRequest

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersGetExecute

Execute executes the request

@return ApiV3OrdersGet200Response

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersNewGet

ApiV3OrdersNewGet Get New Assembly Orders

Returns a list of all new [assembly orders](/openapi/orders-fbs#tag/FBS-Assembly-Orders/paths/~1api~1v3~1orders/get).

<div class="description_important"> Metadata specified in the <code>requiredMeta</code> and <code>optionalMeta</code> fields in assembly orders only affects the ability to transfer a supply to delivery. If your product requires mandatory marking with identification means, you must specify all needed metadata whether it was received in <code>requiredMeta</code> or <code>optionalMeta</code> field (see 4.6 of the <a href ="https://seller.wildberries.ru/confirm-offer-condition/product/view">Offer</a>). <br> We recommend adding all metadata received in the <code>requiredMeta</code> and <code>optionalMeta</code> fields to the assembly orders </div>

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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 ApiApiV3OrdersNewGetRequest

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersNewGetExecute

Execute executes the request

@return ApiV3OrdersNewGet200Response

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersOrderIdCancelPatch

func (a *FBSAssemblyOrdersAPIService) ApiV3OrdersOrderIdCancelPatch(ctx context.Context, orderId int64) ApiApiV3OrdersOrderIdCancelPatchRequest

ApiV3OrdersOrderIdCancelPatch Cancel the Assembly Order

Moves the assembly orders to `cancel` ("Canceled by the supplier") status.

<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 min | 100 requests | 600 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().
@param orderId Assembly order ID
@return ApiApiV3OrdersOrderIdCancelPatchRequest

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersOrderIdCancelPatchExecute

func (a *FBSAssemblyOrdersAPIService) ApiV3OrdersOrderIdCancelPatchExecute(r ApiApiV3OrdersOrderIdCancelPatchRequest) (*http.Response, error)

Execute executes the request

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersStatusHistoryPost

ApiV3OrdersStatusHistoryPost Status History for Cross-Border Orders

Returns status history for cross-border orders

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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 ApiApiV3OrdersStatusHistoryPostRequest

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersStatusHistoryPostExecute

Execute executes the request

@return ApiV3OrdersStatusHistoryPost200Response

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersStatusPost

ApiV3OrdersStatusPost Get Assembly Orders Statuses

Returns the statuses of assembly orders from the request.

`supplierStatus` is a status of an assembly order. Its change is always triggered only by the supplier.<br>

Possible values of `supplierStatus`:

| Status | Description | How to move the assembly orders to this status | |-----------|--------------------------|---------------------------------------------| | `new` | **New order** | | | `confirm` | **In assembly** <br>For delivery by Wildberries `fbs` | [Add assembly orders to the supply](/openapi/orders-fbs#tag/FBS-Supplies/paths/~1api~1marketplace~1v3~1supplies~1%7BsupplyId%7D~1orders/patch) | `complete` | **In delivery** <br> For delivery by Wildberries `fbs` and by WB courier `wbgo` | [Transfer the supply to delivery](/openapi/orders-fbs#tag/FBS-Supplies/paths/~1api~1v3~1supplies~1%7BsupplyId%7D~1deliver/patch) | | `cancel` | **Canceled by seller** | [Cancel the order](/openapi/orders-fbs#tag/FBS-Assembly-Orders/paths/~1api~1v3~1orders~1%7BorderId%7D~1cancel/patch) | | `cancel_carrier` | **Canceled by carrier** <br>For crossborder only | Changed by the carrier |

`wbStatus` — is a status of an order on the Wildberries side.

Possible values for this field are: - `waiting` — the supplier confirmed the order, and the Wildberries has not received it yet - `sorted` — the Wildberries warehouse sorted the order - `sold` — the order is sold - `canceled` — the supplier canceled the order - `canceled_by_client` — the buyer canceled the order upon receipt - `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` — cancellation of the order due to a defect - `ready_for_pickup` — the order came at pickup point and waiting for the client - `postponed_delivery` — courier delivery is postponed - `accepted_by_carrier` — accepted by carrier. The order is handed over to delivery service in the seller country - `sent_to_carrier` — dispatched to carrier. The order is on the way to delivery service's warehouse in the seller - `canceled_by_carrier` — the order was cancelled by the carrier. For crossborder only

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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 ApiApiV3OrdersStatusPostRequest

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersStatusPostExecute

Execute executes the request

@return ApiV3OrdersStatusPost200Response

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersStickersCrossBorderPost

ApiV3OrdersStickersCrossBorderPost Get Stickers for Cross-Border Assembly Orders

Returns a list of stickers for cross-border assembly orders in PDF.<br><br>

For each assembly order, the response contains the sticker generation status:

  • `awaitingTrackNumber` — the sticker is not ready. Waiting for a carrier's track number.
  • `ready` — the sticker is ready

<div class="description_important">

Stickers may be generated with a delay. Repeat the request until you receive the <code>ready</code> status.

</div>

Method limitations: - You cannot request more than 100 stickers at a time (no more than 100 assembly order IDs in a request). - The method returns stickers only for assembly orders that are on assembly or in delivery [status](/openapi/orders-fbs#tag/FBS-Assembly-Orders/paths/~1api~1v3~1orders~1status/post): `confirm`, `complete`.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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 ApiApiV3OrdersStickersCrossBorderPostRequest

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersStickersCrossBorderPostExecute

Execute executes the request

@return ApiV3OrdersStickersCrossBorderPost200Response

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersStickersPost

ApiV3OrdersStickersPost Get Assembly Orders Stickers

Returns a list of stickers according to the requested assembly orders. You can request a sticker in `svg`, `zplv` (vertical), `zplh` (horizontal) and `png` formats.

**Method limitations**: - You cannot request more than 100 stickers at a time (no more than 100 assembly orders IDs in a request). - The method returns stickers only for assembly orders in the `confirm` — in assembly and `complete` — in delivery [statuses](/openapi/orders-fbs#tag/FBS-Assembly-Orders/paths/~1api~1v3~1orders~1status/post). - Available dimensions:

  • 580x400 px, with parameters `width` = 58, `height` = 40
  • 400x300 px, with parameters `width` = 40, `height` = 30

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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 ApiApiV3OrdersStickersPostRequest

func (*FBSAssemblyOrdersAPIService) ApiV3OrdersStickersPostExecute

Execute executes the request

@return ApiV3OrdersStickersPost200Response

func (*FBSAssemblyOrdersAPIService) ApiV3SuppliesOrdersReshipmentGet

ApiV3SuppliesOrdersReshipmentGet Get All Assembly Orders for Re-shipment

Returns all assembly orders that require re-shipment

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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 ApiApiV3SuppliesOrdersReshipmentGetRequest

func (*FBSAssemblyOrdersAPIService) ApiV3SuppliesOrdersReshipmentGetExecute

Execute executes the request

@return ApiV3SuppliesOrdersReshipmentGet200Response

type FBSMetadataAPIService

type FBSMetadataAPIService service

FBSMetadataAPIService FBSMetadataAPI service

func (*FBSMetadataAPIService) ApiMarketplaceV3OrdersMetaPost

func (a *FBSMetadataAPIService) ApiMarketplaceV3OrdersMetaPost(ctx context.Context) ApiApiMarketplaceV3OrdersMetaPostRequest

ApiMarketplaceV3OrdersMetaPost Get Assembly Orders Metadata

The method returns metadata for [assembly orders](/openapi/orders-fbs#tag/FBS-Assembly-Orders/paths/~1api~1v3~1orders/get) by the list of their IDs. <br><br> You can get the list of metadata available for an assembly order in the `requiredMeta` and `optionalMeta` fields in the response of the [Get New Assembly Orders](/openapi/orders-fbs#tag/FBS-Assembly-Orders/paths/~1api~1v3~1orders~1new/get) method. <br><br> Possible metadata:

  • `imei` — [IMEI](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1v3~1orders~1%7BorderId%7D~1meta~1imei/put)

  • `uin` — [UIN](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1v3~1orders~1%7BorderId%7D~1meta~1uin/put)

  • `gtin` — [GTIN](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1v3~1orders~1%7BorderId%7D~1meta~1gtin/put)

  • `sgtin` — [Data matrix code](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1v3~1orders~1%7BorderId%7D~1meta~1sgtin/put)

  • `expiration` — [Expiration date](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1v3~1orders~1%7BorderId%7D~1meta~1expiration/put)

  • `customsDeclaration` — [customs declaration number](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1marketplace~1v3~1orders~1%7BorderId%7D~1meta~1customs-declaration/put)

    If any of the metadata objects are not returned in the response, it means that the assembly order cannot have such metadata, and they cannot be added

<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 FBS metadata</strong>:

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

func (*FBSMetadataAPIService) ApiMarketplaceV3OrdersMetaPostExecute

func (a *FBSMetadataAPIService) ApiMarketplaceV3OrdersMetaPostExecute(r ApiApiMarketplaceV3OrdersMetaPostRequest) (*V3OrdersMetaAPI, *http.Response, error)

Execute executes the request

@return V3OrdersMetaAPI

func (*FBSMetadataAPIService) ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPut

func (a *FBSMetadataAPIService) ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPut(ctx context.Context, orderId int64) ApiApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest

ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPut Add Custom Declaration number to the Order

The method updates the customs declaration number in the [metadata of the assembly order](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1marketplace~1v3~1orders~1meta/post).

An assembly order can have only one customs declaration number.

You can add the customs declaration number only for orders in the `confirm` or `complete` [status](/openapi/orders-fbs#tag/FBS-Assembly-Orders/paths/~1api~1v3~1orders~1status/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>adding FBS metadata</strong>:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 1000 requests | 60 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().
@param orderId Assembly order ID
@return ApiApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest

func (*FBSMetadataAPIService) ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutExecute

func (a *FBSMetadataAPIService) ApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutExecute(r ApiApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) (*http.Response, error)

Execute executes the request

func (*FBSMetadataAPIService) ApiV3OrdersOrderIdMetaDelete

func (a *FBSMetadataAPIService) ApiV3OrdersOrderIdMetaDelete(ctx context.Context, orderId int64) ApiApiV3OrdersOrderIdMetaDeleteRequest

ApiV3OrdersOrderIdMetaDelete Delete Assembly Order Metadata

Removes all assembly order metadata values for the passed key. <br><br> Possible metadata are:

  • `imei` — [IMEI](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1v3~1orders~1%7BorderId%7D~1meta~1imei/put)
  • `uin` — [UIN](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1v3~1orders~1%7BorderId%7D~1meta~1uin/put)
  • `gtin` — [GTIN](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1v3~1orders~1%7BorderId%7D~1meta~1gtin/put)
  • `sgtin` — [Data matrix code](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1v3~1orders~1%7BorderId%7D~1meta~1sgtin/put)
  • `customsDeclaration` — [customs declaration number](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1marketplace~1v3~1orders~1%7BorderId%7D~1meta~1customs-declaration/put)

<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 FBS metadata</strong>:

| 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().
@param orderId Assembly order ID
@return ApiApiV3OrdersOrderIdMetaDeleteRequest

func (*FBSMetadataAPIService) ApiV3OrdersOrderIdMetaDeleteExecute

func (a *FBSMetadataAPIService) ApiV3OrdersOrderIdMetaDeleteExecute(r ApiApiV3OrdersOrderIdMetaDeleteRequest) (*http.Response, error)

Execute executes the request

func (*FBSMetadataAPIService) ApiV3OrdersOrderIdMetaExpirationPut

func (a *FBSMetadataAPIService) ApiV3OrdersOrderIdMetaExpirationPut(ctx context.Context, orderId int64) ApiApiV3OrdersOrderIdMetaExpirationPutRequest

ApiV3OrdersOrderIdMetaExpirationPut Add Expiration Date to the Assembly Order

Sets the expiration date for the assembly order. <br> The expiration date can only be added for assembly orders that are delivered by WB and are in the `confirm` status. <br> <br> You can get the uploaded data in the [metadata of the assembly order](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1marketplace~1v3~1orders~1meta/post). <br> To change the expiration date, send a request with the new date. It is impossible to remove the expiration date from the metadata of the assembly order.

<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 FBS metadata</strong>:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 1000 requests | 60 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().
@param orderId Assembly order ID
@return ApiApiV3OrdersOrderIdMetaExpirationPutRequest

func (*FBSMetadataAPIService) ApiV3OrdersOrderIdMetaExpirationPutExecute

func (a *FBSMetadataAPIService) ApiV3OrdersOrderIdMetaExpirationPutExecute(r ApiApiV3OrdersOrderIdMetaExpirationPutRequest) (*http.Response, error)

Execute executes the request

func (*FBSMetadataAPIService) ApiV3OrdersOrderIdMetaGtinPut

func (a *FBSMetadataAPIService) ApiV3OrdersOrderIdMetaGtinPut(ctx context.Context, orderId int64) ApiApiV3OrdersOrderIdMetaGtinPutRequest

ApiV3OrdersOrderIdMetaGtinPut Add GTIN to the Assembly Order

Sets the GTIN (Belarus product unique identifier) for the assembly order. The assembly order can only have one GTIN. You can add the code only for assembly orders in the `confirm` 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 FBS metadata</strong>:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 1000 requests | 60 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().
@param orderId Assembly order ID
@return ApiApiV3OrdersOrderIdMetaGtinPutRequest

func (*FBSMetadataAPIService) ApiV3OrdersOrderIdMetaGtinPutExecute

func (a *FBSMetadataAPIService) ApiV3OrdersOrderIdMetaGtinPutExecute(r ApiApiV3OrdersOrderIdMetaGtinPutRequest) (*http.Response, error)

Execute executes the request

func (*FBSMetadataAPIService) ApiV3OrdersOrderIdMetaImeiPut

func (a *FBSMetadataAPIService) ApiV3OrdersOrderIdMetaImeiPut(ctx context.Context, orderId int64) ApiApiV3OrdersOrderIdMetaImeiPutRequest

ApiV3OrdersOrderIdMetaImeiPut Add IMEI to the Assembly Order

Sets the IMEI for the assembly order. <br><br> The assembly order can have only one IMEI. If a device has two IMEIs — **IMEI** and **IMEI2** or **IMEI1** and **IMEI2** — you should only specify **IMEI** or **IMEI1**. You don't need to specify **IMEI2**.<br><br> You can add the code only for assembly orders in the `confirm` 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 FBS metadata</strong>:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 1000 requests | 60 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().
@param orderId Assembly order ID
@return ApiApiV3OrdersOrderIdMetaImeiPutRequest

func (*FBSMetadataAPIService) ApiV3OrdersOrderIdMetaImeiPutExecute

func (a *FBSMetadataAPIService) ApiV3OrdersOrderIdMetaImeiPutExecute(r ApiApiV3OrdersOrderIdMetaImeiPutRequest) (*http.Response, error)

Execute executes the request

func (*FBSMetadataAPIService) ApiV3OrdersOrderIdMetaSgtinPut

func (a *FBSMetadataAPIService) ApiV3OrdersOrderIdMetaSgtinPut(ctx context.Context, orderId int64) ApiApiV3OrdersOrderIdMetaSgtinPutRequest

ApiV3OrdersOrderIdMetaSgtinPut Add Data Matrix Code to the Assembly Order

The method allows attaching a Data Matrix code [Chestny ZNAK](https://chestnyznak.ru/en) to an assembly order.

Attaching a Data Matrix code to an assembly order is only possible if this field is returned in the response of the method [to get the metadata of the order](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1marketplace~1v3~1orders~1meta/post), and the assembly order is in the confirm status.

The loaded Data Matrix code can be retrieved through the method [to get the metadata of the order](/openapi/orders-fbs#tag/FBS-Metadata/paths/~1api~1marketplace~1v3~1orders~1meta/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>adding FBS metadata</strong>:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 1000 requests | 60 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().
@param orderId Assembly order ID
@return ApiApiV3OrdersOrderIdMetaSgtinPutRequest

func (*FBSMetadataAPIService) ApiV3OrdersOrderIdMetaSgtinPutExecute

func (a *FBSMetadataAPIService) ApiV3OrdersOrderIdMetaSgtinPutExecute(r ApiApiV3OrdersOrderIdMetaSgtinPutRequest) (*http.Response, error)

Execute executes the request

func (*FBSMetadataAPIService) ApiV3OrdersOrderIdMetaUinPut

func (a *FBSMetadataAPIService) ApiV3OrdersOrderIdMetaUinPut(ctx context.Context, orderId int64) ApiApiV3OrdersOrderIdMetaUinPutRequest

ApiV3OrdersOrderIdMetaUinPut Add UIN (Unique Identification Number) to the Assembly Order

Sets the UIN for the assembly order. The assembly order can only have one UIN. You can add the code only for assembly orders in the `confirm` 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 FBS metadata</strong>:

| Period | Limit | Interval | Burst | | --- | --- | --- | --- | | 1 min | 1000 requests | 60 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().
@param orderId Assembly order ID
@return ApiApiV3OrdersOrderIdMetaUinPutRequest

func (*FBSMetadataAPIService) ApiV3OrdersOrderIdMetaUinPutExecute

func (a *FBSMetadataAPIService) ApiV3OrdersOrderIdMetaUinPutExecute(r ApiApiV3OrdersOrderIdMetaUinPutRequest) (*http.Response, error)

Execute executes the request

type FBSPassesAPIService

type FBSPassesAPIService service

FBSPassesAPIService FBSPassesAPI service

func (*FBSPassesAPIService) ApiV3PassesGet

ApiV3PassesGet Get Passes

Returns a list of all seller's passes.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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 ApiApiV3PassesGetRequest

func (*FBSPassesAPIService) ApiV3PassesGetExecute

func (a *FBSPassesAPIService) ApiV3PassesGetExecute(r ApiApiV3PassesGetRequest) ([]Pass, *http.Response, error)

Execute executes the request

@return []Pass

func (*FBSPassesAPIService) ApiV3PassesOfficesGet

ApiV3PassesOfficesGet Get Offices for Pass

Returns a list of offices that require a pass.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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 ApiApiV3PassesOfficesGetRequest

func (*FBSPassesAPIService) ApiV3PassesOfficesGetExecute

func (a *FBSPassesAPIService) ApiV3PassesOfficesGetExecute(r ApiApiV3PassesOfficesGetRequest) ([]PassOffice, *http.Response, error)

Execute executes the request

@return []PassOffice

func (*FBSPassesAPIService) ApiV3PassesPassIdDelete

func (a *FBSPassesAPIService) ApiV3PassesPassIdDelete(ctx context.Context, passId int64) ApiApiV3PassesPassIdDeleteRequest

ApiV3PassesPassIdDelete Delete the Pass

Deletes the seller's pass

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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().
@param passId Pass ID
@return ApiApiV3PassesPassIdDeleteRequest

func (*FBSPassesAPIService) ApiV3PassesPassIdDeleteExecute

func (a *FBSPassesAPIService) ApiV3PassesPassIdDeleteExecute(r ApiApiV3PassesPassIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*FBSPassesAPIService) ApiV3PassesPassIdPut

func (a *FBSPassesAPIService) ApiV3PassesPassIdPut(ctx context.Context, passId int64) ApiApiV3PassesPassIdPutRequest

ApiV3PassesPassIdPut Update Pass

Updates the seller's pass detail

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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().
@param passId Pass ID
@return ApiApiV3PassesPassIdPutRequest

func (*FBSPassesAPIService) ApiV3PassesPassIdPutExecute

func (a *FBSPassesAPIService) ApiV3PassesPassIdPutExecute(r ApiApiV3PassesPassIdPutRequest) (*http.Response, error)

Execute executes the request

func (*FBSPassesAPIService) ApiV3PassesPost

ApiV3PassesPost Create Pass

Creates a supplier pass. <br> The pass is valid for 48 hours from the time of creation. <div class="description_limit">

Maximum of 1 request per 10 <a href="/openapi/api-information#tag/Introduction/Rate-Limits">minutes</a> per one seller's account

</div>

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

func (*FBSPassesAPIService) ApiV3PassesPostExecute

Execute executes the request

@return ApiV3PassesPost201Response

type FBSSuppliesAPIService

type FBSSuppliesAPIService service

FBSSuppliesAPIService FBSSuppliesAPI service

func (*FBSSuppliesAPIService) ApiMarketplaceV3SuppliesSupplyIdOrderIdsGet

func (a *FBSSuppliesAPIService) ApiMarketplaceV3SuppliesSupplyIdOrderIdsGet(ctx context.Context, supplyId string) ApiApiMarketplaceV3SuppliesSupplyIdOrderIdsGetRequest

ApiMarketplaceV3SuppliesSupplyIdOrderIdsGet Get Supply Assembly Order IDs

The method returns assembly orders IDs assigned to the supply.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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().
@param supplyId Supply ID
@return ApiApiMarketplaceV3SuppliesSupplyIdOrderIdsGetRequest

func (*FBSSuppliesAPIService) ApiMarketplaceV3SuppliesSupplyIdOrderIdsGetExecute

func (a *FBSSuppliesAPIService) ApiMarketplaceV3SuppliesSupplyIdOrderIdsGetExecute(r ApiApiMarketplaceV3SuppliesSupplyIdOrderIdsGetRequest) (*V3SupplyOrderIDsAPI, *http.Response, error)

Execute executes the request

@return V3SupplyOrderIDsAPI

func (*FBSSuppliesAPIService) ApiMarketplaceV3SuppliesSupplyIdOrdersPatch

func (a *FBSSuppliesAPIService) ApiMarketplaceV3SuppliesSupplyIdOrdersPatch(ctx context.Context, supplyId string) ApiApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest

ApiMarketplaceV3SuppliesSupplyIdOrdersPatch Add Assembly Orders to the Supply

The method adds up to 100 [assembly orders](/openapi/orders-fbs#tag/FBS-Assembly-Orders/paths/~1api~1v3~1orders/get) to the supply and moves it to the `confirm` [status](/openapi/orders-fbs#tag/FBS-Assembly-Orders/paths/~1api~1v3~1orders~1status/post).

It can also move the assembly orders:

  • between active supplies
  • from a closed to an active supply, if the assembly order requires [reshipment](/openapi/orders-fbs#tag/FBS-Assembly-Orders/paths/~1api~1v3~1supplies~1orders~1reshipment/get).

<div class="description_important">

You can add assembly orders of any dimensional type to an empty supply. After adding the first assembly order, the supply acquires the dimensional type of this assembly order from the <code>cargoType</code> <a href="/openapi/orders-fbs#tag/FBS-Supplies/paths/~1api~1v3~1supplies~1%7BsupplyId%7D/get">field</a>.
<br>
After that, you can only add assembly orders of the same dimensional type as the supply.

</div>

<div class="description_important"> Assembly orders received at different warehouses cannot be added to the delivery. </div>

<div class="description_important">

You can add assembly orders of any type to an empty supply: crossborder or non-crossborder. After adding the first assembly order, the supply acquires the type of this assembly order from the <code>crossBorderType</code> field</a>.
<br>
After that, you can add to the supply only the assembly orders of the same type as the supply.

</div>

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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().
@param supplyId Supply ID
@return ApiApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest

func (*FBSSuppliesAPIService) ApiMarketplaceV3SuppliesSupplyIdOrdersPatchExecute

func (a *FBSSuppliesAPIService) ApiMarketplaceV3SuppliesSupplyIdOrdersPatchExecute(r ApiApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) (*http.Response, error)

Execute executes the request

func (*FBSSuppliesAPIService) ApiV3SuppliesGet

ApiV3SuppliesGet Get a Supplies List

Returns the supply list.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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 ApiApiV3SuppliesGetRequest

func (*FBSSuppliesAPIService) ApiV3SuppliesGetExecute

Execute executes the request

@return ApiV3SuppliesGet200Response

func (*FBSSuppliesAPIService) ApiV3SuppliesPost

ApiV3SuppliesPost Create a New Supply

**Supplies limitations**:

- Supplies applicable only for assembly orders in the FBS (Fulfillment by Seller) delivery. - All assembly orders added to supply automatically transferred from the `new` status to the `confirm` status. - Please note that if you will `cancel` (`Canceled by the seller`) the order, we will automatically remove it from the supply. - A supply can only be assembled from assembly jobs (orders) with the same dimensional type (cargoType). A new supply does not have a dimensional attribute. When the first assembly order is added to a supply, the supply acquires the dimensional attribute of that assembly order.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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 ApiApiV3SuppliesPostRequest

func (*FBSSuppliesAPIService) ApiV3SuppliesPostExecute

Execute executes the request

@return ApiV3SuppliesPost201Response

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdBarcodeGet

func (a *FBSSuppliesAPIService) ApiV3SuppliesSupplyIdBarcodeGet(ctx context.Context, supplyId string) ApiApiV3SuppliesSupplyIdBarcodeGetRequest

ApiV3SuppliesSupplyIdBarcodeGet Get the Supply QR Code

Returns the QR code in svg, zplv (vertical), zplh (horizontal), png. <br> Available only after the supply has been transferred to the delivery. Available dimensions: <dd>580x400 px

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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().
@param supplyId Supply ID
@return ApiApiV3SuppliesSupplyIdBarcodeGetRequest

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdBarcodeGetExecute

Execute executes the request

@return ApiV3SuppliesSupplyIdBarcodeGet200Response

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdDelete

func (a *FBSSuppliesAPIService) ApiV3SuppliesSupplyIdDelete(ctx context.Context, supplyId string) ApiApiV3SuppliesSupplyIdDeleteRequest

ApiV3SuppliesSupplyIdDelete Delete the Supply

Deleted the supply if it is active and does not contain any assembly orders.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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().
@param supplyId Supply ID
@return ApiApiV3SuppliesSupplyIdDeleteRequest

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdDeleteExecute

func (a *FBSSuppliesAPIService) ApiV3SuppliesSupplyIdDeleteExecute(r ApiApiV3SuppliesSupplyIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdDeliverPatch

func (a *FBSSuppliesAPIService) ApiV3SuppliesSupplyIdDeliverPatch(ctx context.Context, supplyId string) ApiApiV3SuppliesSupplyIdDeliverPatchRequest

ApiV3SuppliesSupplyIdDeliverPatch Move the Supply to the Delivery

Closes the supply and moves all assembly orders to `complete` (`In Delivery`) status. You cannot add any assembly orders to the supply after it is closed.

If the supply wasn't handed over for delivery, than scanning its QR code or accepting the first product will automatically close the supply.

You can transfer the supply to delivery only if:

  • there is at least one assembly order
  • required labeling is specified for all assembly orders
  • labeling of all assembly orders passed validation

If the supply contains assembly orders with required UIN, make sure that you have created and uploaded the Delivery Contract Specification in advance. The [GIIS DMDK](https://minfin.gov.ru/ru/perfomance/jewels/dmdk) takes about 30 minutes to process changes in UIN statuses.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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().
@param supplyId Supply ID
@return ApiApiV3SuppliesSupplyIdDeliverPatchRequest

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdDeliverPatchExecute

func (a *FBSSuppliesAPIService) ApiV3SuppliesSupplyIdDeliverPatchExecute(r ApiApiV3SuppliesSupplyIdDeliverPatchRequest) (*http.Response, error)

Execute executes the request

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdGet

func (a *FBSSuppliesAPIService) ApiV3SuppliesSupplyIdGet(ctx context.Context, supplyId string) ApiApiV3SuppliesSupplyIdGetRequest

ApiV3SuppliesSupplyIdGet Get Supply Details

Returns supply details.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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().
@param supplyId Supply ID
@return ApiApiV3SuppliesSupplyIdGetRequest

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdGetExecute

func (a *FBSSuppliesAPIService) ApiV3SuppliesSupplyIdGetExecute(r ApiApiV3SuppliesSupplyIdGetRequest) (*Supply, *http.Response, error)

Execute executes the request

@return Supply

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdTrbxDelete

func (a *FBSSuppliesAPIService) ApiV3SuppliesSupplyIdTrbxDelete(ctx context.Context, supplyId string) ApiApiV3SuppliesSupplyIdTrbxDeleteRequest

ApiV3SuppliesSupplyIdTrbxDelete Delete Boxes from the Supply

The method deletes boxes from the supply. Available only while the supply is being assembled.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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().
@param supplyId Supply ID
@return ApiApiV3SuppliesSupplyIdTrbxDeleteRequest

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdTrbxDeleteExecute

func (a *FBSSuppliesAPIService) ApiV3SuppliesSupplyIdTrbxDeleteExecute(r ApiApiV3SuppliesSupplyIdTrbxDeleteRequest) (*http.Response, error)

Execute executes the request

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdTrbxGet

func (a *FBSSuppliesAPIService) ApiV3SuppliesSupplyIdTrbxGet(ctx context.Context, supplyId string) ApiApiV3SuppliesSupplyIdTrbxGetRequest

ApiV3SuppliesSupplyIdTrbxGet Get Supply Boxes List

Returns supply boxes list.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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().
@param supplyId Supply ID
@return ApiApiV3SuppliesSupplyIdTrbxGetRequest

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdTrbxGetExecute

Execute executes the request

@return ApiV3SuppliesSupplyIdTrbxGet200Response

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdTrbxPost

func (a *FBSSuppliesAPIService) ApiV3SuppliesSupplyIdTrbxPost(ctx context.Context, supplyId string) ApiApiV3SuppliesSupplyIdTrbxPostRequest

ApiV3SuppliesSupplyIdTrbxPost Add Boxes to the Supply

Adds the required number of boxes to the supply. <br> <br> You should add boxes only to supplies shipped to the pickup points. You can add boxes to an open supply only. You can add as many boxes as there are items in the supply, plus one more box.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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().
@param supplyId Supply ID
@return ApiApiV3SuppliesSupplyIdTrbxPostRequest

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdTrbxPostExecute

Execute executes the request

@return ApiV3SuppliesSupplyIdTrbxPost201Response

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdTrbxStickersPost

func (a *FBSSuppliesAPIService) ApiV3SuppliesSupplyIdTrbxStickersPost(ctx context.Context, supplyId string) ApiApiV3SuppliesSupplyIdTrbxStickersPostRequest

ApiV3SuppliesSupplyIdTrbxStickersPost Get the Supply Box QR Code Stickers

Returns QR-code stickers in svg, zplv (vertical), zplh (horizontal), png.<br> Available only if there are assembly orders in the box.<br> Stickers dimensions: 580x400 px.

<div class="description_limit"> <a href="/openapi/api-information#tag/Introduction/Rate-Limits">Request limit</a> per one seller's account for <strong>FBS assembly orders, supplies and passes</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().
@param supplyId Supply ID
@return ApiApiV3SuppliesSupplyIdTrbxStickersPostRequest

func (*FBSSuppliesAPIService) ApiV3SuppliesSupplyIdTrbxStickersPostExecute

Execute executes the request

@return ApiV3SuppliesSupplyIdTrbxStickersPost200Response

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"`
	Expiration         *MetaExpiration         `json:"expiration,omitempty"`
	CustomsDeclaration *MetaCustomsDeclaration `json:"customsDeclaration,omitempty"`
}

Meta Deprecated. [Will be disabled on April 30th](\"https://dev.wildberries.ru/en/release-notes?id=500\")

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

func (o *Meta) GetExpiration() MetaExpiration

GetExpiration returns the Expiration field value if set, zero value otherwise.

func (*Meta) GetExpirationOk

func (o *Meta) GetExpirationOk() (*MetaExpiration, bool)

GetExpirationOk returns a tuple with the Expiration 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) HasExpiration

func (o *Meta) HasExpiration() bool

HasExpiration 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) SetExpiration

func (o *Meta) SetExpiration(v MetaExpiration)

SetExpiration gets a reference to the given MetaExpiration and assigns it to the Expiration 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 MetaDetailsInner

type MetaDetailsInner struct {
	// Metadata
	Key *string `json:"key,omitempty"`
	// Value
	Value NullableString `json:"value,omitempty"`
	// State: - `imei`   - `pending` — Metadata for inspection   - `filled` — Validation passed   - `deadlineExceeded` — Validation passed   - `optional` — Metadata is not required. Validation passed   - `required` — Required metadata is not filled. Validation failed   - `imeiInvalidFormat` — Invalid format. Validation failed   - `imeiAlreadySold` — The item with this IMEI has already been sold. Validation failed - `uin`   - `pending` — Metadata for inspection   - `filled` — Validation passed   - `deadlineExceeded` — Validation passed   - `optional` — Metadata is not required. Validation passed   - `required` — Required metadata is not filled. Validation failed   - `uinInvalidFormat` — Invalid format. Validation failed   - `uinBadStatus` — Invalid batch status. Validation failed   - `uinBadProcess` — Invalid processing stage. Validation failed   - `uinBadStatusAndBadProcess` — Invalid batch status. Invalid processing stage. Validation failed   - `uinNotFound` — Not found in GIIS DMDK. Validation failed.     The status may mean that the UIN:       - is not specified in the uploaded Delivery Contract Specification       - is not registered in GIIS DMDK       - is specified incorrectly and is read from the tag with errors       - is not in circulation - `sgtin`   - `pending` — Metadata for inspection   - `filled` — Validation passed   - `deadlineExceeded` — Validation passed   - `optional` — Metadata is not required. Validation passed   - `required` — Required metadata is not filled. Validation failed   - `sgtinInvalidFormat` — Invalid format. Validation failed   - `sgtinNotFound` — Metadata not found in [Chestny ZNAK](https://chestnyznak.ru/en/). Validation failed   - `sgtinEmitted` — Metadata has been issued. Validation failed   - `sgtinApplied` — Putting into circulation not completed. Validation failed   - `sgtinWrittenOff` — Written off. Validation failed   - `sgtinRetired` — Retired. Validation failed   - `sgtinWithdrawn` — Withdrawn. Validation failed   - `sgtinDisaggregation` — Disaggregation. Validation failed   - `sgtinDisaggregated` — Disaggregated. Validation failed   - `sgtinAppliedNotPaid` — Not paid. Validation failed - `gtin`   - `filled` — Validation passed   - `optional` — Metadata is not required. Validation passed   - `required` — Required metadata is not filled. Validation failed - `expiration`   - `filled` — Validation passed   - `optional` — Metadata is not required. Validation passed   - `required` — Required metadata is not filled. Validation failed - `customsDeclaration`   - `filled` — Validation passed   - `required` — Required metadata is not filled. Validation failed
	Decision *string `json:"decision,omitempty"`
}

MetaDetailsInner struct for MetaDetailsInner

func NewMetaDetailsInner

func NewMetaDetailsInner() *MetaDetailsInner

NewMetaDetailsInner instantiates a new MetaDetailsInner 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 NewMetaDetailsInnerWithDefaults

func NewMetaDetailsInnerWithDefaults() *MetaDetailsInner

NewMetaDetailsInnerWithDefaults instantiates a new MetaDetailsInner 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 (*MetaDetailsInner) GetDecision

func (o *MetaDetailsInner) GetDecision() string

GetDecision returns the Decision field value if set, zero value otherwise.

func (*MetaDetailsInner) GetDecisionOk

func (o *MetaDetailsInner) GetDecisionOk() (*string, bool)

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

func (*MetaDetailsInner) GetKey

func (o *MetaDetailsInner) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*MetaDetailsInner) GetKeyOk

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

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

func (*MetaDetailsInner) GetValue

func (o *MetaDetailsInner) GetValue() string

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

func (*MetaDetailsInner) GetValueOk

func (o *MetaDetailsInner) 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 (*MetaDetailsInner) HasDecision

func (o *MetaDetailsInner) HasDecision() bool

HasDecision returns a boolean if a field has been set.

func (*MetaDetailsInner) HasKey

func (o *MetaDetailsInner) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*MetaDetailsInner) HasValue

func (o *MetaDetailsInner) HasValue() bool

HasValue returns a boolean if a field has been set.

func (MetaDetailsInner) MarshalJSON

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

func (*MetaDetailsInner) SetDecision

func (o *MetaDetailsInner) SetDecision(v string)

SetDecision gets a reference to the given string and assigns it to the Decision field.

func (*MetaDetailsInner) SetKey

func (o *MetaDetailsInner) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*MetaDetailsInner) SetValue

func (o *MetaDetailsInner) SetValue(v string)

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*MetaDetailsInner) SetValueNil

func (o *MetaDetailsInner) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (MetaDetailsInner) ToMap

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

func (*MetaDetailsInner) UnsetValue

func (o *MetaDetailsInner) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

type MetaExpiration

type MetaExpiration struct {
	Value NullableString `json:"value,omitempty"`
}

MetaExpiration Expiration date

func NewMetaExpiration

func NewMetaExpiration() *MetaExpiration

NewMetaExpiration instantiates a new MetaExpiration 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 NewMetaExpirationWithDefaults

func NewMetaExpirationWithDefaults() *MetaExpiration

NewMetaExpirationWithDefaults instantiates a new MetaExpiration 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 (*MetaExpiration) GetValue

func (o *MetaExpiration) GetValue() string

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

func (*MetaExpiration) GetValueOk

func (o *MetaExpiration) 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 (*MetaExpiration) HasValue

func (o *MetaExpiration) HasValue() bool

HasValue returns a boolean if a field has been set.

func (MetaExpiration) MarshalJSON

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

func (*MetaExpiration) SetValue

func (o *MetaExpiration) SetValue(v string)

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*MetaExpiration) SetValueNil

func (o *MetaExpiration) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (MetaExpiration) ToMap

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

func (*MetaExpiration) UnsetValue

func (o *MetaExpiration) 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 Model409SupplyDeliverError

type Model409SupplyDeliverError struct {
	// Error code
	Code *string `json:"code,omitempty"`
	// Error description
	Message *string                                `json:"message,omitempty"`
	Data    NullableModel409SupplyDeliverErrorData `json:"data,omitempty"`
}

Model409SupplyDeliverError struct for Model409SupplyDeliverError

func NewModel409SupplyDeliverError

func NewModel409SupplyDeliverError() *Model409SupplyDeliverError

NewModel409SupplyDeliverError instantiates a new Model409SupplyDeliverError 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 NewModel409SupplyDeliverErrorWithDefaults

func NewModel409SupplyDeliverErrorWithDefaults() *Model409SupplyDeliverError

NewModel409SupplyDeliverErrorWithDefaults instantiates a new Model409SupplyDeliverError 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 (*Model409SupplyDeliverError) GetCode

func (o *Model409SupplyDeliverError) GetCode() string

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

func (*Model409SupplyDeliverError) GetCodeOk

func (o *Model409SupplyDeliverError) 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 (*Model409SupplyDeliverError) GetData

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

func (*Model409SupplyDeliverError) GetDataOk

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 (*Model409SupplyDeliverError) GetMessage

func (o *Model409SupplyDeliverError) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*Model409SupplyDeliverError) GetMessageOk

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

func (o *Model409SupplyDeliverError) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*Model409SupplyDeliverError) HasData

func (o *Model409SupplyDeliverError) HasData() bool

HasData returns a boolean if a field has been set.

func (*Model409SupplyDeliverError) HasMessage

func (o *Model409SupplyDeliverError) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (Model409SupplyDeliverError) MarshalJSON

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

func (*Model409SupplyDeliverError) SetCode

func (o *Model409SupplyDeliverError) SetCode(v string)

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

func (*Model409SupplyDeliverError) SetData

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

func (*Model409SupplyDeliverError) SetDataNil

func (o *Model409SupplyDeliverError) SetDataNil()

SetDataNil sets the value for Data to be an explicit nil

func (*Model409SupplyDeliverError) SetMessage

func (o *Model409SupplyDeliverError) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (Model409SupplyDeliverError) ToMap

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

func (*Model409SupplyDeliverError) UnsetData

func (o *Model409SupplyDeliverError) UnsetData()

UnsetData ensures that no value is present for Data, not even an explicit nil

type Model409SupplyDeliverErrorData

type Model409SupplyDeliverErrorData struct {
	// Assembly orders whose metadata has not passed or has not yet completed validation
	Orders []Model409SupplyDeliverErrorDataOrdersInner `json:"orders,omitempty"`
}

Model409SupplyDeliverErrorData Additional data for the error

func NewModel409SupplyDeliverErrorData

func NewModel409SupplyDeliverErrorData() *Model409SupplyDeliverErrorData

NewModel409SupplyDeliverErrorData instantiates a new Model409SupplyDeliverErrorData 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 NewModel409SupplyDeliverErrorDataWithDefaults

func NewModel409SupplyDeliverErrorDataWithDefaults() *Model409SupplyDeliverErrorData

NewModel409SupplyDeliverErrorDataWithDefaults instantiates a new Model409SupplyDeliverErrorData 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 (*Model409SupplyDeliverErrorData) GetOrders

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

func (*Model409SupplyDeliverErrorData) 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 (*Model409SupplyDeliverErrorData) HasOrders

func (o *Model409SupplyDeliverErrorData) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (Model409SupplyDeliverErrorData) MarshalJSON

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

func (*Model409SupplyDeliverErrorData) SetOrders

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

func (Model409SupplyDeliverErrorData) ToMap

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

type Model409SupplyDeliverErrorDataOrdersInner

type Model409SupplyDeliverErrorDataOrdersInner struct {
	// Assembly order ID
	Id *int32 `json:"id,omitempty"`
	// Errors info
	MetaDetails []Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner `json:"metaDetails,omitempty"`
}

Model409SupplyDeliverErrorDataOrdersInner struct for Model409SupplyDeliverErrorDataOrdersInner

func NewModel409SupplyDeliverErrorDataOrdersInner

func NewModel409SupplyDeliverErrorDataOrdersInner() *Model409SupplyDeliverErrorDataOrdersInner

NewModel409SupplyDeliverErrorDataOrdersInner instantiates a new Model409SupplyDeliverErrorDataOrdersInner 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 NewModel409SupplyDeliverErrorDataOrdersInnerWithDefaults

func NewModel409SupplyDeliverErrorDataOrdersInnerWithDefaults() *Model409SupplyDeliverErrorDataOrdersInner

NewModel409SupplyDeliverErrorDataOrdersInnerWithDefaults instantiates a new Model409SupplyDeliverErrorDataOrdersInner 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 (*Model409SupplyDeliverErrorDataOrdersInner) GetId

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

func (*Model409SupplyDeliverErrorDataOrdersInner) 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 (*Model409SupplyDeliverErrorDataOrdersInner) GetMetaDetails

GetMetaDetails returns the MetaDetails field value if set, zero value otherwise.

func (*Model409SupplyDeliverErrorDataOrdersInner) GetMetaDetailsOk

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

func (*Model409SupplyDeliverErrorDataOrdersInner) HasId

HasId returns a boolean if a field has been set.

func (*Model409SupplyDeliverErrorDataOrdersInner) HasMetaDetails

func (o *Model409SupplyDeliverErrorDataOrdersInner) HasMetaDetails() bool

HasMetaDetails returns a boolean if a field has been set.

func (Model409SupplyDeliverErrorDataOrdersInner) MarshalJSON

func (*Model409SupplyDeliverErrorDataOrdersInner) SetId

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

func (*Model409SupplyDeliverErrorDataOrdersInner) SetMetaDetails

SetMetaDetails gets a reference to the given []Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner and assigns it to the MetaDetails field.

func (Model409SupplyDeliverErrorDataOrdersInner) ToMap

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

type Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner

type Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner struct {
	// Metadata
	Key *string `json:"key,omitempty"`
	// Metadata value
	Value *string `json:"value,omitempty"`
	// State: - `imei`   - `pending` — Metadata for inspection   - `required` — Required metadata is not filled   - `imeiInvalidFormat` — Invalid format   - `imeiAlreadySold` — The item with this IMEI has already been sold - `uin`   - `required` — Required metadata is not filled   - `pending` — Metadata for inspection   - `uinInvalidFormat` — Invalid format   - `uinBadStatus` — Invalid batch status   - `uinBadProcess` — Invalid processing stage   - `uinBadStatusAndBadProcess` — Invalid batch status. Invalid processing stage   - `uinNotFound` — Not found in GIIS DMDK [https://minfin.gov.ru/ru/perfomance/jewels/dmdk].     When you receive this error, make sure that the UIN:     - is specified in the uploaded Delivery Contract Specification. If the specification was uploaded more than 30 minutes ago, [delete UIN](./orders-fbs#tag/FBS-Metadata/paths/~1api~1v3~1orders~1%7BorderId%7D~1meta/delete) from the assembly order and [add it](./orders-fbs#tag/FBS-Metadata/paths/~1api~1v3~1orders~1%7BorderId%7D~1meta~1uin/put) again     - is registered in GIIS DMDK     - is specified correctly and is read from the tag without errors     - is in circulation - `sgtin`   - `pending` — Metadata for inspection   - `required` — Required metadata is not filled   - `sgtinInvalidFormat` — Invalid format   - `sgtinNotFound` — Metadata not found in [Chestny ZNAK](https://chestnyznak.ru/en/)   - `sgtinEmitted` — Metadata has been issued   - `sgtinApplied` — Putting into circulation not completed   - `sgtinWrittenOff` — Written off   - `sgtinRetired` — Retired   - `sgtinWithdrawn` — Withdrawn   - `sgtinDisaggregation` — Disaggregation   - `sgtinDisaggregated` — Disaggregated   - `sgtinAppliedNotPaid` — Not paid - `gtin`   - `required` — Required metadata is not filled - `expiration`   - `required` — Required metadata is not filled - `customsDeclaration`   - `required` — Required metadata is not filled
	Decision *string `json:"decision,omitempty"`
}

Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner struct for Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner

func NewModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner

func NewModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner() *Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner

NewModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner instantiates a new Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner 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 NewModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInnerWithDefaults

func NewModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInnerWithDefaults() *Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner

NewModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInnerWithDefaults instantiates a new Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner 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 (*Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) GetDecision

GetDecision returns the Decision field value if set, zero value otherwise.

func (*Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) GetDecisionOk

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

func (*Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) GetKey

GetKey returns the Key field value if set, zero value otherwise.

func (*Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) GetKeyOk

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

func (*Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) GetValue

GetValue returns the Value field value if set, zero value otherwise.

func (*Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) GetValueOk

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

func (*Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) HasDecision

HasDecision returns a boolean if a field has been set.

func (*Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) HasKey

HasKey returns a boolean if a field has been set.

func (*Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) HasValue

HasValue returns a boolean if a field has been set.

func (Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) MarshalJSON

func (*Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) SetDecision

SetDecision gets a reference to the given string and assigns it to the Decision field.

func (*Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) SetKey

SetKey gets a reference to the given string and assigns it to the Key field.

func (*Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) SetValue

SetValue gets a reference to the given string and assigns it to the Value field.

func (Model409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) ToMap

type NullableApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest

type NullableApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) Get

func (NullableApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) IsSet

func (NullableApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) MarshalJSON

func (*NullableApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) Set

func (*NullableApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) UnmarshalJSON

func (*NullableApiMarketplaceV3OrdersOrderIdMetaCustomsDeclarationPutRequest) Unset

type NullableApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest

type NullableApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) Get

func (NullableApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) IsSet

func (NullableApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) MarshalJSON

func (*NullableApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) Set

func (*NullableApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) UnmarshalJSON

func (*NullableApiMarketplaceV3SuppliesSupplyIdOrdersPatchRequest) Unset

type NullableApiV3OrdersGet200Response

type NullableApiV3OrdersGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersGet200Response) Get

func (NullableApiV3OrdersGet200Response) IsSet

func (NullableApiV3OrdersGet200Response) MarshalJSON

func (v NullableApiV3OrdersGet200Response) MarshalJSON() ([]byte, error)

func (*NullableApiV3OrdersGet200Response) Set

func (*NullableApiV3OrdersGet200Response) UnmarshalJSON

func (v *NullableApiV3OrdersGet200Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3OrdersGet200Response) Unset

type NullableApiV3OrdersNewGet200Response

type NullableApiV3OrdersNewGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersNewGet200Response) Get

func (NullableApiV3OrdersNewGet200Response) IsSet

func (NullableApiV3OrdersNewGet200Response) MarshalJSON

func (v NullableApiV3OrdersNewGet200Response) MarshalJSON() ([]byte, error)

func (*NullableApiV3OrdersNewGet200Response) Set

func (*NullableApiV3OrdersNewGet200Response) UnmarshalJSON

func (v *NullableApiV3OrdersNewGet200Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3OrdersNewGet200Response) Unset

type NullableApiV3OrdersOrderIdMetaExpirationPutRequest

type NullableApiV3OrdersOrderIdMetaExpirationPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersOrderIdMetaExpirationPutRequest) Get

func (NullableApiV3OrdersOrderIdMetaExpirationPutRequest) IsSet

func (NullableApiV3OrdersOrderIdMetaExpirationPutRequest) MarshalJSON

func (*NullableApiV3OrdersOrderIdMetaExpirationPutRequest) Set

func (*NullableApiV3OrdersOrderIdMetaExpirationPutRequest) UnmarshalJSON

func (*NullableApiV3OrdersOrderIdMetaExpirationPutRequest) Unset

type NullableApiV3OrdersOrderIdMetaGtinPutRequest

type NullableApiV3OrdersOrderIdMetaGtinPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersOrderIdMetaGtinPutRequest) Get

func (NullableApiV3OrdersOrderIdMetaGtinPutRequest) IsSet

func (NullableApiV3OrdersOrderIdMetaGtinPutRequest) MarshalJSON

func (*NullableApiV3OrdersOrderIdMetaGtinPutRequest) Set

func (*NullableApiV3OrdersOrderIdMetaGtinPutRequest) UnmarshalJSON

func (*NullableApiV3OrdersOrderIdMetaGtinPutRequest) Unset

type NullableApiV3OrdersOrderIdMetaImeiPutRequest

type NullableApiV3OrdersOrderIdMetaImeiPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersOrderIdMetaImeiPutRequest) Get

func (NullableApiV3OrdersOrderIdMetaImeiPutRequest) IsSet

func (NullableApiV3OrdersOrderIdMetaImeiPutRequest) MarshalJSON

func (*NullableApiV3OrdersOrderIdMetaImeiPutRequest) Set

func (*NullableApiV3OrdersOrderIdMetaImeiPutRequest) UnmarshalJSON

func (*NullableApiV3OrdersOrderIdMetaImeiPutRequest) Unset

type NullableApiV3OrdersOrderIdMetaSgtinPutRequest

type NullableApiV3OrdersOrderIdMetaSgtinPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersOrderIdMetaSgtinPutRequest) Get

func (NullableApiV3OrdersOrderIdMetaSgtinPutRequest) IsSet

func (NullableApiV3OrdersOrderIdMetaSgtinPutRequest) MarshalJSON

func (*NullableApiV3OrdersOrderIdMetaSgtinPutRequest) Set

func (*NullableApiV3OrdersOrderIdMetaSgtinPutRequest) UnmarshalJSON

func (*NullableApiV3OrdersOrderIdMetaSgtinPutRequest) Unset

type NullableApiV3OrdersOrderIdMetaUinPutRequest

type NullableApiV3OrdersOrderIdMetaUinPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersOrderIdMetaUinPutRequest) Get

func (NullableApiV3OrdersOrderIdMetaUinPutRequest) IsSet

func (NullableApiV3OrdersOrderIdMetaUinPutRequest) MarshalJSON

func (*NullableApiV3OrdersOrderIdMetaUinPutRequest) Set

func (*NullableApiV3OrdersOrderIdMetaUinPutRequest) UnmarshalJSON

func (v *NullableApiV3OrdersOrderIdMetaUinPutRequest) UnmarshalJSON(src []byte) error

func (*NullableApiV3OrdersOrderIdMetaUinPutRequest) Unset

type NullableApiV3OrdersStatusHistoryPost200Response

type NullableApiV3OrdersStatusHistoryPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersStatusHistoryPost200Response) Get

func (NullableApiV3OrdersStatusHistoryPost200Response) IsSet

func (NullableApiV3OrdersStatusHistoryPost200Response) MarshalJSON

func (*NullableApiV3OrdersStatusHistoryPost200Response) Set

func (*NullableApiV3OrdersStatusHistoryPost200Response) UnmarshalJSON

func (*NullableApiV3OrdersStatusHistoryPost200Response) Unset

type NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInner

type NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInner struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInner) Get

func (NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInner) IsSet

func (NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInner) MarshalJSON

func (*NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInner) Set

func (*NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInner) UnmarshalJSON

func (*NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInner) Unset

type NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner

type NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) Get

func (NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) IsSet

func (NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) MarshalJSON

func (*NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) Set

func (*NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) UnmarshalJSON

func (*NullableApiV3OrdersStatusHistoryPost200ResponseOrdersInnerStatusesInner) Unset

type NullableApiV3OrdersStatusHistoryPostRequest

type NullableApiV3OrdersStatusHistoryPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersStatusHistoryPostRequest) Get

func (NullableApiV3OrdersStatusHistoryPostRequest) IsSet

func (NullableApiV3OrdersStatusHistoryPostRequest) MarshalJSON

func (*NullableApiV3OrdersStatusHistoryPostRequest) Set

func (*NullableApiV3OrdersStatusHistoryPostRequest) UnmarshalJSON

func (v *NullableApiV3OrdersStatusHistoryPostRequest) UnmarshalJSON(src []byte) error

func (*NullableApiV3OrdersStatusHistoryPostRequest) Unset

type NullableApiV3OrdersStatusPost200Response

type NullableApiV3OrdersStatusPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersStatusPost200Response) Get

func (NullableApiV3OrdersStatusPost200Response) IsSet

func (NullableApiV3OrdersStatusPost200Response) MarshalJSON

func (*NullableApiV3OrdersStatusPost200Response) Set

func (*NullableApiV3OrdersStatusPost200Response) UnmarshalJSON

func (v *NullableApiV3OrdersStatusPost200Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3OrdersStatusPost200Response) Unset

type NullableApiV3OrdersStatusPost200ResponseOrdersInner

type NullableApiV3OrdersStatusPost200ResponseOrdersInner struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersStatusPost200ResponseOrdersInner) Get

func (NullableApiV3OrdersStatusPost200ResponseOrdersInner) IsSet

func (NullableApiV3OrdersStatusPost200ResponseOrdersInner) MarshalJSON

func (*NullableApiV3OrdersStatusPost200ResponseOrdersInner) Set

func (*NullableApiV3OrdersStatusPost200ResponseOrdersInner) UnmarshalJSON

func (*NullableApiV3OrdersStatusPost200ResponseOrdersInner) Unset

type NullableApiV3OrdersStatusPostRequest

type NullableApiV3OrdersStatusPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersStatusPostRequest) Get

func (NullableApiV3OrdersStatusPostRequest) IsSet

func (NullableApiV3OrdersStatusPostRequest) MarshalJSON

func (v NullableApiV3OrdersStatusPostRequest) MarshalJSON() ([]byte, error)

func (*NullableApiV3OrdersStatusPostRequest) Set

func (*NullableApiV3OrdersStatusPostRequest) UnmarshalJSON

func (v *NullableApiV3OrdersStatusPostRequest) UnmarshalJSON(src []byte) error

func (*NullableApiV3OrdersStatusPostRequest) Unset

type NullableApiV3OrdersStickersCrossBorderPost200Response

type NullableApiV3OrdersStickersCrossBorderPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersStickersCrossBorderPost200Response) Get

func (NullableApiV3OrdersStickersCrossBorderPost200Response) IsSet

func (NullableApiV3OrdersStickersCrossBorderPost200Response) MarshalJSON

func (*NullableApiV3OrdersStickersCrossBorderPost200Response) Set

func (*NullableApiV3OrdersStickersCrossBorderPost200Response) UnmarshalJSON

func (*NullableApiV3OrdersStickersCrossBorderPost200Response) Unset

type NullableApiV3OrdersStickersCrossBorderPost200ResponseStickersInner

type NullableApiV3OrdersStickersCrossBorderPost200ResponseStickersInner struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) Get

func (NullableApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) IsSet

func (NullableApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) MarshalJSON

func (*NullableApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) Set

func (*NullableApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) UnmarshalJSON

func (*NullableApiV3OrdersStickersCrossBorderPost200ResponseStickersInner) Unset

type NullableApiV3OrdersStickersCrossBorderPostRequest

type NullableApiV3OrdersStickersCrossBorderPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersStickersCrossBorderPostRequest) Get

func (NullableApiV3OrdersStickersCrossBorderPostRequest) IsSet

func (NullableApiV3OrdersStickersCrossBorderPostRequest) MarshalJSON

func (*NullableApiV3OrdersStickersCrossBorderPostRequest) Set

func (*NullableApiV3OrdersStickersCrossBorderPostRequest) UnmarshalJSON

func (*NullableApiV3OrdersStickersCrossBorderPostRequest) Unset

type NullableApiV3OrdersStickersPost200Response

type NullableApiV3OrdersStickersPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersStickersPost200Response) Get

func (NullableApiV3OrdersStickersPost200Response) IsSet

func (NullableApiV3OrdersStickersPost200Response) MarshalJSON

func (*NullableApiV3OrdersStickersPost200Response) Set

func (*NullableApiV3OrdersStickersPost200Response) UnmarshalJSON

func (v *NullableApiV3OrdersStickersPost200Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3OrdersStickersPost200Response) Unset

type NullableApiV3OrdersStickersPost200ResponseStickersInner

type NullableApiV3OrdersStickersPost200ResponseStickersInner struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersStickersPost200ResponseStickersInner) Get

func (NullableApiV3OrdersStickersPost200ResponseStickersInner) IsSet

func (NullableApiV3OrdersStickersPost200ResponseStickersInner) MarshalJSON

func (*NullableApiV3OrdersStickersPost200ResponseStickersInner) Set

func (*NullableApiV3OrdersStickersPost200ResponseStickersInner) UnmarshalJSON

func (*NullableApiV3OrdersStickersPost200ResponseStickersInner) Unset

type NullableApiV3OrdersStickersPostRequest

type NullableApiV3OrdersStickersPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3OrdersStickersPostRequest) Get

func (NullableApiV3OrdersStickersPostRequest) IsSet

func (NullableApiV3OrdersStickersPostRequest) MarshalJSON

func (v NullableApiV3OrdersStickersPostRequest) MarshalJSON() ([]byte, error)

func (*NullableApiV3OrdersStickersPostRequest) Set

func (*NullableApiV3OrdersStickersPostRequest) UnmarshalJSON

func (v *NullableApiV3OrdersStickersPostRequest) UnmarshalJSON(src []byte) error

func (*NullableApiV3OrdersStickersPostRequest) Unset

type NullableApiV3PassesGet402Response

type NullableApiV3PassesGet402Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3PassesGet402Response) Get

func (NullableApiV3PassesGet402Response) IsSet

func (NullableApiV3PassesGet402Response) MarshalJSON

func (v NullableApiV3PassesGet402Response) MarshalJSON() ([]byte, error)

func (*NullableApiV3PassesGet402Response) Set

func (*NullableApiV3PassesGet402Response) UnmarshalJSON

func (v *NullableApiV3PassesGet402Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3PassesGet402Response) Unset

type NullableApiV3PassesOfficesGet401Response

type NullableApiV3PassesOfficesGet401Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3PassesOfficesGet401Response) Get

func (NullableApiV3PassesOfficesGet401Response) IsSet

func (NullableApiV3PassesOfficesGet401Response) MarshalJSON

func (*NullableApiV3PassesOfficesGet401Response) Set

func (*NullableApiV3PassesOfficesGet401Response) UnmarshalJSON

func (v *NullableApiV3PassesOfficesGet401Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3PassesOfficesGet401Response) Unset

type NullableApiV3PassesPost201Response

type NullableApiV3PassesPost201Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3PassesPost201Response) Get

func (NullableApiV3PassesPost201Response) IsSet

func (NullableApiV3PassesPost201Response) MarshalJSON

func (v NullableApiV3PassesPost201Response) MarshalJSON() ([]byte, error)

func (*NullableApiV3PassesPost201Response) Set

func (*NullableApiV3PassesPost201Response) UnmarshalJSON

func (v *NullableApiV3PassesPost201Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3PassesPost201Response) Unset

type NullableApiV3PassesPostRequest

type NullableApiV3PassesPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3PassesPostRequest) Get

func (NullableApiV3PassesPostRequest) IsSet

func (NullableApiV3PassesPostRequest) MarshalJSON

func (v NullableApiV3PassesPostRequest) MarshalJSON() ([]byte, error)

func (*NullableApiV3PassesPostRequest) Set

func (*NullableApiV3PassesPostRequest) UnmarshalJSON

func (v *NullableApiV3PassesPostRequest) UnmarshalJSON(src []byte) error

func (*NullableApiV3PassesPostRequest) Unset

func (v *NullableApiV3PassesPostRequest) Unset()

type NullableApiV3SuppliesGet200Response

type NullableApiV3SuppliesGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3SuppliesGet200Response) Get

func (NullableApiV3SuppliesGet200Response) IsSet

func (NullableApiV3SuppliesGet200Response) MarshalJSON

func (v NullableApiV3SuppliesGet200Response) MarshalJSON() ([]byte, error)

func (*NullableApiV3SuppliesGet200Response) Set

func (*NullableApiV3SuppliesGet200Response) UnmarshalJSON

func (v *NullableApiV3SuppliesGet200Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3SuppliesGet200Response) Unset

type NullableApiV3SuppliesOrdersReshipmentGet200Response

type NullableApiV3SuppliesOrdersReshipmentGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3SuppliesOrdersReshipmentGet200Response) Get

func (NullableApiV3SuppliesOrdersReshipmentGet200Response) IsSet

func (NullableApiV3SuppliesOrdersReshipmentGet200Response) MarshalJSON

func (*NullableApiV3SuppliesOrdersReshipmentGet200Response) Set

func (*NullableApiV3SuppliesOrdersReshipmentGet200Response) UnmarshalJSON

func (*NullableApiV3SuppliesOrdersReshipmentGet200Response) Unset

type NullableApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner

type NullableApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner struct {
	// contains filtered or unexported fields
}

func (NullableApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) Get

func (NullableApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) IsSet

func (NullableApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) MarshalJSON

func (*NullableApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) Set

func (*NullableApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) UnmarshalJSON

func (*NullableApiV3SuppliesOrdersReshipmentGet200ResponseOrdersInner) Unset

type NullableApiV3SuppliesPost201Response

type NullableApiV3SuppliesPost201Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3SuppliesPost201Response) Get

func (NullableApiV3SuppliesPost201Response) IsSet

func (NullableApiV3SuppliesPost201Response) MarshalJSON

func (v NullableApiV3SuppliesPost201Response) MarshalJSON() ([]byte, error)

func (*NullableApiV3SuppliesPost201Response) Set

func (*NullableApiV3SuppliesPost201Response) UnmarshalJSON

func (v *NullableApiV3SuppliesPost201Response) UnmarshalJSON(src []byte) error

func (*NullableApiV3SuppliesPost201Response) Unset

type NullableApiV3SuppliesPostRequest

type NullableApiV3SuppliesPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3SuppliesPostRequest) Get

func (NullableApiV3SuppliesPostRequest) IsSet

func (NullableApiV3SuppliesPostRequest) MarshalJSON

func (v NullableApiV3SuppliesPostRequest) MarshalJSON() ([]byte, error)

func (*NullableApiV3SuppliesPostRequest) Set

func (*NullableApiV3SuppliesPostRequest) UnmarshalJSON

func (v *NullableApiV3SuppliesPostRequest) UnmarshalJSON(src []byte) error

func (*NullableApiV3SuppliesPostRequest) Unset

type NullableApiV3SuppliesSupplyIdBarcodeGet200Response

type NullableApiV3SuppliesSupplyIdBarcodeGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3SuppliesSupplyIdBarcodeGet200Response) Get

func (NullableApiV3SuppliesSupplyIdBarcodeGet200Response) IsSet

func (NullableApiV3SuppliesSupplyIdBarcodeGet200Response) MarshalJSON

func (*NullableApiV3SuppliesSupplyIdBarcodeGet200Response) Set

func (*NullableApiV3SuppliesSupplyIdBarcodeGet200Response) UnmarshalJSON

func (*NullableApiV3SuppliesSupplyIdBarcodeGet200Response) Unset

type NullableApiV3SuppliesSupplyIdTrbxDeleteRequest

type NullableApiV3SuppliesSupplyIdTrbxDeleteRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3SuppliesSupplyIdTrbxDeleteRequest) Get

func (NullableApiV3SuppliesSupplyIdTrbxDeleteRequest) IsSet

func (NullableApiV3SuppliesSupplyIdTrbxDeleteRequest) MarshalJSON

func (*NullableApiV3SuppliesSupplyIdTrbxDeleteRequest) Set

func (*NullableApiV3SuppliesSupplyIdTrbxDeleteRequest) UnmarshalJSON

func (*NullableApiV3SuppliesSupplyIdTrbxDeleteRequest) Unset

type NullableApiV3SuppliesSupplyIdTrbxGet200Response

type NullableApiV3SuppliesSupplyIdTrbxGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3SuppliesSupplyIdTrbxGet200Response) Get

func (NullableApiV3SuppliesSupplyIdTrbxGet200Response) IsSet

func (NullableApiV3SuppliesSupplyIdTrbxGet200Response) MarshalJSON

func (*NullableApiV3SuppliesSupplyIdTrbxGet200Response) Set

func (*NullableApiV3SuppliesSupplyIdTrbxGet200Response) UnmarshalJSON

func (*NullableApiV3SuppliesSupplyIdTrbxGet200Response) Unset

type NullableApiV3SuppliesSupplyIdTrbxPost201Response

type NullableApiV3SuppliesSupplyIdTrbxPost201Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3SuppliesSupplyIdTrbxPost201Response) Get

func (NullableApiV3SuppliesSupplyIdTrbxPost201Response) IsSet

func (NullableApiV3SuppliesSupplyIdTrbxPost201Response) MarshalJSON

func (*NullableApiV3SuppliesSupplyIdTrbxPost201Response) Set

func (*NullableApiV3SuppliesSupplyIdTrbxPost201Response) UnmarshalJSON

func (*NullableApiV3SuppliesSupplyIdTrbxPost201Response) Unset

type NullableApiV3SuppliesSupplyIdTrbxPostRequest

type NullableApiV3SuppliesSupplyIdTrbxPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3SuppliesSupplyIdTrbxPostRequest) Get

func (NullableApiV3SuppliesSupplyIdTrbxPostRequest) IsSet

func (NullableApiV3SuppliesSupplyIdTrbxPostRequest) MarshalJSON

func (*NullableApiV3SuppliesSupplyIdTrbxPostRequest) Set

func (*NullableApiV3SuppliesSupplyIdTrbxPostRequest) UnmarshalJSON

func (*NullableApiV3SuppliesSupplyIdTrbxPostRequest) Unset

type NullableApiV3SuppliesSupplyIdTrbxStickersPost200Response

type NullableApiV3SuppliesSupplyIdTrbxStickersPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiV3SuppliesSupplyIdTrbxStickersPost200Response) Get

func (NullableApiV3SuppliesSupplyIdTrbxStickersPost200Response) IsSet

func (NullableApiV3SuppliesSupplyIdTrbxStickersPost200Response) MarshalJSON

func (*NullableApiV3SuppliesSupplyIdTrbxStickersPost200Response) Set

func (*NullableApiV3SuppliesSupplyIdTrbxStickersPost200Response) UnmarshalJSON

func (*NullableApiV3SuppliesSupplyIdTrbxStickersPost200Response) Unset

type NullableApiV3SuppliesSupplyIdTrbxStickersPostRequest

type NullableApiV3SuppliesSupplyIdTrbxStickersPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiV3SuppliesSupplyIdTrbxStickersPostRequest) Get

func (NullableApiV3SuppliesSupplyIdTrbxStickersPostRequest) IsSet

func (NullableApiV3SuppliesSupplyIdTrbxStickersPostRequest) MarshalJSON

func (*NullableApiV3SuppliesSupplyIdTrbxStickersPostRequest) Set

func (*NullableApiV3SuppliesSupplyIdTrbxStickersPostRequest) UnmarshalJSON

func (*NullableApiV3SuppliesSupplyIdTrbxStickersPostRequest) 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 NullableCrossborderTurkeyClientInfo

type NullableCrossborderTurkeyClientInfo struct {
	// contains filtered or unexported fields
}

func (NullableCrossborderTurkeyClientInfo) Get

func (NullableCrossborderTurkeyClientInfo) IsSet

func (NullableCrossborderTurkeyClientInfo) MarshalJSON

func (v NullableCrossborderTurkeyClientInfo) MarshalJSON() ([]byte, error)

func (*NullableCrossborderTurkeyClientInfo) Set

func (*NullableCrossborderTurkeyClientInfo) UnmarshalJSON

func (v *NullableCrossborderTurkeyClientInfo) UnmarshalJSON(src []byte) error

func (*NullableCrossborderTurkeyClientInfo) Unset

type NullableCrossborderTurkeyClientInfoResp

type NullableCrossborderTurkeyClientInfoResp struct {
	// contains filtered or unexported fields
}

func (NullableCrossborderTurkeyClientInfoResp) Get

func (NullableCrossborderTurkeyClientInfoResp) IsSet

func (NullableCrossborderTurkeyClientInfoResp) MarshalJSON

func (v NullableCrossborderTurkeyClientInfoResp) MarshalJSON() ([]byte, error)

func (*NullableCrossborderTurkeyClientInfoResp) Set

func (*NullableCrossborderTurkeyClientInfoResp) UnmarshalJSON

func (v *NullableCrossborderTurkeyClientInfoResp) UnmarshalJSON(src []byte) error

func (*NullableCrossborderTurkeyClientInfoResp) 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 NullableMetaDetailsInner

type NullableMetaDetailsInner struct {
	// contains filtered or unexported fields
}

func NewNullableMetaDetailsInner

func NewNullableMetaDetailsInner(val *MetaDetailsInner) *NullableMetaDetailsInner

func (NullableMetaDetailsInner) Get

func (NullableMetaDetailsInner) IsSet

func (v NullableMetaDetailsInner) IsSet() bool

func (NullableMetaDetailsInner) MarshalJSON

func (v NullableMetaDetailsInner) MarshalJSON() ([]byte, error)

func (*NullableMetaDetailsInner) Set

func (*NullableMetaDetailsInner) UnmarshalJSON

func (v *NullableMetaDetailsInner) UnmarshalJSON(src []byte) error

func (*NullableMetaDetailsInner) Unset

func (v *NullableMetaDetailsInner) Unset()

type NullableMetaExpiration

type NullableMetaExpiration struct {
	// contains filtered or unexported fields
}

func NewNullableMetaExpiration

func NewNullableMetaExpiration(val *MetaExpiration) *NullableMetaExpiration

func (NullableMetaExpiration) Get

func (NullableMetaExpiration) IsSet

func (v NullableMetaExpiration) IsSet() bool

func (NullableMetaExpiration) MarshalJSON

func (v NullableMetaExpiration) MarshalJSON() ([]byte, error)

func (*NullableMetaExpiration) Set

func (*NullableMetaExpiration) UnmarshalJSON

func (v *NullableMetaExpiration) UnmarshalJSON(src []byte) error

func (*NullableMetaExpiration) Unset

func (v *NullableMetaExpiration) 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 NullableModel409SupplyDeliverError

type NullableModel409SupplyDeliverError struct {
	// contains filtered or unexported fields
}

func (NullableModel409SupplyDeliverError) Get

func (NullableModel409SupplyDeliverError) IsSet

func (NullableModel409SupplyDeliverError) MarshalJSON

func (v NullableModel409SupplyDeliverError) MarshalJSON() ([]byte, error)

func (*NullableModel409SupplyDeliverError) Set

func (*NullableModel409SupplyDeliverError) UnmarshalJSON

func (v *NullableModel409SupplyDeliverError) UnmarshalJSON(src []byte) error

func (*NullableModel409SupplyDeliverError) Unset

type NullableModel409SupplyDeliverErrorData

type NullableModel409SupplyDeliverErrorData struct {
	// contains filtered or unexported fields
}

func (NullableModel409SupplyDeliverErrorData) Get

func (NullableModel409SupplyDeliverErrorData) IsSet

func (NullableModel409SupplyDeliverErrorData) MarshalJSON

func (v NullableModel409SupplyDeliverErrorData) MarshalJSON() ([]byte, error)

func (*NullableModel409SupplyDeliverErrorData) Set

func (*NullableModel409SupplyDeliverErrorData) UnmarshalJSON

func (v *NullableModel409SupplyDeliverErrorData) UnmarshalJSON(src []byte) error

func (*NullableModel409SupplyDeliverErrorData) Unset

type NullableModel409SupplyDeliverErrorDataOrdersInner

type NullableModel409SupplyDeliverErrorDataOrdersInner struct {
	// contains filtered or unexported fields
}

func (NullableModel409SupplyDeliverErrorDataOrdersInner) Get

func (NullableModel409SupplyDeliverErrorDataOrdersInner) IsSet

func (NullableModel409SupplyDeliverErrorDataOrdersInner) MarshalJSON

func (*NullableModel409SupplyDeliverErrorDataOrdersInner) Set

func (*NullableModel409SupplyDeliverErrorDataOrdersInner) UnmarshalJSON

func (*NullableModel409SupplyDeliverErrorDataOrdersInner) Unset

type NullableModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner

type NullableModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner struct {
	// contains filtered or unexported fields
}

func (NullableModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) Get

func (NullableModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) IsSet

func (NullableModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) MarshalJSON

func (*NullableModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) Set

func (*NullableModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) UnmarshalJSON

func (*NullableModel409SupplyDeliverErrorDataOrdersInnerMetaDetailsInner) Unset

type NullableOrder

type NullableOrder struct {
	// contains filtered or unexported fields
}

func NewNullableOrder

func NewNullableOrder(val *Order) *NullableOrder

func (NullableOrder) Get

func (v NullableOrder) Get() *Order

func (NullableOrder) IsSet

func (v NullableOrder) IsSet() bool

func (NullableOrder) MarshalJSON

func (v NullableOrder) MarshalJSON() ([]byte, error)

func (*NullableOrder) Set

func (v *NullableOrder) Set(val *Order)

func (*NullableOrder) UnmarshalJSON

func (v *NullableOrder) UnmarshalJSON(src []byte) error

func (*NullableOrder) Unset

func (v *NullableOrder) Unset()

type NullableOrderAddress

type NullableOrderAddress struct {
	// contains filtered or unexported fields
}

func NewNullableOrderAddress

func NewNullableOrderAddress(val *OrderAddress) *NullableOrderAddress

func (NullableOrderAddress) Get

func (NullableOrderAddress) IsSet

func (v NullableOrderAddress) IsSet() bool

func (NullableOrderAddress) MarshalJSON

func (v NullableOrderAddress) MarshalJSON() ([]byte, error)

func (*NullableOrderAddress) Set

func (v *NullableOrderAddress) Set(val *OrderAddress)

func (*NullableOrderAddress) UnmarshalJSON

func (v *NullableOrderAddress) UnmarshalJSON(src []byte) error

func (*NullableOrderAddress) Unset

func (v *NullableOrderAddress) Unset()

type NullableOrderNew

type NullableOrderNew struct {
	// contains filtered or unexported fields
}

func NewNullableOrderNew

func NewNullableOrderNew(val *OrderNew) *NullableOrderNew

func (NullableOrderNew) Get

func (v NullableOrderNew) Get() *OrderNew

func (NullableOrderNew) IsSet

func (v NullableOrderNew) IsSet() bool

func (NullableOrderNew) MarshalJSON

func (v NullableOrderNew) MarshalJSON() ([]byte, error)

func (*NullableOrderNew) Set

func (v *NullableOrderNew) Set(val *OrderNew)

func (*NullableOrderNew) UnmarshalJSON

func (v *NullableOrderNew) UnmarshalJSON(src []byte) error

func (*NullableOrderNew) Unset

func (v *NullableOrderNew) Unset()

type NullableOrderNewAddress

type NullableOrderNewAddress struct {
	// contains filtered or unexported fields
}

func NewNullableOrderNewAddress

func NewNullableOrderNewAddress(val *OrderNewAddress) *NullableOrderNewAddress

func (NullableOrderNewAddress) Get

func (NullableOrderNewAddress) IsSet

func (v NullableOrderNewAddress) IsSet() bool

func (NullableOrderNewAddress) MarshalJSON

func (v NullableOrderNewAddress) MarshalJSON() ([]byte, error)

func (*NullableOrderNewAddress) Set

func (*NullableOrderNewAddress) UnmarshalJSON

func (v *NullableOrderNewAddress) UnmarshalJSON(src []byte) error

func (*NullableOrderNewAddress) Unset

func (v *NullableOrderNewAddress) Unset()

type NullableOrderOptions

type NullableOrderOptions struct {
	// contains filtered or unexported fields
}

func NewNullableOrderOptions

func NewNullableOrderOptions(val *OrderOptions) *NullableOrderOptions

func (NullableOrderOptions) Get

func (NullableOrderOptions) IsSet

func (v NullableOrderOptions) IsSet() bool

func (NullableOrderOptions) MarshalJSON

func (v NullableOrderOptions) MarshalJSON() ([]byte, error)

func (*NullableOrderOptions) Set

func (v *NullableOrderOptions) Set(val *OrderOptions)

func (*NullableOrderOptions) UnmarshalJSON

func (v *NullableOrderOptions) UnmarshalJSON(src []byte) error

func (*NullableOrderOptions) Unset

func (v *NullableOrderOptions) 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 NullablePass

type NullablePass struct {
	// contains filtered or unexported fields
}

func NewNullablePass

func NewNullablePass(val *Pass) *NullablePass

func (NullablePass) Get

func (v NullablePass) Get() *Pass

func (NullablePass) IsSet

func (v NullablePass) IsSet() bool

func (NullablePass) MarshalJSON

func (v NullablePass) MarshalJSON() ([]byte, error)

func (*NullablePass) Set

func (v *NullablePass) Set(val *Pass)

func (*NullablePass) UnmarshalJSON

func (v *NullablePass) UnmarshalJSON(src []byte) error

func (*NullablePass) Unset

func (v *NullablePass) Unset()

type NullablePassOffice

type NullablePassOffice struct {
	// contains filtered or unexported fields
}

func NewNullablePassOffice

func NewNullablePassOffice(val *PassOffice) *NullablePassOffice

func (NullablePassOffice) Get

func (v NullablePassOffice) Get() *PassOffice

func (NullablePassOffice) IsSet

func (v NullablePassOffice) IsSet() bool

func (NullablePassOffice) MarshalJSON

func (v NullablePassOffice) MarshalJSON() ([]byte, error)

func (*NullablePassOffice) Set

func (v *NullablePassOffice) Set(val *PassOffice)

func (*NullablePassOffice) UnmarshalJSON

func (v *NullablePassOffice) UnmarshalJSON(src []byte) error

func (*NullablePassOffice) Unset

func (v *NullablePassOffice) 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 NullableSupply

type NullableSupply struct {
	// contains filtered or unexported fields
}

func NewNullableSupply

func NewNullableSupply(val *Supply) *NullableSupply

func (NullableSupply) Get

func (v NullableSupply) Get() *Supply

func (NullableSupply) IsSet

func (v NullableSupply) IsSet() bool

func (NullableSupply) MarshalJSON

func (v NullableSupply) MarshalJSON() ([]byte, error)

func (*NullableSupply) Set

func (v *NullableSupply) Set(val *Supply)

func (*NullableSupply) UnmarshalJSON

func (v *NullableSupply) UnmarshalJSON(src []byte) error

func (*NullableSupply) Unset

func (v *NullableSupply) Unset()

type NullableSupplyTrbx

type NullableSupplyTrbx struct {
	// contains filtered or unexported fields
}

func NewNullableSupplyTrbx

func NewNullableSupplyTrbx(val *SupplyTrbx) *NullableSupplyTrbx

func (NullableSupplyTrbx) Get

func (v NullableSupplyTrbx) Get() *SupplyTrbx

func (NullableSupplyTrbx) IsSet

func (v NullableSupplyTrbx) IsSet() bool

func (NullableSupplyTrbx) MarshalJSON

func (v NullableSupplyTrbx) MarshalJSON() ([]byte, error)

func (*NullableSupplyTrbx) Set

func (v *NullableSupplyTrbx) Set(val *SupplyTrbx)

func (*NullableSupplyTrbx) UnmarshalJSON

func (v *NullableSupplyTrbx) UnmarshalJSON(src []byte) error

func (*NullableSupplyTrbx) Unset

func (v *NullableSupplyTrbx) 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 NullableTrbxStickers

type NullableTrbxStickers struct {
	// contains filtered or unexported fields
}

func NewNullableTrbxStickers

func NewNullableTrbxStickers(val *TrbxStickers) *NullableTrbxStickers

func (NullableTrbxStickers) Get

func (NullableTrbxStickers) IsSet

func (v NullableTrbxStickers) IsSet() bool

func (NullableTrbxStickers) MarshalJSON

func (v NullableTrbxStickers) MarshalJSON() ([]byte, error)

func (*NullableTrbxStickers) Set

func (v *NullableTrbxStickers) Set(val *TrbxStickers)

func (*NullableTrbxStickers) UnmarshalJSON

func (v *NullableTrbxStickers) UnmarshalJSON(src []byte) error

func (*NullableTrbxStickers) Unset

func (v *NullableTrbxStickers) Unset()

type NullableV3APIError

type NullableV3APIError struct {
	// contains filtered or unexported fields
}

func NewNullableV3APIError

func NewNullableV3APIError(val *V3APIError) *NullableV3APIError

func (NullableV3APIError) Get

func (v NullableV3APIError) Get() *V3APIError

func (NullableV3APIError) IsSet

func (v NullableV3APIError) IsSet() bool

func (NullableV3APIError) MarshalJSON

func (v NullableV3APIError) MarshalJSON() ([]byte, error)

func (*NullableV3APIError) Set

func (v *NullableV3APIError) Set(val *V3APIError)

func (*NullableV3APIError) UnmarshalJSON

func (v *NullableV3APIError) UnmarshalJSON(src []byte) error

func (*NullableV3APIError) Unset

func (v *NullableV3APIError) Unset()

type NullableV3GetMetaMultiRequest

type NullableV3GetMetaMultiRequest struct {
	// contains filtered or unexported fields
}

func (NullableV3GetMetaMultiRequest) Get

func (NullableV3GetMetaMultiRequest) IsSet

func (NullableV3GetMetaMultiRequest) MarshalJSON

func (v NullableV3GetMetaMultiRequest) MarshalJSON() ([]byte, error)

func (*NullableV3GetMetaMultiRequest) Set

func (*NullableV3GetMetaMultiRequest) UnmarshalJSON

func (v *NullableV3GetMetaMultiRequest) UnmarshalJSON(src []byte) error

func (*NullableV3GetMetaMultiRequest) Unset

func (v *NullableV3GetMetaMultiRequest) Unset()

type NullableV3OrderMetaAPI

type NullableV3OrderMetaAPI struct {
	// contains filtered or unexported fields
}

func NewNullableV3OrderMetaAPI

func NewNullableV3OrderMetaAPI(val *V3OrderMetaAPI) *NullableV3OrderMetaAPI

func (NullableV3OrderMetaAPI) Get

func (NullableV3OrderMetaAPI) IsSet

func (v NullableV3OrderMetaAPI) IsSet() bool

func (NullableV3OrderMetaAPI) MarshalJSON

func (v NullableV3OrderMetaAPI) MarshalJSON() ([]byte, error)

func (*NullableV3OrderMetaAPI) Set

func (*NullableV3OrderMetaAPI) UnmarshalJSON

func (v *NullableV3OrderMetaAPI) UnmarshalJSON(src []byte) error

func (*NullableV3OrderMetaAPI) Unset

func (v *NullableV3OrderMetaAPI) Unset()

type NullableV3OrdersMetaAPI

type NullableV3OrdersMetaAPI struct {
	// contains filtered or unexported fields
}

func NewNullableV3OrdersMetaAPI

func NewNullableV3OrdersMetaAPI(val *V3OrdersMetaAPI) *NullableV3OrdersMetaAPI

func (NullableV3OrdersMetaAPI) Get

func (NullableV3OrdersMetaAPI) IsSet

func (v NullableV3OrdersMetaAPI) IsSet() bool

func (NullableV3OrdersMetaAPI) MarshalJSON

func (v NullableV3OrdersMetaAPI) MarshalJSON() ([]byte, error)

func (*NullableV3OrdersMetaAPI) Set

func (*NullableV3OrdersMetaAPI) UnmarshalJSON

func (v *NullableV3OrdersMetaAPI) UnmarshalJSON(src []byte) error

func (*NullableV3OrdersMetaAPI) Unset

func (v *NullableV3OrdersMetaAPI) Unset()

type NullableV3SupplyOrderIDsAPI

type NullableV3SupplyOrderIDsAPI struct {
	// contains filtered or unexported fields
}

func NewNullableV3SupplyOrderIDsAPI

func NewNullableV3SupplyOrderIDsAPI(val *V3SupplyOrderIDsAPI) *NullableV3SupplyOrderIDsAPI

func (NullableV3SupplyOrderIDsAPI) Get

func (NullableV3SupplyOrderIDsAPI) IsSet

func (NullableV3SupplyOrderIDsAPI) MarshalJSON

func (v NullableV3SupplyOrderIDsAPI) MarshalJSON() ([]byte, error)

func (*NullableV3SupplyOrderIDsAPI) Set

func (*NullableV3SupplyOrderIDsAPI) UnmarshalJSON

func (v *NullableV3SupplyOrderIDsAPI) UnmarshalJSON(src []byte) error

func (*NullableV3SupplyOrderIDsAPI) Unset

func (v *NullableV3SupplyOrderIDsAPI) Unset()

type Order

type Order struct {
	Address NullableOrderAddress `json:"address,omitempty"`
	// Acceptance price in kopecks. Displayed after the actual acceptance of the order
	ScanPrice NullableFloat32 `json:"scanPrice,omitempty"`
	// Delivery type: - `fbs` — Fulfillment By Wildberries (FBS)
	DeliveryType *string `json:"deliveryType,omitempty"`
	// Supply ID. Returns if the assembly order is assigned to a supply
	SupplyId *string `json:"supplyId,omitempty"`
	// Transaction ID for assembly orders grouping. Orders in the same buyer's cart will have the same `orderUid`.
	OrderUid *string `json:"orderUid,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"`
	// Assembly order creation date (RFC3339)
	CreatedAt *time.Time `json:"createdAt,omitempty"`
	// List of offices where you should deliver the assembly order
	Offices []string `json:"offices,omitempty"`
	// List of SKUs
	Skus []string `json:"skus,omitempty"`
	// Assembly order ID
	Id *int64 `json:"id,omitempty"`
	// Seller's warehouse ID where the assembly order was received
	WarehouseId *int32 `json:"warehouseId,omitempty"`
	// ID of the WB warehouse associated with the seller's warehouse
	OfficeId *int64 `json:"officeId,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 the amount from the WB Wallet, multiplied by 100. The currency code of the sale is in the `currencyCode` field
	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"`
	// Type of cargo:   - `1` — small-sized goods   - `2` — over dimensional cargo (ODC)   - `3` — dimensional cargo+ (CD+)
	CargoType *int32 `json:"cargoType,omitempty"`
	// Assembly order type:   - `0` — non-cross-border   - `1` — cross-border
	CrossBorderType *int32 `json:"crossBorderType,omitempty"`
	// Buyer's 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"`
	Options     *OrderOptions `json:"options,omitempty"`
}

Order struct for Order

func NewOrder

func NewOrder() *Order

NewOrder instantiates a new Order 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 NewOrderWithDefaults

func NewOrderWithDefaults() *Order

NewOrderWithDefaults instantiates a new Order 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 (*Order) GetAddress

func (o *Order) GetAddress() OrderAddress

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

func (*Order) GetAddressOk

func (o *Order) GetAddressOk() (*OrderAddress, 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 (*Order) GetArticle

func (o *Order) GetArticle() string

GetArticle returns the Article field value if set, zero value otherwise.

func (*Order) GetArticleOk

func (o *Order) 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 (*Order) GetCargoType

func (o *Order) GetCargoType() int32

GetCargoType returns the CargoType field value if set, zero value otherwise.

func (*Order) GetCargoTypeOk

func (o *Order) 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 (*Order) GetChrtId

func (o *Order) GetChrtId() int32

GetChrtId returns the ChrtId field value if set, zero value otherwise.

func (*Order) GetChrtIdOk

func (o *Order) 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 (*Order) GetColorCode

func (o *Order) GetColorCode() string

GetColorCode returns the ColorCode field value if set, zero value otherwise.

func (*Order) GetColorCodeOk

func (o *Order) 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 (*Order) GetComment

func (o *Order) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*Order) GetCommentOk

func (o *Order) 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 (*Order) GetConvertedCurrencyCode

func (o *Order) GetConvertedCurrencyCode() int32

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

func (*Order) GetConvertedCurrencyCodeOk

func (o *Order) 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 (*Order) GetConvertedPrice

func (o *Order) GetConvertedPrice() int32

GetConvertedPrice returns the ConvertedPrice field value if set, zero value otherwise.

func (*Order) GetConvertedPriceOk

func (o *Order) 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 (*Order) GetCreatedAt

func (o *Order) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*Order) GetCreatedAtOk

func (o *Order) 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 (*Order) GetCrossBorderType

func (o *Order) GetCrossBorderType() int32

GetCrossBorderType returns the CrossBorderType field value if set, zero value otherwise.

func (*Order) GetCrossBorderTypeOk

func (o *Order) GetCrossBorderTypeOk() (*int32, bool)

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

func (*Order) GetCurrencyCode

func (o *Order) GetCurrencyCode() int32

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

func (*Order) GetCurrencyCodeOk

func (o *Order) 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 (*Order) GetDeliveryType

func (o *Order) GetDeliveryType() string

GetDeliveryType returns the DeliveryType field value if set, zero value otherwise.

func (*Order) GetDeliveryTypeOk

func (o *Order) 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 (*Order) GetId

func (o *Order) GetId() int64

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

func (*Order) GetIdOk

func (o *Order) 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 (*Order) GetIsZeroOrder

func (o *Order) GetIsZeroOrder() bool

GetIsZeroOrder returns the IsZeroOrder field value if set, zero value otherwise.

func (*Order) GetIsZeroOrderOk

func (o *Order) 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 (*Order) GetNmId

func (o *Order) GetNmId() int32

GetNmId returns the NmId field value if set, zero value otherwise.

func (*Order) GetNmIdOk

func (o *Order) 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 (*Order) GetOfficeId

func (o *Order) GetOfficeId() int64

GetOfficeId returns the OfficeId field value if set, zero value otherwise.

func (*Order) GetOfficeIdOk

func (o *Order) GetOfficeIdOk() (*int64, bool)

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

func (*Order) GetOffices

func (o *Order) GetOffices() []string

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

func (*Order) GetOfficesOk

func (o *Order) GetOfficesOk() ([]string, bool)

GetOfficesOk returns a tuple with the Offices 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 (*Order) GetOptions

func (o *Order) GetOptions() OrderOptions

GetOptions returns the Options field value if set, zero value otherwise.

func (*Order) GetOptionsOk

func (o *Order) GetOptionsOk() (*OrderOptions, 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 (*Order) GetOrderUid

func (o *Order) GetOrderUid() string

GetOrderUid returns the OrderUid field value if set, zero value otherwise.

func (*Order) GetOrderUidOk

func (o *Order) 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 (*Order) GetPrice

func (o *Order) GetPrice() int32

GetPrice returns the Price field value if set, zero value otherwise.

func (*Order) GetPriceOk

func (o *Order) 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 (*Order) GetRid

func (o *Order) GetRid() string

GetRid returns the Rid field value if set, zero value otherwise.

func (*Order) GetRidOk

func (o *Order) 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 (*Order) GetScanPrice

func (o *Order) GetScanPrice() float32

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

func (*Order) GetScanPriceOk

func (o *Order) GetScanPriceOk() (*float32, 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 (*Order) GetSkus

func (o *Order) GetSkus() []string

GetSkus returns the Skus field value if set, zero value otherwise.

func (*Order) GetSkusOk

func (o *Order) 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 (*Order) GetSupplyId

func (o *Order) GetSupplyId() string

GetSupplyId returns the SupplyId field value if set, zero value otherwise.

func (*Order) GetSupplyIdOk

func (o *Order) GetSupplyIdOk() (*string, bool)

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

func (*Order) GetWarehouseId

func (o *Order) GetWarehouseId() int32

GetWarehouseId returns the WarehouseId field value if set, zero value otherwise.

func (*Order) GetWarehouseIdOk

func (o *Order) 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 (*Order) HasAddress

func (o *Order) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*Order) HasArticle

func (o *Order) HasArticle() bool

HasArticle returns a boolean if a field has been set.

func (*Order) HasCargoType

func (o *Order) HasCargoType() bool

HasCargoType returns a boolean if a field has been set.

func (*Order) HasChrtId

func (o *Order) HasChrtId() bool

HasChrtId returns a boolean if a field has been set.

func (*Order) HasColorCode

func (o *Order) HasColorCode() bool

HasColorCode returns a boolean if a field has been set.

func (*Order) HasComment

func (o *Order) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*Order) HasConvertedCurrencyCode

func (o *Order) HasConvertedCurrencyCode() bool

HasConvertedCurrencyCode returns a boolean if a field has been set.

func (*Order) HasConvertedPrice

func (o *Order) HasConvertedPrice() bool

HasConvertedPrice returns a boolean if a field has been set.

func (*Order) HasCreatedAt

func (o *Order) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*Order) HasCrossBorderType

func (o *Order) HasCrossBorderType() bool

HasCrossBorderType returns a boolean if a field has been set.

func (*Order) HasCurrencyCode

func (o *Order) HasCurrencyCode() bool

HasCurrencyCode returns a boolean if a field has been set.

func (*Order) HasDeliveryType

func (o *Order) HasDeliveryType() bool

HasDeliveryType returns a boolean if a field has been set.

func (*Order) HasId

func (o *Order) HasId() bool

HasId returns a boolean if a field has been set.

func (*Order) HasIsZeroOrder

func (o *Order) HasIsZeroOrder() bool

HasIsZeroOrder returns a boolean if a field has been set.

func (*Order) HasNmId

func (o *Order) HasNmId() bool

HasNmId returns a boolean if a field has been set.

func (*Order) HasOfficeId

func (o *Order) HasOfficeId() bool

HasOfficeId returns a boolean if a field has been set.

func (*Order) HasOffices

func (o *Order) HasOffices() bool

HasOffices returns a boolean if a field has been set.

func (*Order) HasOptions

func (o *Order) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (*Order) HasOrderUid

func (o *Order) HasOrderUid() bool

HasOrderUid returns a boolean if a field has been set.

func (*Order) HasPrice

func (o *Order) HasPrice() bool

HasPrice returns a boolean if a field has been set.

func (*Order) HasRid

func (o *Order) HasRid() bool

HasRid returns a boolean if a field has been set.

func (*Order) HasScanPrice

func (o *Order) HasScanPrice() bool

HasScanPrice returns a boolean if a field has been set.

func (*Order) HasSkus

func (o *Order) HasSkus() bool

HasSkus returns a boolean if a field has been set.

func (*Order) HasSupplyId

func (o *Order) HasSupplyId() bool

HasSupplyId returns a boolean if a field has been set.

func (*Order) HasWarehouseId

func (o *Order) HasWarehouseId() bool

HasWarehouseId returns a boolean if a field has been set.

func (Order) MarshalJSON

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

func (*Order) SetAddress

func (o *Order) SetAddress(v OrderAddress)

SetAddress gets a reference to the given NullableOrderAddress and assigns it to the Address field.

func (*Order) SetAddressNil

func (o *Order) SetAddressNil()

SetAddressNil sets the value for Address to be an explicit nil

func (*Order) SetArticle

func (o *Order) SetArticle(v string)

SetArticle gets a reference to the given string and assigns it to the Article field.

func (*Order) SetCargoType

func (o *Order) SetCargoType(v int32)

SetCargoType gets a reference to the given int32 and assigns it to the CargoType field.

func (*Order) SetChrtId

func (o *Order) SetChrtId(v int32)

SetChrtId gets a reference to the given int32 and assigns it to the ChrtId field.

func (*Order) SetColorCode

func (o *Order) SetColorCode(v string)

SetColorCode gets a reference to the given string and assigns it to the ColorCode field.

func (*Order) SetComment

func (o *Order) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*Order) SetConvertedCurrencyCode

func (o *Order) SetConvertedCurrencyCode(v int32)

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

func (*Order) SetConvertedPrice

func (o *Order) SetConvertedPrice(v int32)

SetConvertedPrice gets a reference to the given int32 and assigns it to the ConvertedPrice field.

func (*Order) SetCreatedAt

func (o *Order) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*Order) SetCrossBorderType

func (o *Order) SetCrossBorderType(v int32)

SetCrossBorderType gets a reference to the given int32 and assigns it to the CrossBorderType field.

func (*Order) SetCurrencyCode

func (o *Order) SetCurrencyCode(v int32)

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

func (*Order) SetDeliveryType

func (o *Order) SetDeliveryType(v string)

SetDeliveryType gets a reference to the given string and assigns it to the DeliveryType field.

func (*Order) SetId

func (o *Order) SetId(v int64)

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

func (*Order) SetIsZeroOrder

func (o *Order) SetIsZeroOrder(v bool)

SetIsZeroOrder gets a reference to the given bool and assigns it to the IsZeroOrder field.

func (*Order) SetNmId

func (o *Order) SetNmId(v int32)

SetNmId gets a reference to the given int32 and assigns it to the NmId field.

func (*Order) SetOfficeId

func (o *Order) SetOfficeId(v int64)

SetOfficeId gets a reference to the given int64 and assigns it to the OfficeId field.

func (*Order) SetOffices

func (o *Order) SetOffices(v []string)

SetOffices gets a reference to the given []string and assigns it to the Offices field.

func (*Order) SetOptions

func (o *Order) SetOptions(v OrderOptions)

SetOptions gets a reference to the given OrderOptions and assigns it to the Options field.

func (*Order) SetOrderUid

func (o *Order) SetOrderUid(v string)

SetOrderUid gets a reference to the given string and assigns it to the OrderUid field.

func (*Order) SetPrice

func (o *Order) SetPrice(v int32)

SetPrice gets a reference to the given int32 and assigns it to the Price field.

func (*Order) SetRid

func (o *Order) SetRid(v string)

SetRid gets a reference to the given string and assigns it to the Rid field.

func (*Order) SetScanPrice

func (o *Order) SetScanPrice(v float32)

SetScanPrice gets a reference to the given NullableFloat32 and assigns it to the ScanPrice field.

func (*Order) SetScanPriceNil

func (o *Order) SetScanPriceNil()

SetScanPriceNil sets the value for ScanPrice to be an explicit nil

func (*Order) SetSkus

func (o *Order) SetSkus(v []string)

SetSkus gets a reference to the given []string and assigns it to the Skus field.

func (*Order) SetSupplyId

func (o *Order) SetSupplyId(v string)

SetSupplyId gets a reference to the given string and assigns it to the SupplyId field.

func (*Order) SetWarehouseId

func (o *Order) SetWarehouseId(v int32)

SetWarehouseId gets a reference to the given int32 and assigns it to the WarehouseId field.

func (Order) ToMap

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

func (*Order) UnsetAddress

func (o *Order) UnsetAddress()

UnsetAddress ensures that no value is present for Address, not even an explicit nil

func (*Order) UnsetScanPrice

func (o *Order) UnsetScanPrice()

UnsetScanPrice ensures that no value is present for ScanPrice, not even an explicit nil

type OrderAddress

type OrderAddress struct {
	// Delivery address
	FullAddress *string `json:"fullAddress,omitempty"`
	// Longitude
	Longitude *float32 `json:"longitude,omitempty"`
	// Latitude
	Latitude *float32 `json:"latitude,omitempty"`
}

OrderAddress Exact buyer's address for delivery, if applicable. Some of the fields may be empty due to the specifics of the address.

func NewOrderAddress

func NewOrderAddress() *OrderAddress

NewOrderAddress instantiates a new OrderAddress 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 NewOrderAddressWithDefaults

func NewOrderAddressWithDefaults() *OrderAddress

NewOrderAddressWithDefaults instantiates a new OrderAddress 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 (*OrderAddress) GetFullAddress

func (o *OrderAddress) GetFullAddress() string

GetFullAddress returns the FullAddress field value if set, zero value otherwise.

func (*OrderAddress) GetFullAddressOk

func (o *OrderAddress) 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 (*OrderAddress) GetLatitude

func (o *OrderAddress) GetLatitude() float32

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*OrderAddress) GetLatitudeOk

func (o *OrderAddress) 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 (*OrderAddress) GetLongitude

func (o *OrderAddress) GetLongitude() float32

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*OrderAddress) GetLongitudeOk

func (o *OrderAddress) 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 (*OrderAddress) HasFullAddress

func (o *OrderAddress) HasFullAddress() bool

HasFullAddress returns a boolean if a field has been set.

func (*OrderAddress) HasLatitude

func (o *OrderAddress) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*OrderAddress) HasLongitude

func (o *OrderAddress) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (OrderAddress) MarshalJSON

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

func (*OrderAddress) SetFullAddress

func (o *OrderAddress) SetFullAddress(v string)

SetFullAddress gets a reference to the given string and assigns it to the FullAddress field.

func (*OrderAddress) SetLatitude

func (o *OrderAddress) SetLatitude(v float32)

SetLatitude gets a reference to the given float32 and assigns it to the Latitude field.

func (*OrderAddress) SetLongitude

func (o *OrderAddress) SetLongitude(v float32)

SetLongitude gets a reference to the given float32 and assigns it to the Longitude field.

func (OrderAddress) ToMap

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

type OrderNew

type OrderNew struct {
	Address NullableOrderNewAddress `json:"address,omitempty"`
	// Planned delivery date. <br> The field is displayed for assembly orders with over dimensional products `ODC`, `cargoType: 2`
	Ddate *string `json:"ddate,omitempty"`
	// Recommended delivery date for `ODC` products to sorting center or warehouse. <br> The field is displayed for assembly orders with over dimensional products `ODC`, `cargoType: 2`
	SellerDate NullableString `json:"sellerDate,omitempty"`
	// 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 that needs to be added to the assembly order to tranfer a supply with this assembly order to the  delivery
	RequiredMeta []string `json:"requiredMeta,omitempty"`
	// List of metadata that can to be added to the assembly order.  <br> A supply with the assembly order without this metadata can be transferred to the delivery, but metadata may be required, for example, when a customer returns a product
	OptionalMeta []string `json:"optionalMeta,omitempty"`
	// Delivery type: - `fbs` — Fulfillment By Wildberries (FBS)
	DeliveryType *string `json:"deliveryType,omitempty"`
	// Buyer's comment
	Comment *string `json:"comment,omitempty"`
	// Acceptance price in kopecks. Displayed after the actual acceptance of the order. For this method will `null` always be returned
	ScanPrice NullableFloat32 `json:"scanPrice,omitempty"`
	// Transaction ID for assembly orders grouping. Orders in the same buyer's cart will have the same `orderUid`.
	OrderUid *string `json:"orderUid,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"`
	// Assembly order creation date (RFC3339)
	CreatedAt *time.Time `json:"createdAt,omitempty"`
	// List of offices where you should deliver the order
	Offices []string `json:"offices,omitempty"`
	// List of SKUs
	Skus []string `json:"skus,omitempty"`
	// Assembly order ID
	Id *int64 `json:"id,omitempty"`
	// Supplier's warehouse ID where the assembly order was received
	WarehouseId *int32 `json:"warehouseId,omitempty"`
	// ID of the WB warehouse associated with the seller's warehouse
	OfficeId *int64 `json:"officeId,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 the amount from the WB Wallet, multiplied by 100. The currency code of the sale is in the `currencyCode` field
	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 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"`
	// 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"`
	// 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"`
	// Assembly order type:   - `0` — non-cross-border   - `1` — cross-border
	CrossBorderType *int32 `json:"crossBorderType,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"`
	Options     *OrderOptions `json:"options,omitempty"`
}

OrderNew struct for OrderNew

func NewOrderNew

func NewOrderNew() *OrderNew

NewOrderNew instantiates a new OrderNew 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 NewOrderNewWithDefaults

func NewOrderNewWithDefaults() *OrderNew

NewOrderNewWithDefaults instantiates a new OrderNew 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 (*OrderNew) GetAddress

func (o *OrderNew) GetAddress() OrderNewAddress

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

func (*OrderNew) GetAddressOk

func (o *OrderNew) GetAddressOk() (*OrderNewAddress, 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 (*OrderNew) GetArticle

func (o *OrderNew) GetArticle() string

GetArticle returns the Article field value if set, zero value otherwise.

func (*OrderNew) GetArticleOk

func (o *OrderNew) 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 (*OrderNew) GetCargoType

func (o *OrderNew) GetCargoType() int32

GetCargoType returns the CargoType field value if set, zero value otherwise.

func (*OrderNew) GetCargoTypeOk

func (o *OrderNew) 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 (*OrderNew) GetChrtId

func (o *OrderNew) GetChrtId() int32

GetChrtId returns the ChrtId field value if set, zero value otherwise.

func (*OrderNew) GetChrtIdOk

func (o *OrderNew) 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 (*OrderNew) GetColorCode

func (o *OrderNew) GetColorCode() string

GetColorCode returns the ColorCode field value if set, zero value otherwise.

func (*OrderNew) GetColorCodeOk

func (o *OrderNew) 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 (*OrderNew) GetComment

func (o *OrderNew) GetComment() string

GetComment returns the Comment field value if set, zero value otherwise.

func (*OrderNew) GetCommentOk

func (o *OrderNew) 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 (*OrderNew) GetConvertedCurrencyCode

func (o *OrderNew) GetConvertedCurrencyCode() int32

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

func (*OrderNew) GetConvertedCurrencyCodeOk

func (o *OrderNew) 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 (*OrderNew) GetConvertedFinalPrice

func (o *OrderNew) GetConvertedFinalPrice() int32

GetConvertedFinalPrice returns the ConvertedFinalPrice field value if set, zero value otherwise.

func (*OrderNew) GetConvertedFinalPriceOk

func (o *OrderNew) 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 (*OrderNew) GetConvertedPrice

func (o *OrderNew) GetConvertedPrice() int32

GetConvertedPrice returns the ConvertedPrice field value if set, zero value otherwise.

func (*OrderNew) GetConvertedPriceOk

func (o *OrderNew) 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 (*OrderNew) GetCreatedAt

func (o *OrderNew) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*OrderNew) GetCreatedAtOk

func (o *OrderNew) 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 (*OrderNew) GetCrossBorderType

func (o *OrderNew) GetCrossBorderType() int32

GetCrossBorderType returns the CrossBorderType field value if set, zero value otherwise.

func (*OrderNew) GetCrossBorderTypeOk

func (o *OrderNew) GetCrossBorderTypeOk() (*int32, bool)

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

func (*OrderNew) GetCurrencyCode

func (o *OrderNew) GetCurrencyCode() int32

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

func (*OrderNew) GetCurrencyCodeOk

func (o *OrderNew) 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 (*OrderNew) GetDdate

func (o *OrderNew) GetDdate() string

GetDdate returns the Ddate field value if set, zero value otherwise.

func (*OrderNew) GetDdateOk

func (o *OrderNew) 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 (*OrderNew) GetDeliveryType

func (o *OrderNew) GetDeliveryType() string

GetDeliveryType returns the DeliveryType field value if set, zero value otherwise.

func (*OrderNew) GetDeliveryTypeOk

func (o *OrderNew) 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 (*OrderNew) GetFinalPrice

func (o *OrderNew) GetFinalPrice() int32

GetFinalPrice returns the FinalPrice field value if set, zero value otherwise.

func (*OrderNew) GetFinalPriceOk

func (o *OrderNew) 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 (*OrderNew) GetId

func (o *OrderNew) GetId() int64

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

func (*OrderNew) GetIdOk

func (o *OrderNew) 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 (*OrderNew) GetIsZeroOrder

func (o *OrderNew) GetIsZeroOrder() bool

GetIsZeroOrder returns the IsZeroOrder field value if set, zero value otherwise.

func (*OrderNew) GetIsZeroOrderOk

func (o *OrderNew) 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 (*OrderNew) GetNmId

func (o *OrderNew) GetNmId() int32

GetNmId returns the NmId field value if set, zero value otherwise.

func (*OrderNew) GetNmIdOk

func (o *OrderNew) 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 (*OrderNew) GetOfficeId

func (o *OrderNew) GetOfficeId() int64

GetOfficeId returns the OfficeId field value if set, zero value otherwise.

func (*OrderNew) GetOfficeIdOk

func (o *OrderNew) GetOfficeIdOk() (*int64, bool)

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

func (*OrderNew) GetOffices

func (o *OrderNew) GetOffices() []string

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

func (*OrderNew) GetOfficesOk

func (o *OrderNew) GetOfficesOk() ([]string, bool)

GetOfficesOk returns a tuple with the Offices 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 (*OrderNew) GetOptionalMeta

func (o *OrderNew) GetOptionalMeta() []string

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

func (*OrderNew) GetOptionalMetaOk

func (o *OrderNew) GetOptionalMetaOk() ([]string, bool)

GetOptionalMetaOk returns a tuple with the OptionalMeta 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 (*OrderNew) GetOptions

func (o *OrderNew) GetOptions() OrderOptions

GetOptions returns the Options field value if set, zero value otherwise.

func (*OrderNew) GetOptionsOk

func (o *OrderNew) GetOptionsOk() (*OrderOptions, 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 (*OrderNew) GetOrderUid

func (o *OrderNew) GetOrderUid() string

GetOrderUid returns the OrderUid field value if set, zero value otherwise.

func (*OrderNew) GetOrderUidOk

func (o *OrderNew) 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 (*OrderNew) GetPrice

func (o *OrderNew) GetPrice() int32

GetPrice returns the Price field value if set, zero value otherwise.

func (*OrderNew) GetPriceOk

func (o *OrderNew) 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 (*OrderNew) GetRequiredMeta

func (o *OrderNew) GetRequiredMeta() []string

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

func (*OrderNew) GetRequiredMetaOk

func (o *OrderNew) 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 (*OrderNew) GetRid

func (o *OrderNew) GetRid() string

GetRid returns the Rid field value if set, zero value otherwise.

func (*OrderNew) GetRidOk

func (o *OrderNew) 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 (*OrderNew) GetSalePrice

func (o *OrderNew) GetSalePrice() int32

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

func (*OrderNew) GetSalePriceOk

func (o *OrderNew) 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 (*OrderNew) GetScanPrice

func (o *OrderNew) GetScanPrice() float32

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

func (*OrderNew) GetScanPriceOk

func (o *OrderNew) GetScanPriceOk() (*float32, 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 (*OrderNew) GetSellerDate

func (o *OrderNew) GetSellerDate() string

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

func (*OrderNew) GetSellerDateOk

func (o *OrderNew) GetSellerDateOk() (*string, bool)

GetSellerDateOk returns a tuple with the SellerDate 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 (*OrderNew) GetSkus

func (o *OrderNew) GetSkus() []string

GetSkus returns the Skus field value if set, zero value otherwise.

func (*OrderNew) GetSkusOk

func (o *OrderNew) 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 (*OrderNew) GetWarehouseId

func (o *OrderNew) GetWarehouseId() int32

GetWarehouseId returns the WarehouseId field value if set, zero value otherwise.

func (*OrderNew) GetWarehouseIdOk

func (o *OrderNew) 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 (*OrderNew) HasAddress

func (o *OrderNew) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*OrderNew) HasArticle

func (o *OrderNew) HasArticle() bool

HasArticle returns a boolean if a field has been set.

func (*OrderNew) HasCargoType

func (o *OrderNew) HasCargoType() bool

HasCargoType returns a boolean if a field has been set.

func (*OrderNew) HasChrtId

func (o *OrderNew) HasChrtId() bool

HasChrtId returns a boolean if a field has been set.

func (*OrderNew) HasColorCode

func (o *OrderNew) HasColorCode() bool

HasColorCode returns a boolean if a field has been set.

func (*OrderNew) HasComment

func (o *OrderNew) HasComment() bool

HasComment returns a boolean if a field has been set.

func (*OrderNew) HasConvertedCurrencyCode

func (o *OrderNew) HasConvertedCurrencyCode() bool

HasConvertedCurrencyCode returns a boolean if a field has been set.

func (*OrderNew) HasConvertedFinalPrice

func (o *OrderNew) HasConvertedFinalPrice() bool

HasConvertedFinalPrice returns a boolean if a field has been set.

func (*OrderNew) HasConvertedPrice

func (o *OrderNew) HasConvertedPrice() bool

HasConvertedPrice returns a boolean if a field has been set.

func (*OrderNew) HasCreatedAt

func (o *OrderNew) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*OrderNew) HasCrossBorderType

func (o *OrderNew) HasCrossBorderType() bool

HasCrossBorderType returns a boolean if a field has been set.

func (*OrderNew) HasCurrencyCode

func (o *OrderNew) HasCurrencyCode() bool

HasCurrencyCode returns a boolean if a field has been set.

func (*OrderNew) HasDdate

func (o *OrderNew) HasDdate() bool

HasDdate returns a boolean if a field has been set.

func (*OrderNew) HasDeliveryType

func (o *OrderNew) HasDeliveryType() bool

HasDeliveryType returns a boolean if a field has been set.

func (*OrderNew) HasFinalPrice

func (o *OrderNew) HasFinalPrice() bool

HasFinalPrice returns a boolean if a field has been set.

func (*OrderNew) HasId

func (o *OrderNew) HasId() bool

HasId returns a boolean if a field has been set.

func (*OrderNew) HasIsZeroOrder

func (o *OrderNew) HasIsZeroOrder() bool

HasIsZeroOrder returns a boolean if a field has been set.

func (*OrderNew) HasNmId

func (o *OrderNew) HasNmId() bool

HasNmId returns a boolean if a field has been set.

func (*OrderNew) HasOfficeId

func (o *OrderNew) HasOfficeId() bool

HasOfficeId returns a boolean if a field has been set.

func (*OrderNew) HasOffices

func (o *OrderNew) HasOffices() bool

HasOffices returns a boolean if a field has been set.

func (*OrderNew) HasOptionalMeta

func (o *OrderNew) HasOptionalMeta() bool

HasOptionalMeta returns a boolean if a field has been set.

func (*OrderNew) HasOptions

func (o *OrderNew) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (*OrderNew) HasOrderUid

func (o *OrderNew) HasOrderUid() bool

HasOrderUid returns a boolean if a field has been set.

func (*OrderNew) HasPrice

func (o *OrderNew) HasPrice() bool

HasPrice returns a boolean if a field has been set.

func (*OrderNew) HasRequiredMeta

func (o *OrderNew) HasRequiredMeta() bool

HasRequiredMeta returns a boolean if a field has been set.

func (*OrderNew) HasRid

func (o *OrderNew) HasRid() bool

HasRid returns a boolean if a field has been set.

func (*OrderNew) HasSalePrice

func (o *OrderNew) HasSalePrice() bool

HasSalePrice returns a boolean if a field has been set.

func (*OrderNew) HasScanPrice

func (o *OrderNew) HasScanPrice() bool

HasScanPrice returns a boolean if a field has been set.

func (*OrderNew) HasSellerDate

func (o *OrderNew) HasSellerDate() bool

HasSellerDate returns a boolean if a field has been set.

func (*OrderNew) HasSkus

func (o *OrderNew) HasSkus() bool

HasSkus returns a boolean if a field has been set.

func (*OrderNew) HasWarehouseId

func (o *OrderNew) HasWarehouseId() bool

HasWarehouseId returns a boolean if a field has been set.

func (OrderNew) MarshalJSON

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

func (*OrderNew) SetAddress

func (o *OrderNew) SetAddress(v OrderNewAddress)

SetAddress gets a reference to the given NullableOrderNewAddress and assigns it to the Address field.

func (*OrderNew) SetAddressNil

func (o *OrderNew) SetAddressNil()

SetAddressNil sets the value for Address to be an explicit nil

func (*OrderNew) SetArticle

func (o *OrderNew) SetArticle(v string)

SetArticle gets a reference to the given string and assigns it to the Article field.

func (*OrderNew) SetCargoType

func (o *OrderNew) SetCargoType(v int32)

SetCargoType gets a reference to the given int32 and assigns it to the CargoType field.

func (*OrderNew) SetChrtId

func (o *OrderNew) SetChrtId(v int32)

SetChrtId gets a reference to the given int32 and assigns it to the ChrtId field.

func (*OrderNew) SetColorCode

func (o *OrderNew) SetColorCode(v string)

SetColorCode gets a reference to the given string and assigns it to the ColorCode field.

func (*OrderNew) SetComment

func (o *OrderNew) SetComment(v string)

SetComment gets a reference to the given string and assigns it to the Comment field.

func (*OrderNew) SetConvertedCurrencyCode

func (o *OrderNew) SetConvertedCurrencyCode(v int32)

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

func (*OrderNew) SetConvertedFinalPrice

func (o *OrderNew) SetConvertedFinalPrice(v int32)

SetConvertedFinalPrice gets a reference to the given int32 and assigns it to the ConvertedFinalPrice field.

func (*OrderNew) SetConvertedPrice

func (o *OrderNew) SetConvertedPrice(v int32)

SetConvertedPrice gets a reference to the given int32 and assigns it to the ConvertedPrice field.

func (*OrderNew) SetCreatedAt

func (o *OrderNew) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*OrderNew) SetCrossBorderType

func (o *OrderNew) SetCrossBorderType(v int32)

SetCrossBorderType gets a reference to the given int32 and assigns it to the CrossBorderType field.

func (*OrderNew) SetCurrencyCode

func (o *OrderNew) SetCurrencyCode(v int32)

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

func (*OrderNew) SetDdate

func (o *OrderNew) SetDdate(v string)

SetDdate gets a reference to the given string and assigns it to the Ddate field.

func (*OrderNew) SetDeliveryType

func (o *OrderNew) SetDeliveryType(v string)

SetDeliveryType gets a reference to the given string and assigns it to the DeliveryType field.

func (*OrderNew) SetFinalPrice

func (o *OrderNew) SetFinalPrice(v int32)

SetFinalPrice gets a reference to the given int32 and assigns it to the FinalPrice field.

func (*OrderNew) SetId

func (o *OrderNew) SetId(v int64)

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

func (*OrderNew) SetIsZeroOrder

func (o *OrderNew) SetIsZeroOrder(v bool)

SetIsZeroOrder gets a reference to the given bool and assigns it to the IsZeroOrder field.

func (*OrderNew) SetNmId

func (o *OrderNew) SetNmId(v int32)

SetNmId gets a reference to the given int32 and assigns it to the NmId field.

func (*OrderNew) SetOfficeId

func (o *OrderNew) SetOfficeId(v int64)

SetOfficeId gets a reference to the given int64 and assigns it to the OfficeId field.

func (*OrderNew) SetOffices

func (o *OrderNew) SetOffices(v []string)

SetOffices gets a reference to the given []string and assigns it to the Offices field.

func (*OrderNew) SetOptionalMeta

func (o *OrderNew) SetOptionalMeta(v []string)

SetOptionalMeta gets a reference to the given []string and assigns it to the OptionalMeta field.

func (*OrderNew) SetOptions

func (o *OrderNew) SetOptions(v OrderOptions)

SetOptions gets a reference to the given OrderOptions and assigns it to the Options field.

func (*OrderNew) SetOrderUid

func (o *OrderNew) SetOrderUid(v string)

SetOrderUid gets a reference to the given string and assigns it to the OrderUid field.

func (*OrderNew) SetPrice

func (o *OrderNew) SetPrice(v int32)

SetPrice gets a reference to the given int32 and assigns it to the Price field.

func (*OrderNew) SetRequiredMeta

func (o *OrderNew) SetRequiredMeta(v []string)

SetRequiredMeta gets a reference to the given []string and assigns it to the RequiredMeta field.

func (*OrderNew) SetRid

func (o *OrderNew) SetRid(v string)

SetRid gets a reference to the given string and assigns it to the Rid field.

func (*OrderNew) SetSalePrice

func (o *OrderNew) SetSalePrice(v int32)

SetSalePrice gets a reference to the given NullableInt32 and assigns it to the SalePrice field.

func (*OrderNew) SetSalePriceNil

func (o *OrderNew) SetSalePriceNil()

SetSalePriceNil sets the value for SalePrice to be an explicit nil

func (*OrderNew) SetScanPrice

func (o *OrderNew) SetScanPrice(v float32)

SetScanPrice gets a reference to the given NullableFloat32 and assigns it to the ScanPrice field.

func (*OrderNew) SetScanPriceNil

func (o *OrderNew) SetScanPriceNil()

SetScanPriceNil sets the value for ScanPrice to be an explicit nil

func (*OrderNew) SetSellerDate

func (o *OrderNew) SetSellerDate(v string)

SetSellerDate gets a reference to the given NullableString and assigns it to the SellerDate field.

func (*OrderNew) SetSellerDateNil

func (o *OrderNew) SetSellerDateNil()

SetSellerDateNil sets the value for SellerDate to be an explicit nil

func (*OrderNew) SetSkus

func (o *OrderNew) SetSkus(v []string)

SetSkus gets a reference to the given []string and assigns it to the Skus field.

func (*OrderNew) SetWarehouseId

func (o *OrderNew) SetWarehouseId(v int32)

SetWarehouseId gets a reference to the given int32 and assigns it to the WarehouseId field.

func (OrderNew) ToMap

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

func (*OrderNew) UnsetAddress

func (o *OrderNew) UnsetAddress()

UnsetAddress ensures that no value is present for Address, not even an explicit nil

func (*OrderNew) UnsetSalePrice

func (o *OrderNew) UnsetSalePrice()

UnsetSalePrice ensures that no value is present for SalePrice, not even an explicit nil

func (*OrderNew) UnsetScanPrice

func (o *OrderNew) UnsetScanPrice()

UnsetScanPrice ensures that no value is present for ScanPrice, not even an explicit nil

func (*OrderNew) UnsetSellerDate

func (o *OrderNew) UnsetSellerDate()

UnsetSellerDate ensures that no value is present for SellerDate, not even an explicit nil

type OrderNewAddress

type OrderNewAddress struct {
	// Delivery address
	FullAddress *string `json:"fullAddress,omitempty"`
	// Longitude
	Longitude *float32 `json:"longitude,omitempty"`
	// Latitude
	Latitude *float32 `json:"latitude,omitempty"`
}

OrderNewAddress Exact buyer's address for delivery, if applicable. Some of the fields may be empty due to the specifics of the address

func NewOrderNewAddress

func NewOrderNewAddress() *OrderNewAddress

NewOrderNewAddress instantiates a new OrderNewAddress 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 NewOrderNewAddressWithDefaults

func NewOrderNewAddressWithDefaults() *OrderNewAddress

NewOrderNewAddressWithDefaults instantiates a new OrderNewAddress 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 (*OrderNewAddress) GetFullAddress

func (o *OrderNewAddress) GetFullAddress() string

GetFullAddress returns the FullAddress field value if set, zero value otherwise.

func (*OrderNewAddress) GetFullAddressOk

func (o *OrderNewAddress) 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 (*OrderNewAddress) GetLatitude

func (o *OrderNewAddress) GetLatitude() float32

GetLatitude returns the Latitude field value if set, zero value otherwise.

func (*OrderNewAddress) GetLatitudeOk

func (o *OrderNewAddress) 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 (*OrderNewAddress) GetLongitude

func (o *OrderNewAddress) GetLongitude() float32

GetLongitude returns the Longitude field value if set, zero value otherwise.

func (*OrderNewAddress) GetLongitudeOk

func (o *OrderNewAddress) 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 (*OrderNewAddress) HasFullAddress

func (o *OrderNewAddress) HasFullAddress() bool

HasFullAddress returns a boolean if a field has been set.

func (*OrderNewAddress) HasLatitude

func (o *OrderNewAddress) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

func (*OrderNewAddress) HasLongitude

func (o *OrderNewAddress) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

func (OrderNewAddress) MarshalJSON

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

func (*OrderNewAddress) SetFullAddress

func (o *OrderNewAddress) SetFullAddress(v string)

SetFullAddress gets a reference to the given string and assigns it to the FullAddress field.

func (*OrderNewAddress) SetLatitude

func (o *OrderNewAddress) SetLatitude(v float32)

SetLatitude gets a reference to the given float32 and assigns it to the Latitude field.

func (*OrderNewAddress) SetLongitude

func (o *OrderNewAddress) SetLongitude(v float32)

SetLongitude gets a reference to the given float32 and assigns it to the Longitude field.

func (OrderNewAddress) ToMap

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

type OrderOptions

type OrderOptions struct {
	// Indicator of a B2B sale:   - `false` — not B2B sale   - `true` — B2B sale
	IsB2B *bool `json:"isB2B,omitempty"`
}

OrderOptions Order options

func NewOrderOptions

func NewOrderOptions() *OrderOptions

NewOrderOptions instantiates a new OrderOptions 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 NewOrderOptionsWithDefaults

func NewOrderOptionsWithDefaults() *OrderOptions

NewOrderOptionsWithDefaults instantiates a new OrderOptions 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 (*OrderOptions) GetIsB2B

func (o *OrderOptions) GetIsB2B() bool

GetIsB2B returns the IsB2B field value if set, zero value otherwise.

func (*OrderOptions) GetIsB2BOk

func (o *OrderOptions) 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 (*OrderOptions) HasIsB2B

func (o *OrderOptions) HasIsB2B() bool

HasIsB2B returns a boolean if a field has been set.

func (OrderOptions) MarshalJSON

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

func (*OrderOptions) SetIsB2B

func (o *OrderOptions) SetIsB2B(v bool)

SetIsB2B gets a reference to the given bool and assigns it to the IsB2B field.

func (OrderOptions) ToMap

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

type OrdersRequestAPI

type OrdersRequestAPI struct {
	// Orders 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 Pass

type Pass struct {
	// First name
	FirstName *string `json:"firstName,omitempty"`
	// Pass expiration date
	DateEnd *string `json:"dateEnd,omitempty"`
	// Last name
	LastName *string `json:"lastName,omitempty"`
	// Car model
	CarModel *string `json:"carModel,omitempty"`
	// Car number
	CarNumber *string `json:"carNumber,omitempty"`
	// Office name
	OfficeName *string `json:"officeName,omitempty"`
	// Office address
	OfficeAddress *string `json:"officeAddress,omitempty"`
	// Office ID
	OfficeId *int64 `json:"officeId,omitempty"`
	// Pass ID
	Id *int64 `json:"id,omitempty"`
}

Pass Supplier's pass details

func NewPass

func NewPass() *Pass

NewPass instantiates a new Pass 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 NewPassWithDefaults

func NewPassWithDefaults() *Pass

NewPassWithDefaults instantiates a new Pass 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 (*Pass) GetCarModel

func (o *Pass) GetCarModel() string

GetCarModel returns the CarModel field value if set, zero value otherwise.

func (*Pass) GetCarModelOk

func (o *Pass) GetCarModelOk() (*string, bool)

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

func (*Pass) GetCarNumber

func (o *Pass) GetCarNumber() string

GetCarNumber returns the CarNumber field value if set, zero value otherwise.

func (*Pass) GetCarNumberOk

func (o *Pass) GetCarNumberOk() (*string, bool)

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

func (*Pass) GetDateEnd

func (o *Pass) GetDateEnd() string

GetDateEnd returns the DateEnd field value if set, zero value otherwise.

func (*Pass) GetDateEndOk

func (o *Pass) GetDateEndOk() (*string, bool)

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

func (*Pass) GetFirstName

func (o *Pass) GetFirstName() string

GetFirstName returns the FirstName field value if set, zero value otherwise.

func (*Pass) GetFirstNameOk

func (o *Pass) 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 (*Pass) GetId

func (o *Pass) GetId() int64

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

func (*Pass) GetIdOk

func (o *Pass) 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 (*Pass) GetLastName

func (o *Pass) GetLastName() string

GetLastName returns the LastName field value if set, zero value otherwise.

func (*Pass) GetLastNameOk

func (o *Pass) GetLastNameOk() (*string, bool)

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

func (*Pass) GetOfficeAddress

func (o *Pass) GetOfficeAddress() string

GetOfficeAddress returns the OfficeAddress field value if set, zero value otherwise.

func (*Pass) GetOfficeAddressOk

func (o *Pass) GetOfficeAddressOk() (*string, bool)

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

func (*Pass) GetOfficeId

func (o *Pass) GetOfficeId() int64

GetOfficeId returns the OfficeId field value if set, zero value otherwise.

func (*Pass) GetOfficeIdOk

func (o *Pass) GetOfficeIdOk() (*int64, bool)

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

func (*Pass) GetOfficeName

func (o *Pass) GetOfficeName() string

GetOfficeName returns the OfficeName field value if set, zero value otherwise.

func (*Pass) GetOfficeNameOk

func (o *Pass) GetOfficeNameOk() (*string, bool)

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

func (*Pass) HasCarModel

func (o *Pass) HasCarModel() bool

HasCarModel returns a boolean if a field has been set.

func (*Pass) HasCarNumber

func (o *Pass) HasCarNumber() bool

HasCarNumber returns a boolean if a field has been set.

func (*Pass) HasDateEnd

func (o *Pass) HasDateEnd() bool

HasDateEnd returns a boolean if a field has been set.

func (*Pass) HasFirstName

func (o *Pass) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

func (*Pass) HasId

func (o *Pass) HasId() bool

HasId returns a boolean if a field has been set.

func (*Pass) HasLastName

func (o *Pass) HasLastName() bool

HasLastName returns a boolean if a field has been set.

func (*Pass) HasOfficeAddress

func (o *Pass) HasOfficeAddress() bool

HasOfficeAddress returns a boolean if a field has been set.

func (*Pass) HasOfficeId

func (o *Pass) HasOfficeId() bool

HasOfficeId returns a boolean if a field has been set.

func (*Pass) HasOfficeName

func (o *Pass) HasOfficeName() bool

HasOfficeName returns a boolean if a field has been set.

func (Pass) MarshalJSON

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

func (*Pass) SetCarModel

func (o *Pass) SetCarModel(v string)

SetCarModel gets a reference to the given string and assigns it to the CarModel field.

func (*Pass) SetCarNumber

func (o *Pass) SetCarNumber(v string)

SetCarNumber gets a reference to the given string and assigns it to the CarNumber field.

func (*Pass) SetDateEnd

func (o *Pass) SetDateEnd(v string)

SetDateEnd gets a reference to the given string and assigns it to the DateEnd field.

func (*Pass) SetFirstName

func (o *Pass) SetFirstName(v string)

SetFirstName gets a reference to the given string and assigns it to the FirstName field.

func (*Pass) SetId

func (o *Pass) SetId(v int64)

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

func (*Pass) SetLastName

func (o *Pass) SetLastName(v string)

SetLastName gets a reference to the given string and assigns it to the LastName field.

func (*Pass) SetOfficeAddress

func (o *Pass) SetOfficeAddress(v string)

SetOfficeAddress gets a reference to the given string and assigns it to the OfficeAddress field.

func (*Pass) SetOfficeId

func (o *Pass) SetOfficeId(v int64)

SetOfficeId gets a reference to the given int64 and assigns it to the OfficeId field.

func (*Pass) SetOfficeName

func (o *Pass) SetOfficeName(v string)

SetOfficeName gets a reference to the given string and assigns it to the OfficeName field.

func (Pass) ToMap

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

type PassOffice

type PassOffice struct {
	// Name
	Name *string `json:"name,omitempty"`
	// Address
	Address *string `json:"address,omitempty"`
	// ID
	Id *int64 `json:"id,omitempty"`
}

PassOffice Office details, for which a pass is required

func NewPassOffice

func NewPassOffice() *PassOffice

NewPassOffice instantiates a new PassOffice 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 NewPassOfficeWithDefaults

func NewPassOfficeWithDefaults() *PassOffice

NewPassOfficeWithDefaults instantiates a new PassOffice 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 (*PassOffice) GetAddress

func (o *PassOffice) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*PassOffice) GetAddressOk

func (o *PassOffice) GetAddressOk() (*string, 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 (*PassOffice) GetId

func (o *PassOffice) GetId() int64

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

func (*PassOffice) GetIdOk

func (o *PassOffice) 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 (*PassOffice) GetName

func (o *PassOffice) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PassOffice) GetNameOk

func (o *PassOffice) GetNameOk() (*string, bool)

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

func (*PassOffice) HasAddress

func (o *PassOffice) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*PassOffice) HasId

func (o *PassOffice) HasId() bool

HasId returns a boolean if a field has been set.

func (*PassOffice) HasName

func (o *PassOffice) HasName() bool

HasName returns a boolean if a field has been set.

func (PassOffice) MarshalJSON

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

func (*PassOffice) SetAddress

func (o *PassOffice) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*PassOffice) SetId

func (o *PassOffice) SetId(v int64)

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

func (*PassOffice) SetName

func (o *PassOffice) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (PassOffice) ToMap

func (o PassOffice) 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

type Supply

type Supply struct {
	// Supply ID
	Id *string `json:"id,omitempty"`
	// Indicator of a B2B sale:   - `true` — B2B sale   - `false` — not B2B sale   - `null` — no value, no assembly orders added to the supply
	IsB2b NullableBool `json:"isB2b,omitempty"`
	// An indication that the supply is closed   - `true` — closed   - `false` — open
	Done *bool `json:"done,omitempty"`
	// Supply creation date (RFC3339)
	CreatedAt *time.Time `json:"createdAt,omitempty"`
	// Supply close date (RFC3339)
	ClosedAt NullableTime `json:"closedAt,omitempty"`
	// Supply scan date (RFC3339)
	ScanDt NullableTime `json:"scanDt,omitempty"`
	// Supply name
	Name *string `json:"name,omitempty"`
	// Type of cargo:   - `1` — small-sized goods   - `2` — over dimensional cargo (ODC)   - `3` — dimensional cargo+ (CD+)
	CargoType *int32 `json:"cargoType,omitempty"`
	// Supply type:   - `0` — non-cross-border   - `1` — cross-border   - `null` — no value
	CrossBorderType NullableInt32 `json:"crossBorderType,omitempty"`
	// ID of the destination office for the supply. If `null`, destination office ID is not specified
	DestinationOfficeId NullableInt64 `json:"destinationOfficeId,omitempty"`
}

Supply struct for Supply

func NewSupply

func NewSupply() *Supply

NewSupply instantiates a new Supply 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 NewSupplyWithDefaults

func NewSupplyWithDefaults() *Supply

NewSupplyWithDefaults instantiates a new Supply 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 (*Supply) GetCargoType

func (o *Supply) GetCargoType() int32

GetCargoType returns the CargoType field value if set, zero value otherwise.

func (*Supply) GetCargoTypeOk

func (o *Supply) 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 (*Supply) GetClosedAt

func (o *Supply) GetClosedAt() time.Time

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

func (*Supply) GetClosedAtOk

func (o *Supply) GetClosedAtOk() (*time.Time, bool)

GetClosedAtOk returns a tuple with the ClosedAt 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 (*Supply) GetCreatedAt

func (o *Supply) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*Supply) GetCreatedAtOk

func (o *Supply) 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 (*Supply) GetCrossBorderType

func (o *Supply) GetCrossBorderType() int32

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

func (*Supply) GetCrossBorderTypeOk

func (o *Supply) GetCrossBorderTypeOk() (*int32, bool)

GetCrossBorderTypeOk returns a tuple with the CrossBorderType 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 (*Supply) GetDestinationOfficeId

func (o *Supply) GetDestinationOfficeId() int64

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

func (*Supply) GetDestinationOfficeIdOk

func (o *Supply) GetDestinationOfficeIdOk() (*int64, bool)

GetDestinationOfficeIdOk returns a tuple with the DestinationOfficeId 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 (*Supply) GetDone

func (o *Supply) GetDone() bool

GetDone returns the Done field value if set, zero value otherwise.

func (*Supply) GetDoneOk

func (o *Supply) GetDoneOk() (*bool, bool)

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

func (*Supply) GetId

func (o *Supply) GetId() string

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

func (*Supply) GetIdOk

func (o *Supply) GetIdOk() (*string, bool)

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

func (*Supply) GetIsB2b

func (o *Supply) GetIsB2b() bool

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

func (*Supply) GetIsB2bOk

func (o *Supply) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*Supply) GetName

func (o *Supply) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Supply) GetNameOk

func (o *Supply) GetNameOk() (*string, bool)

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

func (*Supply) GetScanDt

func (o *Supply) GetScanDt() time.Time

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

func (*Supply) GetScanDtOk

func (o *Supply) GetScanDtOk() (*time.Time, bool)

GetScanDtOk returns a tuple with the ScanDt 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 (*Supply) HasCargoType

func (o *Supply) HasCargoType() bool

HasCargoType returns a boolean if a field has been set.

func (*Supply) HasClosedAt

func (o *Supply) HasClosedAt() bool

HasClosedAt returns a boolean if a field has been set.

func (*Supply) HasCreatedAt

func (o *Supply) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*Supply) HasCrossBorderType

func (o *Supply) HasCrossBorderType() bool

HasCrossBorderType returns a boolean if a field has been set.

func (*Supply) HasDestinationOfficeId

func (o *Supply) HasDestinationOfficeId() bool

HasDestinationOfficeId returns a boolean if a field has been set.

func (*Supply) HasDone

func (o *Supply) HasDone() bool

HasDone returns a boolean if a field has been set.

func (*Supply) HasId

func (o *Supply) HasId() bool

HasId returns a boolean if a field has been set.

func (*Supply) HasIsB2b

func (o *Supply) HasIsB2b() bool

HasIsB2b returns a boolean if a field has been set.

func (*Supply) HasName

func (o *Supply) HasName() bool

HasName returns a boolean if a field has been set.

func (*Supply) HasScanDt

func (o *Supply) HasScanDt() bool

HasScanDt returns a boolean if a field has been set.

func (Supply) MarshalJSON

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

func (*Supply) SetCargoType

func (o *Supply) SetCargoType(v int32)

SetCargoType gets a reference to the given int32 and assigns it to the CargoType field.

func (*Supply) SetClosedAt

func (o *Supply) SetClosedAt(v time.Time)

SetClosedAt gets a reference to the given NullableTime and assigns it to the ClosedAt field.

func (*Supply) SetClosedAtNil

func (o *Supply) SetClosedAtNil()

SetClosedAtNil sets the value for ClosedAt to be an explicit nil

func (*Supply) SetCreatedAt

func (o *Supply) SetCreatedAt(v time.Time)

SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.

func (*Supply) SetCrossBorderType

func (o *Supply) SetCrossBorderType(v int32)

SetCrossBorderType gets a reference to the given NullableInt32 and assigns it to the CrossBorderType field.

func (*Supply) SetCrossBorderTypeNil

func (o *Supply) SetCrossBorderTypeNil()

SetCrossBorderTypeNil sets the value for CrossBorderType to be an explicit nil

func (*Supply) SetDestinationOfficeId

func (o *Supply) SetDestinationOfficeId(v int64)

SetDestinationOfficeId gets a reference to the given NullableInt64 and assigns it to the DestinationOfficeId field.

func (*Supply) SetDestinationOfficeIdNil

func (o *Supply) SetDestinationOfficeIdNil()

SetDestinationOfficeIdNil sets the value for DestinationOfficeId to be an explicit nil

func (*Supply) SetDone

func (o *Supply) SetDone(v bool)

SetDone gets a reference to the given bool and assigns it to the Done field.

func (*Supply) SetId

func (o *Supply) SetId(v string)

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

func (*Supply) SetIsB2b

func (o *Supply) SetIsB2b(v bool)

SetIsB2b gets a reference to the given NullableBool and assigns it to the IsB2b field.

func (*Supply) SetIsB2bNil

func (o *Supply) SetIsB2bNil()

SetIsB2bNil sets the value for IsB2b to be an explicit nil

func (*Supply) SetName

func (o *Supply) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*Supply) SetScanDt

func (o *Supply) SetScanDt(v time.Time)

SetScanDt gets a reference to the given NullableTime and assigns it to the ScanDt field.

func (*Supply) SetScanDtNil

func (o *Supply) SetScanDtNil()

SetScanDtNil sets the value for ScanDt to be an explicit nil

func (Supply) ToMap

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

func (*Supply) UnsetClosedAt

func (o *Supply) UnsetClosedAt()

UnsetClosedAt ensures that no value is present for ClosedAt, not even an explicit nil

func (*Supply) UnsetCrossBorderType

func (o *Supply) UnsetCrossBorderType()

UnsetCrossBorderType ensures that no value is present for CrossBorderType, not even an explicit nil

func (*Supply) UnsetDestinationOfficeId

func (o *Supply) UnsetDestinationOfficeId()

UnsetDestinationOfficeId ensures that no value is present for DestinationOfficeId, not even an explicit nil

func (*Supply) UnsetIsB2b

func (o *Supply) UnsetIsB2b()

UnsetIsB2b ensures that no value is present for IsB2b, not even an explicit nil

func (*Supply) UnsetScanDt

func (o *Supply) UnsetScanDt()

UnsetScanDt ensures that no value is present for ScanDt, not even an explicit nil

type SupplyTrbx

type SupplyTrbx struct {
	// Box ID
	Id *string `json:"id,omitempty"`
}

SupplyTrbx struct for SupplyTrbx

func NewSupplyTrbx

func NewSupplyTrbx() *SupplyTrbx

NewSupplyTrbx instantiates a new SupplyTrbx 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 NewSupplyTrbxWithDefaults

func NewSupplyTrbxWithDefaults() *SupplyTrbx

NewSupplyTrbxWithDefaults instantiates a new SupplyTrbx 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 (*SupplyTrbx) GetId

func (o *SupplyTrbx) GetId() string

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

func (*SupplyTrbx) GetIdOk

func (o *SupplyTrbx) GetIdOk() (*string, bool)

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

func (*SupplyTrbx) HasId

func (o *SupplyTrbx) HasId() bool

HasId returns a boolean if a field has been set.

func (SupplyTrbx) MarshalJSON

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

func (*SupplyTrbx) SetId

func (o *SupplyTrbx) SetId(v string)

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

func (SupplyTrbx) ToMap

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

type TrbxStickers

type TrbxStickers struct {
	// The encoded value of the sticker
	Barcode *string `json:"barcode,omitempty"`
	// Base64 encoded sticker file in the requested format
	File *string `json:"file,omitempty"`
}

TrbxStickers struct for TrbxStickers

func NewTrbxStickers

func NewTrbxStickers() *TrbxStickers

NewTrbxStickers instantiates a new TrbxStickers 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 NewTrbxStickersWithDefaults

func NewTrbxStickersWithDefaults() *TrbxStickers

NewTrbxStickersWithDefaults instantiates a new TrbxStickers 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 (*TrbxStickers) GetBarcode

func (o *TrbxStickers) GetBarcode() string

GetBarcode returns the Barcode field value if set, zero value otherwise.

func (*TrbxStickers) GetBarcodeOk

func (o *TrbxStickers) GetBarcodeOk() (*string, bool)

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

func (*TrbxStickers) GetFile

func (o *TrbxStickers) GetFile() string

GetFile returns the File field value if set, zero value otherwise.

func (*TrbxStickers) GetFileOk

func (o *TrbxStickers) GetFileOk() (*string, bool)

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

func (*TrbxStickers) HasBarcode

func (o *TrbxStickers) HasBarcode() bool

HasBarcode returns a boolean if a field has been set.

func (*TrbxStickers) HasFile

func (o *TrbxStickers) HasFile() bool

HasFile returns a boolean if a field has been set.

func (TrbxStickers) MarshalJSON

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

func (*TrbxStickers) SetBarcode

func (o *TrbxStickers) SetBarcode(v string)

SetBarcode gets a reference to the given string and assigns it to the Barcode field.

func (*TrbxStickers) SetFile

func (o *TrbxStickers) SetFile(v string)

SetFile gets a reference to the given string and assigns it to the File field.

func (TrbxStickers) ToMap

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

type V3APIError

type V3APIError 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"`
}

V3APIError struct for V3APIError

func NewV3APIError

func NewV3APIError() *V3APIError

NewV3APIError instantiates a new V3APIError 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 NewV3APIErrorWithDefaults

func NewV3APIErrorWithDefaults() *V3APIError

NewV3APIErrorWithDefaults instantiates a new V3APIError 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 (*V3APIError) GetCode

func (o *V3APIError) GetCode() string

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

func (*V3APIError) GetCodeOk

func (o *V3APIError) 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 (*V3APIError) GetData

func (o *V3APIError) GetData() map[string]interface{}

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

func (*V3APIError) GetDataOk

func (o *V3APIError) 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.

func (*V3APIError) GetMessage

func (o *V3APIError) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*V3APIError) GetMessageOk

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

func (o *V3APIError) HasCode() bool

HasCode returns a boolean if a field has been set.

func (*V3APIError) HasData

func (o *V3APIError) HasData() bool

HasData returns a boolean if a field has been set.

func (*V3APIError) HasMessage

func (o *V3APIError) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (V3APIError) MarshalJSON

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

func (*V3APIError) SetCode

func (o *V3APIError) SetCode(v string)

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

func (*V3APIError) SetData

func (o *V3APIError) SetData(v map[string]interface{})

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

func (*V3APIError) SetMessage

func (o *V3APIError) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (V3APIError) ToMap

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

type V3GetMetaMultiRequest

type V3GetMetaMultiRequest struct {
	Orders []int32 `json:"orders"`
}

V3GetMetaMultiRequest Assembly order IDs

func NewV3GetMetaMultiRequest

func NewV3GetMetaMultiRequest(orders []int32) *V3GetMetaMultiRequest

NewV3GetMetaMultiRequest instantiates a new V3GetMetaMultiRequest 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 NewV3GetMetaMultiRequestWithDefaults

func NewV3GetMetaMultiRequestWithDefaults() *V3GetMetaMultiRequest

NewV3GetMetaMultiRequestWithDefaults instantiates a new V3GetMetaMultiRequest 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 (*V3GetMetaMultiRequest) GetOrders

func (o *V3GetMetaMultiRequest) GetOrders() []int32

GetOrders returns the Orders field value

func (*V3GetMetaMultiRequest) GetOrdersOk

func (o *V3GetMetaMultiRequest) GetOrdersOk() ([]int32, bool)

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

func (V3GetMetaMultiRequest) MarshalJSON

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

func (*V3GetMetaMultiRequest) SetOrders

func (o *V3GetMetaMultiRequest) SetOrders(v []int32)

SetOrders sets field value

func (V3GetMetaMultiRequest) ToMap

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

func (*V3GetMetaMultiRequest) UnmarshalJSON

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

type V3OrderMetaAPI

type V3OrderMetaAPI struct {
	// Assembly order ID
	Id *int32 `json:"id,omitempty"`
	// Assembly order metadata
	MetaDetails []MetaDetailsInner `json:"metaDetails,omitempty"`
	Meta        Meta               `json:"meta,omitempty"`
}

V3OrderMetaAPI struct for V3OrderMetaAPI

func NewV3OrderMetaAPI

func NewV3OrderMetaAPI() *V3OrderMetaAPI

NewV3OrderMetaAPI instantiates a new V3OrderMetaAPI 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 NewV3OrderMetaAPIWithDefaults

func NewV3OrderMetaAPIWithDefaults() *V3OrderMetaAPI

NewV3OrderMetaAPIWithDefaults instantiates a new V3OrderMetaAPI 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 (*V3OrderMetaAPI) GetId

func (o *V3OrderMetaAPI) GetId() int32

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

func (*V3OrderMetaAPI) GetIdOk

func (o *V3OrderMetaAPI) 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 (*V3OrderMetaAPI) GetMeta

func (o *V3OrderMetaAPI) GetMeta() Meta

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

func (*V3OrderMetaAPI) GetMetaDetails

func (o *V3OrderMetaAPI) GetMetaDetails() []MetaDetailsInner

GetMetaDetails returns the MetaDetails field value if set, zero value otherwise.

func (*V3OrderMetaAPI) GetMetaDetailsOk

func (o *V3OrderMetaAPI) GetMetaDetailsOk() ([]MetaDetailsInner, bool)

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

func (*V3OrderMetaAPI) GetMetaOk

func (o *V3OrderMetaAPI) GetMetaOk() (Meta, 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 (*V3OrderMetaAPI) HasId

func (o *V3OrderMetaAPI) HasId() bool

HasId returns a boolean if a field has been set.

func (*V3OrderMetaAPI) HasMeta

func (o *V3OrderMetaAPI) HasMeta() bool

HasMeta returns a boolean if a field has been set.

func (*V3OrderMetaAPI) HasMetaDetails

func (o *V3OrderMetaAPI) HasMetaDetails() bool

HasMetaDetails returns a boolean if a field has been set.

func (V3OrderMetaAPI) MarshalJSON

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

func (*V3OrderMetaAPI) SetId

func (o *V3OrderMetaAPI) SetId(v int32)

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

func (*V3OrderMetaAPI) SetMeta

func (o *V3OrderMetaAPI) SetMeta(v Meta)

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

func (*V3OrderMetaAPI) SetMetaDetails

func (o *V3OrderMetaAPI) SetMetaDetails(v []MetaDetailsInner)

SetMetaDetails gets a reference to the given []MetaDetailsInner and assigns it to the MetaDetails field.

func (V3OrderMetaAPI) ToMap

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

type V3OrdersMetaAPI

type V3OrdersMetaAPI struct {
	Orders []V3OrderMetaAPI `json:"orders,omitempty"`
}

V3OrdersMetaAPI struct for V3OrdersMetaAPI

func NewV3OrdersMetaAPI

func NewV3OrdersMetaAPI() *V3OrdersMetaAPI

NewV3OrdersMetaAPI instantiates a new V3OrdersMetaAPI 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 NewV3OrdersMetaAPIWithDefaults

func NewV3OrdersMetaAPIWithDefaults() *V3OrdersMetaAPI

NewV3OrdersMetaAPIWithDefaults instantiates a new V3OrdersMetaAPI 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 (*V3OrdersMetaAPI) GetOrders

func (o *V3OrdersMetaAPI) GetOrders() []V3OrderMetaAPI

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

func (*V3OrdersMetaAPI) GetOrdersOk

func (o *V3OrdersMetaAPI) GetOrdersOk() ([]V3OrderMetaAPI, 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 (*V3OrdersMetaAPI) HasOrders

func (o *V3OrdersMetaAPI) HasOrders() bool

HasOrders returns a boolean if a field has been set.

func (V3OrdersMetaAPI) MarshalJSON

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

func (*V3OrdersMetaAPI) SetOrders

func (o *V3OrdersMetaAPI) SetOrders(v []V3OrderMetaAPI)

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

func (V3OrdersMetaAPI) ToMap

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

type V3SupplyOrderIDsAPI

type V3SupplyOrderIDsAPI struct {
	// Assembly order IDs
	OrderIds []int32 `json:"orderIds,omitempty"`
}

V3SupplyOrderIDsAPI struct for V3SupplyOrderIDsAPI

func NewV3SupplyOrderIDsAPI

func NewV3SupplyOrderIDsAPI() *V3SupplyOrderIDsAPI

NewV3SupplyOrderIDsAPI instantiates a new V3SupplyOrderIDsAPI 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 NewV3SupplyOrderIDsAPIWithDefaults

func NewV3SupplyOrderIDsAPIWithDefaults() *V3SupplyOrderIDsAPI

NewV3SupplyOrderIDsAPIWithDefaults instantiates a new V3SupplyOrderIDsAPI 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 (*V3SupplyOrderIDsAPI) GetOrderIds

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

GetOrderIds returns the OrderIds field value if set, zero value otherwise.

func (*V3SupplyOrderIDsAPI) GetOrderIdsOk

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

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

func (*V3SupplyOrderIDsAPI) HasOrderIds

func (o *V3SupplyOrderIDsAPI) HasOrderIds() bool

HasOrderIds returns a boolean if a field has been set.

func (V3SupplyOrderIDsAPI) MarshalJSON

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

func (*V3SupplyOrderIDsAPI) SetOrderIds

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

SetOrderIds gets a reference to the given []int32 and assigns it to the OrderIds field.

func (V3SupplyOrderIDsAPI) ToMap

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

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL