api

package
v0.0.0-...-9ed8f83 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2024 License: AGPL-3.0 Imports: 27 Imported by: 0

Documentation

Overview

Code generated by ogen, DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithServerURL

func WithServerURL(ctx context.Context, u *url.URL) context.Context

WithServerURL sets context key to override server URL.

Types

type APIToken

type APIToken struct {
	APIKey string
}

func (*APIToken) GetAPIKey

func (s *APIToken) GetAPIKey() string

GetAPIKey returns the value of APIKey.

func (*APIToken) SetAPIKey

func (s *APIToken) SetAPIKey(val string)

SetAPIKey sets the value of APIKey.

type AdminDeletePricingRuleTypesRuleTypeReq

type AdminDeletePricingRuleTypesRuleTypeReq struct{}

SUMMARY. Ref: #/components/schemas/AdminDeletePricingRuleTypesRuleTypeReq

func (*AdminDeletePricingRuleTypesRuleTypeReq) Decode

Decode decodes AdminDeletePricingRuleTypesRuleTypeReq from json.

func (*AdminDeletePricingRuleTypesRuleTypeReq) Encode

Encode implements json.Marshaler.

func (*AdminDeletePricingRuleTypesRuleTypeReq) MarshalJSON

func (s *AdminDeletePricingRuleTypesRuleTypeReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminDeletePricingRuleTypesRuleTypeReq) SetFake

SetFake set fake values.

func (*AdminDeletePricingRuleTypesRuleTypeReq) UnmarshalJSON

func (s *AdminDeletePricingRuleTypesRuleTypeReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetPricingRuleTypesParams

type AdminGetPricingRuleTypesParams struct {
	// The pricing's rule attribute.
	RuleAttribute []string `json:"rule_attribute"`
	// The pricing's expand.
	Expand OptString `json:"expand"`
	// The pricing's fields.
	Fields OptString `json:"fields"`
	// The pricing's offset.
	Offset OptFloat64 `json:"offset"`
	// The pricing's limit.
	Limit OptFloat64 `json:"limit"`
	// The pricing's order.
	Order OptString `json:"order"`
}

SUMMARY. Ref: #/components/schemas/AdminGetPricingRuleTypesParams

func (*AdminGetPricingRuleTypesParams) Decode

Decode decodes AdminGetPricingRuleTypesParams from json.

func (*AdminGetPricingRuleTypesParams) Encode

Encode implements json.Marshaler.

func (*AdminGetPricingRuleTypesParams) GetExpand

GetExpand returns the value of Expand.

func (*AdminGetPricingRuleTypesParams) GetFields

GetFields returns the value of Fields.

func (*AdminGetPricingRuleTypesParams) GetLimit

GetLimit returns the value of Limit.

func (*AdminGetPricingRuleTypesParams) GetOffset

GetOffset returns the value of Offset.

func (*AdminGetPricingRuleTypesParams) GetOrder

GetOrder returns the value of Order.

func (*AdminGetPricingRuleTypesParams) GetRuleAttribute

func (s *AdminGetPricingRuleTypesParams) GetRuleAttribute() []string

GetRuleAttribute returns the value of RuleAttribute.

func (*AdminGetPricingRuleTypesParams) MarshalJSON

func (s *AdminGetPricingRuleTypesParams) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetPricingRuleTypesParams) SetExpand

func (s *AdminGetPricingRuleTypesParams) SetExpand(val OptString)

SetExpand sets the value of Expand.

func (*AdminGetPricingRuleTypesParams) SetFake

func (s *AdminGetPricingRuleTypesParams) SetFake()

SetFake set fake values.

func (*AdminGetPricingRuleTypesParams) SetFields

func (s *AdminGetPricingRuleTypesParams) SetFields(val OptString)

SetFields sets the value of Fields.

func (*AdminGetPricingRuleTypesParams) SetLimit

func (s *AdminGetPricingRuleTypesParams) SetLimit(val OptFloat64)

SetLimit sets the value of Limit.

func (*AdminGetPricingRuleTypesParams) SetOffset

func (s *AdminGetPricingRuleTypesParams) SetOffset(val OptFloat64)

SetOffset sets the value of Offset.

func (*AdminGetPricingRuleTypesParams) SetOrder

func (s *AdminGetPricingRuleTypesParams) SetOrder(val OptString)

SetOrder sets the value of Order.

func (*AdminGetPricingRuleTypesParams) SetRuleAttribute

func (s *AdminGetPricingRuleTypesParams) SetRuleAttribute(val []string)

SetRuleAttribute sets the value of RuleAttribute.

func (*AdminGetPricingRuleTypesParams) UnmarshalJSON

func (s *AdminGetPricingRuleTypesParams) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminGetPricingRuleTypesParams) Validate

func (s *AdminGetPricingRuleTypesParams) Validate() error

type AdminGetPricingRuleTypesRuleTypeParams

type AdminGetPricingRuleTypesRuleTypeParams struct {
	// The pricing's expand.
	Expand OptString `json:"expand"`
	// The pricing's fields.
	Fields OptString `json:"fields"`
}

SUMMARY. Ref: #/components/schemas/AdminGetPricingRuleTypesRuleTypeParams

func (*AdminGetPricingRuleTypesRuleTypeParams) Decode

Decode decodes AdminGetPricingRuleTypesRuleTypeParams from json.

func (*AdminGetPricingRuleTypesRuleTypeParams) Encode

Encode implements json.Marshaler.

func (*AdminGetPricingRuleTypesRuleTypeParams) GetExpand

GetExpand returns the value of Expand.

func (*AdminGetPricingRuleTypesRuleTypeParams) GetFields

GetFields returns the value of Fields.

func (*AdminGetPricingRuleTypesRuleTypeParams) MarshalJSON

func (s *AdminGetPricingRuleTypesRuleTypeParams) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetPricingRuleTypesRuleTypeParams) SetExpand

SetExpand sets the value of Expand.

func (*AdminGetPricingRuleTypesRuleTypeParams) SetFake

SetFake set fake values.

func (*AdminGetPricingRuleTypesRuleTypeParams) SetFields

SetFields sets the value of Fields.

func (*AdminGetPricingRuleTypesRuleTypeParams) UnmarshalJSON

func (s *AdminGetPricingRuleTypesRuleTypeParams) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParams

type AdminGetProductsParams struct {
	// The product's q.
	Q  OptString                   `json:"q"`
	ID OptAdminGetProductsParamsID `json:"id"`
	// The product's status.
	Status []jx.Raw `json:"status"`
	// The product's title.
	Title OptString `json:"title"`
	// The product's handle.
	Handle OptString `json:"handle"`
	// The product's is giftcard.
	IsGiftcard OptBool `json:"is_giftcard"`
	// The product's price list id.
	PriceListID []string `json:"price_list_id"`
	// The product's sales channel id.
	SalesChannelID []string `json:"sales_channel_id"`
	// The product's collection id.
	CollectionID []string `json:"collection_id"`
	// The product's tags.
	Tags []string `json:"tags"`
	// The product's type id.
	TypeID []string `json:"type_id"`
	// The product's variants.
	Variants  *AdminGetProductsParamsVariants `json:"variants"`
	CreatedAt jx.Raw                          `json:"created_at"`
	UpdatedAt jx.Raw                          `json:"updated_at"`
	DeletedAt jx.Raw                          `json:"deleted_at"`
	// The product's $and.
	And []AdminGetProductsParamsAndItem `json:"$and"`
	// The product's $or.
	Or []AdminGetProductsParamsOrItem `json:"$or"`
	// The product's expand.
	Expand OptString `json:"expand"`
	// The product's fields.
	Fields OptString `json:"fields"`
	// The product's offset.
	Offset OptFloat64 `json:"offset"`
	// The product's limit.
	Limit OptFloat64 `json:"limit"`
	// The product's order.
	Order OptString `json:"order"`
}

SUMMARY. Ref: #/components/schemas/AdminGetProductsParams

func (*AdminGetProductsParams) Decode

func (s *AdminGetProductsParams) Decode(d *jx.Decoder) error

Decode decodes AdminGetProductsParams from json.

func (*AdminGetProductsParams) Encode

func (s *AdminGetProductsParams) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminGetProductsParams) GetAnd

GetAnd returns the value of And.

func (*AdminGetProductsParams) GetCollectionID

func (s *AdminGetProductsParams) GetCollectionID() []string

GetCollectionID returns the value of CollectionID.

func (*AdminGetProductsParams) GetCreatedAt

func (s *AdminGetProductsParams) GetCreatedAt() jx.Raw

GetCreatedAt returns the value of CreatedAt.

func (*AdminGetProductsParams) GetDeletedAt

func (s *AdminGetProductsParams) GetDeletedAt() jx.Raw

GetDeletedAt returns the value of DeletedAt.

func (*AdminGetProductsParams) GetExpand

func (s *AdminGetProductsParams) GetExpand() OptString

GetExpand returns the value of Expand.

func (*AdminGetProductsParams) GetFields

func (s *AdminGetProductsParams) GetFields() OptString

GetFields returns the value of Fields.

func (*AdminGetProductsParams) GetHandle

func (s *AdminGetProductsParams) GetHandle() OptString

GetHandle returns the value of Handle.

func (*AdminGetProductsParams) GetID

GetID returns the value of ID.

func (*AdminGetProductsParams) GetIsGiftcard

func (s *AdminGetProductsParams) GetIsGiftcard() OptBool

GetIsGiftcard returns the value of IsGiftcard.

func (*AdminGetProductsParams) GetLimit

func (s *AdminGetProductsParams) GetLimit() OptFloat64

GetLimit returns the value of Limit.

func (*AdminGetProductsParams) GetOffset

func (s *AdminGetProductsParams) GetOffset() OptFloat64

GetOffset returns the value of Offset.

func (*AdminGetProductsParams) GetOr

GetOr returns the value of Or.

func (*AdminGetProductsParams) GetOrder

func (s *AdminGetProductsParams) GetOrder() OptString

GetOrder returns the value of Order.

func (*AdminGetProductsParams) GetPriceListID

func (s *AdminGetProductsParams) GetPriceListID() []string

GetPriceListID returns the value of PriceListID.

func (*AdminGetProductsParams) GetQ

GetQ returns the value of Q.

func (*AdminGetProductsParams) GetSalesChannelID

func (s *AdminGetProductsParams) GetSalesChannelID() []string

GetSalesChannelID returns the value of SalesChannelID.

func (*AdminGetProductsParams) GetStatus

func (s *AdminGetProductsParams) GetStatus() []jx.Raw

GetStatus returns the value of Status.

func (*AdminGetProductsParams) GetTags

func (s *AdminGetProductsParams) GetTags() []string

GetTags returns the value of Tags.

func (*AdminGetProductsParams) GetTitle

func (s *AdminGetProductsParams) GetTitle() OptString

GetTitle returns the value of Title.

func (*AdminGetProductsParams) GetTypeID

func (s *AdminGetProductsParams) GetTypeID() []string

GetTypeID returns the value of TypeID.

func (*AdminGetProductsParams) GetUpdatedAt

func (s *AdminGetProductsParams) GetUpdatedAt() jx.Raw

GetUpdatedAt returns the value of UpdatedAt.

func (*AdminGetProductsParams) GetVariants

GetVariants returns the value of Variants.

func (*AdminGetProductsParams) MarshalJSON

func (s *AdminGetProductsParams) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParams) SetAnd

SetAnd sets the value of And.

func (*AdminGetProductsParams) SetCollectionID

func (s *AdminGetProductsParams) SetCollectionID(val []string)

SetCollectionID sets the value of CollectionID.

func (*AdminGetProductsParams) SetCreatedAt

func (s *AdminGetProductsParams) SetCreatedAt(val jx.Raw)

SetCreatedAt sets the value of CreatedAt.

func (*AdminGetProductsParams) SetDeletedAt

func (s *AdminGetProductsParams) SetDeletedAt(val jx.Raw)

SetDeletedAt sets the value of DeletedAt.

func (*AdminGetProductsParams) SetExpand

func (s *AdminGetProductsParams) SetExpand(val OptString)

SetExpand sets the value of Expand.

func (*AdminGetProductsParams) SetFake

func (s *AdminGetProductsParams) SetFake()

SetFake set fake values.

func (*AdminGetProductsParams) SetFields

func (s *AdminGetProductsParams) SetFields(val OptString)

SetFields sets the value of Fields.

func (*AdminGetProductsParams) SetHandle

func (s *AdminGetProductsParams) SetHandle(val OptString)

SetHandle sets the value of Handle.

func (*AdminGetProductsParams) SetID

SetID sets the value of ID.

func (*AdminGetProductsParams) SetIsGiftcard

func (s *AdminGetProductsParams) SetIsGiftcard(val OptBool)

SetIsGiftcard sets the value of IsGiftcard.

func (*AdminGetProductsParams) SetLimit

func (s *AdminGetProductsParams) SetLimit(val OptFloat64)

SetLimit sets the value of Limit.

func (*AdminGetProductsParams) SetOffset

func (s *AdminGetProductsParams) SetOffset(val OptFloat64)

SetOffset sets the value of Offset.

func (*AdminGetProductsParams) SetOr

SetOr sets the value of Or.

func (*AdminGetProductsParams) SetOrder

func (s *AdminGetProductsParams) SetOrder(val OptString)

SetOrder sets the value of Order.

func (*AdminGetProductsParams) SetPriceListID

func (s *AdminGetProductsParams) SetPriceListID(val []string)

SetPriceListID sets the value of PriceListID.

func (*AdminGetProductsParams) SetQ

func (s *AdminGetProductsParams) SetQ(val OptString)

SetQ sets the value of Q.

func (*AdminGetProductsParams) SetSalesChannelID

func (s *AdminGetProductsParams) SetSalesChannelID(val []string)

SetSalesChannelID sets the value of SalesChannelID.

func (*AdminGetProductsParams) SetStatus

func (s *AdminGetProductsParams) SetStatus(val []jx.Raw)

SetStatus sets the value of Status.

func (*AdminGetProductsParams) SetTags

func (s *AdminGetProductsParams) SetTags(val []string)

SetTags sets the value of Tags.

func (*AdminGetProductsParams) SetTitle

func (s *AdminGetProductsParams) SetTitle(val OptString)

SetTitle sets the value of Title.

func (*AdminGetProductsParams) SetTypeID

func (s *AdminGetProductsParams) SetTypeID(val []string)

SetTypeID sets the value of TypeID.

func (*AdminGetProductsParams) SetUpdatedAt

func (s *AdminGetProductsParams) SetUpdatedAt(val jx.Raw)

SetUpdatedAt sets the value of UpdatedAt.

func (*AdminGetProductsParams) SetVariants

SetVariants sets the value of Variants.

func (*AdminGetProductsParams) UnmarshalJSON

func (s *AdminGetProductsParams) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminGetProductsParams) Validate

func (s *AdminGetProductsParams) Validate() error

type AdminGetProductsParamsAndItem

type AdminGetProductsParamsAndItem struct {
	// The $and's q.
	Q  OptString                          `json:"q"`
	ID OptAdminGetProductsParamsAndItemID `json:"id"`
	// The $and's status.
	Status []jx.Raw `json:"status"`
	// The $and's title.
	Title OptString `json:"title"`
	// The $and's handle.
	Handle OptString `json:"handle"`
	// The $and's is giftcard.
	IsGiftcard OptBool `json:"is_giftcard"`
	// The $and's price list id.
	PriceListID []string `json:"price_list_id"`
	// The $and's sales channel id.
	SalesChannelID []string `json:"sales_channel_id"`
	// The $and's collection id.
	CollectionID []string `json:"collection_id"`
	// The $and's tags.
	Tags []string `json:"tags"`
	// The $and's type id.
	TypeID []string `json:"type_id"`
	// The $and's variants.
	Variants  *AdminGetProductsParamsAndItemVariants `json:"variants"`
	CreatedAt jx.Raw                                 `json:"created_at"`
	UpdatedAt jx.Raw                                 `json:"updated_at"`
	DeletedAt jx.Raw                                 `json:"deleted_at"`
	// The $and's details.
	And []AdminGetProductsParamsAndItemAndItem `json:"$and"`
	// The $and's $or.
	Or []AdminGetProductsParamsAndItemOrItem `json:"$or"`
	// The $and's expand.
	Expand OptString `json:"expand"`
	// The $and's fields.
	Fields OptString `json:"fields"`
	// The $and's offset.
	Offset OptFloat64 `json:"offset"`
	// The $and's limit.
	Limit OptFloat64 `json:"limit"`
	// The $and's order.
	Order OptString `json:"order"`
}

The $and's details.

func (*AdminGetProductsParamsAndItem) Decode

Decode decodes AdminGetProductsParamsAndItem from json.

func (*AdminGetProductsParamsAndItem) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsAndItem) GetAnd

GetAnd returns the value of And.

func (*AdminGetProductsParamsAndItem) GetCollectionID

func (s *AdminGetProductsParamsAndItem) GetCollectionID() []string

GetCollectionID returns the value of CollectionID.

func (*AdminGetProductsParamsAndItem) GetCreatedAt

func (s *AdminGetProductsParamsAndItem) GetCreatedAt() jx.Raw

GetCreatedAt returns the value of CreatedAt.

func (*AdminGetProductsParamsAndItem) GetDeletedAt

func (s *AdminGetProductsParamsAndItem) GetDeletedAt() jx.Raw

GetDeletedAt returns the value of DeletedAt.

func (*AdminGetProductsParamsAndItem) GetExpand

GetExpand returns the value of Expand.

func (*AdminGetProductsParamsAndItem) GetFields

GetFields returns the value of Fields.

func (*AdminGetProductsParamsAndItem) GetHandle

GetHandle returns the value of Handle.

func (*AdminGetProductsParamsAndItem) GetID

GetID returns the value of ID.

func (*AdminGetProductsParamsAndItem) GetIsGiftcard

func (s *AdminGetProductsParamsAndItem) GetIsGiftcard() OptBool

GetIsGiftcard returns the value of IsGiftcard.

func (*AdminGetProductsParamsAndItem) GetLimit

GetLimit returns the value of Limit.

func (*AdminGetProductsParamsAndItem) GetOffset

GetOffset returns the value of Offset.

func (*AdminGetProductsParamsAndItem) GetOr

GetOr returns the value of Or.

func (*AdminGetProductsParamsAndItem) GetOrder

GetOrder returns the value of Order.

func (*AdminGetProductsParamsAndItem) GetPriceListID

func (s *AdminGetProductsParamsAndItem) GetPriceListID() []string

GetPriceListID returns the value of PriceListID.

func (*AdminGetProductsParamsAndItem) GetQ

GetQ returns the value of Q.

func (*AdminGetProductsParamsAndItem) GetSalesChannelID

func (s *AdminGetProductsParamsAndItem) GetSalesChannelID() []string

GetSalesChannelID returns the value of SalesChannelID.

func (*AdminGetProductsParamsAndItem) GetStatus

func (s *AdminGetProductsParamsAndItem) GetStatus() []jx.Raw

GetStatus returns the value of Status.

func (*AdminGetProductsParamsAndItem) GetTags

func (s *AdminGetProductsParamsAndItem) GetTags() []string

GetTags returns the value of Tags.

func (*AdminGetProductsParamsAndItem) GetTitle

GetTitle returns the value of Title.

func (*AdminGetProductsParamsAndItem) GetTypeID

func (s *AdminGetProductsParamsAndItem) GetTypeID() []string

GetTypeID returns the value of TypeID.

func (*AdminGetProductsParamsAndItem) GetUpdatedAt

func (s *AdminGetProductsParamsAndItem) GetUpdatedAt() jx.Raw

GetUpdatedAt returns the value of UpdatedAt.

func (*AdminGetProductsParamsAndItem) GetVariants

GetVariants returns the value of Variants.

func (*AdminGetProductsParamsAndItem) MarshalJSON

func (s *AdminGetProductsParamsAndItem) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsAndItem) SetAnd

SetAnd sets the value of And.

func (*AdminGetProductsParamsAndItem) SetCollectionID

func (s *AdminGetProductsParamsAndItem) SetCollectionID(val []string)

SetCollectionID sets the value of CollectionID.

func (*AdminGetProductsParamsAndItem) SetCreatedAt

func (s *AdminGetProductsParamsAndItem) SetCreatedAt(val jx.Raw)

SetCreatedAt sets the value of CreatedAt.

func (*AdminGetProductsParamsAndItem) SetDeletedAt

func (s *AdminGetProductsParamsAndItem) SetDeletedAt(val jx.Raw)

SetDeletedAt sets the value of DeletedAt.

func (*AdminGetProductsParamsAndItem) SetExpand

func (s *AdminGetProductsParamsAndItem) SetExpand(val OptString)

SetExpand sets the value of Expand.

func (*AdminGetProductsParamsAndItem) SetFake

func (s *AdminGetProductsParamsAndItem) SetFake()

SetFake set fake values.

func (*AdminGetProductsParamsAndItem) SetFields

func (s *AdminGetProductsParamsAndItem) SetFields(val OptString)

SetFields sets the value of Fields.

func (*AdminGetProductsParamsAndItem) SetHandle

func (s *AdminGetProductsParamsAndItem) SetHandle(val OptString)

SetHandle sets the value of Handle.

func (*AdminGetProductsParamsAndItem) SetID

SetID sets the value of ID.

func (*AdminGetProductsParamsAndItem) SetIsGiftcard

func (s *AdminGetProductsParamsAndItem) SetIsGiftcard(val OptBool)

SetIsGiftcard sets the value of IsGiftcard.

func (*AdminGetProductsParamsAndItem) SetLimit

func (s *AdminGetProductsParamsAndItem) SetLimit(val OptFloat64)

SetLimit sets the value of Limit.

func (*AdminGetProductsParamsAndItem) SetOffset

func (s *AdminGetProductsParamsAndItem) SetOffset(val OptFloat64)

SetOffset sets the value of Offset.

func (*AdminGetProductsParamsAndItem) SetOr

SetOr sets the value of Or.

func (*AdminGetProductsParamsAndItem) SetOrder

func (s *AdminGetProductsParamsAndItem) SetOrder(val OptString)

SetOrder sets the value of Order.

func (*AdminGetProductsParamsAndItem) SetPriceListID

func (s *AdminGetProductsParamsAndItem) SetPriceListID(val []string)

SetPriceListID sets the value of PriceListID.

func (*AdminGetProductsParamsAndItem) SetQ

SetQ sets the value of Q.

func (*AdminGetProductsParamsAndItem) SetSalesChannelID

func (s *AdminGetProductsParamsAndItem) SetSalesChannelID(val []string)

SetSalesChannelID sets the value of SalesChannelID.

func (*AdminGetProductsParamsAndItem) SetStatus

func (s *AdminGetProductsParamsAndItem) SetStatus(val []jx.Raw)

SetStatus sets the value of Status.

func (*AdminGetProductsParamsAndItem) SetTags

func (s *AdminGetProductsParamsAndItem) SetTags(val []string)

SetTags sets the value of Tags.

func (*AdminGetProductsParamsAndItem) SetTitle

func (s *AdminGetProductsParamsAndItem) SetTitle(val OptString)

SetTitle sets the value of Title.

func (*AdminGetProductsParamsAndItem) SetTypeID

func (s *AdminGetProductsParamsAndItem) SetTypeID(val []string)

SetTypeID sets the value of TypeID.

func (*AdminGetProductsParamsAndItem) SetUpdatedAt

func (s *AdminGetProductsParamsAndItem) SetUpdatedAt(val jx.Raw)

SetUpdatedAt sets the value of UpdatedAt.

func (*AdminGetProductsParamsAndItem) SetVariants

SetVariants sets the value of Variants.

func (*AdminGetProductsParamsAndItem) UnmarshalJSON

func (s *AdminGetProductsParamsAndItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminGetProductsParamsAndItem) Validate

func (s *AdminGetProductsParamsAndItem) Validate() error

type AdminGetProductsParamsAndItemAndItem

type AdminGetProductsParamsAndItemAndItem struct {
	// The $and's q.
	Q  OptString                                 `json:"q"`
	ID OptAdminGetProductsParamsAndItemAndItemID `json:"id"`
	// The $and's status.
	Status []jx.Raw `json:"status"`
	// The $and's title.
	Title OptString `json:"title"`
	// The $and's handle.
	Handle OptString `json:"handle"`
	// The $and's is giftcard.
	IsGiftcard OptBool `json:"is_giftcard"`
	// The $and's price list id.
	PriceListID []string `json:"price_list_id"`
	// The $and's sales channel id.
	SalesChannelID []string `json:"sales_channel_id"`
	// The $and's collection id.
	CollectionID []string `json:"collection_id"`
	// The $and's tags.
	Tags []string `json:"tags"`
	// The $and's type id.
	TypeID []string `json:"type_id"`
	// The $and's variants.
	Variants  *AdminGetProductsParamsAndItemAndItemVariants `json:"variants"`
	CreatedAt jx.Raw                                        `json:"created_at"`
	UpdatedAt jx.Raw                                        `json:"updated_at"`
	DeletedAt jx.Raw                                        `json:"deleted_at"`
	// The $and's details.
	And []AdminGetProductsParamsAndItemAndItemAndItem `json:"$and"`
	// The $and's $or.
	Or []AdminGetProductsParamsAndItemAndItemOrItem `json:"$or"`
	// The $and's expand.
	Expand OptString `json:"expand"`
	// The $and's fields.
	Fields OptString `json:"fields"`
	// The $and's offset.
	Offset OptFloat64 `json:"offset"`
	// The $and's limit.
	Limit OptFloat64 `json:"limit"`
	// The $and's order.
	Order OptString `json:"order"`
}

The $and's details.

func (*AdminGetProductsParamsAndItemAndItem) Decode

Decode decodes AdminGetProductsParamsAndItemAndItem from json.

func (*AdminGetProductsParamsAndItemAndItem) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsAndItemAndItem) GetAnd

GetAnd returns the value of And.

func (*AdminGetProductsParamsAndItemAndItem) GetCollectionID

func (s *AdminGetProductsParamsAndItemAndItem) GetCollectionID() []string

GetCollectionID returns the value of CollectionID.

func (*AdminGetProductsParamsAndItemAndItem) GetCreatedAt

func (s *AdminGetProductsParamsAndItemAndItem) GetCreatedAt() jx.Raw

GetCreatedAt returns the value of CreatedAt.

func (*AdminGetProductsParamsAndItemAndItem) GetDeletedAt

func (s *AdminGetProductsParamsAndItemAndItem) GetDeletedAt() jx.Raw

GetDeletedAt returns the value of DeletedAt.

func (*AdminGetProductsParamsAndItemAndItem) GetExpand

GetExpand returns the value of Expand.

func (*AdminGetProductsParamsAndItemAndItem) GetFields

GetFields returns the value of Fields.

func (*AdminGetProductsParamsAndItemAndItem) GetHandle

GetHandle returns the value of Handle.

func (*AdminGetProductsParamsAndItemAndItem) GetID

GetID returns the value of ID.

func (*AdminGetProductsParamsAndItemAndItem) GetIsGiftcard

func (s *AdminGetProductsParamsAndItemAndItem) GetIsGiftcard() OptBool

GetIsGiftcard returns the value of IsGiftcard.

func (*AdminGetProductsParamsAndItemAndItem) GetLimit

GetLimit returns the value of Limit.

func (*AdminGetProductsParamsAndItemAndItem) GetOffset

GetOffset returns the value of Offset.

func (*AdminGetProductsParamsAndItemAndItem) GetOr

GetOr returns the value of Or.

func (*AdminGetProductsParamsAndItemAndItem) GetOrder

GetOrder returns the value of Order.

func (*AdminGetProductsParamsAndItemAndItem) GetPriceListID

func (s *AdminGetProductsParamsAndItemAndItem) GetPriceListID() []string

GetPriceListID returns the value of PriceListID.

func (*AdminGetProductsParamsAndItemAndItem) GetQ

GetQ returns the value of Q.

func (*AdminGetProductsParamsAndItemAndItem) GetSalesChannelID

func (s *AdminGetProductsParamsAndItemAndItem) GetSalesChannelID() []string

GetSalesChannelID returns the value of SalesChannelID.

func (*AdminGetProductsParamsAndItemAndItem) GetStatus

func (s *AdminGetProductsParamsAndItemAndItem) GetStatus() []jx.Raw

GetStatus returns the value of Status.

func (*AdminGetProductsParamsAndItemAndItem) GetTags

GetTags returns the value of Tags.

func (*AdminGetProductsParamsAndItemAndItem) GetTitle

GetTitle returns the value of Title.

func (*AdminGetProductsParamsAndItemAndItem) GetTypeID

GetTypeID returns the value of TypeID.

func (*AdminGetProductsParamsAndItemAndItem) GetUpdatedAt

func (s *AdminGetProductsParamsAndItemAndItem) GetUpdatedAt() jx.Raw

GetUpdatedAt returns the value of UpdatedAt.

func (*AdminGetProductsParamsAndItemAndItem) GetVariants

GetVariants returns the value of Variants.

func (*AdminGetProductsParamsAndItemAndItem) MarshalJSON

func (s *AdminGetProductsParamsAndItemAndItem) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsAndItemAndItem) SetAnd

SetAnd sets the value of And.

func (*AdminGetProductsParamsAndItemAndItem) SetCollectionID

func (s *AdminGetProductsParamsAndItemAndItem) SetCollectionID(val []string)

SetCollectionID sets the value of CollectionID.

func (*AdminGetProductsParamsAndItemAndItem) SetCreatedAt

func (s *AdminGetProductsParamsAndItemAndItem) SetCreatedAt(val jx.Raw)

SetCreatedAt sets the value of CreatedAt.

func (*AdminGetProductsParamsAndItemAndItem) SetDeletedAt

func (s *AdminGetProductsParamsAndItemAndItem) SetDeletedAt(val jx.Raw)

SetDeletedAt sets the value of DeletedAt.

func (*AdminGetProductsParamsAndItemAndItem) SetExpand

SetExpand sets the value of Expand.

func (*AdminGetProductsParamsAndItemAndItem) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsAndItemAndItem) SetFields

SetFields sets the value of Fields.

func (*AdminGetProductsParamsAndItemAndItem) SetHandle

SetHandle sets the value of Handle.

func (*AdminGetProductsParamsAndItemAndItem) SetID

SetID sets the value of ID.

func (*AdminGetProductsParamsAndItemAndItem) SetIsGiftcard

func (s *AdminGetProductsParamsAndItemAndItem) SetIsGiftcard(val OptBool)

SetIsGiftcard sets the value of IsGiftcard.

func (*AdminGetProductsParamsAndItemAndItem) SetLimit

SetLimit sets the value of Limit.

func (*AdminGetProductsParamsAndItemAndItem) SetOffset

SetOffset sets the value of Offset.

func (*AdminGetProductsParamsAndItemAndItem) SetOr

SetOr sets the value of Or.

func (*AdminGetProductsParamsAndItemAndItem) SetOrder

SetOrder sets the value of Order.

func (*AdminGetProductsParamsAndItemAndItem) SetPriceListID

func (s *AdminGetProductsParamsAndItemAndItem) SetPriceListID(val []string)

SetPriceListID sets the value of PriceListID.

func (*AdminGetProductsParamsAndItemAndItem) SetQ

SetQ sets the value of Q.

func (*AdminGetProductsParamsAndItemAndItem) SetSalesChannelID

func (s *AdminGetProductsParamsAndItemAndItem) SetSalesChannelID(val []string)

SetSalesChannelID sets the value of SalesChannelID.

func (*AdminGetProductsParamsAndItemAndItem) SetStatus

func (s *AdminGetProductsParamsAndItemAndItem) SetStatus(val []jx.Raw)

SetStatus sets the value of Status.

func (*AdminGetProductsParamsAndItemAndItem) SetTags

func (s *AdminGetProductsParamsAndItemAndItem) SetTags(val []string)

SetTags sets the value of Tags.

func (*AdminGetProductsParamsAndItemAndItem) SetTitle

SetTitle sets the value of Title.

func (*AdminGetProductsParamsAndItemAndItem) SetTypeID

func (s *AdminGetProductsParamsAndItemAndItem) SetTypeID(val []string)

SetTypeID sets the value of TypeID.

func (*AdminGetProductsParamsAndItemAndItem) SetUpdatedAt

func (s *AdminGetProductsParamsAndItemAndItem) SetUpdatedAt(val jx.Raw)

SetUpdatedAt sets the value of UpdatedAt.

func (*AdminGetProductsParamsAndItemAndItem) SetVariants

SetVariants sets the value of Variants.

func (*AdminGetProductsParamsAndItemAndItem) UnmarshalJSON

func (s *AdminGetProductsParamsAndItemAndItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminGetProductsParamsAndItemAndItem) Validate

type AdminGetProductsParamsAndItemAndItemAndItem

type AdminGetProductsParamsAndItemAndItemAndItem struct{}

The $and's details.

func (*AdminGetProductsParamsAndItemAndItemAndItem) Decode

Decode decodes AdminGetProductsParamsAndItemAndItemAndItem from json.

func (*AdminGetProductsParamsAndItemAndItemAndItem) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsAndItemAndItemAndItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsAndItemAndItemAndItem) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsAndItemAndItemAndItem) UnmarshalJSON

func (s *AdminGetProductsParamsAndItemAndItemAndItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsAndItemAndItemID

type AdminGetProductsParamsAndItemAndItemID struct {
	Type        AdminGetProductsParamsAndItemAndItemIDType // switch on this field
	String      string
	StringArray []string
}

AdminGetProductsParamsAndItemAndItemID represents sum type.

func NewStringAdminGetProductsParamsAndItemAndItemID

func NewStringAdminGetProductsParamsAndItemAndItemID(v string) AdminGetProductsParamsAndItemAndItemID

NewStringAdminGetProductsParamsAndItemAndItemID returns new AdminGetProductsParamsAndItemAndItemID from string.

func NewStringArrayAdminGetProductsParamsAndItemAndItemID

func NewStringArrayAdminGetProductsParamsAndItemAndItemID(v []string) AdminGetProductsParamsAndItemAndItemID

NewStringArrayAdminGetProductsParamsAndItemAndItemID returns new AdminGetProductsParamsAndItemAndItemID from []string.

func (*AdminGetProductsParamsAndItemAndItemID) Decode

Decode decodes AdminGetProductsParamsAndItemAndItemID from json.

func (AdminGetProductsParamsAndItemAndItemID) Encode

Encode encodes AdminGetProductsParamsAndItemAndItemID as json.

func (AdminGetProductsParamsAndItemAndItemID) GetString

func (s AdminGetProductsParamsAndItemAndItemID) GetString() (v string, ok bool)

GetString returns string and true boolean if AdminGetProductsParamsAndItemAndItemID is string.

func (AdminGetProductsParamsAndItemAndItemID) GetStringArray

func (s AdminGetProductsParamsAndItemAndItemID) GetStringArray() (v []string, ok bool)

GetStringArray returns []string and true boolean if AdminGetProductsParamsAndItemAndItemID is []string.

func (AdminGetProductsParamsAndItemAndItemID) IsString

IsString reports whether AdminGetProductsParamsAndItemAndItemID is string.

func (AdminGetProductsParamsAndItemAndItemID) IsStringArray

func (s AdminGetProductsParamsAndItemAndItemID) IsStringArray() bool

IsStringArray reports whether AdminGetProductsParamsAndItemAndItemID is []string.

func (AdminGetProductsParamsAndItemAndItemID) MarshalJSON

func (s AdminGetProductsParamsAndItemAndItemID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsAndItemAndItemID) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsAndItemAndItemID) SetString

SetString sets AdminGetProductsParamsAndItemAndItemID to string.

func (*AdminGetProductsParamsAndItemAndItemID) SetStringArray

func (s *AdminGetProductsParamsAndItemAndItemID) SetStringArray(v []string)

SetStringArray sets AdminGetProductsParamsAndItemAndItemID to []string.

func (*AdminGetProductsParamsAndItemAndItemID) UnmarshalJSON

func (s *AdminGetProductsParamsAndItemAndItemID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (AdminGetProductsParamsAndItemAndItemID) Validate

type AdminGetProductsParamsAndItemAndItemIDType

type AdminGetProductsParamsAndItemAndItemIDType string

AdminGetProductsParamsAndItemAndItemIDType is oneOf type of AdminGetProductsParamsAndItemAndItemID.

const (
	StringAdminGetProductsParamsAndItemAndItemID      AdminGetProductsParamsAndItemAndItemIDType = "string"
	StringArrayAdminGetProductsParamsAndItemAndItemID AdminGetProductsParamsAndItemAndItemIDType = "[]string"
)

Possible values for AdminGetProductsParamsAndItemAndItemIDType.

type AdminGetProductsParamsAndItemAndItemOrItem

type AdminGetProductsParamsAndItemAndItemOrItem struct{}

The $or's details.

func (*AdminGetProductsParamsAndItemAndItemOrItem) Decode

Decode decodes AdminGetProductsParamsAndItemAndItemOrItem from json.

func (*AdminGetProductsParamsAndItemAndItemOrItem) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsAndItemAndItemOrItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsAndItemAndItemOrItem) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsAndItemAndItemOrItem) UnmarshalJSON

func (s *AdminGetProductsParamsAndItemAndItemOrItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsAndItemAndItemVariants

type AdminGetProductsParamsAndItemAndItemVariants struct{}

The $and's variants.

func (*AdminGetProductsParamsAndItemAndItemVariants) Decode

Decode decodes AdminGetProductsParamsAndItemAndItemVariants from json.

func (*AdminGetProductsParamsAndItemAndItemVariants) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsAndItemAndItemVariants) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsAndItemAndItemVariants) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsAndItemAndItemVariants) UnmarshalJSON

func (s *AdminGetProductsParamsAndItemAndItemVariants) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsAndItemID

type AdminGetProductsParamsAndItemID struct {
	Type        AdminGetProductsParamsAndItemIDType // switch on this field
	String      string
	StringArray []string
}

AdminGetProductsParamsAndItemID represents sum type.

func NewStringAdminGetProductsParamsAndItemID

func NewStringAdminGetProductsParamsAndItemID(v string) AdminGetProductsParamsAndItemID

NewStringAdminGetProductsParamsAndItemID returns new AdminGetProductsParamsAndItemID from string.

func NewStringArrayAdminGetProductsParamsAndItemID

func NewStringArrayAdminGetProductsParamsAndItemID(v []string) AdminGetProductsParamsAndItemID

NewStringArrayAdminGetProductsParamsAndItemID returns new AdminGetProductsParamsAndItemID from []string.

func (*AdminGetProductsParamsAndItemID) Decode

Decode decodes AdminGetProductsParamsAndItemID from json.

func (AdminGetProductsParamsAndItemID) Encode

Encode encodes AdminGetProductsParamsAndItemID as json.

func (AdminGetProductsParamsAndItemID) GetString

func (s AdminGetProductsParamsAndItemID) GetString() (v string, ok bool)

GetString returns string and true boolean if AdminGetProductsParamsAndItemID is string.

func (AdminGetProductsParamsAndItemID) GetStringArray

func (s AdminGetProductsParamsAndItemID) GetStringArray() (v []string, ok bool)

GetStringArray returns []string and true boolean if AdminGetProductsParamsAndItemID is []string.

func (AdminGetProductsParamsAndItemID) IsString

IsString reports whether AdminGetProductsParamsAndItemID is string.

func (AdminGetProductsParamsAndItemID) IsStringArray

func (s AdminGetProductsParamsAndItemID) IsStringArray() bool

IsStringArray reports whether AdminGetProductsParamsAndItemID is []string.

func (AdminGetProductsParamsAndItemID) MarshalJSON

func (s AdminGetProductsParamsAndItemID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsAndItemID) SetFake

func (s *AdminGetProductsParamsAndItemID) SetFake()

SetFake set fake values.

func (*AdminGetProductsParamsAndItemID) SetString

func (s *AdminGetProductsParamsAndItemID) SetString(v string)

SetString sets AdminGetProductsParamsAndItemID to string.

func (*AdminGetProductsParamsAndItemID) SetStringArray

func (s *AdminGetProductsParamsAndItemID) SetStringArray(v []string)

SetStringArray sets AdminGetProductsParamsAndItemID to []string.

func (*AdminGetProductsParamsAndItemID) UnmarshalJSON

func (s *AdminGetProductsParamsAndItemID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (AdminGetProductsParamsAndItemID) Validate

type AdminGetProductsParamsAndItemIDType

type AdminGetProductsParamsAndItemIDType string

AdminGetProductsParamsAndItemIDType is oneOf type of AdminGetProductsParamsAndItemID.

const (
	StringAdminGetProductsParamsAndItemID      AdminGetProductsParamsAndItemIDType = "string"
	StringArrayAdminGetProductsParamsAndItemID AdminGetProductsParamsAndItemIDType = "[]string"
)

Possible values for AdminGetProductsParamsAndItemIDType.

type AdminGetProductsParamsAndItemOrItem

type AdminGetProductsParamsAndItemOrItem struct {
	// The $or's q.
	Q  OptString                                `json:"q"`
	ID OptAdminGetProductsParamsAndItemOrItemID `json:"id"`
	// The $or's status.
	Status []jx.Raw `json:"status"`
	// The $or's title.
	Title OptString `json:"title"`
	// The $or's handle.
	Handle OptString `json:"handle"`
	// The $or's is giftcard.
	IsGiftcard OptBool `json:"is_giftcard"`
	// The $or's price list id.
	PriceListID []string `json:"price_list_id"`
	// The $or's sales channel id.
	SalesChannelID []string `json:"sales_channel_id"`
	// The $or's collection id.
	CollectionID []string `json:"collection_id"`
	// The $or's tags.
	Tags []string `json:"tags"`
	// The $or's type id.
	TypeID []string `json:"type_id"`
	// The $or's variants.
	Variants  *AdminGetProductsParamsAndItemOrItemVariants `json:"variants"`
	CreatedAt jx.Raw                                       `json:"created_at"`
	UpdatedAt jx.Raw                                       `json:"updated_at"`
	DeletedAt jx.Raw                                       `json:"deleted_at"`
	// The $or's $and.
	And []AdminGetProductsParamsAndItemOrItemAndItem `json:"$and"`
	// The $or's details.
	Or []AdminGetProductsParamsAndItemOrItemOrItem `json:"$or"`
	// The $or's expand.
	Expand OptString `json:"expand"`
	// The $or's fields.
	Fields OptString `json:"fields"`
	// The $or's offset.
	Offset OptFloat64 `json:"offset"`
	// The $or's limit.
	Limit OptFloat64 `json:"limit"`
	// The $or's order.
	Order OptString `json:"order"`
}

The $or's details.

func (*AdminGetProductsParamsAndItemOrItem) Decode

Decode decodes AdminGetProductsParamsAndItemOrItem from json.

func (*AdminGetProductsParamsAndItemOrItem) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsAndItemOrItem) GetAnd

GetAnd returns the value of And.

func (*AdminGetProductsParamsAndItemOrItem) GetCollectionID

func (s *AdminGetProductsParamsAndItemOrItem) GetCollectionID() []string

GetCollectionID returns the value of CollectionID.

func (*AdminGetProductsParamsAndItemOrItem) GetCreatedAt

func (s *AdminGetProductsParamsAndItemOrItem) GetCreatedAt() jx.Raw

GetCreatedAt returns the value of CreatedAt.

func (*AdminGetProductsParamsAndItemOrItem) GetDeletedAt

func (s *AdminGetProductsParamsAndItemOrItem) GetDeletedAt() jx.Raw

GetDeletedAt returns the value of DeletedAt.

func (*AdminGetProductsParamsAndItemOrItem) GetExpand

GetExpand returns the value of Expand.

func (*AdminGetProductsParamsAndItemOrItem) GetFields

GetFields returns the value of Fields.

func (*AdminGetProductsParamsAndItemOrItem) GetHandle

GetHandle returns the value of Handle.

func (*AdminGetProductsParamsAndItemOrItem) GetID

GetID returns the value of ID.

func (*AdminGetProductsParamsAndItemOrItem) GetIsGiftcard

func (s *AdminGetProductsParamsAndItemOrItem) GetIsGiftcard() OptBool

GetIsGiftcard returns the value of IsGiftcard.

func (*AdminGetProductsParamsAndItemOrItem) GetLimit

GetLimit returns the value of Limit.

func (*AdminGetProductsParamsAndItemOrItem) GetOffset

GetOffset returns the value of Offset.

func (*AdminGetProductsParamsAndItemOrItem) GetOr

GetOr returns the value of Or.

func (*AdminGetProductsParamsAndItemOrItem) GetOrder

GetOrder returns the value of Order.

func (*AdminGetProductsParamsAndItemOrItem) GetPriceListID

func (s *AdminGetProductsParamsAndItemOrItem) GetPriceListID() []string

GetPriceListID returns the value of PriceListID.

func (*AdminGetProductsParamsAndItemOrItem) GetQ

GetQ returns the value of Q.

func (*AdminGetProductsParamsAndItemOrItem) GetSalesChannelID

func (s *AdminGetProductsParamsAndItemOrItem) GetSalesChannelID() []string

GetSalesChannelID returns the value of SalesChannelID.

func (*AdminGetProductsParamsAndItemOrItem) GetStatus

func (s *AdminGetProductsParamsAndItemOrItem) GetStatus() []jx.Raw

GetStatus returns the value of Status.

func (*AdminGetProductsParamsAndItemOrItem) GetTags

GetTags returns the value of Tags.

func (*AdminGetProductsParamsAndItemOrItem) GetTitle

GetTitle returns the value of Title.

func (*AdminGetProductsParamsAndItemOrItem) GetTypeID

GetTypeID returns the value of TypeID.

func (*AdminGetProductsParamsAndItemOrItem) GetUpdatedAt

func (s *AdminGetProductsParamsAndItemOrItem) GetUpdatedAt() jx.Raw

GetUpdatedAt returns the value of UpdatedAt.

func (*AdminGetProductsParamsAndItemOrItem) GetVariants

GetVariants returns the value of Variants.

func (*AdminGetProductsParamsAndItemOrItem) MarshalJSON

func (s *AdminGetProductsParamsAndItemOrItem) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsAndItemOrItem) SetAnd

SetAnd sets the value of And.

func (*AdminGetProductsParamsAndItemOrItem) SetCollectionID

func (s *AdminGetProductsParamsAndItemOrItem) SetCollectionID(val []string)

SetCollectionID sets the value of CollectionID.

func (*AdminGetProductsParamsAndItemOrItem) SetCreatedAt

func (s *AdminGetProductsParamsAndItemOrItem) SetCreatedAt(val jx.Raw)

SetCreatedAt sets the value of CreatedAt.

func (*AdminGetProductsParamsAndItemOrItem) SetDeletedAt

func (s *AdminGetProductsParamsAndItemOrItem) SetDeletedAt(val jx.Raw)

SetDeletedAt sets the value of DeletedAt.

func (*AdminGetProductsParamsAndItemOrItem) SetExpand

SetExpand sets the value of Expand.

func (*AdminGetProductsParamsAndItemOrItem) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsAndItemOrItem) SetFields

SetFields sets the value of Fields.

func (*AdminGetProductsParamsAndItemOrItem) SetHandle

SetHandle sets the value of Handle.

func (*AdminGetProductsParamsAndItemOrItem) SetID

SetID sets the value of ID.

func (*AdminGetProductsParamsAndItemOrItem) SetIsGiftcard

func (s *AdminGetProductsParamsAndItemOrItem) SetIsGiftcard(val OptBool)

SetIsGiftcard sets the value of IsGiftcard.

func (*AdminGetProductsParamsAndItemOrItem) SetLimit

SetLimit sets the value of Limit.

func (*AdminGetProductsParamsAndItemOrItem) SetOffset

SetOffset sets the value of Offset.

func (*AdminGetProductsParamsAndItemOrItem) SetOr

SetOr sets the value of Or.

func (*AdminGetProductsParamsAndItemOrItem) SetOrder

SetOrder sets the value of Order.

func (*AdminGetProductsParamsAndItemOrItem) SetPriceListID

func (s *AdminGetProductsParamsAndItemOrItem) SetPriceListID(val []string)

SetPriceListID sets the value of PriceListID.

func (*AdminGetProductsParamsAndItemOrItem) SetQ

SetQ sets the value of Q.

func (*AdminGetProductsParamsAndItemOrItem) SetSalesChannelID

func (s *AdminGetProductsParamsAndItemOrItem) SetSalesChannelID(val []string)

SetSalesChannelID sets the value of SalesChannelID.

func (*AdminGetProductsParamsAndItemOrItem) SetStatus

func (s *AdminGetProductsParamsAndItemOrItem) SetStatus(val []jx.Raw)

SetStatus sets the value of Status.

func (*AdminGetProductsParamsAndItemOrItem) SetTags

func (s *AdminGetProductsParamsAndItemOrItem) SetTags(val []string)

SetTags sets the value of Tags.

func (*AdminGetProductsParamsAndItemOrItem) SetTitle

SetTitle sets the value of Title.

func (*AdminGetProductsParamsAndItemOrItem) SetTypeID

func (s *AdminGetProductsParamsAndItemOrItem) SetTypeID(val []string)

SetTypeID sets the value of TypeID.

func (*AdminGetProductsParamsAndItemOrItem) SetUpdatedAt

func (s *AdminGetProductsParamsAndItemOrItem) SetUpdatedAt(val jx.Raw)

SetUpdatedAt sets the value of UpdatedAt.

func (*AdminGetProductsParamsAndItemOrItem) SetVariants

SetVariants sets the value of Variants.

func (*AdminGetProductsParamsAndItemOrItem) UnmarshalJSON

func (s *AdminGetProductsParamsAndItemOrItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminGetProductsParamsAndItemOrItem) Validate

type AdminGetProductsParamsAndItemOrItemAndItem

type AdminGetProductsParamsAndItemOrItemAndItem struct{}

The $and's details.

func (*AdminGetProductsParamsAndItemOrItemAndItem) Decode

Decode decodes AdminGetProductsParamsAndItemOrItemAndItem from json.

func (*AdminGetProductsParamsAndItemOrItemAndItem) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsAndItemOrItemAndItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsAndItemOrItemAndItem) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsAndItemOrItemAndItem) UnmarshalJSON

func (s *AdminGetProductsParamsAndItemOrItemAndItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsAndItemOrItemID

type AdminGetProductsParamsAndItemOrItemID struct {
	Type        AdminGetProductsParamsAndItemOrItemIDType // switch on this field
	String      string
	StringArray []string
}

AdminGetProductsParamsAndItemOrItemID represents sum type.

func NewStringAdminGetProductsParamsAndItemOrItemID

func NewStringAdminGetProductsParamsAndItemOrItemID(v string) AdminGetProductsParamsAndItemOrItemID

NewStringAdminGetProductsParamsAndItemOrItemID returns new AdminGetProductsParamsAndItemOrItemID from string.

func NewStringArrayAdminGetProductsParamsAndItemOrItemID

func NewStringArrayAdminGetProductsParamsAndItemOrItemID(v []string) AdminGetProductsParamsAndItemOrItemID

NewStringArrayAdminGetProductsParamsAndItemOrItemID returns new AdminGetProductsParamsAndItemOrItemID from []string.

func (*AdminGetProductsParamsAndItemOrItemID) Decode

Decode decodes AdminGetProductsParamsAndItemOrItemID from json.

func (AdminGetProductsParamsAndItemOrItemID) Encode

Encode encodes AdminGetProductsParamsAndItemOrItemID as json.

func (AdminGetProductsParamsAndItemOrItemID) GetString

func (s AdminGetProductsParamsAndItemOrItemID) GetString() (v string, ok bool)

GetString returns string and true boolean if AdminGetProductsParamsAndItemOrItemID is string.

func (AdminGetProductsParamsAndItemOrItemID) GetStringArray

func (s AdminGetProductsParamsAndItemOrItemID) GetStringArray() (v []string, ok bool)

GetStringArray returns []string and true boolean if AdminGetProductsParamsAndItemOrItemID is []string.

func (AdminGetProductsParamsAndItemOrItemID) IsString

IsString reports whether AdminGetProductsParamsAndItemOrItemID is string.

func (AdminGetProductsParamsAndItemOrItemID) IsStringArray

func (s AdminGetProductsParamsAndItemOrItemID) IsStringArray() bool

IsStringArray reports whether AdminGetProductsParamsAndItemOrItemID is []string.

func (AdminGetProductsParamsAndItemOrItemID) MarshalJSON

func (s AdminGetProductsParamsAndItemOrItemID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsAndItemOrItemID) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsAndItemOrItemID) SetString

SetString sets AdminGetProductsParamsAndItemOrItemID to string.

func (*AdminGetProductsParamsAndItemOrItemID) SetStringArray

func (s *AdminGetProductsParamsAndItemOrItemID) SetStringArray(v []string)

SetStringArray sets AdminGetProductsParamsAndItemOrItemID to []string.

func (*AdminGetProductsParamsAndItemOrItemID) UnmarshalJSON

func (s *AdminGetProductsParamsAndItemOrItemID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (AdminGetProductsParamsAndItemOrItemID) Validate

type AdminGetProductsParamsAndItemOrItemIDType

type AdminGetProductsParamsAndItemOrItemIDType string

AdminGetProductsParamsAndItemOrItemIDType is oneOf type of AdminGetProductsParamsAndItemOrItemID.

const (
	StringAdminGetProductsParamsAndItemOrItemID      AdminGetProductsParamsAndItemOrItemIDType = "string"
	StringArrayAdminGetProductsParamsAndItemOrItemID AdminGetProductsParamsAndItemOrItemIDType = "[]string"
)

Possible values for AdminGetProductsParamsAndItemOrItemIDType.

type AdminGetProductsParamsAndItemOrItemOrItem

type AdminGetProductsParamsAndItemOrItemOrItem struct{}

The $or's details.

func (*AdminGetProductsParamsAndItemOrItemOrItem) Decode

Decode decodes AdminGetProductsParamsAndItemOrItemOrItem from json.

func (*AdminGetProductsParamsAndItemOrItemOrItem) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsAndItemOrItemOrItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsAndItemOrItemOrItem) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsAndItemOrItemOrItem) UnmarshalJSON

func (s *AdminGetProductsParamsAndItemOrItemOrItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsAndItemOrItemVariants

type AdminGetProductsParamsAndItemOrItemVariants struct{}

The $or's variants.

func (*AdminGetProductsParamsAndItemOrItemVariants) Decode

Decode decodes AdminGetProductsParamsAndItemOrItemVariants from json.

func (*AdminGetProductsParamsAndItemOrItemVariants) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsAndItemOrItemVariants) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsAndItemOrItemVariants) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsAndItemOrItemVariants) UnmarshalJSON

func (s *AdminGetProductsParamsAndItemOrItemVariants) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsAndItemVariants

type AdminGetProductsParamsAndItemVariants struct{}

The $and's variants.

func (*AdminGetProductsParamsAndItemVariants) Decode

Decode decodes AdminGetProductsParamsAndItemVariants from json.

func (*AdminGetProductsParamsAndItemVariants) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsAndItemVariants) MarshalJSON

func (s *AdminGetProductsParamsAndItemVariants) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsAndItemVariants) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsAndItemVariants) UnmarshalJSON

func (s *AdminGetProductsParamsAndItemVariants) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsID

type AdminGetProductsParamsID struct {
	Type        AdminGetProductsParamsIDType // switch on this field
	String      string
	StringArray []string
}

AdminGetProductsParamsID represents sum type.

func NewStringAdminGetProductsParamsID

func NewStringAdminGetProductsParamsID(v string) AdminGetProductsParamsID

NewStringAdminGetProductsParamsID returns new AdminGetProductsParamsID from string.

func NewStringArrayAdminGetProductsParamsID

func NewStringArrayAdminGetProductsParamsID(v []string) AdminGetProductsParamsID

NewStringArrayAdminGetProductsParamsID returns new AdminGetProductsParamsID from []string.

func (*AdminGetProductsParamsID) Decode

func (s *AdminGetProductsParamsID) Decode(d *jx.Decoder) error

Decode decodes AdminGetProductsParamsID from json.

func (AdminGetProductsParamsID) Encode

func (s AdminGetProductsParamsID) Encode(e *jx.Encoder)

Encode encodes AdminGetProductsParamsID as json.

func (AdminGetProductsParamsID) GetString

func (s AdminGetProductsParamsID) GetString() (v string, ok bool)

GetString returns string and true boolean if AdminGetProductsParamsID is string.

func (AdminGetProductsParamsID) GetStringArray

func (s AdminGetProductsParamsID) GetStringArray() (v []string, ok bool)

GetStringArray returns []string and true boolean if AdminGetProductsParamsID is []string.

func (AdminGetProductsParamsID) IsString

func (s AdminGetProductsParamsID) IsString() bool

IsString reports whether AdminGetProductsParamsID is string.

func (AdminGetProductsParamsID) IsStringArray

func (s AdminGetProductsParamsID) IsStringArray() bool

IsStringArray reports whether AdminGetProductsParamsID is []string.

func (AdminGetProductsParamsID) MarshalJSON

func (s AdminGetProductsParamsID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsID) SetFake

func (s *AdminGetProductsParamsID) SetFake()

SetFake set fake values.

func (*AdminGetProductsParamsID) SetString

func (s *AdminGetProductsParamsID) SetString(v string)

SetString sets AdminGetProductsParamsID to string.

func (*AdminGetProductsParamsID) SetStringArray

func (s *AdminGetProductsParamsID) SetStringArray(v []string)

SetStringArray sets AdminGetProductsParamsID to []string.

func (*AdminGetProductsParamsID) UnmarshalJSON

func (s *AdminGetProductsParamsID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (AdminGetProductsParamsID) Validate

func (s AdminGetProductsParamsID) Validate() error

type AdminGetProductsParamsIDType

type AdminGetProductsParamsIDType string

AdminGetProductsParamsIDType is oneOf type of AdminGetProductsParamsID.

const (
	StringAdminGetProductsParamsID      AdminGetProductsParamsIDType = "string"
	StringArrayAdminGetProductsParamsID AdminGetProductsParamsIDType = "[]string"
)

Possible values for AdminGetProductsParamsIDType.

type AdminGetProductsParamsOrItem

type AdminGetProductsParamsOrItem struct {
	// The $or's q.
	Q  OptString                         `json:"q"`
	ID OptAdminGetProductsParamsOrItemID `json:"id"`
	// The $or's status.
	Status []jx.Raw `json:"status"`
	// The $or's title.
	Title OptString `json:"title"`
	// The $or's handle.
	Handle OptString `json:"handle"`
	// The $or's is giftcard.
	IsGiftcard OptBool `json:"is_giftcard"`
	// The $or's price list id.
	PriceListID []string `json:"price_list_id"`
	// The $or's sales channel id.
	SalesChannelID []string `json:"sales_channel_id"`
	// The $or's collection id.
	CollectionID []string `json:"collection_id"`
	// The $or's tags.
	Tags []string `json:"tags"`
	// The $or's type id.
	TypeID []string `json:"type_id"`
	// The $or's variants.
	Variants  *AdminGetProductsParamsOrItemVariants `json:"variants"`
	CreatedAt jx.Raw                                `json:"created_at"`
	UpdatedAt jx.Raw                                `json:"updated_at"`
	DeletedAt jx.Raw                                `json:"deleted_at"`
	// The $or's $and.
	And []AdminGetProductsParamsOrItemAndItem `json:"$and"`
	// The $or's details.
	Or []AdminGetProductsParamsOrItemOrItem `json:"$or"`
	// The $or's expand.
	Expand OptString `json:"expand"`
	// The $or's fields.
	Fields OptString `json:"fields"`
	// The $or's offset.
	Offset OptFloat64 `json:"offset"`
	// The $or's limit.
	Limit OptFloat64 `json:"limit"`
	// The $or's order.
	Order OptString `json:"order"`
}

The $or's details.

func (*AdminGetProductsParamsOrItem) Decode

Decode decodes AdminGetProductsParamsOrItem from json.

func (*AdminGetProductsParamsOrItem) Encode

func (s *AdminGetProductsParamsOrItem) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminGetProductsParamsOrItem) GetAnd

GetAnd returns the value of And.

func (*AdminGetProductsParamsOrItem) GetCollectionID

func (s *AdminGetProductsParamsOrItem) GetCollectionID() []string

GetCollectionID returns the value of CollectionID.

func (*AdminGetProductsParamsOrItem) GetCreatedAt

func (s *AdminGetProductsParamsOrItem) GetCreatedAt() jx.Raw

GetCreatedAt returns the value of CreatedAt.

func (*AdminGetProductsParamsOrItem) GetDeletedAt

func (s *AdminGetProductsParamsOrItem) GetDeletedAt() jx.Raw

GetDeletedAt returns the value of DeletedAt.

func (*AdminGetProductsParamsOrItem) GetExpand

func (s *AdminGetProductsParamsOrItem) GetExpand() OptString

GetExpand returns the value of Expand.

func (*AdminGetProductsParamsOrItem) GetFields

func (s *AdminGetProductsParamsOrItem) GetFields() OptString

GetFields returns the value of Fields.

func (*AdminGetProductsParamsOrItem) GetHandle

func (s *AdminGetProductsParamsOrItem) GetHandle() OptString

GetHandle returns the value of Handle.

func (*AdminGetProductsParamsOrItem) GetID

GetID returns the value of ID.

func (*AdminGetProductsParamsOrItem) GetIsGiftcard

func (s *AdminGetProductsParamsOrItem) GetIsGiftcard() OptBool

GetIsGiftcard returns the value of IsGiftcard.

func (*AdminGetProductsParamsOrItem) GetLimit

GetLimit returns the value of Limit.

func (*AdminGetProductsParamsOrItem) GetOffset

GetOffset returns the value of Offset.

func (*AdminGetProductsParamsOrItem) GetOr

GetOr returns the value of Or.

func (*AdminGetProductsParamsOrItem) GetOrder

GetOrder returns the value of Order.

func (*AdminGetProductsParamsOrItem) GetPriceListID

func (s *AdminGetProductsParamsOrItem) GetPriceListID() []string

GetPriceListID returns the value of PriceListID.

func (*AdminGetProductsParamsOrItem) GetQ

GetQ returns the value of Q.

func (*AdminGetProductsParamsOrItem) GetSalesChannelID

func (s *AdminGetProductsParamsOrItem) GetSalesChannelID() []string

GetSalesChannelID returns the value of SalesChannelID.

func (*AdminGetProductsParamsOrItem) GetStatus

func (s *AdminGetProductsParamsOrItem) GetStatus() []jx.Raw

GetStatus returns the value of Status.

func (*AdminGetProductsParamsOrItem) GetTags

func (s *AdminGetProductsParamsOrItem) GetTags() []string

GetTags returns the value of Tags.

func (*AdminGetProductsParamsOrItem) GetTitle

GetTitle returns the value of Title.

func (*AdminGetProductsParamsOrItem) GetTypeID

func (s *AdminGetProductsParamsOrItem) GetTypeID() []string

GetTypeID returns the value of TypeID.

func (*AdminGetProductsParamsOrItem) GetUpdatedAt

func (s *AdminGetProductsParamsOrItem) GetUpdatedAt() jx.Raw

GetUpdatedAt returns the value of UpdatedAt.

func (*AdminGetProductsParamsOrItem) GetVariants

GetVariants returns the value of Variants.

func (*AdminGetProductsParamsOrItem) MarshalJSON

func (s *AdminGetProductsParamsOrItem) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsOrItem) SetAnd

SetAnd sets the value of And.

func (*AdminGetProductsParamsOrItem) SetCollectionID

func (s *AdminGetProductsParamsOrItem) SetCollectionID(val []string)

SetCollectionID sets the value of CollectionID.

func (*AdminGetProductsParamsOrItem) SetCreatedAt

func (s *AdminGetProductsParamsOrItem) SetCreatedAt(val jx.Raw)

SetCreatedAt sets the value of CreatedAt.

func (*AdminGetProductsParamsOrItem) SetDeletedAt

func (s *AdminGetProductsParamsOrItem) SetDeletedAt(val jx.Raw)

SetDeletedAt sets the value of DeletedAt.

func (*AdminGetProductsParamsOrItem) SetExpand

func (s *AdminGetProductsParamsOrItem) SetExpand(val OptString)

SetExpand sets the value of Expand.

func (*AdminGetProductsParamsOrItem) SetFake

func (s *AdminGetProductsParamsOrItem) SetFake()

SetFake set fake values.

func (*AdminGetProductsParamsOrItem) SetFields

func (s *AdminGetProductsParamsOrItem) SetFields(val OptString)

SetFields sets the value of Fields.

func (*AdminGetProductsParamsOrItem) SetHandle

func (s *AdminGetProductsParamsOrItem) SetHandle(val OptString)

SetHandle sets the value of Handle.

func (*AdminGetProductsParamsOrItem) SetID

SetID sets the value of ID.

func (*AdminGetProductsParamsOrItem) SetIsGiftcard

func (s *AdminGetProductsParamsOrItem) SetIsGiftcard(val OptBool)

SetIsGiftcard sets the value of IsGiftcard.

func (*AdminGetProductsParamsOrItem) SetLimit

func (s *AdminGetProductsParamsOrItem) SetLimit(val OptFloat64)

SetLimit sets the value of Limit.

func (*AdminGetProductsParamsOrItem) SetOffset

func (s *AdminGetProductsParamsOrItem) SetOffset(val OptFloat64)

SetOffset sets the value of Offset.

func (*AdminGetProductsParamsOrItem) SetOr

SetOr sets the value of Or.

func (*AdminGetProductsParamsOrItem) SetOrder

func (s *AdminGetProductsParamsOrItem) SetOrder(val OptString)

SetOrder sets the value of Order.

func (*AdminGetProductsParamsOrItem) SetPriceListID

func (s *AdminGetProductsParamsOrItem) SetPriceListID(val []string)

SetPriceListID sets the value of PriceListID.

func (*AdminGetProductsParamsOrItem) SetQ

SetQ sets the value of Q.

func (*AdminGetProductsParamsOrItem) SetSalesChannelID

func (s *AdminGetProductsParamsOrItem) SetSalesChannelID(val []string)

SetSalesChannelID sets the value of SalesChannelID.

func (*AdminGetProductsParamsOrItem) SetStatus

func (s *AdminGetProductsParamsOrItem) SetStatus(val []jx.Raw)

SetStatus sets the value of Status.

func (*AdminGetProductsParamsOrItem) SetTags

func (s *AdminGetProductsParamsOrItem) SetTags(val []string)

SetTags sets the value of Tags.

func (*AdminGetProductsParamsOrItem) SetTitle

func (s *AdminGetProductsParamsOrItem) SetTitle(val OptString)

SetTitle sets the value of Title.

func (*AdminGetProductsParamsOrItem) SetTypeID

func (s *AdminGetProductsParamsOrItem) SetTypeID(val []string)

SetTypeID sets the value of TypeID.

func (*AdminGetProductsParamsOrItem) SetUpdatedAt

func (s *AdminGetProductsParamsOrItem) SetUpdatedAt(val jx.Raw)

SetUpdatedAt sets the value of UpdatedAt.

func (*AdminGetProductsParamsOrItem) SetVariants

SetVariants sets the value of Variants.

func (*AdminGetProductsParamsOrItem) UnmarshalJSON

func (s *AdminGetProductsParamsOrItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminGetProductsParamsOrItem) Validate

func (s *AdminGetProductsParamsOrItem) Validate() error

type AdminGetProductsParamsOrItemAndItem

type AdminGetProductsParamsOrItemAndItem struct {
	// The $and's q.
	Q  OptString                                `json:"q"`
	ID OptAdminGetProductsParamsOrItemAndItemID `json:"id"`
	// The $and's status.
	Status []jx.Raw `json:"status"`
	// The $and's title.
	Title OptString `json:"title"`
	// The $and's handle.
	Handle OptString `json:"handle"`
	// The $and's is giftcard.
	IsGiftcard OptBool `json:"is_giftcard"`
	// The $and's price list id.
	PriceListID []string `json:"price_list_id"`
	// The $and's sales channel id.
	SalesChannelID []string `json:"sales_channel_id"`
	// The $and's collection id.
	CollectionID []string `json:"collection_id"`
	// The $and's tags.
	Tags []string `json:"tags"`
	// The $and's type id.
	TypeID []string `json:"type_id"`
	// The $and's variants.
	Variants  *AdminGetProductsParamsOrItemAndItemVariants `json:"variants"`
	CreatedAt jx.Raw                                       `json:"created_at"`
	UpdatedAt jx.Raw                                       `json:"updated_at"`
	DeletedAt jx.Raw                                       `json:"deleted_at"`
	// The $and's details.
	And []AdminGetProductsParamsOrItemAndItemAndItem `json:"$and"`
	// The $and's $or.
	Or []AdminGetProductsParamsOrItemAndItemOrItem `json:"$or"`
	// The $and's expand.
	Expand OptString `json:"expand"`
	// The $and's fields.
	Fields OptString `json:"fields"`
	// The $and's offset.
	Offset OptFloat64 `json:"offset"`
	// The $and's limit.
	Limit OptFloat64 `json:"limit"`
	// The $and's order.
	Order OptString `json:"order"`
}

The $and's details.

func (*AdminGetProductsParamsOrItemAndItem) Decode

Decode decodes AdminGetProductsParamsOrItemAndItem from json.

func (*AdminGetProductsParamsOrItemAndItem) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsOrItemAndItem) GetAnd

GetAnd returns the value of And.

func (*AdminGetProductsParamsOrItemAndItem) GetCollectionID

func (s *AdminGetProductsParamsOrItemAndItem) GetCollectionID() []string

GetCollectionID returns the value of CollectionID.

func (*AdminGetProductsParamsOrItemAndItem) GetCreatedAt

func (s *AdminGetProductsParamsOrItemAndItem) GetCreatedAt() jx.Raw

GetCreatedAt returns the value of CreatedAt.

func (*AdminGetProductsParamsOrItemAndItem) GetDeletedAt

func (s *AdminGetProductsParamsOrItemAndItem) GetDeletedAt() jx.Raw

GetDeletedAt returns the value of DeletedAt.

func (*AdminGetProductsParamsOrItemAndItem) GetExpand

GetExpand returns the value of Expand.

func (*AdminGetProductsParamsOrItemAndItem) GetFields

GetFields returns the value of Fields.

func (*AdminGetProductsParamsOrItemAndItem) GetHandle

GetHandle returns the value of Handle.

func (*AdminGetProductsParamsOrItemAndItem) GetID

GetID returns the value of ID.

func (*AdminGetProductsParamsOrItemAndItem) GetIsGiftcard

func (s *AdminGetProductsParamsOrItemAndItem) GetIsGiftcard() OptBool

GetIsGiftcard returns the value of IsGiftcard.

func (*AdminGetProductsParamsOrItemAndItem) GetLimit

GetLimit returns the value of Limit.

func (*AdminGetProductsParamsOrItemAndItem) GetOffset

GetOffset returns the value of Offset.

func (*AdminGetProductsParamsOrItemAndItem) GetOr

GetOr returns the value of Or.

func (*AdminGetProductsParamsOrItemAndItem) GetOrder

GetOrder returns the value of Order.

func (*AdminGetProductsParamsOrItemAndItem) GetPriceListID

func (s *AdminGetProductsParamsOrItemAndItem) GetPriceListID() []string

GetPriceListID returns the value of PriceListID.

func (*AdminGetProductsParamsOrItemAndItem) GetQ

GetQ returns the value of Q.

func (*AdminGetProductsParamsOrItemAndItem) GetSalesChannelID

func (s *AdminGetProductsParamsOrItemAndItem) GetSalesChannelID() []string

GetSalesChannelID returns the value of SalesChannelID.

func (*AdminGetProductsParamsOrItemAndItem) GetStatus

func (s *AdminGetProductsParamsOrItemAndItem) GetStatus() []jx.Raw

GetStatus returns the value of Status.

func (*AdminGetProductsParamsOrItemAndItem) GetTags

GetTags returns the value of Tags.

func (*AdminGetProductsParamsOrItemAndItem) GetTitle

GetTitle returns the value of Title.

func (*AdminGetProductsParamsOrItemAndItem) GetTypeID

GetTypeID returns the value of TypeID.

func (*AdminGetProductsParamsOrItemAndItem) GetUpdatedAt

func (s *AdminGetProductsParamsOrItemAndItem) GetUpdatedAt() jx.Raw

GetUpdatedAt returns the value of UpdatedAt.

func (*AdminGetProductsParamsOrItemAndItem) GetVariants

GetVariants returns the value of Variants.

func (*AdminGetProductsParamsOrItemAndItem) MarshalJSON

func (s *AdminGetProductsParamsOrItemAndItem) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsOrItemAndItem) SetAnd

SetAnd sets the value of And.

func (*AdminGetProductsParamsOrItemAndItem) SetCollectionID

func (s *AdminGetProductsParamsOrItemAndItem) SetCollectionID(val []string)

SetCollectionID sets the value of CollectionID.

func (*AdminGetProductsParamsOrItemAndItem) SetCreatedAt

func (s *AdminGetProductsParamsOrItemAndItem) SetCreatedAt(val jx.Raw)

SetCreatedAt sets the value of CreatedAt.

func (*AdminGetProductsParamsOrItemAndItem) SetDeletedAt

func (s *AdminGetProductsParamsOrItemAndItem) SetDeletedAt(val jx.Raw)

SetDeletedAt sets the value of DeletedAt.

func (*AdminGetProductsParamsOrItemAndItem) SetExpand

SetExpand sets the value of Expand.

func (*AdminGetProductsParamsOrItemAndItem) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsOrItemAndItem) SetFields

SetFields sets the value of Fields.

func (*AdminGetProductsParamsOrItemAndItem) SetHandle

SetHandle sets the value of Handle.

func (*AdminGetProductsParamsOrItemAndItem) SetID

SetID sets the value of ID.

func (*AdminGetProductsParamsOrItemAndItem) SetIsGiftcard

func (s *AdminGetProductsParamsOrItemAndItem) SetIsGiftcard(val OptBool)

SetIsGiftcard sets the value of IsGiftcard.

func (*AdminGetProductsParamsOrItemAndItem) SetLimit

SetLimit sets the value of Limit.

func (*AdminGetProductsParamsOrItemAndItem) SetOffset

SetOffset sets the value of Offset.

func (*AdminGetProductsParamsOrItemAndItem) SetOr

SetOr sets the value of Or.

func (*AdminGetProductsParamsOrItemAndItem) SetOrder

SetOrder sets the value of Order.

func (*AdminGetProductsParamsOrItemAndItem) SetPriceListID

func (s *AdminGetProductsParamsOrItemAndItem) SetPriceListID(val []string)

SetPriceListID sets the value of PriceListID.

func (*AdminGetProductsParamsOrItemAndItem) SetQ

SetQ sets the value of Q.

func (*AdminGetProductsParamsOrItemAndItem) SetSalesChannelID

func (s *AdminGetProductsParamsOrItemAndItem) SetSalesChannelID(val []string)

SetSalesChannelID sets the value of SalesChannelID.

func (*AdminGetProductsParamsOrItemAndItem) SetStatus

func (s *AdminGetProductsParamsOrItemAndItem) SetStatus(val []jx.Raw)

SetStatus sets the value of Status.

func (*AdminGetProductsParamsOrItemAndItem) SetTags

func (s *AdminGetProductsParamsOrItemAndItem) SetTags(val []string)

SetTags sets the value of Tags.

func (*AdminGetProductsParamsOrItemAndItem) SetTitle

SetTitle sets the value of Title.

func (*AdminGetProductsParamsOrItemAndItem) SetTypeID

func (s *AdminGetProductsParamsOrItemAndItem) SetTypeID(val []string)

SetTypeID sets the value of TypeID.

func (*AdminGetProductsParamsOrItemAndItem) SetUpdatedAt

func (s *AdminGetProductsParamsOrItemAndItem) SetUpdatedAt(val jx.Raw)

SetUpdatedAt sets the value of UpdatedAt.

func (*AdminGetProductsParamsOrItemAndItem) SetVariants

SetVariants sets the value of Variants.

func (*AdminGetProductsParamsOrItemAndItem) UnmarshalJSON

func (s *AdminGetProductsParamsOrItemAndItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminGetProductsParamsOrItemAndItem) Validate

type AdminGetProductsParamsOrItemAndItemAndItem

type AdminGetProductsParamsOrItemAndItemAndItem struct{}

The $and's details.

func (*AdminGetProductsParamsOrItemAndItemAndItem) Decode

Decode decodes AdminGetProductsParamsOrItemAndItemAndItem from json.

func (*AdminGetProductsParamsOrItemAndItemAndItem) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsOrItemAndItemAndItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsOrItemAndItemAndItem) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsOrItemAndItemAndItem) UnmarshalJSON

func (s *AdminGetProductsParamsOrItemAndItemAndItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsOrItemAndItemID

type AdminGetProductsParamsOrItemAndItemID struct {
	Type        AdminGetProductsParamsOrItemAndItemIDType // switch on this field
	String      string
	StringArray []string
}

AdminGetProductsParamsOrItemAndItemID represents sum type.

func NewStringAdminGetProductsParamsOrItemAndItemID

func NewStringAdminGetProductsParamsOrItemAndItemID(v string) AdminGetProductsParamsOrItemAndItemID

NewStringAdminGetProductsParamsOrItemAndItemID returns new AdminGetProductsParamsOrItemAndItemID from string.

func NewStringArrayAdminGetProductsParamsOrItemAndItemID

func NewStringArrayAdminGetProductsParamsOrItemAndItemID(v []string) AdminGetProductsParamsOrItemAndItemID

NewStringArrayAdminGetProductsParamsOrItemAndItemID returns new AdminGetProductsParamsOrItemAndItemID from []string.

func (*AdminGetProductsParamsOrItemAndItemID) Decode

Decode decodes AdminGetProductsParamsOrItemAndItemID from json.

func (AdminGetProductsParamsOrItemAndItemID) Encode

Encode encodes AdminGetProductsParamsOrItemAndItemID as json.

func (AdminGetProductsParamsOrItemAndItemID) GetString

func (s AdminGetProductsParamsOrItemAndItemID) GetString() (v string, ok bool)

GetString returns string and true boolean if AdminGetProductsParamsOrItemAndItemID is string.

func (AdminGetProductsParamsOrItemAndItemID) GetStringArray

func (s AdminGetProductsParamsOrItemAndItemID) GetStringArray() (v []string, ok bool)

GetStringArray returns []string and true boolean if AdminGetProductsParamsOrItemAndItemID is []string.

func (AdminGetProductsParamsOrItemAndItemID) IsString

IsString reports whether AdminGetProductsParamsOrItemAndItemID is string.

func (AdminGetProductsParamsOrItemAndItemID) IsStringArray

func (s AdminGetProductsParamsOrItemAndItemID) IsStringArray() bool

IsStringArray reports whether AdminGetProductsParamsOrItemAndItemID is []string.

func (AdminGetProductsParamsOrItemAndItemID) MarshalJSON

func (s AdminGetProductsParamsOrItemAndItemID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsOrItemAndItemID) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsOrItemAndItemID) SetString

SetString sets AdminGetProductsParamsOrItemAndItemID to string.

func (*AdminGetProductsParamsOrItemAndItemID) SetStringArray

func (s *AdminGetProductsParamsOrItemAndItemID) SetStringArray(v []string)

SetStringArray sets AdminGetProductsParamsOrItemAndItemID to []string.

func (*AdminGetProductsParamsOrItemAndItemID) UnmarshalJSON

func (s *AdminGetProductsParamsOrItemAndItemID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (AdminGetProductsParamsOrItemAndItemID) Validate

type AdminGetProductsParamsOrItemAndItemIDType

type AdminGetProductsParamsOrItemAndItemIDType string

AdminGetProductsParamsOrItemAndItemIDType is oneOf type of AdminGetProductsParamsOrItemAndItemID.

const (
	StringAdminGetProductsParamsOrItemAndItemID      AdminGetProductsParamsOrItemAndItemIDType = "string"
	StringArrayAdminGetProductsParamsOrItemAndItemID AdminGetProductsParamsOrItemAndItemIDType = "[]string"
)

Possible values for AdminGetProductsParamsOrItemAndItemIDType.

type AdminGetProductsParamsOrItemAndItemOrItem

type AdminGetProductsParamsOrItemAndItemOrItem struct{}

The $or's details.

func (*AdminGetProductsParamsOrItemAndItemOrItem) Decode

Decode decodes AdminGetProductsParamsOrItemAndItemOrItem from json.

func (*AdminGetProductsParamsOrItemAndItemOrItem) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsOrItemAndItemOrItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsOrItemAndItemOrItem) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsOrItemAndItemOrItem) UnmarshalJSON

func (s *AdminGetProductsParamsOrItemAndItemOrItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsOrItemAndItemVariants

type AdminGetProductsParamsOrItemAndItemVariants struct{}

The $and's variants.

func (*AdminGetProductsParamsOrItemAndItemVariants) Decode

Decode decodes AdminGetProductsParamsOrItemAndItemVariants from json.

func (*AdminGetProductsParamsOrItemAndItemVariants) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsOrItemAndItemVariants) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsOrItemAndItemVariants) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsOrItemAndItemVariants) UnmarshalJSON

func (s *AdminGetProductsParamsOrItemAndItemVariants) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsOrItemID

type AdminGetProductsParamsOrItemID struct {
	Type        AdminGetProductsParamsOrItemIDType // switch on this field
	String      string
	StringArray []string
}

AdminGetProductsParamsOrItemID represents sum type.

func NewStringAdminGetProductsParamsOrItemID

func NewStringAdminGetProductsParamsOrItemID(v string) AdminGetProductsParamsOrItemID

NewStringAdminGetProductsParamsOrItemID returns new AdminGetProductsParamsOrItemID from string.

func NewStringArrayAdminGetProductsParamsOrItemID

func NewStringArrayAdminGetProductsParamsOrItemID(v []string) AdminGetProductsParamsOrItemID

NewStringArrayAdminGetProductsParamsOrItemID returns new AdminGetProductsParamsOrItemID from []string.

func (*AdminGetProductsParamsOrItemID) Decode

Decode decodes AdminGetProductsParamsOrItemID from json.

func (AdminGetProductsParamsOrItemID) Encode

Encode encodes AdminGetProductsParamsOrItemID as json.

func (AdminGetProductsParamsOrItemID) GetString

func (s AdminGetProductsParamsOrItemID) GetString() (v string, ok bool)

GetString returns string and true boolean if AdminGetProductsParamsOrItemID is string.

func (AdminGetProductsParamsOrItemID) GetStringArray

func (s AdminGetProductsParamsOrItemID) GetStringArray() (v []string, ok bool)

GetStringArray returns []string and true boolean if AdminGetProductsParamsOrItemID is []string.

func (AdminGetProductsParamsOrItemID) IsString

func (s AdminGetProductsParamsOrItemID) IsString() bool

IsString reports whether AdminGetProductsParamsOrItemID is string.

func (AdminGetProductsParamsOrItemID) IsStringArray

func (s AdminGetProductsParamsOrItemID) IsStringArray() bool

IsStringArray reports whether AdminGetProductsParamsOrItemID is []string.

func (AdminGetProductsParamsOrItemID) MarshalJSON

func (s AdminGetProductsParamsOrItemID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsOrItemID) SetFake

func (s *AdminGetProductsParamsOrItemID) SetFake()

SetFake set fake values.

func (*AdminGetProductsParamsOrItemID) SetString

func (s *AdminGetProductsParamsOrItemID) SetString(v string)

SetString sets AdminGetProductsParamsOrItemID to string.

func (*AdminGetProductsParamsOrItemID) SetStringArray

func (s *AdminGetProductsParamsOrItemID) SetStringArray(v []string)

SetStringArray sets AdminGetProductsParamsOrItemID to []string.

func (*AdminGetProductsParamsOrItemID) UnmarshalJSON

func (s *AdminGetProductsParamsOrItemID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (AdminGetProductsParamsOrItemID) Validate

type AdminGetProductsParamsOrItemIDType

type AdminGetProductsParamsOrItemIDType string

AdminGetProductsParamsOrItemIDType is oneOf type of AdminGetProductsParamsOrItemID.

const (
	StringAdminGetProductsParamsOrItemID      AdminGetProductsParamsOrItemIDType = "string"
	StringArrayAdminGetProductsParamsOrItemID AdminGetProductsParamsOrItemIDType = "[]string"
)

Possible values for AdminGetProductsParamsOrItemIDType.

type AdminGetProductsParamsOrItemOrItem

type AdminGetProductsParamsOrItemOrItem struct {
	// The $or's q.
	Q  OptString                               `json:"q"`
	ID OptAdminGetProductsParamsOrItemOrItemID `json:"id"`
	// The $or's status.
	Status []jx.Raw `json:"status"`
	// The $or's title.
	Title OptString `json:"title"`
	// The $or's handle.
	Handle OptString `json:"handle"`
	// The $or's is giftcard.
	IsGiftcard OptBool `json:"is_giftcard"`
	// The $or's price list id.
	PriceListID []string `json:"price_list_id"`
	// The $or's sales channel id.
	SalesChannelID []string `json:"sales_channel_id"`
	// The $or's collection id.
	CollectionID []string `json:"collection_id"`
	// The $or's tags.
	Tags []string `json:"tags"`
	// The $or's type id.
	TypeID []string `json:"type_id"`
	// The $or's variants.
	Variants  *AdminGetProductsParamsOrItemOrItemVariants `json:"variants"`
	CreatedAt jx.Raw                                      `json:"created_at"`
	UpdatedAt jx.Raw                                      `json:"updated_at"`
	DeletedAt jx.Raw                                      `json:"deleted_at"`
	// The $or's $and.
	And []AdminGetProductsParamsOrItemOrItemAndItem `json:"$and"`
	// The $or's details.
	Or []AdminGetProductsParamsOrItemOrItemOrItem `json:"$or"`
	// The $or's expand.
	Expand OptString `json:"expand"`
	// The $or's fields.
	Fields OptString `json:"fields"`
	// The $or's offset.
	Offset OptFloat64 `json:"offset"`
	// The $or's limit.
	Limit OptFloat64 `json:"limit"`
	// The $or's order.
	Order OptString `json:"order"`
}

The $or's details.

func (*AdminGetProductsParamsOrItemOrItem) Decode

Decode decodes AdminGetProductsParamsOrItemOrItem from json.

func (*AdminGetProductsParamsOrItemOrItem) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsOrItemOrItem) GetAnd

GetAnd returns the value of And.

func (*AdminGetProductsParamsOrItemOrItem) GetCollectionID

func (s *AdminGetProductsParamsOrItemOrItem) GetCollectionID() []string

GetCollectionID returns the value of CollectionID.

func (*AdminGetProductsParamsOrItemOrItem) GetCreatedAt

func (s *AdminGetProductsParamsOrItemOrItem) GetCreatedAt() jx.Raw

GetCreatedAt returns the value of CreatedAt.

func (*AdminGetProductsParamsOrItemOrItem) GetDeletedAt

func (s *AdminGetProductsParamsOrItemOrItem) GetDeletedAt() jx.Raw

GetDeletedAt returns the value of DeletedAt.

func (*AdminGetProductsParamsOrItemOrItem) GetExpand

GetExpand returns the value of Expand.

func (*AdminGetProductsParamsOrItemOrItem) GetFields

GetFields returns the value of Fields.

func (*AdminGetProductsParamsOrItemOrItem) GetHandle

GetHandle returns the value of Handle.

func (*AdminGetProductsParamsOrItemOrItem) GetID

GetID returns the value of ID.

func (*AdminGetProductsParamsOrItemOrItem) GetIsGiftcard

func (s *AdminGetProductsParamsOrItemOrItem) GetIsGiftcard() OptBool

GetIsGiftcard returns the value of IsGiftcard.

func (*AdminGetProductsParamsOrItemOrItem) GetLimit

GetLimit returns the value of Limit.

func (*AdminGetProductsParamsOrItemOrItem) GetOffset

GetOffset returns the value of Offset.

func (*AdminGetProductsParamsOrItemOrItem) GetOr

GetOr returns the value of Or.

func (*AdminGetProductsParamsOrItemOrItem) GetOrder

GetOrder returns the value of Order.

func (*AdminGetProductsParamsOrItemOrItem) GetPriceListID

func (s *AdminGetProductsParamsOrItemOrItem) GetPriceListID() []string

GetPriceListID returns the value of PriceListID.

func (*AdminGetProductsParamsOrItemOrItem) GetQ

GetQ returns the value of Q.

func (*AdminGetProductsParamsOrItemOrItem) GetSalesChannelID

func (s *AdminGetProductsParamsOrItemOrItem) GetSalesChannelID() []string

GetSalesChannelID returns the value of SalesChannelID.

func (*AdminGetProductsParamsOrItemOrItem) GetStatus

func (s *AdminGetProductsParamsOrItemOrItem) GetStatus() []jx.Raw

GetStatus returns the value of Status.

func (*AdminGetProductsParamsOrItemOrItem) GetTags

GetTags returns the value of Tags.

func (*AdminGetProductsParamsOrItemOrItem) GetTitle

GetTitle returns the value of Title.

func (*AdminGetProductsParamsOrItemOrItem) GetTypeID

func (s *AdminGetProductsParamsOrItemOrItem) GetTypeID() []string

GetTypeID returns the value of TypeID.

func (*AdminGetProductsParamsOrItemOrItem) GetUpdatedAt

func (s *AdminGetProductsParamsOrItemOrItem) GetUpdatedAt() jx.Raw

GetUpdatedAt returns the value of UpdatedAt.

func (*AdminGetProductsParamsOrItemOrItem) GetVariants

GetVariants returns the value of Variants.

func (*AdminGetProductsParamsOrItemOrItem) MarshalJSON

func (s *AdminGetProductsParamsOrItemOrItem) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsOrItemOrItem) SetAnd

SetAnd sets the value of And.

func (*AdminGetProductsParamsOrItemOrItem) SetCollectionID

func (s *AdminGetProductsParamsOrItemOrItem) SetCollectionID(val []string)

SetCollectionID sets the value of CollectionID.

func (*AdminGetProductsParamsOrItemOrItem) SetCreatedAt

func (s *AdminGetProductsParamsOrItemOrItem) SetCreatedAt(val jx.Raw)

SetCreatedAt sets the value of CreatedAt.

func (*AdminGetProductsParamsOrItemOrItem) SetDeletedAt

func (s *AdminGetProductsParamsOrItemOrItem) SetDeletedAt(val jx.Raw)

SetDeletedAt sets the value of DeletedAt.

func (*AdminGetProductsParamsOrItemOrItem) SetExpand

SetExpand sets the value of Expand.

func (*AdminGetProductsParamsOrItemOrItem) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsOrItemOrItem) SetFields

SetFields sets the value of Fields.

func (*AdminGetProductsParamsOrItemOrItem) SetHandle

SetHandle sets the value of Handle.

func (*AdminGetProductsParamsOrItemOrItem) SetID

SetID sets the value of ID.

func (*AdminGetProductsParamsOrItemOrItem) SetIsGiftcard

func (s *AdminGetProductsParamsOrItemOrItem) SetIsGiftcard(val OptBool)

SetIsGiftcard sets the value of IsGiftcard.

func (*AdminGetProductsParamsOrItemOrItem) SetLimit

SetLimit sets the value of Limit.

func (*AdminGetProductsParamsOrItemOrItem) SetOffset

SetOffset sets the value of Offset.

func (*AdminGetProductsParamsOrItemOrItem) SetOr

SetOr sets the value of Or.

func (*AdminGetProductsParamsOrItemOrItem) SetOrder

SetOrder sets the value of Order.

func (*AdminGetProductsParamsOrItemOrItem) SetPriceListID

func (s *AdminGetProductsParamsOrItemOrItem) SetPriceListID(val []string)

SetPriceListID sets the value of PriceListID.

func (*AdminGetProductsParamsOrItemOrItem) SetQ

SetQ sets the value of Q.

func (*AdminGetProductsParamsOrItemOrItem) SetSalesChannelID

func (s *AdminGetProductsParamsOrItemOrItem) SetSalesChannelID(val []string)

SetSalesChannelID sets the value of SalesChannelID.

func (*AdminGetProductsParamsOrItemOrItem) SetStatus

func (s *AdminGetProductsParamsOrItemOrItem) SetStatus(val []jx.Raw)

SetStatus sets the value of Status.

func (*AdminGetProductsParamsOrItemOrItem) SetTags

func (s *AdminGetProductsParamsOrItemOrItem) SetTags(val []string)

SetTags sets the value of Tags.

func (*AdminGetProductsParamsOrItemOrItem) SetTitle

SetTitle sets the value of Title.

func (*AdminGetProductsParamsOrItemOrItem) SetTypeID

func (s *AdminGetProductsParamsOrItemOrItem) SetTypeID(val []string)

SetTypeID sets the value of TypeID.

func (*AdminGetProductsParamsOrItemOrItem) SetUpdatedAt

func (s *AdminGetProductsParamsOrItemOrItem) SetUpdatedAt(val jx.Raw)

SetUpdatedAt sets the value of UpdatedAt.

func (*AdminGetProductsParamsOrItemOrItem) SetVariants

SetVariants sets the value of Variants.

func (*AdminGetProductsParamsOrItemOrItem) UnmarshalJSON

func (s *AdminGetProductsParamsOrItemOrItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminGetProductsParamsOrItemOrItem) Validate

type AdminGetProductsParamsOrItemOrItemAndItem

type AdminGetProductsParamsOrItemOrItemAndItem struct{}

The $and's details.

func (*AdminGetProductsParamsOrItemOrItemAndItem) Decode

Decode decodes AdminGetProductsParamsOrItemOrItemAndItem from json.

func (*AdminGetProductsParamsOrItemOrItemAndItem) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsOrItemOrItemAndItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsOrItemOrItemAndItem) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsOrItemOrItemAndItem) UnmarshalJSON

func (s *AdminGetProductsParamsOrItemOrItemAndItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsOrItemOrItemID

type AdminGetProductsParamsOrItemOrItemID struct {
	Type        AdminGetProductsParamsOrItemOrItemIDType // switch on this field
	String      string
	StringArray []string
}

AdminGetProductsParamsOrItemOrItemID represents sum type.

func NewStringAdminGetProductsParamsOrItemOrItemID

func NewStringAdminGetProductsParamsOrItemOrItemID(v string) AdminGetProductsParamsOrItemOrItemID

NewStringAdminGetProductsParamsOrItemOrItemID returns new AdminGetProductsParamsOrItemOrItemID from string.

func NewStringArrayAdminGetProductsParamsOrItemOrItemID

func NewStringArrayAdminGetProductsParamsOrItemOrItemID(v []string) AdminGetProductsParamsOrItemOrItemID

NewStringArrayAdminGetProductsParamsOrItemOrItemID returns new AdminGetProductsParamsOrItemOrItemID from []string.

func (*AdminGetProductsParamsOrItemOrItemID) Decode

Decode decodes AdminGetProductsParamsOrItemOrItemID from json.

func (AdminGetProductsParamsOrItemOrItemID) Encode

Encode encodes AdminGetProductsParamsOrItemOrItemID as json.

func (AdminGetProductsParamsOrItemOrItemID) GetString

func (s AdminGetProductsParamsOrItemOrItemID) GetString() (v string, ok bool)

GetString returns string and true boolean if AdminGetProductsParamsOrItemOrItemID is string.

func (AdminGetProductsParamsOrItemOrItemID) GetStringArray

func (s AdminGetProductsParamsOrItemOrItemID) GetStringArray() (v []string, ok bool)

GetStringArray returns []string and true boolean if AdminGetProductsParamsOrItemOrItemID is []string.

func (AdminGetProductsParamsOrItemOrItemID) IsString

IsString reports whether AdminGetProductsParamsOrItemOrItemID is string.

func (AdminGetProductsParamsOrItemOrItemID) IsStringArray

func (s AdminGetProductsParamsOrItemOrItemID) IsStringArray() bool

IsStringArray reports whether AdminGetProductsParamsOrItemOrItemID is []string.

func (AdminGetProductsParamsOrItemOrItemID) MarshalJSON

func (s AdminGetProductsParamsOrItemOrItemID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsOrItemOrItemID) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsOrItemOrItemID) SetString

SetString sets AdminGetProductsParamsOrItemOrItemID to string.

func (*AdminGetProductsParamsOrItemOrItemID) SetStringArray

func (s *AdminGetProductsParamsOrItemOrItemID) SetStringArray(v []string)

SetStringArray sets AdminGetProductsParamsOrItemOrItemID to []string.

func (*AdminGetProductsParamsOrItemOrItemID) UnmarshalJSON

func (s *AdminGetProductsParamsOrItemOrItemID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (AdminGetProductsParamsOrItemOrItemID) Validate

type AdminGetProductsParamsOrItemOrItemIDType

type AdminGetProductsParamsOrItemOrItemIDType string

AdminGetProductsParamsOrItemOrItemIDType is oneOf type of AdminGetProductsParamsOrItemOrItemID.

const (
	StringAdminGetProductsParamsOrItemOrItemID      AdminGetProductsParamsOrItemOrItemIDType = "string"
	StringArrayAdminGetProductsParamsOrItemOrItemID AdminGetProductsParamsOrItemOrItemIDType = "[]string"
)

Possible values for AdminGetProductsParamsOrItemOrItemIDType.

type AdminGetProductsParamsOrItemOrItemOrItem

type AdminGetProductsParamsOrItemOrItemOrItem struct{}

The $or's details.

func (*AdminGetProductsParamsOrItemOrItemOrItem) Decode

Decode decodes AdminGetProductsParamsOrItemOrItemOrItem from json.

func (*AdminGetProductsParamsOrItemOrItemOrItem) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsOrItemOrItemOrItem) MarshalJSON

func (s *AdminGetProductsParamsOrItemOrItemOrItem) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsOrItemOrItemOrItem) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsOrItemOrItemOrItem) UnmarshalJSON

func (s *AdminGetProductsParamsOrItemOrItemOrItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsOrItemOrItemVariants

type AdminGetProductsParamsOrItemOrItemVariants struct{}

The $or's variants.

func (*AdminGetProductsParamsOrItemOrItemVariants) Decode

Decode decodes AdminGetProductsParamsOrItemOrItemVariants from json.

func (*AdminGetProductsParamsOrItemOrItemVariants) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsOrItemOrItemVariants) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsOrItemOrItemVariants) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsOrItemOrItemVariants) UnmarshalJSON

func (s *AdminGetProductsParamsOrItemOrItemVariants) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsOrItemVariants

type AdminGetProductsParamsOrItemVariants struct{}

The $or's variants.

func (*AdminGetProductsParamsOrItemVariants) Decode

Decode decodes AdminGetProductsParamsOrItemVariants from json.

func (*AdminGetProductsParamsOrItemVariants) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsOrItemVariants) MarshalJSON

func (s *AdminGetProductsParamsOrItemVariants) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsOrItemVariants) SetFake

SetFake set fake values.

func (*AdminGetProductsParamsOrItemVariants) UnmarshalJSON

func (s *AdminGetProductsParamsOrItemVariants) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetProductsParamsVariants

type AdminGetProductsParamsVariants struct{}

The product's variants.

func (*AdminGetProductsParamsVariants) Decode

Decode decodes AdminGetProductsParamsVariants from json.

func (*AdminGetProductsParamsVariants) Encode

Encode implements json.Marshaler.

func (*AdminGetProductsParamsVariants) MarshalJSON

func (s *AdminGetProductsParamsVariants) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetProductsParamsVariants) SetFake

func (s *AdminGetProductsParamsVariants) SetFake()

SetFake set fake values.

func (*AdminGetProductsParamsVariants) UnmarshalJSON

func (s *AdminGetProductsParamsVariants) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminGetPromotionsParams

type AdminGetPromotionsParams struct {
	// The promotion's code.
	Code OptString `json:"code"`
	// The promotion's expand.
	Expand OptString `json:"expand"`
	// The promotion's fields.
	Fields OptString `json:"fields"`
	// The promotion's offset.
	Offset OptFloat64 `json:"offset"`
	// The promotion's limit.
	Limit OptFloat64 `json:"limit"`
	// The promotion's order.
	Order OptString `json:"order"`
}

SUMMARY. Ref: #/components/schemas/AdminGetPromotionsParams

func (*AdminGetPromotionsParams) Decode

func (s *AdminGetPromotionsParams) Decode(d *jx.Decoder) error

Decode decodes AdminGetPromotionsParams from json.

func (*AdminGetPromotionsParams) Encode

func (s *AdminGetPromotionsParams) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminGetPromotionsParams) GetCode

func (s *AdminGetPromotionsParams) GetCode() OptString

GetCode returns the value of Code.

func (*AdminGetPromotionsParams) GetExpand

func (s *AdminGetPromotionsParams) GetExpand() OptString

GetExpand returns the value of Expand.

func (*AdminGetPromotionsParams) GetFields

func (s *AdminGetPromotionsParams) GetFields() OptString

GetFields returns the value of Fields.

func (*AdminGetPromotionsParams) GetLimit

func (s *AdminGetPromotionsParams) GetLimit() OptFloat64

GetLimit returns the value of Limit.

func (*AdminGetPromotionsParams) GetOffset

func (s *AdminGetPromotionsParams) GetOffset() OptFloat64

GetOffset returns the value of Offset.

func (*AdminGetPromotionsParams) GetOrder

func (s *AdminGetPromotionsParams) GetOrder() OptString

GetOrder returns the value of Order.

func (*AdminGetPromotionsParams) MarshalJSON

func (s *AdminGetPromotionsParams) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminGetPromotionsParams) SetCode

func (s *AdminGetPromotionsParams) SetCode(val OptString)

SetCode sets the value of Code.

func (*AdminGetPromotionsParams) SetExpand

func (s *AdminGetPromotionsParams) SetExpand(val OptString)

SetExpand sets the value of Expand.

func (*AdminGetPromotionsParams) SetFake

func (s *AdminGetPromotionsParams) SetFake()

SetFake set fake values.

func (*AdminGetPromotionsParams) SetFields

func (s *AdminGetPromotionsParams) SetFields(val OptString)

SetFields sets the value of Fields.

func (*AdminGetPromotionsParams) SetLimit

func (s *AdminGetPromotionsParams) SetLimit(val OptFloat64)

SetLimit sets the value of Limit.

func (*AdminGetPromotionsParams) SetOffset

func (s *AdminGetPromotionsParams) SetOffset(val OptFloat64)

SetOffset sets the value of Offset.

func (*AdminGetPromotionsParams) SetOrder

func (s *AdminGetPromotionsParams) SetOrder(val OptString)

SetOrder sets the value of Order.

func (*AdminGetPromotionsParams) UnmarshalJSON

func (s *AdminGetPromotionsParams) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminGetPromotionsParams) Validate

func (s *AdminGetPromotionsParams) Validate() error

type AdminPostCampaignsReq

type AdminPostCampaignsReq struct {
	// The campaign's name.
	Name string `json:"name"`
	// The campaign's campaign identifier.
	CampaignIdentifier OptString `json:"campaign_identifier"`
	// The campaign's description.
	Description OptString `json:"description"`
	// The campaign's currency.
	Currency OptString         `json:"currency"`
	Budget   OptCampaignBudget `json:"budget"`
	// The campaign's starts at.
	StartsAt OptString `json:"starts_at"`
	// The campaign's ends at.
	EndsAt OptString `json:"ends_at"`
	// The campaign's promotions.
	Promotions []AdminPostCampaignsReqPromotionsItem `json:"promotions"`
}

The promotion's campaign. Ref: #/components/schemas/AdminPostCampaignsReq

func (*AdminPostCampaignsReq) Decode

func (s *AdminPostCampaignsReq) Decode(d *jx.Decoder) error

Decode decodes AdminPostCampaignsReq from json.

func (*AdminPostCampaignsReq) Encode

func (s *AdminPostCampaignsReq) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminPostCampaignsReq) GetBudget

GetBudget returns the value of Budget.

func (*AdminPostCampaignsReq) GetCampaignIdentifier

func (s *AdminPostCampaignsReq) GetCampaignIdentifier() OptString

GetCampaignIdentifier returns the value of CampaignIdentifier.

func (*AdminPostCampaignsReq) GetCurrency

func (s *AdminPostCampaignsReq) GetCurrency() OptString

GetCurrency returns the value of Currency.

func (*AdminPostCampaignsReq) GetDescription

func (s *AdminPostCampaignsReq) GetDescription() OptString

GetDescription returns the value of Description.

func (*AdminPostCampaignsReq) GetEndsAt

func (s *AdminPostCampaignsReq) GetEndsAt() OptString

GetEndsAt returns the value of EndsAt.

func (*AdminPostCampaignsReq) GetName

func (s *AdminPostCampaignsReq) GetName() string

GetName returns the value of Name.

func (*AdminPostCampaignsReq) GetPromotions

GetPromotions returns the value of Promotions.

func (*AdminPostCampaignsReq) GetStartsAt

func (s *AdminPostCampaignsReq) GetStartsAt() OptString

GetStartsAt returns the value of StartsAt.

func (*AdminPostCampaignsReq) MarshalJSON

func (s *AdminPostCampaignsReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostCampaignsReq) SetBudget

func (s *AdminPostCampaignsReq) SetBudget(val OptCampaignBudget)

SetBudget sets the value of Budget.

func (*AdminPostCampaignsReq) SetCampaignIdentifier

func (s *AdminPostCampaignsReq) SetCampaignIdentifier(val OptString)

SetCampaignIdentifier sets the value of CampaignIdentifier.

func (*AdminPostCampaignsReq) SetCurrency

func (s *AdminPostCampaignsReq) SetCurrency(val OptString)

SetCurrency sets the value of Currency.

func (*AdminPostCampaignsReq) SetDescription

func (s *AdminPostCampaignsReq) SetDescription(val OptString)

SetDescription sets the value of Description.

func (*AdminPostCampaignsReq) SetEndsAt

func (s *AdminPostCampaignsReq) SetEndsAt(val OptString)

SetEndsAt sets the value of EndsAt.

func (*AdminPostCampaignsReq) SetFake

func (s *AdminPostCampaignsReq) SetFake()

SetFake set fake values.

func (*AdminPostCampaignsReq) SetName

func (s *AdminPostCampaignsReq) SetName(val string)

SetName sets the value of Name.

func (*AdminPostCampaignsReq) SetPromotions

SetPromotions sets the value of Promotions.

func (*AdminPostCampaignsReq) SetStartsAt

func (s *AdminPostCampaignsReq) SetStartsAt(val OptString)

SetStartsAt sets the value of StartsAt.

func (*AdminPostCampaignsReq) UnmarshalJSON

func (s *AdminPostCampaignsReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostCampaignsReq) Validate

func (s *AdminPostCampaignsReq) Validate() error

type AdminPostCampaignsReqPromotionsItem

type AdminPostCampaignsReqPromotionsItem struct {
	// The promotion's ID.
	ID string `json:"id"`
}

The promotion's promotions.

func (*AdminPostCampaignsReqPromotionsItem) Decode

Decode decodes AdminPostCampaignsReqPromotionsItem from json.

func (*AdminPostCampaignsReqPromotionsItem) Encode

Encode implements json.Marshaler.

func (*AdminPostCampaignsReqPromotionsItem) GetID

GetID returns the value of ID.

func (*AdminPostCampaignsReqPromotionsItem) MarshalJSON

func (s *AdminPostCampaignsReqPromotionsItem) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostCampaignsReqPromotionsItem) SetFake

SetFake set fake values.

func (*AdminPostCampaignsReqPromotionsItem) SetID

SetID sets the value of ID.

func (*AdminPostCampaignsReqPromotionsItem) UnmarshalJSON

func (s *AdminPostCampaignsReqPromotionsItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostCustomerGroupsGroupCustomersBatchReq

type AdminPostCustomerGroupsGroupCustomersBatchReq struct {
	// The customer group's customer ids.
	CustomerIds []AdminPostCustomerGroupsGroupCustomersBatchReqCustomerIdsItem `json:"customer_ids"`
}

SUMMARY. Ref: #/components/schemas/AdminPostCustomerGroupsGroupCustomersBatchReq

func (*AdminPostCustomerGroupsGroupCustomersBatchReq) Decode

Decode decodes AdminPostCustomerGroupsGroupCustomersBatchReq from json.

func (*AdminPostCustomerGroupsGroupCustomersBatchReq) Encode

Encode implements json.Marshaler.

func (*AdminPostCustomerGroupsGroupCustomersBatchReq) GetCustomerIds

GetCustomerIds returns the value of CustomerIds.

func (*AdminPostCustomerGroupsGroupCustomersBatchReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostCustomerGroupsGroupCustomersBatchReq) SetCustomerIds

SetCustomerIds sets the value of CustomerIds.

func (*AdminPostCustomerGroupsGroupCustomersBatchReq) SetFake

SetFake set fake values.

func (*AdminPostCustomerGroupsGroupCustomersBatchReq) UnmarshalJSON

func (s *AdminPostCustomerGroupsGroupCustomersBatchReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostCustomerGroupsGroupCustomersBatchReq) Validate

type AdminPostCustomerGroupsGroupCustomersBatchReqCustomerIdsItem

type AdminPostCustomerGroupsGroupCustomersBatchReqCustomerIdsItem struct {
	// The customer id's ID.
	ID string `json:"id"`
}

The customer id's customer ids.

func (*AdminPostCustomerGroupsGroupCustomersBatchReqCustomerIdsItem) Decode

Decode decodes AdminPostCustomerGroupsGroupCustomersBatchReqCustomerIdsItem from json.

func (*AdminPostCustomerGroupsGroupCustomersBatchReqCustomerIdsItem) Encode

Encode implements json.Marshaler.

func (*AdminPostCustomerGroupsGroupCustomersBatchReqCustomerIdsItem) GetID

GetID returns the value of ID.

func (*AdminPostCustomerGroupsGroupCustomersBatchReqCustomerIdsItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostCustomerGroupsGroupCustomersBatchReqCustomerIdsItem) SetFake

SetFake set fake values.

func (*AdminPostCustomerGroupsGroupCustomersBatchReqCustomerIdsItem) SetID

SetID sets the value of ID.

func (*AdminPostCustomerGroupsGroupCustomersBatchReqCustomerIdsItem) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostFulfillmentShippingOptionsRulesBatchAddReq

type AdminPostFulfillmentShippingOptionsRulesBatchAddReq struct {
	// The fulfillment's rules.
	Rules []AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem `json:"rules"`
}

SUMMARY. Ref: #/components/schemas/AdminPostFulfillmentShippingOptionsRulesBatchAddReq

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReq) Decode

Decode decodes AdminPostFulfillmentShippingOptionsRulesBatchAddReq from json.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReq) Encode

Encode implements json.Marshaler.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReq) GetRules

GetRules returns the value of Rules.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReq) SetFake

SetFake set fake values.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReq) SetRules

SetRules sets the value of Rules.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReq) Validate

type AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem

type AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem struct {
	Operator jx.Raw `json:"operator"`
	// The rule's attribute.
	Attribute string                                                            `json:"attribute"`
	Value     AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue `json:"value"`
}

The rule's rules.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem) Decode

Decode decodes AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem from json.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem) Encode

Encode implements json.Marshaler.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem) GetAttribute

GetAttribute returns the value of Attribute.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem) GetOperator

GetOperator returns the value of Operator.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem) GetValue

GetValue returns the value of Value.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem) SetAttribute

SetAttribute sets the value of Attribute.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem) SetFake

SetFake set fake values.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem) SetOperator

SetOperator sets the value of Operator.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem) SetValue

SetValue sets the value of Value.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItem) Validate

type AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue

type AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue struct {
	Type        AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValueType // switch on this field
	String      string
	StringArray []string
}

AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue represents sum type.

func NewStringAdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue

func NewStringAdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue(v string) AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue

NewStringAdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue returns new AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue from string.

func NewStringArrayAdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue

func NewStringArrayAdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue(v []string) AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue

NewStringArrayAdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue returns new AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue from []string.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue) Decode

Decode decodes AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue from json.

func (AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue) Encode

Encode encodes AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue as json.

func (AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue) GetString

GetString returns string and true boolean if AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue is string.

func (AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue) GetStringArray

GetStringArray returns []string and true boolean if AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue is []string.

func (AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue) IsString

IsString reports whether AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue is string.

func (AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue) IsStringArray

IsStringArray reports whether AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue is []string.

func (AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue) SetFake

SetFake set fake values.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue) SetString

SetString sets AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue to string.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue) SetStringArray

SetStringArray sets AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue to []string.

func (*AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue) Validate

type AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValueType

type AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValueType string

AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValueType is oneOf type of AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue.

const (
	StringAdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue      AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValueType = "string"
	StringArrayAdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValue AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValueType = "[]string"
)

Possible values for AdminPostFulfillmentShippingOptionsRulesBatchAddReqRulesItemValueType.

type AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq

type AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq struct {
	// The fulfillment's rule ids.
	RuleIds []string `json:"rule_ids"`
}

SUMMARY. Ref: #/components/schemas/AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq

func (*AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) Decode

Decode decodes AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq from json.

func (*AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) Encode

Encode implements json.Marshaler.

func (*AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) GetRuleIds

GetRuleIds returns the value of RuleIds.

func (*AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) SetFake

SetFake set fake values.

func (*AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) SetRuleIds

SetRuleIds sets the value of RuleIds.

func (*AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) Validate

type AdminPostInventoryItemsInventoryItemReq

type AdminPostInventoryItemsInventoryItemReq struct {
	// The inventory item's sku.
	Sku OptString `json:"sku"`
	// The inventory item's origin country.
	OriginCountry OptString `json:"origin_country"`
	// The inventory item's hs code.
	HsCode OptString `json:"hs_code"`
	// The inventory item's mid code.
	MidCode OptString `json:"mid_code"`
	// The inventory item's material.
	Material OptString `json:"material"`
	// The inventory item's weight.
	Weight OptFloat64 `json:"weight"`
	// The inventory item's height.
	Height OptFloat64 `json:"height"`
	// The inventory item's length.
	Length OptFloat64 `json:"length"`
	// The inventory item's width.
	Width OptFloat64 `json:"width"`
	// The inventory item's title.
	Title OptString `json:"title"`
	// The inventory item's description.
	Description OptString `json:"description"`
	// The inventory item's thumbnail.
	Thumbnail OptString `json:"thumbnail"`
	// The inventory item's requires shipping.
	RequiresShipping OptBool `json:"requires_shipping"`
}

SUMMARY. Ref: #/components/schemas/AdminPostInventoryItemsInventoryItemReq

func (*AdminPostInventoryItemsInventoryItemReq) Decode

Decode decodes AdminPostInventoryItemsInventoryItemReq from json.

func (*AdminPostInventoryItemsInventoryItemReq) Encode

Encode implements json.Marshaler.

func (*AdminPostInventoryItemsInventoryItemReq) GetDescription

GetDescription returns the value of Description.

func (*AdminPostInventoryItemsInventoryItemReq) GetHeight

GetHeight returns the value of Height.

func (*AdminPostInventoryItemsInventoryItemReq) GetHsCode

GetHsCode returns the value of HsCode.

func (*AdminPostInventoryItemsInventoryItemReq) GetLength

GetLength returns the value of Length.

func (*AdminPostInventoryItemsInventoryItemReq) GetMaterial

GetMaterial returns the value of Material.

func (*AdminPostInventoryItemsInventoryItemReq) GetMidCode

GetMidCode returns the value of MidCode.

func (*AdminPostInventoryItemsInventoryItemReq) GetOriginCountry

func (s *AdminPostInventoryItemsInventoryItemReq) GetOriginCountry() OptString

GetOriginCountry returns the value of OriginCountry.

func (*AdminPostInventoryItemsInventoryItemReq) GetRequiresShipping

func (s *AdminPostInventoryItemsInventoryItemReq) GetRequiresShipping() OptBool

GetRequiresShipping returns the value of RequiresShipping.

func (*AdminPostInventoryItemsInventoryItemReq) GetSku

GetSku returns the value of Sku.

func (*AdminPostInventoryItemsInventoryItemReq) GetThumbnail

GetThumbnail returns the value of Thumbnail.

func (*AdminPostInventoryItemsInventoryItemReq) GetTitle

GetTitle returns the value of Title.

func (*AdminPostInventoryItemsInventoryItemReq) GetWeight

GetWeight returns the value of Weight.

func (*AdminPostInventoryItemsInventoryItemReq) GetWidth

GetWidth returns the value of Width.

func (*AdminPostInventoryItemsInventoryItemReq) MarshalJSON

func (s *AdminPostInventoryItemsInventoryItemReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostInventoryItemsInventoryItemReq) SetDescription

func (s *AdminPostInventoryItemsInventoryItemReq) SetDescription(val OptString)

SetDescription sets the value of Description.

func (*AdminPostInventoryItemsInventoryItemReq) SetFake

SetFake set fake values.

func (*AdminPostInventoryItemsInventoryItemReq) SetHeight

SetHeight sets the value of Height.

func (*AdminPostInventoryItemsInventoryItemReq) SetHsCode

SetHsCode sets the value of HsCode.

func (*AdminPostInventoryItemsInventoryItemReq) SetLength

SetLength sets the value of Length.

func (*AdminPostInventoryItemsInventoryItemReq) SetMaterial

SetMaterial sets the value of Material.

func (*AdminPostInventoryItemsInventoryItemReq) SetMidCode

SetMidCode sets the value of MidCode.

func (*AdminPostInventoryItemsInventoryItemReq) SetOriginCountry

func (s *AdminPostInventoryItemsInventoryItemReq) SetOriginCountry(val OptString)

SetOriginCountry sets the value of OriginCountry.

func (*AdminPostInventoryItemsInventoryItemReq) SetRequiresShipping

func (s *AdminPostInventoryItemsInventoryItemReq) SetRequiresShipping(val OptBool)

SetRequiresShipping sets the value of RequiresShipping.

func (*AdminPostInventoryItemsInventoryItemReq) SetSku

SetSku sets the value of Sku.

func (*AdminPostInventoryItemsInventoryItemReq) SetThumbnail

SetThumbnail sets the value of Thumbnail.

func (*AdminPostInventoryItemsInventoryItemReq) SetTitle

SetTitle sets the value of Title.

func (*AdminPostInventoryItemsInventoryItemReq) SetWeight

SetWeight sets the value of Weight.

func (*AdminPostInventoryItemsInventoryItemReq) SetWidth

SetWidth sets the value of Width.

func (*AdminPostInventoryItemsInventoryItemReq) UnmarshalJSON

func (s *AdminPostInventoryItemsInventoryItemReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostInventoryItemsInventoryItemReq) Validate

type AdminPostInventoryItemsItemLocationLevelsLevelReq

type AdminPostInventoryItemsItemLocationLevelsLevelReq struct {
	// The inventory item's incoming quantity.
	IncomingQuantity OptFloat64 `json:"incoming_quantity"`
	// The inventory item's stocked quantity.
	StockedQuantity OptFloat64 `json:"stocked_quantity"`
}

SUMMARY. Ref: #/components/schemas/AdminPostInventoryItemsItemLocationLevelsLevelReq

func (*AdminPostInventoryItemsItemLocationLevelsLevelReq) Decode

Decode decodes AdminPostInventoryItemsItemLocationLevelsLevelReq from json.

func (*AdminPostInventoryItemsItemLocationLevelsLevelReq) Encode

Encode implements json.Marshaler.

func (*AdminPostInventoryItemsItemLocationLevelsLevelReq) GetIncomingQuantity

GetIncomingQuantity returns the value of IncomingQuantity.

func (*AdminPostInventoryItemsItemLocationLevelsLevelReq) GetStockedQuantity

GetStockedQuantity returns the value of StockedQuantity.

func (*AdminPostInventoryItemsItemLocationLevelsLevelReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostInventoryItemsItemLocationLevelsLevelReq) SetFake

SetFake set fake values.

func (*AdminPostInventoryItemsItemLocationLevelsLevelReq) SetIncomingQuantity

SetIncomingQuantity sets the value of IncomingQuantity.

func (*AdminPostInventoryItemsItemLocationLevelsLevelReq) SetStockedQuantity

SetStockedQuantity sets the value of StockedQuantity.

func (*AdminPostInventoryItemsItemLocationLevelsLevelReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostInventoryItemsItemLocationLevelsLevelReq) Validate

type AdminPostInventoryItemsItemLocationLevelsReq

type AdminPostInventoryItemsItemLocationLevelsReq struct {
	// The inventory item's location id.
	LocationID string `json:"location_id"`
	// The inventory item's stocked quantity.
	StockedQuantity float64 `json:"stocked_quantity"`
	// The inventory item's incoming quantity.
	IncomingQuantity OptFloat64 `json:"incoming_quantity"`
}

SUMMARY. Ref: #/components/schemas/AdminPostInventoryItemsItemLocationLevelsReq

func (*AdminPostInventoryItemsItemLocationLevelsReq) Decode

Decode decodes AdminPostInventoryItemsItemLocationLevelsReq from json.

func (*AdminPostInventoryItemsItemLocationLevelsReq) Encode

Encode implements json.Marshaler.

func (*AdminPostInventoryItemsItemLocationLevelsReq) GetIncomingQuantity

GetIncomingQuantity returns the value of IncomingQuantity.

func (*AdminPostInventoryItemsItemLocationLevelsReq) GetLocationID

GetLocationID returns the value of LocationID.

func (*AdminPostInventoryItemsItemLocationLevelsReq) GetStockedQuantity

func (s *AdminPostInventoryItemsItemLocationLevelsReq) GetStockedQuantity() float64

GetStockedQuantity returns the value of StockedQuantity.

func (*AdminPostInventoryItemsItemLocationLevelsReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostInventoryItemsItemLocationLevelsReq) SetFake

SetFake set fake values.

func (*AdminPostInventoryItemsItemLocationLevelsReq) SetIncomingQuantity

func (s *AdminPostInventoryItemsItemLocationLevelsReq) SetIncomingQuantity(val OptFloat64)

SetIncomingQuantity sets the value of IncomingQuantity.

func (*AdminPostInventoryItemsItemLocationLevelsReq) SetLocationID

SetLocationID sets the value of LocationID.

func (*AdminPostInventoryItemsItemLocationLevelsReq) SetStockedQuantity

func (s *AdminPostInventoryItemsItemLocationLevelsReq) SetStockedQuantity(val float64)

SetStockedQuantity sets the value of StockedQuantity.

func (*AdminPostInventoryItemsItemLocationLevelsReq) UnmarshalJSON

func (s *AdminPostInventoryItemsItemLocationLevelsReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostInventoryItemsItemLocationLevelsReq) Validate

type AdminPostInventoryItemsReq

type AdminPostInventoryItemsReq struct {
	// The inventory item's sku.
	Sku OptString `json:"sku"`
	// The inventory item's hs code.
	HsCode OptString `json:"hs_code"`
	// The inventory item's weight.
	Weight OptFloat64 `json:"weight"`
	// The inventory item's length.
	Length OptFloat64 `json:"length"`
	// The inventory item's height.
	Height OptFloat64 `json:"height"`
	// The inventory item's width.
	Width OptFloat64 `json:"width"`
	// The inventory item's origin country.
	OriginCountry OptString `json:"origin_country"`
	// The inventory item's mid code.
	MidCode OptString `json:"mid_code"`
	// The inventory item's material.
	Material OptString `json:"material"`
	// The inventory item's title.
	Title OptString `json:"title"`
	// The inventory item's description.
	Description OptString `json:"description"`
	// The inventory item's thumbnail.
	Thumbnail OptString `json:"thumbnail"`
	// The inventory item's metadata.
	Metadata *AdminPostInventoryItemsReqMetadata `json:"metadata"`
}

SUMMARY. Ref: #/components/schemas/AdminPostInventoryItemsReq

func (*AdminPostInventoryItemsReq) Decode

Decode decodes AdminPostInventoryItemsReq from json.

func (*AdminPostInventoryItemsReq) Encode

func (s *AdminPostInventoryItemsReq) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminPostInventoryItemsReq) GetDescription

func (s *AdminPostInventoryItemsReq) GetDescription() OptString

GetDescription returns the value of Description.

func (*AdminPostInventoryItemsReq) GetHeight

func (s *AdminPostInventoryItemsReq) GetHeight() OptFloat64

GetHeight returns the value of Height.

func (*AdminPostInventoryItemsReq) GetHsCode

func (s *AdminPostInventoryItemsReq) GetHsCode() OptString

GetHsCode returns the value of HsCode.

func (*AdminPostInventoryItemsReq) GetLength

func (s *AdminPostInventoryItemsReq) GetLength() OptFloat64

GetLength returns the value of Length.

func (*AdminPostInventoryItemsReq) GetMaterial

func (s *AdminPostInventoryItemsReq) GetMaterial() OptString

GetMaterial returns the value of Material.

func (*AdminPostInventoryItemsReq) GetMetadata

GetMetadata returns the value of Metadata.

func (*AdminPostInventoryItemsReq) GetMidCode

func (s *AdminPostInventoryItemsReq) GetMidCode() OptString

GetMidCode returns the value of MidCode.

func (*AdminPostInventoryItemsReq) GetOriginCountry

func (s *AdminPostInventoryItemsReq) GetOriginCountry() OptString

GetOriginCountry returns the value of OriginCountry.

func (*AdminPostInventoryItemsReq) GetSku

GetSku returns the value of Sku.

func (*AdminPostInventoryItemsReq) GetThumbnail

func (s *AdminPostInventoryItemsReq) GetThumbnail() OptString

GetThumbnail returns the value of Thumbnail.

func (*AdminPostInventoryItemsReq) GetTitle

func (s *AdminPostInventoryItemsReq) GetTitle() OptString

GetTitle returns the value of Title.

func (*AdminPostInventoryItemsReq) GetWeight

func (s *AdminPostInventoryItemsReq) GetWeight() OptFloat64

GetWeight returns the value of Weight.

func (*AdminPostInventoryItemsReq) GetWidth

func (s *AdminPostInventoryItemsReq) GetWidth() OptFloat64

GetWidth returns the value of Width.

func (*AdminPostInventoryItemsReq) MarshalJSON

func (s *AdminPostInventoryItemsReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostInventoryItemsReq) SetDescription

func (s *AdminPostInventoryItemsReq) SetDescription(val OptString)

SetDescription sets the value of Description.

func (*AdminPostInventoryItemsReq) SetFake

func (s *AdminPostInventoryItemsReq) SetFake()

SetFake set fake values.

func (*AdminPostInventoryItemsReq) SetHeight

func (s *AdminPostInventoryItemsReq) SetHeight(val OptFloat64)

SetHeight sets the value of Height.

func (*AdminPostInventoryItemsReq) SetHsCode

func (s *AdminPostInventoryItemsReq) SetHsCode(val OptString)

SetHsCode sets the value of HsCode.

func (*AdminPostInventoryItemsReq) SetLength

func (s *AdminPostInventoryItemsReq) SetLength(val OptFloat64)

SetLength sets the value of Length.

func (*AdminPostInventoryItemsReq) SetMaterial

func (s *AdminPostInventoryItemsReq) SetMaterial(val OptString)

SetMaterial sets the value of Material.

func (*AdminPostInventoryItemsReq) SetMetadata

SetMetadata sets the value of Metadata.

func (*AdminPostInventoryItemsReq) SetMidCode

func (s *AdminPostInventoryItemsReq) SetMidCode(val OptString)

SetMidCode sets the value of MidCode.

func (*AdminPostInventoryItemsReq) SetOriginCountry

func (s *AdminPostInventoryItemsReq) SetOriginCountry(val OptString)

SetOriginCountry sets the value of OriginCountry.

func (*AdminPostInventoryItemsReq) SetSku

func (s *AdminPostInventoryItemsReq) SetSku(val OptString)

SetSku sets the value of Sku.

func (*AdminPostInventoryItemsReq) SetThumbnail

func (s *AdminPostInventoryItemsReq) SetThumbnail(val OptString)

SetThumbnail sets the value of Thumbnail.

func (*AdminPostInventoryItemsReq) SetTitle

func (s *AdminPostInventoryItemsReq) SetTitle(val OptString)

SetTitle sets the value of Title.

func (*AdminPostInventoryItemsReq) SetWeight

func (s *AdminPostInventoryItemsReq) SetWeight(val OptFloat64)

SetWeight sets the value of Weight.

func (*AdminPostInventoryItemsReq) SetWidth

func (s *AdminPostInventoryItemsReq) SetWidth(val OptFloat64)

SetWidth sets the value of Width.

func (*AdminPostInventoryItemsReq) UnmarshalJSON

func (s *AdminPostInventoryItemsReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostInventoryItemsReq) Validate

func (s *AdminPostInventoryItemsReq) Validate() error

type AdminPostInventoryItemsReqMetadata

type AdminPostInventoryItemsReqMetadata struct{}

The inventory item's metadata.

func (*AdminPostInventoryItemsReqMetadata) Decode

Decode decodes AdminPostInventoryItemsReqMetadata from json.

func (*AdminPostInventoryItemsReqMetadata) Encode

Encode implements json.Marshaler.

func (*AdminPostInventoryItemsReqMetadata) MarshalJSON

func (s *AdminPostInventoryItemsReqMetadata) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostInventoryItemsReqMetadata) SetFake

SetFake set fake values.

func (*AdminPostInventoryItemsReqMetadata) UnmarshalJSON

func (s *AdminPostInventoryItemsReqMetadata) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostInvitesInviteAcceptReq

type AdminPostInvitesInviteAcceptReq struct {
	// The invite's first name.
	FirstName string `json:"first_name"`
	// The invite's last name.
	LastName string `json:"last_name"`
}

SUMMARY. Ref: #/components/schemas/AdminPostInvitesInviteAcceptReq

func (*AdminPostInvitesInviteAcceptReq) Decode

Decode decodes AdminPostInvitesInviteAcceptReq from json.

func (*AdminPostInvitesInviteAcceptReq) Encode

Encode implements json.Marshaler.

func (*AdminPostInvitesInviteAcceptReq) GetFirstName

func (s *AdminPostInvitesInviteAcceptReq) GetFirstName() string

GetFirstName returns the value of FirstName.

func (*AdminPostInvitesInviteAcceptReq) GetLastName

func (s *AdminPostInvitesInviteAcceptReq) GetLastName() string

GetLastName returns the value of LastName.

func (*AdminPostInvitesInviteAcceptReq) MarshalJSON

func (s *AdminPostInvitesInviteAcceptReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostInvitesInviteAcceptReq) SetFake

func (s *AdminPostInvitesInviteAcceptReq) SetFake()

SetFake set fake values.

func (*AdminPostInvitesInviteAcceptReq) SetFirstName

func (s *AdminPostInvitesInviteAcceptReq) SetFirstName(val string)

SetFirstName sets the value of FirstName.

func (*AdminPostInvitesInviteAcceptReq) SetLastName

func (s *AdminPostInvitesInviteAcceptReq) SetLastName(val string)

SetLastName sets the value of LastName.

func (*AdminPostInvitesInviteAcceptReq) UnmarshalJSON

func (s *AdminPostInvitesInviteAcceptReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostPaymentsCapturesReq

type AdminPostPaymentsCapturesReq struct {
	// The payment's amount.
	Amount OptFloat64 `json:"amount"`
}

SUMMARY. Ref: #/components/schemas/AdminPostPaymentsCapturesReq

func (*AdminPostPaymentsCapturesReq) Decode

Decode decodes AdminPostPaymentsCapturesReq from json.

func (*AdminPostPaymentsCapturesReq) Encode

func (s *AdminPostPaymentsCapturesReq) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminPostPaymentsCapturesReq) GetAmount

GetAmount returns the value of Amount.

func (*AdminPostPaymentsCapturesReq) MarshalJSON

func (s *AdminPostPaymentsCapturesReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPaymentsCapturesReq) SetAmount

func (s *AdminPostPaymentsCapturesReq) SetAmount(val OptFloat64)

SetAmount sets the value of Amount.

func (*AdminPostPaymentsCapturesReq) SetFake

func (s *AdminPostPaymentsCapturesReq) SetFake()

SetFake set fake values.

func (*AdminPostPaymentsCapturesReq) UnmarshalJSON

func (s *AdminPostPaymentsCapturesReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPaymentsCapturesReq) Validate

func (s *AdminPostPaymentsCapturesReq) Validate() error

type AdminPostPaymentsRefundsReq

type AdminPostPaymentsRefundsReq struct {
	// The payment's amount.
	Amount OptFloat64 `json:"amount"`
}

SUMMARY. Ref: #/components/schemas/AdminPostPaymentsRefundsReq

func (*AdminPostPaymentsRefundsReq) Decode

Decode decodes AdminPostPaymentsRefundsReq from json.

func (*AdminPostPaymentsRefundsReq) Encode

func (s *AdminPostPaymentsRefundsReq) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminPostPaymentsRefundsReq) GetAmount

func (s *AdminPostPaymentsRefundsReq) GetAmount() OptFloat64

GetAmount returns the value of Amount.

func (*AdminPostPaymentsRefundsReq) MarshalJSON

func (s *AdminPostPaymentsRefundsReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPaymentsRefundsReq) SetAmount

func (s *AdminPostPaymentsRefundsReq) SetAmount(val OptFloat64)

SetAmount sets the value of Amount.

func (*AdminPostPaymentsRefundsReq) SetFake

func (s *AdminPostPaymentsRefundsReq) SetFake()

SetFake set fake values.

func (*AdminPostPaymentsRefundsReq) UnmarshalJSON

func (s *AdminPostPaymentsRefundsReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPaymentsRefundsReq) Validate

func (s *AdminPostPaymentsRefundsReq) Validate() error

type AdminPostPriceListsPriceListPricesBatchAddReq

type AdminPostPriceListsPriceListPricesBatchAddReq struct {
	// The price list's prices.
	Prices []AdminPostPriceListsPriceListPricesBatchAddReqPricesItem `json:"prices"`
}

SUMMARY. Ref: #/components/schemas/AdminPostPriceListsPriceListPricesBatchAddReq

func (*AdminPostPriceListsPriceListPricesBatchAddReq) Decode

Decode decodes AdminPostPriceListsPriceListPricesBatchAddReq from json.

func (*AdminPostPriceListsPriceListPricesBatchAddReq) Encode

Encode implements json.Marshaler.

func (*AdminPostPriceListsPriceListPricesBatchAddReq) GetPrices

GetPrices returns the value of Prices.

func (*AdminPostPriceListsPriceListPricesBatchAddReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPriceListsPriceListPricesBatchAddReq) SetFake

SetFake set fake values.

func (*AdminPostPriceListsPriceListPricesBatchAddReq) SetPrices

SetPrices sets the value of Prices.

func (*AdminPostPriceListsPriceListPricesBatchAddReq) UnmarshalJSON

func (s *AdminPostPriceListsPriceListPricesBatchAddReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPriceListsPriceListPricesBatchAddReq) Validate

type AdminPostPriceListsPriceListPricesBatchAddReqPricesItem

type AdminPostPriceListsPriceListPricesBatchAddReqPricesItem struct {
	// The price's currency code.
	CurrencyCode string `json:"currency_code"`
	// The price's amount.
	Amount float64 `json:"amount"`
	// The price's variant id.
	VariantID string `json:"variant_id"`
	// The price's min quantity.
	MinQuantity OptFloat64 `json:"min_quantity"`
	// The price's max quantity.
	MaxQuantity OptFloat64 `json:"max_quantity"`
	// The price's rules.
	Rules *AdminPostPriceListsPriceListPricesBatchAddReqPricesItemRules `json:"rules"`
}

The price's prices.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) Decode

Decode decodes AdminPostPriceListsPriceListPricesBatchAddReqPricesItem from json.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) Encode

Encode implements json.Marshaler.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) GetAmount

GetAmount returns the value of Amount.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) GetCurrencyCode

GetCurrencyCode returns the value of CurrencyCode.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) GetMaxQuantity

GetMaxQuantity returns the value of MaxQuantity.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) GetMinQuantity

GetMinQuantity returns the value of MinQuantity.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) GetRules

GetRules returns the value of Rules.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) GetVariantID

GetVariantID returns the value of VariantID.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) SetAmount

SetAmount sets the value of Amount.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) SetCurrencyCode

SetCurrencyCode sets the value of CurrencyCode.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) SetFake

SetFake set fake values.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) SetMaxQuantity

SetMaxQuantity sets the value of MaxQuantity.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) SetMinQuantity

SetMinQuantity sets the value of MinQuantity.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) SetRules

SetRules sets the value of Rules.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) SetVariantID

SetVariantID sets the value of VariantID.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItem) Validate

type AdminPostPriceListsPriceListPricesBatchAddReqPricesItemRules

type AdminPostPriceListsPriceListPricesBatchAddReqPricesItemRules struct{}

The price's rules.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItemRules) Decode

Decode decodes AdminPostPriceListsPriceListPricesBatchAddReqPricesItemRules from json.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItemRules) Encode

Encode implements json.Marshaler.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItemRules) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItemRules) SetFake

SetFake set fake values.

func (*AdminPostPriceListsPriceListPricesBatchAddReqPricesItemRules) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostPriceListsPriceListPricesBatchRemoveReq

type AdminPostPriceListsPriceListPricesBatchRemoveReq struct {
	// The price list's ids.
	Ids []string `json:"ids"`
}

SUMMARY. Ref: #/components/schemas/AdminPostPriceListsPriceListPricesBatchRemoveReq

func (*AdminPostPriceListsPriceListPricesBatchRemoveReq) Decode

Decode decodes AdminPostPriceListsPriceListPricesBatchRemoveReq from json.

func (*AdminPostPriceListsPriceListPricesBatchRemoveReq) Encode

Encode implements json.Marshaler.

func (*AdminPostPriceListsPriceListPricesBatchRemoveReq) GetIds

GetIds returns the value of Ids.

func (*AdminPostPriceListsPriceListPricesBatchRemoveReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPriceListsPriceListPricesBatchRemoveReq) SetFake

SetFake set fake values.

func (*AdminPostPriceListsPriceListPricesBatchRemoveReq) SetIds

SetIds sets the value of Ids.

func (*AdminPostPriceListsPriceListPricesBatchRemoveReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPriceListsPriceListPricesBatchRemoveReq) Validate

type AdminPostPriceListsPriceListReq

type AdminPostPriceListsPriceListReq struct {
	// The price list's title.
	Title OptString `json:"title"`
	// The price list's description.
	Description OptString `json:"description"`
	// The price list's starts at.
	StartsAt OptString `json:"starts_at"`
	// The price list's ends at.
	EndsAt OptString `json:"ends_at"`
	Status jx.Raw    `json:"status"`
	Type   jx.Raw    `json:"type"`
	// The price list's prices.
	Prices []AdminPostPriceListsPriceListReqPricesItem `json:"prices"`
	// The price list's rules.
	Rules *AdminPostPriceListsPriceListReqRules `json:"rules"`
}

SUMMARY. Ref: #/components/schemas/AdminPostPriceListsPriceListReq

func (*AdminPostPriceListsPriceListReq) Decode

Decode decodes AdminPostPriceListsPriceListReq from json.

func (*AdminPostPriceListsPriceListReq) Encode

Encode implements json.Marshaler.

func (*AdminPostPriceListsPriceListReq) GetDescription

func (s *AdminPostPriceListsPriceListReq) GetDescription() OptString

GetDescription returns the value of Description.

func (*AdminPostPriceListsPriceListReq) GetEndsAt

GetEndsAt returns the value of EndsAt.

func (*AdminPostPriceListsPriceListReq) GetPrices

GetPrices returns the value of Prices.

func (*AdminPostPriceListsPriceListReq) GetRules

GetRules returns the value of Rules.

func (*AdminPostPriceListsPriceListReq) GetStartsAt

func (s *AdminPostPriceListsPriceListReq) GetStartsAt() OptString

GetStartsAt returns the value of StartsAt.

func (*AdminPostPriceListsPriceListReq) GetStatus

func (s *AdminPostPriceListsPriceListReq) GetStatus() jx.Raw

GetStatus returns the value of Status.

func (*AdminPostPriceListsPriceListReq) GetTitle

GetTitle returns the value of Title.

func (*AdminPostPriceListsPriceListReq) GetType

func (s *AdminPostPriceListsPriceListReq) GetType() jx.Raw

GetType returns the value of Type.

func (*AdminPostPriceListsPriceListReq) MarshalJSON

func (s *AdminPostPriceListsPriceListReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPriceListsPriceListReq) SetDescription

func (s *AdminPostPriceListsPriceListReq) SetDescription(val OptString)

SetDescription sets the value of Description.

func (*AdminPostPriceListsPriceListReq) SetEndsAt

func (s *AdminPostPriceListsPriceListReq) SetEndsAt(val OptString)

SetEndsAt sets the value of EndsAt.

func (*AdminPostPriceListsPriceListReq) SetFake

func (s *AdminPostPriceListsPriceListReq) SetFake()

SetFake set fake values.

func (*AdminPostPriceListsPriceListReq) SetPrices

SetPrices sets the value of Prices.

func (*AdminPostPriceListsPriceListReq) SetRules

SetRules sets the value of Rules.

func (*AdminPostPriceListsPriceListReq) SetStartsAt

func (s *AdminPostPriceListsPriceListReq) SetStartsAt(val OptString)

SetStartsAt sets the value of StartsAt.

func (*AdminPostPriceListsPriceListReq) SetStatus

func (s *AdminPostPriceListsPriceListReq) SetStatus(val jx.Raw)

SetStatus sets the value of Status.

func (*AdminPostPriceListsPriceListReq) SetTitle

func (s *AdminPostPriceListsPriceListReq) SetTitle(val OptString)

SetTitle sets the value of Title.

func (*AdminPostPriceListsPriceListReq) SetType

func (s *AdminPostPriceListsPriceListReq) SetType(val jx.Raw)

SetType sets the value of Type.

func (*AdminPostPriceListsPriceListReq) UnmarshalJSON

func (s *AdminPostPriceListsPriceListReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPriceListsPriceListReq) Validate

func (s *AdminPostPriceListsPriceListReq) Validate() error

type AdminPostPriceListsPriceListReqPricesItem

type AdminPostPriceListsPriceListReqPricesItem struct {
	// The price's currency code.
	CurrencyCode string `json:"currency_code"`
	// The price's amount.
	Amount float64 `json:"amount"`
	// The price's variant id.
	VariantID string `json:"variant_id"`
	// The price's min quantity.
	MinQuantity OptFloat64 `json:"min_quantity"`
	// The price's max quantity.
	MaxQuantity OptFloat64 `json:"max_quantity"`
	// The price's rules.
	Rules *AdminPostPriceListsPriceListReqPricesItemRules `json:"rules"`
}

The price's prices.

func (*AdminPostPriceListsPriceListReqPricesItem) Decode

Decode decodes AdminPostPriceListsPriceListReqPricesItem from json.

func (*AdminPostPriceListsPriceListReqPricesItem) Encode

Encode implements json.Marshaler.

func (*AdminPostPriceListsPriceListReqPricesItem) GetAmount

GetAmount returns the value of Amount.

func (*AdminPostPriceListsPriceListReqPricesItem) GetCurrencyCode

GetCurrencyCode returns the value of CurrencyCode.

func (*AdminPostPriceListsPriceListReqPricesItem) GetMaxQuantity

GetMaxQuantity returns the value of MaxQuantity.

func (*AdminPostPriceListsPriceListReqPricesItem) GetMinQuantity

GetMinQuantity returns the value of MinQuantity.

func (*AdminPostPriceListsPriceListReqPricesItem) GetRules

GetRules returns the value of Rules.

func (*AdminPostPriceListsPriceListReqPricesItem) GetVariantID

GetVariantID returns the value of VariantID.

func (*AdminPostPriceListsPriceListReqPricesItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPriceListsPriceListReqPricesItem) SetAmount

SetAmount sets the value of Amount.

func (*AdminPostPriceListsPriceListReqPricesItem) SetCurrencyCode

func (s *AdminPostPriceListsPriceListReqPricesItem) SetCurrencyCode(val string)

SetCurrencyCode sets the value of CurrencyCode.

func (*AdminPostPriceListsPriceListReqPricesItem) SetFake

SetFake set fake values.

func (*AdminPostPriceListsPriceListReqPricesItem) SetMaxQuantity

SetMaxQuantity sets the value of MaxQuantity.

func (*AdminPostPriceListsPriceListReqPricesItem) SetMinQuantity

SetMinQuantity sets the value of MinQuantity.

func (*AdminPostPriceListsPriceListReqPricesItem) SetRules

SetRules sets the value of Rules.

func (*AdminPostPriceListsPriceListReqPricesItem) SetVariantID

SetVariantID sets the value of VariantID.

func (*AdminPostPriceListsPriceListReqPricesItem) UnmarshalJSON

func (s *AdminPostPriceListsPriceListReqPricesItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPriceListsPriceListReqPricesItem) Validate

type AdminPostPriceListsPriceListReqPricesItemRules

type AdminPostPriceListsPriceListReqPricesItemRules struct{}

The price's rules.

func (*AdminPostPriceListsPriceListReqPricesItemRules) Decode

Decode decodes AdminPostPriceListsPriceListReqPricesItemRules from json.

func (*AdminPostPriceListsPriceListReqPricesItemRules) Encode

Encode implements json.Marshaler.

func (*AdminPostPriceListsPriceListReqPricesItemRules) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPriceListsPriceListReqPricesItemRules) SetFake

SetFake set fake values.

func (*AdminPostPriceListsPriceListReqPricesItemRules) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostPriceListsPriceListReqRules

type AdminPostPriceListsPriceListReqRules struct{}

The price list's rules.

func (*AdminPostPriceListsPriceListReqRules) Decode

Decode decodes AdminPostPriceListsPriceListReqRules from json.

func (*AdminPostPriceListsPriceListReqRules) Encode

Encode implements json.Marshaler.

func (*AdminPostPriceListsPriceListReqRules) MarshalJSON

func (s *AdminPostPriceListsPriceListReqRules) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPriceListsPriceListReqRules) SetFake

SetFake set fake values.

func (*AdminPostPriceListsPriceListReqRules) UnmarshalJSON

func (s *AdminPostPriceListsPriceListReqRules) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostPriceListsReq

type AdminPostPriceListsReq struct {
	// The price list's title.
	Title string `json:"title"`
	// The price list's description.
	Description string `json:"description"`
	// The price list's starts at.
	StartsAt OptString `json:"starts_at"`
	// The price list's ends at.
	EndsAt OptString `json:"ends_at"`
	Status jx.Raw    `json:"status"`
	Type   jx.Raw    `json:"type"`
	// The price list's prices.
	Prices []AdminPostPriceListsReqPricesItem `json:"prices"`
	// The price list's rules.
	Rules *AdminPostPriceListsReqRules `json:"rules"`
}

SUMMARY. Ref: #/components/schemas/AdminPostPriceListsReq

func (*AdminPostPriceListsReq) Decode

func (s *AdminPostPriceListsReq) Decode(d *jx.Decoder) error

Decode decodes AdminPostPriceListsReq from json.

func (*AdminPostPriceListsReq) Encode

func (s *AdminPostPriceListsReq) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminPostPriceListsReq) GetDescription

func (s *AdminPostPriceListsReq) GetDescription() string

GetDescription returns the value of Description.

func (*AdminPostPriceListsReq) GetEndsAt

func (s *AdminPostPriceListsReq) GetEndsAt() OptString

GetEndsAt returns the value of EndsAt.

func (*AdminPostPriceListsReq) GetPrices

GetPrices returns the value of Prices.

func (*AdminPostPriceListsReq) GetRules

GetRules returns the value of Rules.

func (*AdminPostPriceListsReq) GetStartsAt

func (s *AdminPostPriceListsReq) GetStartsAt() OptString

GetStartsAt returns the value of StartsAt.

func (*AdminPostPriceListsReq) GetStatus

func (s *AdminPostPriceListsReq) GetStatus() jx.Raw

GetStatus returns the value of Status.

func (*AdminPostPriceListsReq) GetTitle

func (s *AdminPostPriceListsReq) GetTitle() string

GetTitle returns the value of Title.

func (*AdminPostPriceListsReq) GetType

func (s *AdminPostPriceListsReq) GetType() jx.Raw

GetType returns the value of Type.

func (*AdminPostPriceListsReq) MarshalJSON

func (s *AdminPostPriceListsReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPriceListsReq) SetDescription

func (s *AdminPostPriceListsReq) SetDescription(val string)

SetDescription sets the value of Description.

func (*AdminPostPriceListsReq) SetEndsAt

func (s *AdminPostPriceListsReq) SetEndsAt(val OptString)

SetEndsAt sets the value of EndsAt.

func (*AdminPostPriceListsReq) SetFake

func (s *AdminPostPriceListsReq) SetFake()

SetFake set fake values.

func (*AdminPostPriceListsReq) SetPrices

SetPrices sets the value of Prices.

func (*AdminPostPriceListsReq) SetRules

SetRules sets the value of Rules.

func (*AdminPostPriceListsReq) SetStartsAt

func (s *AdminPostPriceListsReq) SetStartsAt(val OptString)

SetStartsAt sets the value of StartsAt.

func (*AdminPostPriceListsReq) SetStatus

func (s *AdminPostPriceListsReq) SetStatus(val jx.Raw)

SetStatus sets the value of Status.

func (*AdminPostPriceListsReq) SetTitle

func (s *AdminPostPriceListsReq) SetTitle(val string)

SetTitle sets the value of Title.

func (*AdminPostPriceListsReq) SetType

func (s *AdminPostPriceListsReq) SetType(val jx.Raw)

SetType sets the value of Type.

func (*AdminPostPriceListsReq) UnmarshalJSON

func (s *AdminPostPriceListsReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPriceListsReq) Validate

func (s *AdminPostPriceListsReq) Validate() error

type AdminPostPriceListsReqPricesItem

type AdminPostPriceListsReqPricesItem struct {
	// The price's currency code.
	CurrencyCode string `json:"currency_code"`
	// The price's amount.
	Amount float64 `json:"amount"`
	// The price's variant id.
	VariantID string `json:"variant_id"`
	// The price's min quantity.
	MinQuantity OptFloat64 `json:"min_quantity"`
	// The price's max quantity.
	MaxQuantity OptFloat64 `json:"max_quantity"`
	// The price's rules.
	Rules *AdminPostPriceListsReqPricesItemRules `json:"rules"`
}

The price's prices.

func (*AdminPostPriceListsReqPricesItem) Decode

Decode decodes AdminPostPriceListsReqPricesItem from json.

func (*AdminPostPriceListsReqPricesItem) Encode

Encode implements json.Marshaler.

func (*AdminPostPriceListsReqPricesItem) GetAmount

GetAmount returns the value of Amount.

func (*AdminPostPriceListsReqPricesItem) GetCurrencyCode

func (s *AdminPostPriceListsReqPricesItem) GetCurrencyCode() string

GetCurrencyCode returns the value of CurrencyCode.

func (*AdminPostPriceListsReqPricesItem) GetMaxQuantity

func (s *AdminPostPriceListsReqPricesItem) GetMaxQuantity() OptFloat64

GetMaxQuantity returns the value of MaxQuantity.

func (*AdminPostPriceListsReqPricesItem) GetMinQuantity

func (s *AdminPostPriceListsReqPricesItem) GetMinQuantity() OptFloat64

GetMinQuantity returns the value of MinQuantity.

func (*AdminPostPriceListsReqPricesItem) GetRules

GetRules returns the value of Rules.

func (*AdminPostPriceListsReqPricesItem) GetVariantID

func (s *AdminPostPriceListsReqPricesItem) GetVariantID() string

GetVariantID returns the value of VariantID.

func (*AdminPostPriceListsReqPricesItem) MarshalJSON

func (s *AdminPostPriceListsReqPricesItem) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPriceListsReqPricesItem) SetAmount

func (s *AdminPostPriceListsReqPricesItem) SetAmount(val float64)

SetAmount sets the value of Amount.

func (*AdminPostPriceListsReqPricesItem) SetCurrencyCode

func (s *AdminPostPriceListsReqPricesItem) SetCurrencyCode(val string)

SetCurrencyCode sets the value of CurrencyCode.

func (*AdminPostPriceListsReqPricesItem) SetFake

func (s *AdminPostPriceListsReqPricesItem) SetFake()

SetFake set fake values.

func (*AdminPostPriceListsReqPricesItem) SetMaxQuantity

func (s *AdminPostPriceListsReqPricesItem) SetMaxQuantity(val OptFloat64)

SetMaxQuantity sets the value of MaxQuantity.

func (*AdminPostPriceListsReqPricesItem) SetMinQuantity

func (s *AdminPostPriceListsReqPricesItem) SetMinQuantity(val OptFloat64)

SetMinQuantity sets the value of MinQuantity.

func (*AdminPostPriceListsReqPricesItem) SetRules

SetRules sets the value of Rules.

func (*AdminPostPriceListsReqPricesItem) SetVariantID

func (s *AdminPostPriceListsReqPricesItem) SetVariantID(val string)

SetVariantID sets the value of VariantID.

func (*AdminPostPriceListsReqPricesItem) UnmarshalJSON

func (s *AdminPostPriceListsReqPricesItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPriceListsReqPricesItem) Validate

type AdminPostPriceListsReqPricesItemRules

type AdminPostPriceListsReqPricesItemRules struct{}

The price's rules.

func (*AdminPostPriceListsReqPricesItemRules) Decode

Decode decodes AdminPostPriceListsReqPricesItemRules from json.

func (*AdminPostPriceListsReqPricesItemRules) Encode

Encode implements json.Marshaler.

func (*AdminPostPriceListsReqPricesItemRules) MarshalJSON

func (s *AdminPostPriceListsReqPricesItemRules) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPriceListsReqPricesItemRules) SetFake

SetFake set fake values.

func (*AdminPostPriceListsReqPricesItemRules) UnmarshalJSON

func (s *AdminPostPriceListsReqPricesItemRules) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostPriceListsReqRules

type AdminPostPriceListsReqRules struct{}

The price list's rules.

func (*AdminPostPriceListsReqRules) Decode

Decode decodes AdminPostPriceListsReqRules from json.

func (*AdminPostPriceListsReqRules) Encode

func (s *AdminPostPriceListsReqRules) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminPostPriceListsReqRules) MarshalJSON

func (s *AdminPostPriceListsReqRules) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPriceListsReqRules) SetFake

func (s *AdminPostPriceListsReqRules) SetFake()

SetFake set fake values.

func (*AdminPostPriceListsReqRules) UnmarshalJSON

func (s *AdminPostPriceListsReqRules) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostPricingRuleTypesReq

type AdminPostPricingRuleTypesReq struct {
	// The pricing's name.
	Name string `json:"name"`
	// The pricing's rule attribute.
	RuleAttribute string `json:"rule_attribute"`
	// The pricing's default priority.
	DefaultPriority float64 `json:"default_priority"`
}

SUMMARY. Ref: #/components/schemas/AdminPostPricingRuleTypesReq

func (*AdminPostPricingRuleTypesReq) Decode

Decode decodes AdminPostPricingRuleTypesReq from json.

func (*AdminPostPricingRuleTypesReq) Encode

func (s *AdminPostPricingRuleTypesReq) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminPostPricingRuleTypesReq) GetDefaultPriority

func (s *AdminPostPricingRuleTypesReq) GetDefaultPriority() float64

GetDefaultPriority returns the value of DefaultPriority.

func (*AdminPostPricingRuleTypesReq) GetName

func (s *AdminPostPricingRuleTypesReq) GetName() string

GetName returns the value of Name.

func (*AdminPostPricingRuleTypesReq) GetRuleAttribute

func (s *AdminPostPricingRuleTypesReq) GetRuleAttribute() string

GetRuleAttribute returns the value of RuleAttribute.

func (*AdminPostPricingRuleTypesReq) MarshalJSON

func (s *AdminPostPricingRuleTypesReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPricingRuleTypesReq) SetDefaultPriority

func (s *AdminPostPricingRuleTypesReq) SetDefaultPriority(val float64)

SetDefaultPriority sets the value of DefaultPriority.

func (*AdminPostPricingRuleTypesReq) SetFake

func (s *AdminPostPricingRuleTypesReq) SetFake()

SetFake set fake values.

func (*AdminPostPricingRuleTypesReq) SetName

func (s *AdminPostPricingRuleTypesReq) SetName(val string)

SetName sets the value of Name.

func (*AdminPostPricingRuleTypesReq) SetRuleAttribute

func (s *AdminPostPricingRuleTypesReq) SetRuleAttribute(val string)

SetRuleAttribute sets the value of RuleAttribute.

func (*AdminPostPricingRuleTypesReq) UnmarshalJSON

func (s *AdminPostPricingRuleTypesReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPricingRuleTypesReq) Validate

func (s *AdminPostPricingRuleTypesReq) Validate() error

type AdminPostPricingRuleTypesRuleTypeReq

type AdminPostPricingRuleTypesRuleTypeReq struct {
	// The pricing's name.
	Name OptString `json:"name"`
	// The pricing's rule attribute.
	RuleAttribute OptString `json:"rule_attribute"`
	// The pricing's default priority.
	DefaultPriority OptFloat64 `json:"default_priority"`
}

SUMMARY. Ref: #/components/schemas/AdminPostPricingRuleTypesRuleTypeReq

func (*AdminPostPricingRuleTypesRuleTypeReq) Decode

Decode decodes AdminPostPricingRuleTypesRuleTypeReq from json.

func (*AdminPostPricingRuleTypesRuleTypeReq) Encode

Encode implements json.Marshaler.

func (*AdminPostPricingRuleTypesRuleTypeReq) GetDefaultPriority

func (s *AdminPostPricingRuleTypesRuleTypeReq) GetDefaultPriority() OptFloat64

GetDefaultPriority returns the value of DefaultPriority.

func (*AdminPostPricingRuleTypesRuleTypeReq) GetName

GetName returns the value of Name.

func (*AdminPostPricingRuleTypesRuleTypeReq) GetRuleAttribute

func (s *AdminPostPricingRuleTypesRuleTypeReq) GetRuleAttribute() OptString

GetRuleAttribute returns the value of RuleAttribute.

func (*AdminPostPricingRuleTypesRuleTypeReq) MarshalJSON

func (s *AdminPostPricingRuleTypesRuleTypeReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPricingRuleTypesRuleTypeReq) SetDefaultPriority

func (s *AdminPostPricingRuleTypesRuleTypeReq) SetDefaultPriority(val OptFloat64)

SetDefaultPriority sets the value of DefaultPriority.

func (*AdminPostPricingRuleTypesRuleTypeReq) SetFake

SetFake set fake values.

func (*AdminPostPricingRuleTypesRuleTypeReq) SetName

SetName sets the value of Name.

func (*AdminPostPricingRuleTypesRuleTypeReq) SetRuleAttribute

func (s *AdminPostPricingRuleTypesRuleTypeReq) SetRuleAttribute(val OptString)

SetRuleAttribute sets the value of RuleAttribute.

func (*AdminPostPricingRuleTypesRuleTypeReq) UnmarshalJSON

func (s *AdminPostPricingRuleTypesRuleTypeReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPricingRuleTypesRuleTypeReq) Validate

type AdminPostPromotionsPromotionReq

type AdminPostPromotionsPromotionReq struct {
	// The promotion's code.
	Code OptString `json:"code"`
	// The promotion's is automatic.
	IsAutomatic OptBool `json:"is_automatic"`
	Type        jx.Raw  `json:"type"`
	// The promotion's campaign id.
	CampaignID        OptString                          `json:"campaign_id"`
	Campaign          OptAdminPostCampaignsReq           `json:"campaign"`
	ApplicationMethod OptApplicationMethodsMethodPostReq `json:"application_method"`
	// The promotion's rules.
	Rules []AdminPostPromotionsPromotionReqRulesItem `json:"rules"`
}

SUMMARY. Ref: #/components/schemas/AdminPostPromotionsPromotionReq

func (*AdminPostPromotionsPromotionReq) Decode

Decode decodes AdminPostPromotionsPromotionReq from json.

func (*AdminPostPromotionsPromotionReq) Encode

Encode implements json.Marshaler.

func (*AdminPostPromotionsPromotionReq) GetApplicationMethod

GetApplicationMethod returns the value of ApplicationMethod.

func (*AdminPostPromotionsPromotionReq) GetCampaign

GetCampaign returns the value of Campaign.

func (*AdminPostPromotionsPromotionReq) GetCampaignID

func (s *AdminPostPromotionsPromotionReq) GetCampaignID() OptString

GetCampaignID returns the value of CampaignID.

func (*AdminPostPromotionsPromotionReq) GetCode

GetCode returns the value of Code.

func (*AdminPostPromotionsPromotionReq) GetIsAutomatic

func (s *AdminPostPromotionsPromotionReq) GetIsAutomatic() OptBool

GetIsAutomatic returns the value of IsAutomatic.

func (*AdminPostPromotionsPromotionReq) GetRules

GetRules returns the value of Rules.

func (*AdminPostPromotionsPromotionReq) GetType

func (s *AdminPostPromotionsPromotionReq) GetType() jx.Raw

GetType returns the value of Type.

func (*AdminPostPromotionsPromotionReq) MarshalJSON

func (s *AdminPostPromotionsPromotionReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPromotionsPromotionReq) SetApplicationMethod

SetApplicationMethod sets the value of ApplicationMethod.

func (*AdminPostPromotionsPromotionReq) SetCampaign

SetCampaign sets the value of Campaign.

func (*AdminPostPromotionsPromotionReq) SetCampaignID

func (s *AdminPostPromotionsPromotionReq) SetCampaignID(val OptString)

SetCampaignID sets the value of CampaignID.

func (*AdminPostPromotionsPromotionReq) SetCode

SetCode sets the value of Code.

func (*AdminPostPromotionsPromotionReq) SetFake

func (s *AdminPostPromotionsPromotionReq) SetFake()

SetFake set fake values.

func (*AdminPostPromotionsPromotionReq) SetIsAutomatic

func (s *AdminPostPromotionsPromotionReq) SetIsAutomatic(val OptBool)

SetIsAutomatic sets the value of IsAutomatic.

func (*AdminPostPromotionsPromotionReq) SetRules

SetRules sets the value of Rules.

func (*AdminPostPromotionsPromotionReq) SetType

func (s *AdminPostPromotionsPromotionReq) SetType(val jx.Raw)

SetType sets the value of Type.

func (*AdminPostPromotionsPromotionReq) UnmarshalJSON

func (s *AdminPostPromotionsPromotionReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPromotionsPromotionReq) Validate

func (s *AdminPostPromotionsPromotionReq) Validate() error

type AdminPostPromotionsPromotionReqRulesItem

type AdminPostPromotionsPromotionReqRulesItem struct {
	Operator jx.Raw `json:"operator"`
	// The rule's description.
	Description OptString `json:"description"`
	// The rule's attribute.
	Attribute string `json:"attribute"`
	// The rule's values.
	Values []string `json:"values"`
}

The rule's rules.

func (*AdminPostPromotionsPromotionReqRulesItem) Decode

Decode decodes AdminPostPromotionsPromotionReqRulesItem from json.

func (*AdminPostPromotionsPromotionReqRulesItem) Encode

Encode implements json.Marshaler.

func (*AdminPostPromotionsPromotionReqRulesItem) GetAttribute

GetAttribute returns the value of Attribute.

func (*AdminPostPromotionsPromotionReqRulesItem) GetDescription

GetDescription returns the value of Description.

func (*AdminPostPromotionsPromotionReqRulesItem) GetOperator

GetOperator returns the value of Operator.

func (*AdminPostPromotionsPromotionReqRulesItem) GetValues

GetValues returns the value of Values.

func (*AdminPostPromotionsPromotionReqRulesItem) MarshalJSON

func (s *AdminPostPromotionsPromotionReqRulesItem) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPromotionsPromotionReqRulesItem) SetAttribute

func (s *AdminPostPromotionsPromotionReqRulesItem) SetAttribute(val string)

SetAttribute sets the value of Attribute.

func (*AdminPostPromotionsPromotionReqRulesItem) SetDescription

func (s *AdminPostPromotionsPromotionReqRulesItem) SetDescription(val OptString)

SetDescription sets the value of Description.

func (*AdminPostPromotionsPromotionReqRulesItem) SetFake

SetFake set fake values.

func (*AdminPostPromotionsPromotionReqRulesItem) SetOperator

func (s *AdminPostPromotionsPromotionReqRulesItem) SetOperator(val jx.Raw)

SetOperator sets the value of Operator.

func (*AdminPostPromotionsPromotionReqRulesItem) SetValues

SetValues sets the value of Values.

func (*AdminPostPromotionsPromotionReqRulesItem) UnmarshalJSON

func (s *AdminPostPromotionsPromotionReqRulesItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPromotionsPromotionReqRulesItem) Validate

type AdminPostPromotionsPromotionRulesBatchAddReq

type AdminPostPromotionsPromotionRulesBatchAddReq struct {
	// The promotion's rules.
	Rules []AdminPostPromotionsPromotionRulesBatchAddReqRulesItem `json:"rules"`
}

SUMMARY. Ref: #/components/schemas/AdminPostPromotionsPromotionRulesBatchAddReq

func (*AdminPostPromotionsPromotionRulesBatchAddReq) Decode

Decode decodes AdminPostPromotionsPromotionRulesBatchAddReq from json.

func (*AdminPostPromotionsPromotionRulesBatchAddReq) Encode

Encode implements json.Marshaler.

func (*AdminPostPromotionsPromotionRulesBatchAddReq) GetRules

GetRules returns the value of Rules.

func (*AdminPostPromotionsPromotionRulesBatchAddReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPromotionsPromotionRulesBatchAddReq) SetFake

SetFake set fake values.

func (*AdminPostPromotionsPromotionRulesBatchAddReq) SetRules

SetRules sets the value of Rules.

func (*AdminPostPromotionsPromotionRulesBatchAddReq) UnmarshalJSON

func (s *AdminPostPromotionsPromotionRulesBatchAddReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPromotionsPromotionRulesBatchAddReq) Validate

type AdminPostPromotionsPromotionRulesBatchAddReqRulesItem

type AdminPostPromotionsPromotionRulesBatchAddReqRulesItem struct {
	Operator jx.Raw `json:"operator"`
	// The rule's description.
	Description OptString `json:"description"`
	// The rule's attribute.
	Attribute string `json:"attribute"`
	// The rule's values.
	Values []string `json:"values"`
}

The rule's rules.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) Decode

Decode decodes AdminPostPromotionsPromotionRulesBatchAddReqRulesItem from json.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) Encode

Encode implements json.Marshaler.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) GetAttribute

GetAttribute returns the value of Attribute.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) GetDescription

GetDescription returns the value of Description.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) GetOperator

GetOperator returns the value of Operator.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) GetValues

GetValues returns the value of Values.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) SetAttribute

SetAttribute sets the value of Attribute.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) SetDescription

SetDescription sets the value of Description.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) SetFake

SetFake set fake values.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) SetOperator

SetOperator sets the value of Operator.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) SetValues

SetValues sets the value of Values.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPromotionsPromotionRulesBatchAddReqRulesItem) Validate

type AdminPostPromotionsPromotionRulesBatchRemoveReq

type AdminPostPromotionsPromotionRulesBatchRemoveReq struct {
	// The promotion's rule ids.
	RuleIds []string `json:"rule_ids"`
}

SUMMARY. Ref: #/components/schemas/AdminPostPromotionsPromotionRulesBatchRemoveReq

func (*AdminPostPromotionsPromotionRulesBatchRemoveReq) Decode

Decode decodes AdminPostPromotionsPromotionRulesBatchRemoveReq from json.

func (*AdminPostPromotionsPromotionRulesBatchRemoveReq) Encode

Encode implements json.Marshaler.

func (*AdminPostPromotionsPromotionRulesBatchRemoveReq) GetRuleIds

GetRuleIds returns the value of RuleIds.

func (*AdminPostPromotionsPromotionRulesBatchRemoveReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPromotionsPromotionRulesBatchRemoveReq) SetFake

SetFake set fake values.

func (*AdminPostPromotionsPromotionRulesBatchRemoveReq) SetRuleIds

SetRuleIds sets the value of RuleIds.

func (*AdminPostPromotionsPromotionRulesBatchRemoveReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPromotionsPromotionRulesBatchRemoveReq) Validate

type AdminPostPromotionsPromotionRulesBatchUpdateReq

type AdminPostPromotionsPromotionRulesBatchUpdateReq struct {
	// The promotion's rules.
	Rules []AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem `json:"rules"`
}

SUMMARY. Ref: #/components/schemas/AdminPostPromotionsPromotionRulesBatchUpdateReq

func (*AdminPostPromotionsPromotionRulesBatchUpdateReq) Decode

Decode decodes AdminPostPromotionsPromotionRulesBatchUpdateReq from json.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReq) Encode

Encode implements json.Marshaler.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReq) GetRules

GetRules returns the value of Rules.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReq) SetFake

SetFake set fake values.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReq) SetRules

SetRules sets the value of Rules.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReq) Validate

type AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem

type AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem struct {
	// The rule's ID.
	ID       string `json:"id"`
	Operator jx.Raw `json:"operator"`
	// The rule's description.
	Description OptString `json:"description"`
	// The rule's attribute.
	Attribute string `json:"attribute"`
	// The rule's values.
	Values []string `json:"values"`
}

The rule's rules.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) Decode

Decode decodes AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem from json.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) Encode

Encode implements json.Marshaler.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) GetAttribute

GetAttribute returns the value of Attribute.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) GetDescription

GetDescription returns the value of Description.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) GetID

GetID returns the value of ID.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) GetOperator

GetOperator returns the value of Operator.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) GetValues

GetValues returns the value of Values.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) SetAttribute

SetAttribute sets the value of Attribute.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) SetDescription

SetDescription sets the value of Description.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) SetFake

SetFake set fake values.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) SetID

SetID sets the value of ID.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) SetOperator

SetOperator sets the value of Operator.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) SetValues

SetValues sets the value of Values.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostPromotionsPromotionRulesBatchUpdateReqRulesItem) Validate

type AdminPostStockLocationsReq

type AdminPostStockLocationsReq struct {
	// The stock location's name.
	Name    string                  `json:"name"`
	Address OptStockLocationAddress `json:"address"`
	// The stock location's address id.
	AddressID OptString `json:"address_id"`
	// The stock location's metadata.
	Metadata *AdminPostStockLocationsReqMetadata `json:"metadata"`
}

SUMMARY. Ref: #/components/schemas/AdminPostStockLocationsReq

func (*AdminPostStockLocationsReq) Decode

Decode decodes AdminPostStockLocationsReq from json.

func (*AdminPostStockLocationsReq) Encode

func (s *AdminPostStockLocationsReq) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminPostStockLocationsReq) GetAddress

GetAddress returns the value of Address.

func (*AdminPostStockLocationsReq) GetAddressID

func (s *AdminPostStockLocationsReq) GetAddressID() OptString

GetAddressID returns the value of AddressID.

func (*AdminPostStockLocationsReq) GetMetadata

GetMetadata returns the value of Metadata.

func (*AdminPostStockLocationsReq) GetName

func (s *AdminPostStockLocationsReq) GetName() string

GetName returns the value of Name.

func (*AdminPostStockLocationsReq) MarshalJSON

func (s *AdminPostStockLocationsReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostStockLocationsReq) SetAddress

SetAddress sets the value of Address.

func (*AdminPostStockLocationsReq) SetAddressID

func (s *AdminPostStockLocationsReq) SetAddressID(val OptString)

SetAddressID sets the value of AddressID.

func (*AdminPostStockLocationsReq) SetFake

func (s *AdminPostStockLocationsReq) SetFake()

SetFake set fake values.

func (*AdminPostStockLocationsReq) SetMetadata

SetMetadata sets the value of Metadata.

func (*AdminPostStockLocationsReq) SetName

func (s *AdminPostStockLocationsReq) SetName(val string)

SetName sets the value of Name.

func (*AdminPostStockLocationsReq) UnmarshalJSON

func (s *AdminPostStockLocationsReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostStockLocationsReqMetadata

type AdminPostStockLocationsReqMetadata struct{}

The stock location's metadata.

func (*AdminPostStockLocationsReqMetadata) Decode

Decode decodes AdminPostStockLocationsReqMetadata from json.

func (*AdminPostStockLocationsReqMetadata) Encode

Encode implements json.Marshaler.

func (*AdminPostStockLocationsReqMetadata) MarshalJSON

func (s *AdminPostStockLocationsReqMetadata) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostStockLocationsReqMetadata) SetFake

SetFake set fake values.

func (*AdminPostStockLocationsReqMetadata) UnmarshalJSON

func (s *AdminPostStockLocationsReqMetadata) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostTaxRatesReq

type AdminPostTaxRatesReq struct {
	// The tax rate's rate.
	Rate OptFloat64 `json:"rate"`
	// The tax rate's code.
	Code OptString `json:"code"`
	// The tax rate's rules.
	Rules []AdminPostTaxRatesReqRulesItem `json:"rules"`
	// The tax rate's name.
	Name string `json:"name"`
	// The tax rate's is default.
	IsDefault OptBool `json:"is_default"`
	// The tax rate's is combinable.
	IsCombinable OptBool `json:"is_combinable"`
	// The tax rate's tax region id.
	TaxRegionID string `json:"tax_region_id"`
	// The tax rate's metadata.
	Metadata *AdminPostTaxRatesReqMetadata `json:"metadata"`
}

SUMMARY. Ref: #/components/schemas/AdminPostTaxRatesReq

func (*AdminPostTaxRatesReq) Decode

func (s *AdminPostTaxRatesReq) Decode(d *jx.Decoder) error

Decode decodes AdminPostTaxRatesReq from json.

func (*AdminPostTaxRatesReq) Encode

func (s *AdminPostTaxRatesReq) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminPostTaxRatesReq) GetCode

func (s *AdminPostTaxRatesReq) GetCode() OptString

GetCode returns the value of Code.

func (*AdminPostTaxRatesReq) GetIsCombinable

func (s *AdminPostTaxRatesReq) GetIsCombinable() OptBool

GetIsCombinable returns the value of IsCombinable.

func (*AdminPostTaxRatesReq) GetIsDefault

func (s *AdminPostTaxRatesReq) GetIsDefault() OptBool

GetIsDefault returns the value of IsDefault.

func (*AdminPostTaxRatesReq) GetMetadata

GetMetadata returns the value of Metadata.

func (*AdminPostTaxRatesReq) GetName

func (s *AdminPostTaxRatesReq) GetName() string

GetName returns the value of Name.

func (*AdminPostTaxRatesReq) GetRate

func (s *AdminPostTaxRatesReq) GetRate() OptFloat64

GetRate returns the value of Rate.

func (*AdminPostTaxRatesReq) GetRules

GetRules returns the value of Rules.

func (*AdminPostTaxRatesReq) GetTaxRegionID

func (s *AdminPostTaxRatesReq) GetTaxRegionID() string

GetTaxRegionID returns the value of TaxRegionID.

func (*AdminPostTaxRatesReq) MarshalJSON

func (s *AdminPostTaxRatesReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostTaxRatesReq) SetCode

func (s *AdminPostTaxRatesReq) SetCode(val OptString)

SetCode sets the value of Code.

func (*AdminPostTaxRatesReq) SetFake

func (s *AdminPostTaxRatesReq) SetFake()

SetFake set fake values.

func (*AdminPostTaxRatesReq) SetIsCombinable

func (s *AdminPostTaxRatesReq) SetIsCombinable(val OptBool)

SetIsCombinable sets the value of IsCombinable.

func (*AdminPostTaxRatesReq) SetIsDefault

func (s *AdminPostTaxRatesReq) SetIsDefault(val OptBool)

SetIsDefault sets the value of IsDefault.

func (*AdminPostTaxRatesReq) SetMetadata

SetMetadata sets the value of Metadata.

func (*AdminPostTaxRatesReq) SetName

func (s *AdminPostTaxRatesReq) SetName(val string)

SetName sets the value of Name.

func (*AdminPostTaxRatesReq) SetRate

func (s *AdminPostTaxRatesReq) SetRate(val OptFloat64)

SetRate sets the value of Rate.

func (*AdminPostTaxRatesReq) SetRules

SetRules sets the value of Rules.

func (*AdminPostTaxRatesReq) SetTaxRegionID

func (s *AdminPostTaxRatesReq) SetTaxRegionID(val string)

SetTaxRegionID sets the value of TaxRegionID.

func (*AdminPostTaxRatesReq) UnmarshalJSON

func (s *AdminPostTaxRatesReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostTaxRatesReq) Validate

func (s *AdminPostTaxRatesReq) Validate() error

type AdminPostTaxRatesReqMetadata

type AdminPostTaxRatesReqMetadata struct{}

The tax rate's metadata.

func (*AdminPostTaxRatesReqMetadata) Decode

Decode decodes AdminPostTaxRatesReqMetadata from json.

func (*AdminPostTaxRatesReqMetadata) Encode

func (s *AdminPostTaxRatesReqMetadata) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminPostTaxRatesReqMetadata) MarshalJSON

func (s *AdminPostTaxRatesReqMetadata) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostTaxRatesReqMetadata) SetFake

func (s *AdminPostTaxRatesReqMetadata) SetFake()

SetFake set fake values.

func (*AdminPostTaxRatesReqMetadata) UnmarshalJSON

func (s *AdminPostTaxRatesReqMetadata) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostTaxRatesReqRulesItem

type AdminPostTaxRatesReqRulesItem struct {
	// The rule's reference.
	Reference string `json:"reference"`
	// The rule's reference id.
	ReferenceID string `json:"reference_id"`
}

The rule's rules.

func (*AdminPostTaxRatesReqRulesItem) Decode

Decode decodes AdminPostTaxRatesReqRulesItem from json.

func (*AdminPostTaxRatesReqRulesItem) Encode

Encode implements json.Marshaler.

func (*AdminPostTaxRatesReqRulesItem) GetReference

func (s *AdminPostTaxRatesReqRulesItem) GetReference() string

GetReference returns the value of Reference.

func (*AdminPostTaxRatesReqRulesItem) GetReferenceID

func (s *AdminPostTaxRatesReqRulesItem) GetReferenceID() string

GetReferenceID returns the value of ReferenceID.

func (*AdminPostTaxRatesReqRulesItem) MarshalJSON

func (s *AdminPostTaxRatesReqRulesItem) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostTaxRatesReqRulesItem) SetFake

func (s *AdminPostTaxRatesReqRulesItem) SetFake()

SetFake set fake values.

func (*AdminPostTaxRatesReqRulesItem) SetReference

func (s *AdminPostTaxRatesReqRulesItem) SetReference(val string)

SetReference sets the value of Reference.

func (*AdminPostTaxRatesReqRulesItem) SetReferenceID

func (s *AdminPostTaxRatesReqRulesItem) SetReferenceID(val string)

SetReferenceID sets the value of ReferenceID.

func (*AdminPostTaxRatesReqRulesItem) UnmarshalJSON

func (s *AdminPostTaxRatesReqRulesItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostTaxRatesTaxRateReq

type AdminPostTaxRatesTaxRateReq struct {
	// The tax rate's code.
	Code OptString `json:"code"`
	// The tax rate's name.
	Name OptString `json:"name"`
	// The tax rate's region id.
	RegionID OptString `json:"region_id"`
	// The tax rate's rate.
	Rate OptFloat64 `json:"rate"`
	// The tax rate's products.
	Products []string `json:"products"`
	// The tax rate's shipping options.
	ShippingOptions []string `json:"shipping_options"`
	// The tax rate's product types.
	ProductTypes []string `json:"product_types"`
}

SUMMARY. Ref: #/components/schemas/AdminPostTaxRatesTaxRateReq

func (*AdminPostTaxRatesTaxRateReq) Decode

Decode decodes AdminPostTaxRatesTaxRateReq from json.

func (*AdminPostTaxRatesTaxRateReq) Encode

func (s *AdminPostTaxRatesTaxRateReq) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminPostTaxRatesTaxRateReq) GetCode

GetCode returns the value of Code.

func (*AdminPostTaxRatesTaxRateReq) GetName

GetName returns the value of Name.

func (*AdminPostTaxRatesTaxRateReq) GetProductTypes

func (s *AdminPostTaxRatesTaxRateReq) GetProductTypes() []string

GetProductTypes returns the value of ProductTypes.

func (*AdminPostTaxRatesTaxRateReq) GetProducts

func (s *AdminPostTaxRatesTaxRateReq) GetProducts() []string

GetProducts returns the value of Products.

func (*AdminPostTaxRatesTaxRateReq) GetRate

GetRate returns the value of Rate.

func (*AdminPostTaxRatesTaxRateReq) GetRegionID

func (s *AdminPostTaxRatesTaxRateReq) GetRegionID() OptString

GetRegionID returns the value of RegionID.

func (*AdminPostTaxRatesTaxRateReq) GetShippingOptions

func (s *AdminPostTaxRatesTaxRateReq) GetShippingOptions() []string

GetShippingOptions returns the value of ShippingOptions.

func (*AdminPostTaxRatesTaxRateReq) MarshalJSON

func (s *AdminPostTaxRatesTaxRateReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostTaxRatesTaxRateReq) SetCode

func (s *AdminPostTaxRatesTaxRateReq) SetCode(val OptString)

SetCode sets the value of Code.

func (*AdminPostTaxRatesTaxRateReq) SetFake

func (s *AdminPostTaxRatesTaxRateReq) SetFake()

SetFake set fake values.

func (*AdminPostTaxRatesTaxRateReq) SetName

func (s *AdminPostTaxRatesTaxRateReq) SetName(val OptString)

SetName sets the value of Name.

func (*AdminPostTaxRatesTaxRateReq) SetProductTypes

func (s *AdminPostTaxRatesTaxRateReq) SetProductTypes(val []string)

SetProductTypes sets the value of ProductTypes.

func (*AdminPostTaxRatesTaxRateReq) SetProducts

func (s *AdminPostTaxRatesTaxRateReq) SetProducts(val []string)

SetProducts sets the value of Products.

func (*AdminPostTaxRatesTaxRateReq) SetRate

func (s *AdminPostTaxRatesTaxRateReq) SetRate(val OptFloat64)

SetRate sets the value of Rate.

func (*AdminPostTaxRatesTaxRateReq) SetRegionID

func (s *AdminPostTaxRatesTaxRateReq) SetRegionID(val OptString)

SetRegionID sets the value of RegionID.

func (*AdminPostTaxRatesTaxRateReq) SetShippingOptions

func (s *AdminPostTaxRatesTaxRateReq) SetShippingOptions(val []string)

SetShippingOptions sets the value of ShippingOptions.

func (*AdminPostTaxRatesTaxRateReq) UnmarshalJSON

func (s *AdminPostTaxRatesTaxRateReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostTaxRatesTaxRateReq) Validate

func (s *AdminPostTaxRatesTaxRateReq) Validate() error

type AdminPostTaxRatesTaxRateRulesReq

type AdminPostTaxRatesTaxRateRulesReq struct {
	// The tax rate's reference.
	Reference string `json:"reference"`
	// The tax rate's reference id.
	ReferenceID string `json:"reference_id"`
}

SUMMARY. Ref: #/components/schemas/AdminPostTaxRatesTaxRateRulesReq

func (*AdminPostTaxRatesTaxRateRulesReq) Decode

Decode decodes AdminPostTaxRatesTaxRateRulesReq from json.

func (*AdminPostTaxRatesTaxRateRulesReq) Encode

Encode implements json.Marshaler.

func (*AdminPostTaxRatesTaxRateRulesReq) GetReference

func (s *AdminPostTaxRatesTaxRateRulesReq) GetReference() string

GetReference returns the value of Reference.

func (*AdminPostTaxRatesTaxRateRulesReq) GetReferenceID

func (s *AdminPostTaxRatesTaxRateRulesReq) GetReferenceID() string

GetReferenceID returns the value of ReferenceID.

func (*AdminPostTaxRatesTaxRateRulesReq) MarshalJSON

func (s *AdminPostTaxRatesTaxRateRulesReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostTaxRatesTaxRateRulesReq) SetFake

func (s *AdminPostTaxRatesTaxRateRulesReq) SetFake()

SetFake set fake values.

func (*AdminPostTaxRatesTaxRateRulesReq) SetReference

func (s *AdminPostTaxRatesTaxRateRulesReq) SetReference(val string)

SetReference sets the value of Reference.

func (*AdminPostTaxRatesTaxRateRulesReq) SetReferenceID

func (s *AdminPostTaxRatesTaxRateRulesReq) SetReferenceID(val string)

SetReferenceID sets the value of ReferenceID.

func (*AdminPostTaxRatesTaxRateRulesReq) UnmarshalJSON

func (s *AdminPostTaxRatesTaxRateRulesReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostTaxRegionsReq

type AdminPostTaxRegionsReq struct {
	// The tax region's country code.
	CountryCode string `json:"country_code"`
	// The tax region's province code.
	ProvinceCode OptString `json:"province_code"`
	// The tax region's parent id.
	ParentID       OptString               `json:"parent_id"`
	DefaultTaxRate OptCreateDefaultTaxRate `json:"default_tax_rate"`
	// The tax region's metadata.
	Metadata *AdminPostTaxRegionsReqMetadata `json:"metadata"`
}

SUMMARY. Ref: #/components/schemas/AdminPostTaxRegionsReq

func (*AdminPostTaxRegionsReq) Decode

func (s *AdminPostTaxRegionsReq) Decode(d *jx.Decoder) error

Decode decodes AdminPostTaxRegionsReq from json.

func (*AdminPostTaxRegionsReq) Encode

func (s *AdminPostTaxRegionsReq) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminPostTaxRegionsReq) GetCountryCode

func (s *AdminPostTaxRegionsReq) GetCountryCode() string

GetCountryCode returns the value of CountryCode.

func (*AdminPostTaxRegionsReq) GetDefaultTaxRate

func (s *AdminPostTaxRegionsReq) GetDefaultTaxRate() OptCreateDefaultTaxRate

GetDefaultTaxRate returns the value of DefaultTaxRate.

func (*AdminPostTaxRegionsReq) GetMetadata

GetMetadata returns the value of Metadata.

func (*AdminPostTaxRegionsReq) GetParentID

func (s *AdminPostTaxRegionsReq) GetParentID() OptString

GetParentID returns the value of ParentID.

func (*AdminPostTaxRegionsReq) GetProvinceCode

func (s *AdminPostTaxRegionsReq) GetProvinceCode() OptString

GetProvinceCode returns the value of ProvinceCode.

func (*AdminPostTaxRegionsReq) MarshalJSON

func (s *AdminPostTaxRegionsReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostTaxRegionsReq) SetCountryCode

func (s *AdminPostTaxRegionsReq) SetCountryCode(val string)

SetCountryCode sets the value of CountryCode.

func (*AdminPostTaxRegionsReq) SetDefaultTaxRate

func (s *AdminPostTaxRegionsReq) SetDefaultTaxRate(val OptCreateDefaultTaxRate)

SetDefaultTaxRate sets the value of DefaultTaxRate.

func (*AdminPostTaxRegionsReq) SetFake

func (s *AdminPostTaxRegionsReq) SetFake()

SetFake set fake values.

func (*AdminPostTaxRegionsReq) SetMetadata

SetMetadata sets the value of Metadata.

func (*AdminPostTaxRegionsReq) SetParentID

func (s *AdminPostTaxRegionsReq) SetParentID(val OptString)

SetParentID sets the value of ParentID.

func (*AdminPostTaxRegionsReq) SetProvinceCode

func (s *AdminPostTaxRegionsReq) SetProvinceCode(val OptString)

SetProvinceCode sets the value of ProvinceCode.

func (*AdminPostTaxRegionsReq) UnmarshalJSON

func (s *AdminPostTaxRegionsReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*AdminPostTaxRegionsReq) Validate

func (s *AdminPostTaxRegionsReq) Validate() error

type AdminPostTaxRegionsReqMetadata

type AdminPostTaxRegionsReqMetadata struct{}

The tax region's metadata.

func (*AdminPostTaxRegionsReqMetadata) Decode

Decode decodes AdminPostTaxRegionsReqMetadata from json.

func (*AdminPostTaxRegionsReqMetadata) Encode

Encode implements json.Marshaler.

func (*AdminPostTaxRegionsReqMetadata) MarshalJSON

func (s *AdminPostTaxRegionsReqMetadata) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostTaxRegionsReqMetadata) SetFake

func (s *AdminPostTaxRegionsReqMetadata) SetFake()

SetFake set fake values.

func (*AdminPostTaxRegionsReqMetadata) UnmarshalJSON

func (s *AdminPostTaxRegionsReqMetadata) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostWorkflowsAsyncResponseReq

type AdminPostWorkflowsAsyncResponseReq struct {
	// The workflows execution's transaction id.
	TransactionID string `json:"transaction_id"`
	// The workflows execution's step id.
	StepID          string `json:"step_id"`
	Response        jx.Raw `json:"response"`
	CompensateInput jx.Raw `json:"compensate_input"`
	Action          jx.Raw `json:"action"`
}

SUMMARY. Ref: #/components/schemas/AdminPostWorkflowsAsyncResponseReq

func (*AdminPostWorkflowsAsyncResponseReq) Decode

Decode decodes AdminPostWorkflowsAsyncResponseReq from json.

func (*AdminPostWorkflowsAsyncResponseReq) Encode

Encode implements json.Marshaler.

func (*AdminPostWorkflowsAsyncResponseReq) GetAction

func (s *AdminPostWorkflowsAsyncResponseReq) GetAction() jx.Raw

GetAction returns the value of Action.

func (*AdminPostWorkflowsAsyncResponseReq) GetCompensateInput

func (s *AdminPostWorkflowsAsyncResponseReq) GetCompensateInput() jx.Raw

GetCompensateInput returns the value of CompensateInput.

func (*AdminPostWorkflowsAsyncResponseReq) GetResponse

func (s *AdminPostWorkflowsAsyncResponseReq) GetResponse() jx.Raw

GetResponse returns the value of Response.

func (*AdminPostWorkflowsAsyncResponseReq) GetStepID

GetStepID returns the value of StepID.

func (*AdminPostWorkflowsAsyncResponseReq) GetTransactionID

func (s *AdminPostWorkflowsAsyncResponseReq) GetTransactionID() string

GetTransactionID returns the value of TransactionID.

func (*AdminPostWorkflowsAsyncResponseReq) MarshalJSON

func (s *AdminPostWorkflowsAsyncResponseReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostWorkflowsAsyncResponseReq) SetAction

func (s *AdminPostWorkflowsAsyncResponseReq) SetAction(val jx.Raw)

SetAction sets the value of Action.

func (*AdminPostWorkflowsAsyncResponseReq) SetCompensateInput

func (s *AdminPostWorkflowsAsyncResponseReq) SetCompensateInput(val jx.Raw)

SetCompensateInput sets the value of CompensateInput.

func (*AdminPostWorkflowsAsyncResponseReq) SetFake

SetFake set fake values.

func (*AdminPostWorkflowsAsyncResponseReq) SetResponse

func (s *AdminPostWorkflowsAsyncResponseReq) SetResponse(val jx.Raw)

SetResponse sets the value of Response.

func (*AdminPostWorkflowsAsyncResponseReq) SetStepID

func (s *AdminPostWorkflowsAsyncResponseReq) SetStepID(val string)

SetStepID sets the value of StepID.

func (*AdminPostWorkflowsAsyncResponseReq) SetTransactionID

func (s *AdminPostWorkflowsAsyncResponseReq) SetTransactionID(val string)

SetTransactionID sets the value of TransactionID.

func (*AdminPostWorkflowsAsyncResponseReq) UnmarshalJSON

func (s *AdminPostWorkflowsAsyncResponseReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminPostWorkflowsRunReq

type AdminPostWorkflowsRunReq struct {
	Input jx.Raw `json:"input"`
	// The workflows execution's transaction id.
	TransactionID OptString `json:"transaction_id"`
}

SUMMARY. Ref: #/components/schemas/AdminPostWorkflowsRunReq

func (*AdminPostWorkflowsRunReq) Decode

func (s *AdminPostWorkflowsRunReq) Decode(d *jx.Decoder) error

Decode decodes AdminPostWorkflowsRunReq from json.

func (*AdminPostWorkflowsRunReq) Encode

func (s *AdminPostWorkflowsRunReq) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminPostWorkflowsRunReq) GetInput

func (s *AdminPostWorkflowsRunReq) GetInput() jx.Raw

GetInput returns the value of Input.

func (*AdminPostWorkflowsRunReq) GetTransactionID

func (s *AdminPostWorkflowsRunReq) GetTransactionID() OptString

GetTransactionID returns the value of TransactionID.

func (*AdminPostWorkflowsRunReq) MarshalJSON

func (s *AdminPostWorkflowsRunReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminPostWorkflowsRunReq) SetFake

func (s *AdminPostWorkflowsRunReq) SetFake()

SetFake set fake values.

func (*AdminPostWorkflowsRunReq) SetInput

func (s *AdminPostWorkflowsRunReq) SetInput(val jx.Raw)

SetInput sets the value of Input.

func (*AdminPostWorkflowsRunReq) SetTransactionID

func (s *AdminPostWorkflowsRunReq) SetTransactionID(val OptString)

SetTransactionID sets the value of TransactionID.

func (*AdminPostWorkflowsRunReq) UnmarshalJSON

func (s *AdminPostWorkflowsRunReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type AdminUpdateUserRequest

type AdminUpdateUserRequest struct {
	// The user's first name.
	FirstName OptString `json:"first_name"`
	// The user's last name.
	LastName OptString `json:"last_name"`
	// The user's avatar url.
	AvatarURL string `json:"avatar_url"`
}

SUMMARY. Ref: #/components/schemas/AdminUpdateUserRequest

func (*AdminUpdateUserRequest) Decode

func (s *AdminUpdateUserRequest) Decode(d *jx.Decoder) error

Decode decodes AdminUpdateUserRequest from json.

func (*AdminUpdateUserRequest) Encode

func (s *AdminUpdateUserRequest) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*AdminUpdateUserRequest) GetAvatarURL

func (s *AdminUpdateUserRequest) GetAvatarURL() string

GetAvatarURL returns the value of AvatarURL.

func (*AdminUpdateUserRequest) GetFirstName

func (s *AdminUpdateUserRequest) GetFirstName() OptString

GetFirstName returns the value of FirstName.

func (*AdminUpdateUserRequest) GetLastName

func (s *AdminUpdateUserRequest) GetLastName() OptString

GetLastName returns the value of LastName.

func (*AdminUpdateUserRequest) MarshalJSON

func (s *AdminUpdateUserRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*AdminUpdateUserRequest) SetAvatarURL

func (s *AdminUpdateUserRequest) SetAvatarURL(val string)

SetAvatarURL sets the value of AvatarURL.

func (*AdminUpdateUserRequest) SetFake

func (s *AdminUpdateUserRequest) SetFake()

SetFake set fake values.

func (*AdminUpdateUserRequest) SetFirstName

func (s *AdminUpdateUserRequest) SetFirstName(val OptString)

SetFirstName sets the value of FirstName.

func (*AdminUpdateUserRequest) SetLastName

func (s *AdminUpdateUserRequest) SetLastName(val OptString)

SetLastName sets the value of LastName.

func (*AdminUpdateUserRequest) UnmarshalJSON

func (s *AdminUpdateUserRequest) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type ApplicationMethodsMethodPostReq

type ApplicationMethodsMethodPostReq struct {
	// The application method's description.
	Description OptString `json:"description"`
	// The application method's value.
	Value OptString `json:"value"`
	// The application method's max quantity.
	MaxQuantity OptFloat64 `json:"max_quantity"`
	Type        jx.Raw     `json:"type"`
	TargetType  jx.Raw     `json:"target_type"`
	Allocation  jx.Raw     `json:"allocation"`
	// The application method's target rules.
	TargetRules []ApplicationMethodsMethodPostReqTargetRulesItem `json:"target_rules"`
	// The application method's buy rules.
	BuyRules []ApplicationMethodsMethodPostReqBuyRulesItem `json:"buy_rules"`
	// The application method's apply to quantity.
	ApplyToQuantity OptFloat64 `json:"apply_to_quantity"`
	// The application method's buy rules min quantity.
	BuyRulesMinQuantity OptFloat64 `json:"buy_rules_min_quantity"`
}

The promotion's application method. Ref: #/components/schemas/ApplicationMethodsMethodPostReq

func (*ApplicationMethodsMethodPostReq) Decode

Decode decodes ApplicationMethodsMethodPostReq from json.

func (*ApplicationMethodsMethodPostReq) Encode

Encode implements json.Marshaler.

func (*ApplicationMethodsMethodPostReq) GetAllocation

func (s *ApplicationMethodsMethodPostReq) GetAllocation() jx.Raw

GetAllocation returns the value of Allocation.

func (*ApplicationMethodsMethodPostReq) GetApplyToQuantity

func (s *ApplicationMethodsMethodPostReq) GetApplyToQuantity() OptFloat64

GetApplyToQuantity returns the value of ApplyToQuantity.

func (*ApplicationMethodsMethodPostReq) GetBuyRules

GetBuyRules returns the value of BuyRules.

func (*ApplicationMethodsMethodPostReq) GetBuyRulesMinQuantity

func (s *ApplicationMethodsMethodPostReq) GetBuyRulesMinQuantity() OptFloat64

GetBuyRulesMinQuantity returns the value of BuyRulesMinQuantity.

func (*ApplicationMethodsMethodPostReq) GetDescription

func (s *ApplicationMethodsMethodPostReq) GetDescription() OptString

GetDescription returns the value of Description.

func (*ApplicationMethodsMethodPostReq) GetMaxQuantity

func (s *ApplicationMethodsMethodPostReq) GetMaxQuantity() OptFloat64

GetMaxQuantity returns the value of MaxQuantity.

func (*ApplicationMethodsMethodPostReq) GetTargetRules

GetTargetRules returns the value of TargetRules.

func (*ApplicationMethodsMethodPostReq) GetTargetType

func (s *ApplicationMethodsMethodPostReq) GetTargetType() jx.Raw

GetTargetType returns the value of TargetType.

func (*ApplicationMethodsMethodPostReq) GetType

func (s *ApplicationMethodsMethodPostReq) GetType() jx.Raw

GetType returns the value of Type.

func (*ApplicationMethodsMethodPostReq) GetValue

GetValue returns the value of Value.

func (*ApplicationMethodsMethodPostReq) MarshalJSON

func (s *ApplicationMethodsMethodPostReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*ApplicationMethodsMethodPostReq) SetAllocation

func (s *ApplicationMethodsMethodPostReq) SetAllocation(val jx.Raw)

SetAllocation sets the value of Allocation.

func (*ApplicationMethodsMethodPostReq) SetApplyToQuantity

func (s *ApplicationMethodsMethodPostReq) SetApplyToQuantity(val OptFloat64)

SetApplyToQuantity sets the value of ApplyToQuantity.

func (*ApplicationMethodsMethodPostReq) SetBuyRules

SetBuyRules sets the value of BuyRules.

func (*ApplicationMethodsMethodPostReq) SetBuyRulesMinQuantity

func (s *ApplicationMethodsMethodPostReq) SetBuyRulesMinQuantity(val OptFloat64)

SetBuyRulesMinQuantity sets the value of BuyRulesMinQuantity.

func (*ApplicationMethodsMethodPostReq) SetDescription

func (s *ApplicationMethodsMethodPostReq) SetDescription(val OptString)

SetDescription sets the value of Description.

func (*ApplicationMethodsMethodPostReq) SetFake

func (s *ApplicationMethodsMethodPostReq) SetFake()

SetFake set fake values.

func (*ApplicationMethodsMethodPostReq) SetMaxQuantity

func (s *ApplicationMethodsMethodPostReq) SetMaxQuantity(val OptFloat64)

SetMaxQuantity sets the value of MaxQuantity.

func (*ApplicationMethodsMethodPostReq) SetTargetRules

SetTargetRules sets the value of TargetRules.

func (*ApplicationMethodsMethodPostReq) SetTargetType

func (s *ApplicationMethodsMethodPostReq) SetTargetType(val jx.Raw)

SetTargetType sets the value of TargetType.

func (*ApplicationMethodsMethodPostReq) SetType

func (s *ApplicationMethodsMethodPostReq) SetType(val jx.Raw)

SetType sets the value of Type.

func (*ApplicationMethodsMethodPostReq) SetValue

func (s *ApplicationMethodsMethodPostReq) SetValue(val OptString)

SetValue sets the value of Value.

func (*ApplicationMethodsMethodPostReq) UnmarshalJSON

func (s *ApplicationMethodsMethodPostReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*ApplicationMethodsMethodPostReq) Validate

func (s *ApplicationMethodsMethodPostReq) Validate() error

type ApplicationMethodsMethodPostReqBuyRulesItem

type ApplicationMethodsMethodPostReqBuyRulesItem struct {
	Operator jx.Raw `json:"operator"`
	// The buy rule's description.
	Description OptString `json:"description"`
	// The buy rule's attribute.
	Attribute string `json:"attribute"`
	// The buy rule's values.
	Values []string `json:"values"`
}

The buy rule's buy rules.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) Decode

Decode decodes ApplicationMethodsMethodPostReqBuyRulesItem from json.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) Encode

Encode implements json.Marshaler.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) GetAttribute

GetAttribute returns the value of Attribute.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) GetDescription

GetDescription returns the value of Description.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) GetOperator

GetOperator returns the value of Operator.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) GetValues

GetValues returns the value of Values.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) SetAttribute

SetAttribute sets the value of Attribute.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) SetDescription

SetDescription sets the value of Description.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) SetFake

SetFake set fake values.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) SetOperator

SetOperator sets the value of Operator.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) SetValues

SetValues sets the value of Values.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) UnmarshalJSON

func (s *ApplicationMethodsMethodPostReqBuyRulesItem) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*ApplicationMethodsMethodPostReqBuyRulesItem) Validate

type ApplicationMethodsMethodPostReqTargetRulesItem

type ApplicationMethodsMethodPostReqTargetRulesItem struct {
	Operator jx.Raw `json:"operator"`
	// The target rule's description.
	Description OptString `json:"description"`
	// The target rule's attribute.
	Attribute string `json:"attribute"`
	// The target rule's values.
	Values []string `json:"values"`
}

The target rule's target rules.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) Decode

Decode decodes ApplicationMethodsMethodPostReqTargetRulesItem from json.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) Encode

Encode implements json.Marshaler.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) GetAttribute

GetAttribute returns the value of Attribute.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) GetDescription

GetDescription returns the value of Description.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) GetOperator

GetOperator returns the value of Operator.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) GetValues

GetValues returns the value of Values.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) SetAttribute

SetAttribute sets the value of Attribute.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) SetDescription

SetDescription sets the value of Description.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) SetFake

SetFake set fake values.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) SetOperator

SetOperator sets the value of Operator.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) SetValues

SetValues sets the value of Values.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*ApplicationMethodsMethodPostReqTargetRulesItem) Validate

type CampaignBudget

type CampaignBudget struct {
	Type jx.Raw `json:"type"`
	// The budget's limit.
	Limit OptFloat64 `json:"limit"`
}

The campaign's budget. Ref: #/components/schemas/CampaignBudget

func (*CampaignBudget) Decode

func (s *CampaignBudget) Decode(d *jx.Decoder) error

Decode decodes CampaignBudget from json.

func (*CampaignBudget) Encode

func (s *CampaignBudget) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*CampaignBudget) GetLimit

func (s *CampaignBudget) GetLimit() OptFloat64

GetLimit returns the value of Limit.

func (*CampaignBudget) GetType

func (s *CampaignBudget) GetType() jx.Raw

GetType returns the value of Type.

func (*CampaignBudget) MarshalJSON

func (s *CampaignBudget) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*CampaignBudget) SetFake

func (s *CampaignBudget) SetFake()

SetFake set fake values.

func (*CampaignBudget) SetLimit

func (s *CampaignBudget) SetLimit(val OptFloat64)

SetLimit sets the value of Limit.

func (*CampaignBudget) SetType

func (s *CampaignBudget) SetType(val jx.Raw)

SetType sets the value of Type.

func (*CampaignBudget) UnmarshalJSON

func (s *CampaignBudget) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*CampaignBudget) Validate

func (s *CampaignBudget) Validate() error

type Client

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

Client implements OAS client.

func NewClient

func NewClient(serverURL string, sec SecuritySource, opts ...ClientOption) (*Client, error)

NewClient initializes new Client defined by OAS.

func (*Client) DeleteApiKeysId

func (c *Client) DeleteApiKeysId(ctx context.Context, request jx.Raw, params DeleteApiKeysIdParams) (DeleteApiKeysIdRes, error)

DeleteApiKeysId invokes DeleteApiKeysId operation.

Delete a api key.

DELETE /admin/api-keys/{id}

func (*Client) DeleteCampaignsId

func (c *Client) DeleteCampaignsId(ctx context.Context, request jx.Raw, params DeleteCampaignsIdParams) (DeleteCampaignsIdRes, error)

DeleteCampaignsId invokes DeleteCampaignsId operation.

Delete a campaign.

DELETE /admin/campaigns/{id}

func (*Client) DeleteCollectionsId

func (c *Client) DeleteCollectionsId(ctx context.Context, request jx.Raw, params DeleteCollectionsIdParams) (DeleteCollectionsIdRes, error)

DeleteCollectionsId invokes DeleteCollectionsId operation.

Delete a collection.

DELETE /admin/collections/{id}

func (*Client) DeleteCustomerGroupsId

func (c *Client) DeleteCustomerGroupsId(ctx context.Context, request jx.Raw, params DeleteCustomerGroupsIdParams) (DeleteCustomerGroupsIdRes, error)

DeleteCustomerGroupsId invokes DeleteCustomerGroupsId operation.

Delete a customer group.

DELETE /admin/customer-groups/{id}

func (*Client) DeleteCustomersId

func (c *Client) DeleteCustomersId(ctx context.Context, request jx.Raw, params DeleteCustomersIdParams) (DeleteCustomersIdRes, error)

DeleteCustomersId invokes DeleteCustomersId operation.

Delete a customer.

DELETE /admin/customers/{id}

func (*Client) DeleteCustomersIdAddressesAddressID

func (c *Client) DeleteCustomersIdAddressesAddressID(ctx context.Context, request jx.Raw, params DeleteCustomersIdAddressesAddressIDParams) (DeleteCustomersIdAddressesAddressIDRes, error)

DeleteCustomersIdAddressesAddressID invokes DeleteCustomersIdAddressesAddress_id operation.

Remove a list of addresses from a customer. This doesn't delete the Address, only the association between the Address and the customer.

DELETE /admin/customers/{id}/addresses/{address_id}

func (*Client) DeleteInventoryItemsId

func (c *Client) DeleteInventoryItemsId(ctx context.Context, request jx.Raw, params DeleteInventoryItemsIdParams) (DeleteInventoryItemsIdRes, error)

DeleteInventoryItemsId invokes DeleteInventoryItemsId operation.

Delete a inventory item.

DELETE /admin/inventory-items/{id}

func (*Client) DeleteInventoryItemsIdLocationLevelsLocationID

func (c *Client) DeleteInventoryItemsIdLocationLevelsLocationID(ctx context.Context, request jx.Raw, params DeleteInventoryItemsIdLocationLevelsLocationIDParams) (DeleteInventoryItemsIdLocationLevelsLocationIDRes, error)

DeleteInventoryItemsIdLocationLevelsLocationID invokes DeleteInventoryItemsIdLocationLevelsLocation_id operation.

Remove a list of location levels from a inventory item. This doesn't delete the Location Level, only the association between the Location Level and the inventory item.

DELETE /admin/inventory-items/{id}/location-levels/{location_id}

func (*Client) DeleteInvitesId

func (c *Client) DeleteInvitesId(ctx context.Context, request jx.Raw, params DeleteInvitesIdParams) (DeleteInvitesIdRes, error)

DeleteInvitesId invokes DeleteInvitesId operation.

Delete a invite.

DELETE /admin/invites/{id}

func (*Client) DeletePriceListsId

func (c *Client) DeletePriceListsId(ctx context.Context, request jx.Raw, params DeletePriceListsIdParams) (DeletePriceListsIdRes, error)

DeletePriceListsId invokes DeletePriceListsId operation.

Delete a price list.

DELETE /admin/price-lists/{id}

func (*Client) DeletePricingRuleTypesId

DeletePricingRuleTypesId invokes DeletePricingRuleTypesId operation.

Remove a list of rule types from a pricing. This doesn't delete the Rule Type, only the association between the Rule Type and the pricing.

DELETE /admin/pricing/rule-types/{id}

func (*Client) DeleteProductsId

func (c *Client) DeleteProductsId(ctx context.Context, request jx.Raw, params DeleteProductsIdParams) (DeleteProductsIdRes, error)

DeleteProductsId invokes DeleteProductsId operation.

Delete a product.

DELETE /admin/products/{id}

func (*Client) DeleteProductsIdOptionsOptionID

func (c *Client) DeleteProductsIdOptionsOptionID(ctx context.Context, request jx.Raw, params DeleteProductsIdOptionsOptionIDParams) (DeleteProductsIdOptionsOptionIDRes, error)

DeleteProductsIdOptionsOptionID invokes DeleteProductsIdOptionsOption_id operation.

Remove a list of options from a product. This doesn't delete the Option, only the association between the Option and the product.

DELETE /admin/products/{id}/options/{option_id}

func (*Client) DeleteProductsIdVariantsVariantID

func (c *Client) DeleteProductsIdVariantsVariantID(ctx context.Context, request jx.Raw, params DeleteProductsIdVariantsVariantIDParams) (DeleteProductsIdVariantsVariantIDRes, error)

DeleteProductsIdVariantsVariantID invokes DeleteProductsIdVariantsVariant_id operation.

Remove a list of variants from a product. This doesn't delete the Variant, only the association between the Variant and the product.

DELETE /admin/products/{id}/variants/{variant_id}

func (*Client) DeletePromotionsId

func (c *Client) DeletePromotionsId(ctx context.Context, request jx.Raw, params DeletePromotionsIdParams) (DeletePromotionsIdRes, error)

DeletePromotionsId invokes DeletePromotionsId operation.

Delete a promotion.

DELETE /admin/promotions/{id}

func (*Client) DeleteRegionsId

func (c *Client) DeleteRegionsId(ctx context.Context, request jx.Raw, params DeleteRegionsIdParams) (DeleteRegionsIdRes, error)

DeleteRegionsId invokes DeleteRegionsId operation.

Delete a region.

DELETE /admin/regions/{id}

func (*Client) DeleteSalesChannelsId

func (c *Client) DeleteSalesChannelsId(ctx context.Context, request jx.Raw, params DeleteSalesChannelsIdParams) (DeleteSalesChannelsIdRes, error)

DeleteSalesChannelsId invokes DeleteSalesChannelsId operation.

Delete a sales channel.

DELETE /admin/sales-channels/{id}

func (*Client) DeleteStockLocationsId

func (c *Client) DeleteStockLocationsId(ctx context.Context, params DeleteStockLocationsIdParams) (DeleteStockLocationsIdRes, error)

DeleteStockLocationsId invokes DeleteStockLocationsId operation.

Delete a stock location.

DELETE /admin/stock-locations/{id}

func (*Client) DeleteTaxRatesId

func (c *Client) DeleteTaxRatesId(ctx context.Context, request jx.Raw, params DeleteTaxRatesIdParams) (DeleteTaxRatesIdRes, error)

DeleteTaxRatesId invokes DeleteTaxRatesId operation.

Delete a tax rate.

DELETE /admin/tax-rates/{id}

func (*Client) DeleteTaxRatesIdRulesRuleID

func (c *Client) DeleteTaxRatesIdRulesRuleID(ctx context.Context, request jx.Raw, params DeleteTaxRatesIdRulesRuleIDParams) (DeleteTaxRatesIdRulesRuleIDRes, error)

DeleteTaxRatesIdRulesRuleID invokes DeleteTaxRatesIdRulesRule_id operation.

Remove a list of rules from a tax rate. This doesn't delete the Rule, only the association between the Rule and the tax rate.

DELETE /admin/tax-rates/{id}/rules/{rule_id}

func (*Client) DeleteTaxRegionsId

func (c *Client) DeleteTaxRegionsId(ctx context.Context, request jx.Raw, params DeleteTaxRegionsIdParams) (DeleteTaxRegionsIdRes, error)

DeleteTaxRegionsId invokes DeleteTaxRegionsId operation.

Delete a tax region.

DELETE /admin/tax-regions/{id}

func (*Client) DeleteUsersId

func (c *Client) DeleteUsersId(ctx context.Context, request jx.Raw, params DeleteUsersIdParams) (DeleteUsersIdRes, error)

DeleteUsersId invokes DeleteUsersId operation.

Delete a user.

DELETE /admin/users/{id}

func (*Client) GetApiKeys

func (c *Client) GetApiKeys(ctx context.Context, request jx.Raw) (GetApiKeysRes, error)

GetApiKeys invokes GetApiKeys operation.

Retrieve a list of api keys. The api keys can be filtered by fields such as `id`. The api keys can also be sorted or paginated.

GET /admin/api-keys

func (*Client) GetApiKeysId

func (c *Client) GetApiKeysId(ctx context.Context, request jx.Raw, params GetApiKeysIdParams) (GetApiKeysIdRes, error)

GetApiKeysId invokes GetApiKeysId operation.

Retrieve a api key by its ID. You can expand the api key's relations or select the fields that should be returned.

GET /admin/api-keys/{id}

func (*Client) GetCampaigns

func (c *Client) GetCampaigns(ctx context.Context, request jx.Raw) (GetCampaignsRes, error)

GetCampaigns invokes GetCampaigns operation.

Retrieve a list of campaigns. The campaigns can be filtered by fields such as `id`. The campaigns can also be sorted or paginated.

GET /admin/campaigns

func (*Client) GetCampaignsId

func (c *Client) GetCampaignsId(ctx context.Context, request jx.Raw, params GetCampaignsIdParams) (GetCampaignsIdRes, error)

GetCampaignsId invokes GetCampaignsId operation.

Retrieve a campaign by its ID. You can expand the campaign's relations or select the fields that should be returned.

GET /admin/campaigns/{id}

func (*Client) GetCollections

func (c *Client) GetCollections(ctx context.Context, request jx.Raw) (GetCollectionsRes, error)

GetCollections invokes GetCollections operation.

Retrieve a list of collections. The collections can be filtered by fields such as `id`. The collections can also be sorted or paginated.

GET /admin/collections

func (*Client) GetCollectionsId

func (c *Client) GetCollectionsId(ctx context.Context, request jx.Raw, params GetCollectionsIdParams) (GetCollectionsIdRes, error)

GetCollectionsId invokes GetCollectionsId operation.

Retrieve a collection by its ID. You can expand the collection's relations or select the fields that should be returned.

GET /admin/collections/{id}

func (*Client) GetCurrencies

func (c *Client) GetCurrencies(ctx context.Context, request jx.Raw) (GetCurrenciesRes, error)

GetCurrencies invokes GetCurrencies operation.

Retrieve a list of currencies. The currencies can be filtered by fields such as `id`. The currencies can also be sorted or paginated.

GET /admin/currencies

func (*Client) GetCurrenciesCode

func (c *Client) GetCurrenciesCode(ctx context.Context, request jx.Raw, params GetCurrenciesCodeParams) (GetCurrenciesCodeRes, error)

GetCurrenciesCode invokes GetCurrenciesCode operation.

Retrieve a currency by its ID. You can expand the currency's relations or select the fields that should be returned.

GET /admin/currencies/{code}

func (*Client) GetCustomerGroups

func (c *Client) GetCustomerGroups(ctx context.Context, request jx.Raw) (GetCustomerGroupsRes, error)

GetCustomerGroups invokes GetCustomerGroups operation.

Retrieve a list of customer groups. The customer groups can be filtered by fields such as `id`. The customer groups can also be sorted or paginated.

GET /admin/customer-groups

func (*Client) GetCustomerGroupsId

func (c *Client) GetCustomerGroupsId(ctx context.Context, request jx.Raw, params GetCustomerGroupsIdParams) (GetCustomerGroupsIdRes, error)

GetCustomerGroupsId invokes GetCustomerGroupsId operation.

Retrieve a customer group by its ID. You can expand the customer group's relations or select the fields that should be returned.

GET /admin/customer-groups/{id}

func (*Client) GetCustomerGroupsIdCustomers

func (c *Client) GetCustomerGroupsIdCustomers(ctx context.Context, request jx.Raw, params GetCustomerGroupsIdCustomersParams) (GetCustomerGroupsIdCustomersRes, error)

GetCustomerGroupsIdCustomers invokes GetCustomerGroupsIdCustomers operation.

Retrieve a list of customers in a customer group. The customers can be filtered by fields like FILTER FIELDS. The customers can also be paginated.

GET /admin/customer-groups/{id}/customers

func (*Client) GetCustomers

func (c *Client) GetCustomers(ctx context.Context, request jx.Raw) (GetCustomersRes, error)

GetCustomers invokes GetCustomers operation.

Retrieve a list of customers. The customers can be filtered by fields such as `id`. The customers can also be sorted or paginated.

GET /admin/customers

func (*Client) GetCustomersId

func (c *Client) GetCustomersId(ctx context.Context, request jx.Raw, params GetCustomersIdParams) (GetCustomersIdRes, error)

GetCustomersId invokes GetCustomersId operation.

Retrieve a customer by its ID. You can expand the customer's relations or select the fields that should be returned.

GET /admin/customers/{id}

func (*Client) GetCustomersIdAddresses

func (c *Client) GetCustomersIdAddresses(ctx context.Context, request jx.Raw, params GetCustomersIdAddressesParams) (GetCustomersIdAddressesRes, error)

GetCustomersIdAddresses invokes GetCustomersIdAddresses operation.

Retrieve a list of addresses in a customer. The addresses can be filtered by fields like FILTER FIELDS. The addresses can also be paginated.

GET /admin/customers/{id}/addresses

func (*Client) GetCustomersIdAddressesAddressID

func (c *Client) GetCustomersIdAddressesAddressID(ctx context.Context, request jx.Raw, params GetCustomersIdAddressesAddressIDParams) (GetCustomersIdAddressesAddressIDRes, error)

GetCustomersIdAddressesAddressID invokes GetCustomersIdAddressesAddress_id operation.

Retrieve a list of addresses in a customer. The addresses can be filtered by fields like FILTER FIELDS. The addresses can also be paginated.

GET /admin/customers/{id}/addresses/{address_id}

func (*Client) GetInventoryItems

func (c *Client) GetInventoryItems(ctx context.Context, request jx.Raw) (GetInventoryItemsRes, error)

GetInventoryItems invokes GetInventoryItems operation.

Retrieve a list of inventory items. The inventory items can be filtered by fields such as `id`. The inventory items can also be sorted or paginated.

GET /admin/inventory-items

func (*Client) GetInventoryItemsId

func (c *Client) GetInventoryItemsId(ctx context.Context, request jx.Raw, params GetInventoryItemsIdParams) (GetInventoryItemsIdRes, error)

GetInventoryItemsId invokes GetInventoryItemsId operation.

Retrieve a inventory item by its ID. You can expand the inventory item's relations or select the fields that should be returned.

GET /admin/inventory-items/{id}

func (*Client) GetInvites

func (c *Client) GetInvites(ctx context.Context, request jx.Raw) (GetInvitesRes, error)

GetInvites invokes GetInvites operation.

Retrieve a list of invites. The invites can be filtered by fields such as `id`. The invites can also be sorted or paginated.

GET /admin/invites

func (*Client) GetInvitesId

func (c *Client) GetInvitesId(ctx context.Context, request jx.Raw, params GetInvitesIdParams) (GetInvitesIdRes, error)

GetInvitesId invokes GetInvitesId operation.

Retrieve a invite by its ID. You can expand the invite's relations or select the fields that should be returned.

GET /admin/invites/{id}

func (*Client) GetPayments

func (c *Client) GetPayments(ctx context.Context, request jx.Raw) (GetPaymentsRes, error)

GetPayments invokes GetPayments operation.

Retrieve a list of payments. The payments can be filtered by fields such as `id`. The payments can also be sorted or paginated.

GET /admin/payments

func (*Client) GetPaymentsId

func (c *Client) GetPaymentsId(ctx context.Context, request jx.Raw, params GetPaymentsIdParams) (GetPaymentsIdRes, error)

GetPaymentsId invokes GetPaymentsId operation.

Retrieve a payment by its ID. You can expand the payment's relations or select the fields that should be returned.

GET /admin/payments/{id}

func (*Client) GetPriceLists

func (c *Client) GetPriceLists(ctx context.Context, request jx.Raw) (GetPriceListsRes, error)

GetPriceLists invokes GetPriceLists operation.

Retrieve a list of price lists. The price lists can be filtered by fields such as `id`. The price lists can also be sorted or paginated.

GET /admin/price-lists

func (*Client) GetPriceListsId

func (c *Client) GetPriceListsId(ctx context.Context, request jx.Raw, params GetPriceListsIdParams) (GetPriceListsIdRes, error)

GetPriceListsId invokes GetPriceListsId operation.

Retrieve a price list by its ID. You can expand the price list's relations or select the fields that should be returned.

GET /admin/price-lists/{id}

func (*Client) GetPricingRuleTypes

func (c *Client) GetPricingRuleTypes(ctx context.Context, request OptAdminGetPricingRuleTypesParams) (GetPricingRuleTypesRes, error)

GetPricingRuleTypes invokes GetPricingRuleTypes operation.

Retrieve a list of pricing. The pricing can be filtered by fields such as `id`. The pricing can also be sorted or paginated.

GET /admin/pricing/rule-types

func (*Client) GetPricingRuleTypesId

GetPricingRuleTypesId invokes GetPricingRuleTypesId operation.

Retrieve a list of rule types in a pricing. The rule types can be filtered by fields like FILTER FIELDS. The rule types can also be paginated.

GET /admin/pricing/rule-types/{id}

func (*Client) GetProducts

func (c *Client) GetProducts(ctx context.Context, request OptAdminGetProductsParams) (GetProductsRes, error)

GetProducts invokes GetProducts operation.

Retrieve a list of products. The products can be filtered by fields such as `id`. The products can also be sorted or paginated.

GET /admin/products

func (*Client) GetProductsId

func (c *Client) GetProductsId(ctx context.Context, request jx.Raw, params GetProductsIdParams) (GetProductsIdRes, error)

GetProductsId invokes GetProductsId operation.

Retrieve a product by its ID. You can expand the product's relations or select the fields that should be returned.

GET /admin/products/{id}

func (*Client) GetProductsIdOptions

func (c *Client) GetProductsIdOptions(ctx context.Context, request jx.Raw, params GetProductsIdOptionsParams) (GetProductsIdOptionsRes, error)

GetProductsIdOptions invokes GetProductsIdOptions operation.

Retrieve a list of options in a product. The options can be filtered by fields like FILTER FIELDS. The options can also be paginated.

GET /admin/products/{id}/options

func (*Client) GetProductsIdOptionsOptionID

func (c *Client) GetProductsIdOptionsOptionID(ctx context.Context, request jx.Raw, params GetProductsIdOptionsOptionIDParams) (GetProductsIdOptionsOptionIDRes, error)

GetProductsIdOptionsOptionID invokes GetProductsIdOptionsOption_id operation.

Retrieve a list of options in a product. The options can be filtered by fields like FILTER FIELDS. The options can also be paginated.

GET /admin/products/{id}/options/{option_id}

func (*Client) GetProductsIdVariants

func (c *Client) GetProductsIdVariants(ctx context.Context, request jx.Raw, params GetProductsIdVariantsParams) (GetProductsIdVariantsRes, error)

GetProductsIdVariants invokes GetProductsIdVariants operation.

Retrieve a list of variants in a product. The variants can be filtered by fields like FILTER FIELDS. The variants can also be paginated.

GET /admin/products/{id}/variants

func (*Client) GetProductsIdVariantsVariantID

func (c *Client) GetProductsIdVariantsVariantID(ctx context.Context, request jx.Raw, params GetProductsIdVariantsVariantIDParams) (GetProductsIdVariantsVariantIDRes, error)

GetProductsIdVariantsVariantID invokes GetProductsIdVariantsVariant_id operation.

Retrieve a list of variants in a product. The variants can be filtered by fields like FILTER FIELDS. The variants can also be paginated.

GET /admin/products/{id}/variants/{variant_id}

func (*Client) GetPromotions

func (c *Client) GetPromotions(ctx context.Context, request jx.Raw) (GetPromotionsRes, error)

GetPromotions invokes GetPromotions operation.

Retrieve a list of promotions. The promotions can be filtered by fields such as `id`. The promotions can also be sorted or paginated.

GET /admin/promotions

func (*Client) GetPromotionsId

GetPromotionsId invokes GetPromotionsId operation.

Retrieve a promotion by its ID. You can expand the promotion's relations or select the fields that should be returned.

GET /admin/promotions/{id}

func (*Client) GetRegions

func (c *Client) GetRegions(ctx context.Context, request jx.Raw) (GetRegionsRes, error)

GetRegions invokes GetRegions operation.

Retrieve a list of regions. The regions can be filtered by fields such as `id`. The regions can also be sorted or paginated.

GET /admin/regions

func (*Client) GetRegionsId

func (c *Client) GetRegionsId(ctx context.Context, request jx.Raw, params GetRegionsIdParams) (GetRegionsIdRes, error)

GetRegionsId invokes GetRegionsId operation.

Retrieve a region by its ID. You can expand the region's relations or select the fields that should be returned.

GET /admin/regions/{id}

func (*Client) GetSalesChannels

func (c *Client) GetSalesChannels(ctx context.Context, request jx.Raw) (GetSalesChannelsRes, error)

GetSalesChannels invokes GetSalesChannels operation.

Retrieve a list of sales channels. The sales channels can be filtered by fields such as `id`. The sales channels can also be sorted or paginated.

GET /admin/sales-channels

func (*Client) GetSalesChannelsId

func (c *Client) GetSalesChannelsId(ctx context.Context, request jx.Raw, params GetSalesChannelsIdParams) (GetSalesChannelsIdRes, error)

GetSalesChannelsId invokes GetSalesChannelsId operation.

Retrieve a sales channel by its ID. You can expand the sales channel's relations or select the fields that should be returned.

GET /admin/sales-channels/{id}

func (*Client) GetStockLocationsId

func (c *Client) GetStockLocationsId(ctx context.Context, params GetStockLocationsIdParams) (GetStockLocationsIdRes, error)

GetStockLocationsId invokes GetStockLocationsId operation.

Retrieve a stock location by its ID. You can expand the stock location's relations or select the fields that should be returned.

GET /admin/stock-locations/{id}

func (*Client) GetStores

func (c *Client) GetStores(ctx context.Context, request jx.Raw) (GetStoresRes, error)

GetStores invokes GetStores operation.

Retrieve a list of stores. The stores can be filtered by fields such as `id`. The stores can also be sorted or paginated.

GET /admin/stores

func (*Client) GetStoresId

func (c *Client) GetStoresId(ctx context.Context, request jx.Raw, params GetStoresIdParams) (GetStoresIdRes, error)

GetStoresId invokes GetStoresId operation.

Retrieve a store by its ID. You can expand the store's relations or select the fields that should be returned.

GET /admin/stores/{id}

func (*Client) GetTaxRates

func (c *Client) GetTaxRates(ctx context.Context, request jx.Raw) (GetTaxRatesRes, error)

GetTaxRates invokes GetTaxRates operation.

Retrieve a list of tax rates. The tax rates can be filtered by fields such as `id`. The tax rates can also be sorted or paginated.

GET /admin/tax-rates

func (*Client) GetTaxRatesId

func (c *Client) GetTaxRatesId(ctx context.Context, request jx.Raw, params GetTaxRatesIdParams) (GetTaxRatesIdRes, error)

GetTaxRatesId invokes GetTaxRatesId operation.

Retrieve a tax rate by its ID. You can expand the tax rate's relations or select the fields that should be returned.

GET /admin/tax-rates/{id}

func (*Client) GetUsers

func (c *Client) GetUsers(ctx context.Context, request jx.Raw) (GetUsersRes, error)

GetUsers invokes GetUsers operation.

Retrieve a list of users. The users can be filtered by fields such as `id`. The users can also be sorted or paginated.

GET /admin/users

func (*Client) GetUsersId

func (c *Client) GetUsersId(ctx context.Context, request jx.Raw, params GetUsersIdParams) (GetUsersIdRes, error)

GetUsersId invokes GetUsersId operation.

Retrieve a user by its ID. You can expand the user's relations or select the fields that should be returned.

GET /admin/users/{id}

func (*Client) GetUsersMe

func (c *Client) GetUsersMe(ctx context.Context, request jx.Raw) (GetUsersMeRes, error)

GetUsersMe invokes GetUsersMe operation.

Retrieve a list of users. The users can be filtered by fields such as `id`. The users can also be sorted or paginated.

GET /admin/users/me

func (*Client) GetWorkflowsExecutions

func (c *Client) GetWorkflowsExecutions(ctx context.Context, request jx.Raw) (GetWorkflowsExecutionsRes, error)

GetWorkflowsExecutions invokes GetWorkflowsExecutions operation.

Retrieve a list of workflows executions. The workflows executions can be filtered by fields such as `id`. The workflows executions can also be sorted or paginated.

GET /admin/workflows-executions

func (*Client) GetWorkflowsExecutionsId

func (c *Client) GetWorkflowsExecutionsId(ctx context.Context, request jx.Raw, params GetWorkflowsExecutionsIdParams) (GetWorkflowsExecutionsIdRes, error)

GetWorkflowsExecutionsId invokes GetWorkflowsExecutionsId operation.

Retrieve a workflows execution by its ID. You can expand the workflows execution's relations or select the fields that should be returned.

GET /admin/workflows-executions/{id}

func (*Client) GetWorkflowsExecutionsWorkflowIdSubscribe

func (c *Client) GetWorkflowsExecutionsWorkflowIdSubscribe(ctx context.Context, request jx.Raw, params GetWorkflowsExecutionsWorkflowIdSubscribeParams) (GetWorkflowsExecutionsWorkflowIdSubscribeRes, error)

GetWorkflowsExecutionsWorkflowIdSubscribe invokes GetWorkflowsExecutionsWorkflow_idSubscribe operation.

Retrieve a list of subscribes in a workflows execution. The subscribes can be filtered by fields like FILTER FIELDS. The subscribes can also be paginated.

GET /admin/workflows-executions/{workflow_id}/subscribe

func (*Client) GetWorkflowsExecutionsWorkflowIdTransactionID

func (c *Client) GetWorkflowsExecutionsWorkflowIdTransactionID(ctx context.Context, request jx.Raw, params GetWorkflowsExecutionsWorkflowIdTransactionIDParams) (GetWorkflowsExecutionsWorkflowIdTransactionIDRes, error)

GetWorkflowsExecutionsWorkflowIdTransactionID invokes GetWorkflowsExecutionsWorkflow_idTransaction_id operation.

Retrieve a list of in a workflows execution. The can be filtered by fields like FILTER FIELDS. The can also be paginated.

GET /admin/workflows-executions/{workflow_id}/{transaction_id}

func (*Client) GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribe

GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribe invokes GetWorkflowsExecutionsWorkflow_idTransaction_idStep_idSubscribe operation.

Retrieve a list of subscribes in a workflows execution. The subscribes can be filtered by fields like FILTER FIELDS. The subscribes can also be paginated.

GET /admin/workflows-executions/{workflow_id}/{transaction_id}/{step_id}/subscribe

func (*Client) PostApiKeys

func (c *Client) PostApiKeys(ctx context.Context, request jx.Raw) (PostApiKeysRes, error)

PostApiKeys invokes PostApiKeys operation.

Create a api key.

POST /admin/api-keys

func (*Client) PostApiKeysId

func (c *Client) PostApiKeysId(ctx context.Context, request jx.Raw, params PostApiKeysIdParams) (PostApiKeysIdRes, error)

PostApiKeysId invokes PostApiKeysId operation.

Update a api key's details.

POST /admin/api-keys/{id}

func (*Client) PostApiKeysIdRevoke

func (c *Client) PostApiKeysIdRevoke(ctx context.Context, request jx.Raw, params PostApiKeysIdRevokeParams) (PostApiKeysIdRevokeRes, error)

PostApiKeysIdRevoke invokes PostApiKeysIdRevoke operation.

Add a list of revokes to a api key.

POST /admin/api-keys/{id}/revoke

func (*Client) PostCampaigns

func (c *Client) PostCampaigns(ctx context.Context, request jx.Raw) (PostCampaignsRes, error)

PostCampaigns invokes PostCampaigns operation.

Create a campaign.

POST /admin/campaigns

func (*Client) PostCampaignsId

func (c *Client) PostCampaignsId(ctx context.Context, request OptAdminPostCampaignsReq, params PostCampaignsIdParams) (PostCampaignsIdRes, error)

PostCampaignsId invokes PostCampaignsId operation.

Update a campaign's details.

POST /admin/campaigns/{id}

func (*Client) PostCollections

func (c *Client) PostCollections(ctx context.Context, request jx.Raw) (PostCollectionsRes, error)

PostCollections invokes PostCollections operation.

Create a collection.

POST /admin/collections

func (*Client) PostCollectionsId

func (c *Client) PostCollectionsId(ctx context.Context, request jx.Raw, params PostCollectionsIdParams) (PostCollectionsIdRes, error)

PostCollectionsId invokes PostCollectionsId operation.

Update a collection's details.

POST /admin/collections/{id}

func (*Client) PostCustomerGroups

func (c *Client) PostCustomerGroups(ctx context.Context, request jx.Raw) (PostCustomerGroupsRes, error)

PostCustomerGroups invokes PostCustomerGroups operation.

Create a customer group.

POST /admin/customer-groups

func (*Client) PostCustomerGroupsId

func (c *Client) PostCustomerGroupsId(ctx context.Context, request jx.Raw, params PostCustomerGroupsIdParams) (PostCustomerGroupsIdRes, error)

PostCustomerGroupsId invokes PostCustomerGroupsId operation.

Update a customer group's details.

POST /admin/customer-groups/{id}

func (*Client) PostCustomerGroupsIdCustomersBatch

PostCustomerGroupsIdCustomersBatch invokes PostCustomerGroupsIdCustomersBatch operation.

Add a list of customers to a customer group.

POST /admin/customer-groups/{id}/customers/batch

func (*Client) PostCustomerGroupsIdCustomersRemove

PostCustomerGroupsIdCustomersRemove invokes PostCustomerGroupsIdCustomersRemove operation.

Add a list of removes to a customer group.

POST /admin/customer-groups/{id}/customers/remove

func (*Client) PostCustomers

func (c *Client) PostCustomers(ctx context.Context, request jx.Raw) (PostCustomersRes, error)

PostCustomers invokes PostCustomers operation.

Create a customer.

POST /admin/customers

func (*Client) PostCustomersId

func (c *Client) PostCustomersId(ctx context.Context, request jx.Raw, params PostCustomersIdParams) (PostCustomersIdRes, error)

PostCustomersId invokes PostCustomersId operation.

Update a customer's details.

POST /admin/customers/{id}

func (*Client) PostCustomersIdAddresses

func (c *Client) PostCustomersIdAddresses(ctx context.Context, request jx.Raw, params PostCustomersIdAddressesParams) (PostCustomersIdAddressesRes, error)

PostCustomersIdAddresses invokes PostCustomersIdAddresses operation.

Add a list of addresses to a customer.

POST /admin/customers/{id}/addresses

func (*Client) PostCustomersIdAddressesAddressID

func (c *Client) PostCustomersIdAddressesAddressID(ctx context.Context, request jx.Raw, params PostCustomersIdAddressesAddressIDParams) (PostCustomersIdAddressesAddressIDRes, error)

PostCustomersIdAddressesAddressID invokes PostCustomersIdAddressesAddress_id operation.

Add a list of addresses to a customer.

POST /admin/customers/{id}/addresses/{address_id}

func (*Client) PostFulfillmentShippingOptionsIdRulesBatchAdd

PostFulfillmentShippingOptionsIdRulesBatchAdd invokes PostFulfillmentShippingOptionsIdRulesBatchAdd operation.

Add a list of adds to a fulfillment.

POST /admin/fulfillment/shipping-options/{id}/rules/batch/add

func (*Client) PostFulfillmentShippingOptionsIdRulesBatchRemove

PostFulfillmentShippingOptionsIdRulesBatchRemove invokes PostFulfillmentShippingOptionsIdRulesBatchRemove operation.

Add a list of removes to a fulfillment.

POST /admin/fulfillment/shipping-options/{id}/rules/batch/remove

func (*Client) PostInventoryItems

func (c *Client) PostInventoryItems(ctx context.Context, request OptAdminPostInventoryItemsReq) (PostInventoryItemsRes, error)

PostInventoryItems invokes PostInventoryItems operation.

Create a inventory item.

POST /admin/inventory-items

func (*Client) PostInventoryItemsId

PostInventoryItemsId invokes PostInventoryItemsId operation.

Update a inventory item's details.

POST /admin/inventory-items/{id}

func (*Client) PostInventoryItemsIdLocationLevels

PostInventoryItemsIdLocationLevels invokes PostInventoryItemsIdLocationLevels operation.

Add a list of location levels to a inventory item.

POST /admin/inventory-items/{id}/location-levels

func (*Client) PostInventoryItemsIdLocationLevelsLocationID

PostInventoryItemsIdLocationLevelsLocationID invokes PostInventoryItemsIdLocationLevelsLocation_id operation.

Add a list of location levels to a inventory item.

POST /admin/inventory-items/{id}/location-levels/{location_id}

func (*Client) PostInvites

func (c *Client) PostInvites(ctx context.Context, request jx.Raw) (PostInvitesRes, error)

PostInvites invokes PostInvites operation.

Create a invite.

POST /admin/invites

func (*Client) PostInvitesAccept

PostInvitesAccept invokes PostInvitesAccept operation.

Create a invite.

POST /admin/invites/accept

func (*Client) PostInvitesIdResend

func (c *Client) PostInvitesIdResend(ctx context.Context, request jx.Raw, params PostInvitesIdResendParams) (PostInvitesIdResendRes, error)

PostInvitesIdResend invokes PostInvitesIdResend operation.

Add a list of resends to a invite.

POST /admin/invites/{id}/resend

func (*Client) PostPaymentsIdCapture

PostPaymentsIdCapture invokes PostPaymentsIdCapture operation.

Add a list of captures to a payment.

POST /admin/payments/{id}/capture

func (*Client) PostPaymentsIdRefund

PostPaymentsIdRefund invokes PostPaymentsIdRefund operation.

Add a list of refunds to a payment.

POST /admin/payments/{id}/refund

func (*Client) PostPriceLists

func (c *Client) PostPriceLists(ctx context.Context, request OptAdminPostPriceListsReq) (PostPriceListsRes, error)

PostPriceLists invokes PostPriceLists operation.

Create a price list.

POST /admin/price-lists

func (*Client) PostPriceListsId

PostPriceListsId invokes PostPriceListsId operation.

Update a price list's details.

POST /admin/price-lists/{id}

func (*Client) PostPriceListsIdPricesBatchAdd

PostPriceListsIdPricesBatchAdd invokes PostPriceListsIdPricesBatchAdd operation.

Add a list of adds to a price list.

POST /admin/price-lists/{id}/prices/batch/add

func (*Client) PostPriceListsIdPricesBatchRemove

PostPriceListsIdPricesBatchRemove invokes PostPriceListsIdPricesBatchRemove operation.

Add a list of removes to a price list.

POST /admin/price-lists/{id}/prices/batch/remove

func (*Client) PostPricingRuleTypes

func (c *Client) PostPricingRuleTypes(ctx context.Context, request OptAdminPostPricingRuleTypesReq) (PostPricingRuleTypesRes, error)

PostPricingRuleTypes invokes PostPricingRuleTypes operation.

Create a pricing.

POST /admin/pricing/rule-types

func (*Client) PostPricingRuleTypesId

PostPricingRuleTypesId invokes PostPricingRuleTypesId operation.

Add a list of rule types to a pricing.

POST /admin/pricing/rule-types/{id}

func (*Client) PostProducts

func (c *Client) PostProducts(ctx context.Context, request jx.Raw) (PostProductsRes, error)

PostProducts invokes PostProducts operation.

Create a product.

POST /admin/products

func (*Client) PostProductsId

func (c *Client) PostProductsId(ctx context.Context, request jx.Raw, params PostProductsIdParams) (PostProductsIdRes, error)

PostProductsId invokes PostProductsId operation.

Update a product's details.

POST /admin/products/{id}

func (*Client) PostProductsIdOptions

func (c *Client) PostProductsIdOptions(ctx context.Context, request jx.Raw, params PostProductsIdOptionsParams) (PostProductsIdOptionsRes, error)

PostProductsIdOptions invokes PostProductsIdOptions operation.

Add a list of options to a product.

POST /admin/products/{id}/options

func (*Client) PostProductsIdOptionsOptionID

func (c *Client) PostProductsIdOptionsOptionID(ctx context.Context, request jx.Raw, params PostProductsIdOptionsOptionIDParams) (PostProductsIdOptionsOptionIDRes, error)

PostProductsIdOptionsOptionID invokes PostProductsIdOptionsOption_id operation.

Add a list of options to a product.

POST /admin/products/{id}/options/{option_id}

func (*Client) PostProductsIdVariants

func (c *Client) PostProductsIdVariants(ctx context.Context, request jx.Raw, params PostProductsIdVariantsParams) (PostProductsIdVariantsRes, error)

PostProductsIdVariants invokes PostProductsIdVariants operation.

Add a list of variants to a product.

POST /admin/products/{id}/variants

func (*Client) PostProductsIdVariantsVariantID

func (c *Client) PostProductsIdVariantsVariantID(ctx context.Context, request jx.Raw, params PostProductsIdVariantsVariantIDParams) (PostProductsIdVariantsVariantIDRes, error)

PostProductsIdVariantsVariantID invokes PostProductsIdVariantsVariant_id operation.

Add a list of variants to a product.

POST /admin/products/{id}/variants/{variant_id}

func (*Client) PostPromotions

func (c *Client) PostPromotions(ctx context.Context, request jx.Raw) (PostPromotionsRes, error)

PostPromotions invokes PostPromotions operation.

Create a promotion.

POST /admin/promotions

func (*Client) PostPromotionsId

PostPromotionsId invokes PostPromotionsId operation.

Update a promotion's details.

POST /admin/promotions/{id}

func (*Client) PostPromotionsIdBuyRulesBatchAdd

PostPromotionsIdBuyRulesBatchAdd invokes PostPromotionsIdBuyRulesBatchAdd operation.

Add a list of adds to a promotion.

POST /admin/promotions/{id}/buy-rules/batch/add

func (*Client) PostPromotionsIdBuyRulesBatchRemove

PostPromotionsIdBuyRulesBatchRemove invokes PostPromotionsIdBuyRulesBatchRemove operation.

Add a list of removes to a promotion.

POST /admin/promotions/{id}/buy-rules/batch/remove

func (*Client) PostPromotionsIdRulesBatchAdd

PostPromotionsIdRulesBatchAdd invokes PostPromotionsIdRulesBatchAdd operation.

Add a list of adds to a promotion.

POST /admin/promotions/{id}/rules/batch/add

func (*Client) PostPromotionsIdRulesBatchRemove

PostPromotionsIdRulesBatchRemove invokes PostPromotionsIdRulesBatchRemove operation.

Add a list of removes to a promotion.

POST /admin/promotions/{id}/rules/batch/remove

func (*Client) PostPromotionsIdRulesBatchUpdate

PostPromotionsIdRulesBatchUpdate invokes PostPromotionsIdRulesBatchUpdate operation.

Add a list of updates to a promotion.

POST /admin/promotions/{id}/rules/batch/update

func (*Client) PostPromotionsIdTargetRulesBatchAdd

PostPromotionsIdTargetRulesBatchAdd invokes PostPromotionsIdTargetRulesBatchAdd operation.

Add a list of adds to a promotion.

POST /admin/promotions/{id}/target-rules/batch/add

func (*Client) PostPromotionsIdTargetRulesBatchRemove

PostPromotionsIdTargetRulesBatchRemove invokes PostPromotionsIdTargetRulesBatchRemove operation.

Add a list of removes to a promotion.

POST /admin/promotions/{id}/target-rules/batch/remove

func (*Client) PostRegions

func (c *Client) PostRegions(ctx context.Context, request jx.Raw) (PostRegionsRes, error)

PostRegions invokes PostRegions operation.

Create a region.

POST /admin/regions

func (*Client) PostRegionsId

func (c *Client) PostRegionsId(ctx context.Context, request jx.Raw, params PostRegionsIdParams) (PostRegionsIdRes, error)

PostRegionsId invokes PostRegionsId operation.

Update a region's details.

POST /admin/regions/{id}

func (*Client) PostSalesChannels

func (c *Client) PostSalesChannels(ctx context.Context, request jx.Raw) (PostSalesChannelsRes, error)

PostSalesChannels invokes PostSalesChannels operation.

Create a sales channel.

POST /admin/sales-channels

func (*Client) PostSalesChannelsId

func (c *Client) PostSalesChannelsId(ctx context.Context, request jx.Raw, params PostSalesChannelsIdParams) (PostSalesChannelsIdRes, error)

PostSalesChannelsId invokes PostSalesChannelsId operation.

Update a sales channel's details.

POST /admin/sales-channels/{id}

func (*Client) PostSalesChannelsIdProductsBatchAdd

func (c *Client) PostSalesChannelsIdProductsBatchAdd(ctx context.Context, request jx.Raw, params PostSalesChannelsIdProductsBatchAddParams) (PostSalesChannelsIdProductsBatchAddRes, error)

PostSalesChannelsIdProductsBatchAdd invokes PostSalesChannelsIdProductsBatchAdd operation.

Add a list of adds to a sales channel.

POST /admin/sales-channels/{id}/products/batch/add

func (*Client) PostStockLocations

func (c *Client) PostStockLocations(ctx context.Context, request OptAdminPostStockLocationsReq) (PostStockLocationsRes, error)

PostStockLocations invokes PostStockLocations operation.

Create a stock location.

POST /admin/stock-locations

func (*Client) PostStoresId

func (c *Client) PostStoresId(ctx context.Context, request jx.Raw, params PostStoresIdParams) (PostStoresIdRes, error)

PostStoresId invokes PostStoresId operation.

Update a store's details.

POST /admin/stores/{id}

func (*Client) PostTaxRates

func (c *Client) PostTaxRates(ctx context.Context, request OptAdminPostTaxRatesReq) (PostTaxRatesRes, error)

PostTaxRates invokes PostTaxRates operation.

Create a tax rate.

POST /admin/tax-rates

func (*Client) PostTaxRatesId

PostTaxRatesId invokes PostTaxRatesId operation.

Update a tax rate's details.

POST /admin/tax-rates/{id}

func (*Client) PostTaxRatesIdRules

PostTaxRatesIdRules invokes PostTaxRatesIdRules operation.

Add a list of rules to a tax rate.

POST /admin/tax-rates/{id}/rules

func (*Client) PostTaxRegions

func (c *Client) PostTaxRegions(ctx context.Context, request OptAdminPostTaxRegionsReq) (PostTaxRegionsRes, error)

PostTaxRegions invokes PostTaxRegions operation.

Create a tax region.

POST /admin/tax-regions

func (*Client) PostUsers

func (c *Client) PostUsers(ctx context.Context, request jx.Raw) (PostUsersRes, error)

PostUsers invokes PostUsers operation.

Create a user.

POST /admin/users

func (*Client) PostUsersId

func (c *Client) PostUsersId(ctx context.Context, request OptAdminUpdateUserRequest, params PostUsersIdParams) (PostUsersIdRes, error)

PostUsersId invokes PostUsersId operation.

Update a user's details.

POST /admin/users/{id}

func (*Client) PostWorkflowsExecutionsWorkflowIdRun

PostWorkflowsExecutionsWorkflowIdRun invokes PostWorkflowsExecutionsWorkflow_idRun operation.

Add a list of runs to a workflows execution.

POST /admin/workflows-executions/{workflow_id}/run

func (*Client) PostWorkflowsExecutionsWorkflowIdStepsFailure

PostWorkflowsExecutionsWorkflowIdStepsFailure invokes PostWorkflowsExecutionsWorkflow_idStepsFailure operation.

Add a list of failures to a workflows execution.

POST /admin/workflows-executions/{workflow_id}/steps/failure

func (*Client) PostWorkflowsExecutionsWorkflowIdStepsSuccess

PostWorkflowsExecutionsWorkflowIdStepsSuccess invokes PostWorkflowsExecutionsWorkflow_idStepsSuccess operation.

Add a list of successes to a workflows execution.

POST /admin/workflows-executions/{workflow_id}/steps/success

type ClientOption

type ClientOption interface {
	// contains filtered or unexported methods
}

ClientOption is client config option.

func WithClient

func WithClient(client ht.Client) ClientOption

WithClient specifies http client to use.

type CookieAuth

type CookieAuth struct {
	APIKey string
}

func (*CookieAuth) GetAPIKey

func (s *CookieAuth) GetAPIKey() string

GetAPIKey returns the value of APIKey.

func (*CookieAuth) SetAPIKey

func (s *CookieAuth) SetAPIKey(val string)

SetAPIKey sets the value of APIKey.

type CreateDefaultTaxRate

type CreateDefaultTaxRate struct {
	// The default tax rate's rate.
	Rate OptFloat64 `json:"rate"`
	// The default tax rate's code.
	Code OptString `json:"code"`
	// The default tax rate's name.
	Name string `json:"name"`
	// The default tax rate's metadata.
	Metadata *CreateDefaultTaxRateMetadata `json:"metadata"`
}

The tax region's default tax rate. Ref: #/components/schemas/CreateDefaultTaxRate

func (*CreateDefaultTaxRate) Decode

func (s *CreateDefaultTaxRate) Decode(d *jx.Decoder) error

Decode decodes CreateDefaultTaxRate from json.

func (*CreateDefaultTaxRate) Encode

func (s *CreateDefaultTaxRate) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*CreateDefaultTaxRate) GetCode

func (s *CreateDefaultTaxRate) GetCode() OptString

GetCode returns the value of Code.

func (*CreateDefaultTaxRate) GetMetadata

GetMetadata returns the value of Metadata.

func (*CreateDefaultTaxRate) GetName

func (s *CreateDefaultTaxRate) GetName() string

GetName returns the value of Name.

func (*CreateDefaultTaxRate) GetRate

func (s *CreateDefaultTaxRate) GetRate() OptFloat64

GetRate returns the value of Rate.

func (*CreateDefaultTaxRate) MarshalJSON

func (s *CreateDefaultTaxRate) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*CreateDefaultTaxRate) SetCode

func (s *CreateDefaultTaxRate) SetCode(val OptString)

SetCode sets the value of Code.

func (*CreateDefaultTaxRate) SetFake

func (s *CreateDefaultTaxRate) SetFake()

SetFake set fake values.

func (*CreateDefaultTaxRate) SetMetadata

SetMetadata sets the value of Metadata.

func (*CreateDefaultTaxRate) SetName

func (s *CreateDefaultTaxRate) SetName(val string)

SetName sets the value of Name.

func (*CreateDefaultTaxRate) SetRate

func (s *CreateDefaultTaxRate) SetRate(val OptFloat64)

SetRate sets the value of Rate.

func (*CreateDefaultTaxRate) UnmarshalJSON

func (s *CreateDefaultTaxRate) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*CreateDefaultTaxRate) Validate

func (s *CreateDefaultTaxRate) Validate() error

type CreateDefaultTaxRateMetadata

type CreateDefaultTaxRateMetadata struct{}

The default tax rate's metadata.

func (*CreateDefaultTaxRateMetadata) Decode

Decode decodes CreateDefaultTaxRateMetadata from json.

func (*CreateDefaultTaxRateMetadata) Encode

func (s *CreateDefaultTaxRateMetadata) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*CreateDefaultTaxRateMetadata) MarshalJSON

func (s *CreateDefaultTaxRateMetadata) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*CreateDefaultTaxRateMetadata) SetFake

func (s *CreateDefaultTaxRateMetadata) SetFake()

SetFake set fake values.

func (*CreateDefaultTaxRateMetadata) UnmarshalJSON

func (s *CreateDefaultTaxRateMetadata) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type DeleteApiKeysIdConflict

type DeleteApiKeysIdConflict Error

func (*DeleteApiKeysIdConflict) Decode

func (s *DeleteApiKeysIdConflict) Decode(d *jx.Decoder) error

Decode decodes DeleteApiKeysIdConflict from json.

func (*DeleteApiKeysIdConflict) Encode

func (s *DeleteApiKeysIdConflict) Encode(e *jx.Encoder)

Encode encodes DeleteApiKeysIdConflict as json.

func (*DeleteApiKeysIdConflict) MarshalJSON

func (s *DeleteApiKeysIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteApiKeysIdConflict) SetFake

func (s *DeleteApiKeysIdConflict) SetFake()

SetFake set fake values.

func (*DeleteApiKeysIdConflict) UnmarshalJSON

func (s *DeleteApiKeysIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteApiKeysIdConflict) Validate

func (s *DeleteApiKeysIdConflict) Validate() error

type DeleteApiKeysIdInternalServerError

type DeleteApiKeysIdInternalServerError Error

func (*DeleteApiKeysIdInternalServerError) Decode

Decode decodes DeleteApiKeysIdInternalServerError from json.

func (*DeleteApiKeysIdInternalServerError) Encode

Encode encodes DeleteApiKeysIdInternalServerError as json.

func (*DeleteApiKeysIdInternalServerError) MarshalJSON

func (s *DeleteApiKeysIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteApiKeysIdInternalServerError) SetFake

SetFake set fake values.

func (*DeleteApiKeysIdInternalServerError) UnmarshalJSON

func (s *DeleteApiKeysIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteApiKeysIdInternalServerError) Validate

type DeleteApiKeysIdNotFound

type DeleteApiKeysIdNotFound Error

func (*DeleteApiKeysIdNotFound) Decode

func (s *DeleteApiKeysIdNotFound) Decode(d *jx.Decoder) error

Decode decodes DeleteApiKeysIdNotFound from json.

func (*DeleteApiKeysIdNotFound) Encode

func (s *DeleteApiKeysIdNotFound) Encode(e *jx.Encoder)

Encode encodes DeleteApiKeysIdNotFound as json.

func (*DeleteApiKeysIdNotFound) MarshalJSON

func (s *DeleteApiKeysIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteApiKeysIdNotFound) SetFake

func (s *DeleteApiKeysIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteApiKeysIdNotFound) UnmarshalJSON

func (s *DeleteApiKeysIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteApiKeysIdNotFound) Validate

func (s *DeleteApiKeysIdNotFound) Validate() error

type DeleteApiKeysIdParams

type DeleteApiKeysIdParams struct {
	// The api key's ID.
	ID string
}

DeleteApiKeysIdParams is parameters of DeleteApiKeysId operation.

type DeleteApiKeysIdRes

type DeleteApiKeysIdRes interface {
	// contains filtered or unexported methods
}

type DeleteApiKeysIdUnprocessableEntity

type DeleteApiKeysIdUnprocessableEntity Error

func (*DeleteApiKeysIdUnprocessableEntity) Decode

Decode decodes DeleteApiKeysIdUnprocessableEntity from json.

func (*DeleteApiKeysIdUnprocessableEntity) Encode

Encode encodes DeleteApiKeysIdUnprocessableEntity as json.

func (*DeleteApiKeysIdUnprocessableEntity) MarshalJSON

func (s *DeleteApiKeysIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteApiKeysIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteApiKeysIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteApiKeysIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteApiKeysIdUnprocessableEntity) Validate

type DeleteCampaignsIdConflict

type DeleteCampaignsIdConflict Error

func (*DeleteCampaignsIdConflict) Decode

func (s *DeleteCampaignsIdConflict) Decode(d *jx.Decoder) error

Decode decodes DeleteCampaignsIdConflict from json.

func (*DeleteCampaignsIdConflict) Encode

func (s *DeleteCampaignsIdConflict) Encode(e *jx.Encoder)

Encode encodes DeleteCampaignsIdConflict as json.

func (*DeleteCampaignsIdConflict) MarshalJSON

func (s *DeleteCampaignsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCampaignsIdConflict) SetFake

func (s *DeleteCampaignsIdConflict) SetFake()

SetFake set fake values.

func (*DeleteCampaignsIdConflict) UnmarshalJSON

func (s *DeleteCampaignsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCampaignsIdConflict) Validate

func (s *DeleteCampaignsIdConflict) Validate() error

type DeleteCampaignsIdInternalServerError

type DeleteCampaignsIdInternalServerError Error

func (*DeleteCampaignsIdInternalServerError) Decode

Decode decodes DeleteCampaignsIdInternalServerError from json.

func (*DeleteCampaignsIdInternalServerError) Encode

Encode encodes DeleteCampaignsIdInternalServerError as json.

func (*DeleteCampaignsIdInternalServerError) MarshalJSON

func (s *DeleteCampaignsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCampaignsIdInternalServerError) SetFake

SetFake set fake values.

func (*DeleteCampaignsIdInternalServerError) UnmarshalJSON

func (s *DeleteCampaignsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCampaignsIdInternalServerError) Validate

type DeleteCampaignsIdNotFound

type DeleteCampaignsIdNotFound Error

func (*DeleteCampaignsIdNotFound) Decode

func (s *DeleteCampaignsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes DeleteCampaignsIdNotFound from json.

func (*DeleteCampaignsIdNotFound) Encode

func (s *DeleteCampaignsIdNotFound) Encode(e *jx.Encoder)

Encode encodes DeleteCampaignsIdNotFound as json.

func (*DeleteCampaignsIdNotFound) MarshalJSON

func (s *DeleteCampaignsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCampaignsIdNotFound) SetFake

func (s *DeleteCampaignsIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteCampaignsIdNotFound) UnmarshalJSON

func (s *DeleteCampaignsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCampaignsIdNotFound) Validate

func (s *DeleteCampaignsIdNotFound) Validate() error

type DeleteCampaignsIdParams

type DeleteCampaignsIdParams struct {
	// The campaign's ID.
	ID string
}

DeleteCampaignsIdParams is parameters of DeleteCampaignsId operation.

type DeleteCampaignsIdRes

type DeleteCampaignsIdRes interface {
	// contains filtered or unexported methods
}

type DeleteCampaignsIdUnprocessableEntity

type DeleteCampaignsIdUnprocessableEntity Error

func (*DeleteCampaignsIdUnprocessableEntity) Decode

Decode decodes DeleteCampaignsIdUnprocessableEntity from json.

func (*DeleteCampaignsIdUnprocessableEntity) Encode

Encode encodes DeleteCampaignsIdUnprocessableEntity as json.

func (*DeleteCampaignsIdUnprocessableEntity) MarshalJSON

func (s *DeleteCampaignsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCampaignsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteCampaignsIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteCampaignsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCampaignsIdUnprocessableEntity) Validate

type DeleteCollectionsIdConflict

type DeleteCollectionsIdConflict Error

func (*DeleteCollectionsIdConflict) Decode

Decode decodes DeleteCollectionsIdConflict from json.

func (*DeleteCollectionsIdConflict) Encode

func (s *DeleteCollectionsIdConflict) Encode(e *jx.Encoder)

Encode encodes DeleteCollectionsIdConflict as json.

func (*DeleteCollectionsIdConflict) MarshalJSON

func (s *DeleteCollectionsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCollectionsIdConflict) SetFake

func (s *DeleteCollectionsIdConflict) SetFake()

SetFake set fake values.

func (*DeleteCollectionsIdConflict) UnmarshalJSON

func (s *DeleteCollectionsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCollectionsIdConflict) Validate

func (s *DeleteCollectionsIdConflict) Validate() error

type DeleteCollectionsIdInternalServerError

type DeleteCollectionsIdInternalServerError Error

func (*DeleteCollectionsIdInternalServerError) Decode

Decode decodes DeleteCollectionsIdInternalServerError from json.

func (*DeleteCollectionsIdInternalServerError) Encode

Encode encodes DeleteCollectionsIdInternalServerError as json.

func (*DeleteCollectionsIdInternalServerError) MarshalJSON

func (s *DeleteCollectionsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCollectionsIdInternalServerError) SetFake

SetFake set fake values.

func (*DeleteCollectionsIdInternalServerError) UnmarshalJSON

func (s *DeleteCollectionsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCollectionsIdInternalServerError) Validate

type DeleteCollectionsIdNotFound

type DeleteCollectionsIdNotFound Error

func (*DeleteCollectionsIdNotFound) Decode

Decode decodes DeleteCollectionsIdNotFound from json.

func (*DeleteCollectionsIdNotFound) Encode

func (s *DeleteCollectionsIdNotFound) Encode(e *jx.Encoder)

Encode encodes DeleteCollectionsIdNotFound as json.

func (*DeleteCollectionsIdNotFound) MarshalJSON

func (s *DeleteCollectionsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCollectionsIdNotFound) SetFake

func (s *DeleteCollectionsIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteCollectionsIdNotFound) UnmarshalJSON

func (s *DeleteCollectionsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCollectionsIdNotFound) Validate

func (s *DeleteCollectionsIdNotFound) Validate() error

type DeleteCollectionsIdParams

type DeleteCollectionsIdParams struct {
	// The collection's ID.
	ID string
}

DeleteCollectionsIdParams is parameters of DeleteCollectionsId operation.

type DeleteCollectionsIdRes

type DeleteCollectionsIdRes interface {
	// contains filtered or unexported methods
}

type DeleteCollectionsIdUnprocessableEntity

type DeleteCollectionsIdUnprocessableEntity Error

func (*DeleteCollectionsIdUnprocessableEntity) Decode

Decode decodes DeleteCollectionsIdUnprocessableEntity from json.

func (*DeleteCollectionsIdUnprocessableEntity) Encode

Encode encodes DeleteCollectionsIdUnprocessableEntity as json.

func (*DeleteCollectionsIdUnprocessableEntity) MarshalJSON

func (s *DeleteCollectionsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCollectionsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteCollectionsIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteCollectionsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCollectionsIdUnprocessableEntity) Validate

type DeleteCustomerGroupsIdConflict

type DeleteCustomerGroupsIdConflict Error

func (*DeleteCustomerGroupsIdConflict) Decode

Decode decodes DeleteCustomerGroupsIdConflict from json.

func (*DeleteCustomerGroupsIdConflict) Encode

Encode encodes DeleteCustomerGroupsIdConflict as json.

func (*DeleteCustomerGroupsIdConflict) MarshalJSON

func (s *DeleteCustomerGroupsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCustomerGroupsIdConflict) SetFake

func (s *DeleteCustomerGroupsIdConflict) SetFake()

SetFake set fake values.

func (*DeleteCustomerGroupsIdConflict) UnmarshalJSON

func (s *DeleteCustomerGroupsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCustomerGroupsIdConflict) Validate

func (s *DeleteCustomerGroupsIdConflict) Validate() error

type DeleteCustomerGroupsIdInternalServerError

type DeleteCustomerGroupsIdInternalServerError Error

func (*DeleteCustomerGroupsIdInternalServerError) Decode

Decode decodes DeleteCustomerGroupsIdInternalServerError from json.

func (*DeleteCustomerGroupsIdInternalServerError) Encode

Encode encodes DeleteCustomerGroupsIdInternalServerError as json.

func (*DeleteCustomerGroupsIdInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCustomerGroupsIdInternalServerError) SetFake

SetFake set fake values.

func (*DeleteCustomerGroupsIdInternalServerError) UnmarshalJSON

func (s *DeleteCustomerGroupsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCustomerGroupsIdInternalServerError) Validate

type DeleteCustomerGroupsIdNotFound

type DeleteCustomerGroupsIdNotFound Error

func (*DeleteCustomerGroupsIdNotFound) Decode

Decode decodes DeleteCustomerGroupsIdNotFound from json.

func (*DeleteCustomerGroupsIdNotFound) Encode

Encode encodes DeleteCustomerGroupsIdNotFound as json.

func (*DeleteCustomerGroupsIdNotFound) MarshalJSON

func (s *DeleteCustomerGroupsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCustomerGroupsIdNotFound) SetFake

func (s *DeleteCustomerGroupsIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteCustomerGroupsIdNotFound) UnmarshalJSON

func (s *DeleteCustomerGroupsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCustomerGroupsIdNotFound) Validate

func (s *DeleteCustomerGroupsIdNotFound) Validate() error

type DeleteCustomerGroupsIdParams

type DeleteCustomerGroupsIdParams struct {
	// The customer group's ID.
	ID string
}

DeleteCustomerGroupsIdParams is parameters of DeleteCustomerGroupsId operation.

type DeleteCustomerGroupsIdRes

type DeleteCustomerGroupsIdRes interface {
	// contains filtered or unexported methods
}

type DeleteCustomerGroupsIdUnprocessableEntity

type DeleteCustomerGroupsIdUnprocessableEntity Error

func (*DeleteCustomerGroupsIdUnprocessableEntity) Decode

Decode decodes DeleteCustomerGroupsIdUnprocessableEntity from json.

func (*DeleteCustomerGroupsIdUnprocessableEntity) Encode

Encode encodes DeleteCustomerGroupsIdUnprocessableEntity as json.

func (*DeleteCustomerGroupsIdUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCustomerGroupsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteCustomerGroupsIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteCustomerGroupsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCustomerGroupsIdUnprocessableEntity) Validate

type DeleteCustomersIdAddressesAddressIDConflict

type DeleteCustomersIdAddressesAddressIDConflict Error

func (*DeleteCustomersIdAddressesAddressIDConflict) Decode

Decode decodes DeleteCustomersIdAddressesAddressIDConflict from json.

func (*DeleteCustomersIdAddressesAddressIDConflict) Encode

Encode encodes DeleteCustomersIdAddressesAddressIDConflict as json.

func (*DeleteCustomersIdAddressesAddressIDConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCustomersIdAddressesAddressIDConflict) SetFake

SetFake set fake values.

func (*DeleteCustomersIdAddressesAddressIDConflict) UnmarshalJSON

func (s *DeleteCustomersIdAddressesAddressIDConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCustomersIdAddressesAddressIDConflict) Validate

type DeleteCustomersIdAddressesAddressIDInternalServerError

type DeleteCustomersIdAddressesAddressIDInternalServerError Error

func (*DeleteCustomersIdAddressesAddressIDInternalServerError) Decode

Decode decodes DeleteCustomersIdAddressesAddressIDInternalServerError from json.

func (*DeleteCustomersIdAddressesAddressIDInternalServerError) Encode

Encode encodes DeleteCustomersIdAddressesAddressIDInternalServerError as json.

func (*DeleteCustomersIdAddressesAddressIDInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCustomersIdAddressesAddressIDInternalServerError) SetFake

SetFake set fake values.

func (*DeleteCustomersIdAddressesAddressIDInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCustomersIdAddressesAddressIDInternalServerError) Validate

type DeleteCustomersIdAddressesAddressIDNotFound

type DeleteCustomersIdAddressesAddressIDNotFound Error

func (*DeleteCustomersIdAddressesAddressIDNotFound) Decode

Decode decodes DeleteCustomersIdAddressesAddressIDNotFound from json.

func (*DeleteCustomersIdAddressesAddressIDNotFound) Encode

Encode encodes DeleteCustomersIdAddressesAddressIDNotFound as json.

func (*DeleteCustomersIdAddressesAddressIDNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCustomersIdAddressesAddressIDNotFound) SetFake

SetFake set fake values.

func (*DeleteCustomersIdAddressesAddressIDNotFound) UnmarshalJSON

func (s *DeleteCustomersIdAddressesAddressIDNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCustomersIdAddressesAddressIDNotFound) Validate

type DeleteCustomersIdAddressesAddressIDParams

type DeleteCustomersIdAddressesAddressIDParams struct {
	// The customer's ID.
	ID string
	// The customer's address id.
	AddressID string
}

DeleteCustomersIdAddressesAddressIDParams is parameters of DeleteCustomersIdAddressesAddress_id operation.

type DeleteCustomersIdAddressesAddressIDRes

type DeleteCustomersIdAddressesAddressIDRes interface {
	// contains filtered or unexported methods
}

type DeleteCustomersIdAddressesAddressIDUnprocessableEntity

type DeleteCustomersIdAddressesAddressIDUnprocessableEntity Error

func (*DeleteCustomersIdAddressesAddressIDUnprocessableEntity) Decode

Decode decodes DeleteCustomersIdAddressesAddressIDUnprocessableEntity from json.

func (*DeleteCustomersIdAddressesAddressIDUnprocessableEntity) Encode

Encode encodes DeleteCustomersIdAddressesAddressIDUnprocessableEntity as json.

func (*DeleteCustomersIdAddressesAddressIDUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCustomersIdAddressesAddressIDUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteCustomersIdAddressesAddressIDUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCustomersIdAddressesAddressIDUnprocessableEntity) Validate

type DeleteCustomersIdConflict

type DeleteCustomersIdConflict Error

func (*DeleteCustomersIdConflict) Decode

func (s *DeleteCustomersIdConflict) Decode(d *jx.Decoder) error

Decode decodes DeleteCustomersIdConflict from json.

func (*DeleteCustomersIdConflict) Encode

func (s *DeleteCustomersIdConflict) Encode(e *jx.Encoder)

Encode encodes DeleteCustomersIdConflict as json.

func (*DeleteCustomersIdConflict) MarshalJSON

func (s *DeleteCustomersIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCustomersIdConflict) SetFake

func (s *DeleteCustomersIdConflict) SetFake()

SetFake set fake values.

func (*DeleteCustomersIdConflict) UnmarshalJSON

func (s *DeleteCustomersIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCustomersIdConflict) Validate

func (s *DeleteCustomersIdConflict) Validate() error

type DeleteCustomersIdInternalServerError

type DeleteCustomersIdInternalServerError Error

func (*DeleteCustomersIdInternalServerError) Decode

Decode decodes DeleteCustomersIdInternalServerError from json.

func (*DeleteCustomersIdInternalServerError) Encode

Encode encodes DeleteCustomersIdInternalServerError as json.

func (*DeleteCustomersIdInternalServerError) MarshalJSON

func (s *DeleteCustomersIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCustomersIdInternalServerError) SetFake

SetFake set fake values.

func (*DeleteCustomersIdInternalServerError) UnmarshalJSON

func (s *DeleteCustomersIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCustomersIdInternalServerError) Validate

type DeleteCustomersIdNotFound

type DeleteCustomersIdNotFound Error

func (*DeleteCustomersIdNotFound) Decode

func (s *DeleteCustomersIdNotFound) Decode(d *jx.Decoder) error

Decode decodes DeleteCustomersIdNotFound from json.

func (*DeleteCustomersIdNotFound) Encode

func (s *DeleteCustomersIdNotFound) Encode(e *jx.Encoder)

Encode encodes DeleteCustomersIdNotFound as json.

func (*DeleteCustomersIdNotFound) MarshalJSON

func (s *DeleteCustomersIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCustomersIdNotFound) SetFake

func (s *DeleteCustomersIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteCustomersIdNotFound) UnmarshalJSON

func (s *DeleteCustomersIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCustomersIdNotFound) Validate

func (s *DeleteCustomersIdNotFound) Validate() error

type DeleteCustomersIdParams

type DeleteCustomersIdParams struct {
	// The customer's ID.
	ID string
}

DeleteCustomersIdParams is parameters of DeleteCustomersId operation.

type DeleteCustomersIdRes

type DeleteCustomersIdRes interface {
	// contains filtered or unexported methods
}

type DeleteCustomersIdUnprocessableEntity

type DeleteCustomersIdUnprocessableEntity Error

func (*DeleteCustomersIdUnprocessableEntity) Decode

Decode decodes DeleteCustomersIdUnprocessableEntity from json.

func (*DeleteCustomersIdUnprocessableEntity) Encode

Encode encodes DeleteCustomersIdUnprocessableEntity as json.

func (*DeleteCustomersIdUnprocessableEntity) MarshalJSON

func (s *DeleteCustomersIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteCustomersIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteCustomersIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteCustomersIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteCustomersIdUnprocessableEntity) Validate

type DeleteInventoryItemsIdConflict

type DeleteInventoryItemsIdConflict Error

func (*DeleteInventoryItemsIdConflict) Decode

Decode decodes DeleteInventoryItemsIdConflict from json.

func (*DeleteInventoryItemsIdConflict) Encode

Encode encodes DeleteInventoryItemsIdConflict as json.

func (*DeleteInventoryItemsIdConflict) MarshalJSON

func (s *DeleteInventoryItemsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteInventoryItemsIdConflict) SetFake

func (s *DeleteInventoryItemsIdConflict) SetFake()

SetFake set fake values.

func (*DeleteInventoryItemsIdConflict) UnmarshalJSON

func (s *DeleteInventoryItemsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteInventoryItemsIdConflict) Validate

func (s *DeleteInventoryItemsIdConflict) Validate() error

type DeleteInventoryItemsIdInternalServerError

type DeleteInventoryItemsIdInternalServerError Error

func (*DeleteInventoryItemsIdInternalServerError) Decode

Decode decodes DeleteInventoryItemsIdInternalServerError from json.

func (*DeleteInventoryItemsIdInternalServerError) Encode

Encode encodes DeleteInventoryItemsIdInternalServerError as json.

func (*DeleteInventoryItemsIdInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteInventoryItemsIdInternalServerError) SetFake

SetFake set fake values.

func (*DeleteInventoryItemsIdInternalServerError) UnmarshalJSON

func (s *DeleteInventoryItemsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteInventoryItemsIdInternalServerError) Validate

type DeleteInventoryItemsIdLocationLevelsLocationIDConflict

type DeleteInventoryItemsIdLocationLevelsLocationIDConflict Error

func (*DeleteInventoryItemsIdLocationLevelsLocationIDConflict) Decode

Decode decodes DeleteInventoryItemsIdLocationLevelsLocationIDConflict from json.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDConflict) Encode

Encode encodes DeleteInventoryItemsIdLocationLevelsLocationIDConflict as json.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDConflict) SetFake

SetFake set fake values.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDConflict) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDConflict) Validate

type DeleteInventoryItemsIdLocationLevelsLocationIDInternalServerError

type DeleteInventoryItemsIdLocationLevelsLocationIDInternalServerError Error

func (*DeleteInventoryItemsIdLocationLevelsLocationIDInternalServerError) Decode

Decode decodes DeleteInventoryItemsIdLocationLevelsLocationIDInternalServerError from json.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDInternalServerError) Encode

Encode encodes DeleteInventoryItemsIdLocationLevelsLocationIDInternalServerError as json.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDInternalServerError) SetFake

SetFake set fake values.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDInternalServerError) Validate

type DeleteInventoryItemsIdLocationLevelsLocationIDNotFound

type DeleteInventoryItemsIdLocationLevelsLocationIDNotFound Error

func (*DeleteInventoryItemsIdLocationLevelsLocationIDNotFound) Decode

Decode decodes DeleteInventoryItemsIdLocationLevelsLocationIDNotFound from json.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDNotFound) Encode

Encode encodes DeleteInventoryItemsIdLocationLevelsLocationIDNotFound as json.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDNotFound) SetFake

SetFake set fake values.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDNotFound) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDNotFound) Validate

type DeleteInventoryItemsIdLocationLevelsLocationIDParams

type DeleteInventoryItemsIdLocationLevelsLocationIDParams struct {
	// The inventory item's ID.
	ID string
	// The inventory item's location id.
	LocationID string
}

DeleteInventoryItemsIdLocationLevelsLocationIDParams is parameters of DeleteInventoryItemsIdLocationLevelsLocation_id operation.

type DeleteInventoryItemsIdLocationLevelsLocationIDRes

type DeleteInventoryItemsIdLocationLevelsLocationIDRes interface {
	// contains filtered or unexported methods
}

type DeleteInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity

type DeleteInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity Error

func (*DeleteInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity) Decode

Decode decodes DeleteInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity from json.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity) Encode

Encode encodes DeleteInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity as json.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity) Validate

type DeleteInventoryItemsIdNotFound

type DeleteInventoryItemsIdNotFound Error

func (*DeleteInventoryItemsIdNotFound) Decode

Decode decodes DeleteInventoryItemsIdNotFound from json.

func (*DeleteInventoryItemsIdNotFound) Encode

Encode encodes DeleteInventoryItemsIdNotFound as json.

func (*DeleteInventoryItemsIdNotFound) MarshalJSON

func (s *DeleteInventoryItemsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteInventoryItemsIdNotFound) SetFake

func (s *DeleteInventoryItemsIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteInventoryItemsIdNotFound) UnmarshalJSON

func (s *DeleteInventoryItemsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteInventoryItemsIdNotFound) Validate

func (s *DeleteInventoryItemsIdNotFound) Validate() error

type DeleteInventoryItemsIdParams

type DeleteInventoryItemsIdParams struct {
	// The inventory item's ID.
	ID string
}

DeleteInventoryItemsIdParams is parameters of DeleteInventoryItemsId operation.

type DeleteInventoryItemsIdRes

type DeleteInventoryItemsIdRes interface {
	// contains filtered or unexported methods
}

type DeleteInventoryItemsIdUnprocessableEntity

type DeleteInventoryItemsIdUnprocessableEntity Error

func (*DeleteInventoryItemsIdUnprocessableEntity) Decode

Decode decodes DeleteInventoryItemsIdUnprocessableEntity from json.

func (*DeleteInventoryItemsIdUnprocessableEntity) Encode

Encode encodes DeleteInventoryItemsIdUnprocessableEntity as json.

func (*DeleteInventoryItemsIdUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteInventoryItemsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteInventoryItemsIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteInventoryItemsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteInventoryItemsIdUnprocessableEntity) Validate

type DeleteInvitesIdConflict

type DeleteInvitesIdConflict Error

func (*DeleteInvitesIdConflict) Decode

func (s *DeleteInvitesIdConflict) Decode(d *jx.Decoder) error

Decode decodes DeleteInvitesIdConflict from json.

func (*DeleteInvitesIdConflict) Encode

func (s *DeleteInvitesIdConflict) Encode(e *jx.Encoder)

Encode encodes DeleteInvitesIdConflict as json.

func (*DeleteInvitesIdConflict) MarshalJSON

func (s *DeleteInvitesIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteInvitesIdConflict) SetFake

func (s *DeleteInvitesIdConflict) SetFake()

SetFake set fake values.

func (*DeleteInvitesIdConflict) UnmarshalJSON

func (s *DeleteInvitesIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteInvitesIdConflict) Validate

func (s *DeleteInvitesIdConflict) Validate() error

type DeleteInvitesIdInternalServerError

type DeleteInvitesIdInternalServerError Error

func (*DeleteInvitesIdInternalServerError) Decode

Decode decodes DeleteInvitesIdInternalServerError from json.

func (*DeleteInvitesIdInternalServerError) Encode

Encode encodes DeleteInvitesIdInternalServerError as json.

func (*DeleteInvitesIdInternalServerError) MarshalJSON

func (s *DeleteInvitesIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteInvitesIdInternalServerError) SetFake

SetFake set fake values.

func (*DeleteInvitesIdInternalServerError) UnmarshalJSON

func (s *DeleteInvitesIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteInvitesIdInternalServerError) Validate

type DeleteInvitesIdNotFound

type DeleteInvitesIdNotFound Error

func (*DeleteInvitesIdNotFound) Decode

func (s *DeleteInvitesIdNotFound) Decode(d *jx.Decoder) error

Decode decodes DeleteInvitesIdNotFound from json.

func (*DeleteInvitesIdNotFound) Encode

func (s *DeleteInvitesIdNotFound) Encode(e *jx.Encoder)

Encode encodes DeleteInvitesIdNotFound as json.

func (*DeleteInvitesIdNotFound) MarshalJSON

func (s *DeleteInvitesIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteInvitesIdNotFound) SetFake

func (s *DeleteInvitesIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteInvitesIdNotFound) UnmarshalJSON

func (s *DeleteInvitesIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteInvitesIdNotFound) Validate

func (s *DeleteInvitesIdNotFound) Validate() error

type DeleteInvitesIdParams

type DeleteInvitesIdParams struct {
	// The invite's ID.
	ID string
}

DeleteInvitesIdParams is parameters of DeleteInvitesId operation.

type DeleteInvitesIdRes

type DeleteInvitesIdRes interface {
	// contains filtered or unexported methods
}

type DeleteInvitesIdUnprocessableEntity

type DeleteInvitesIdUnprocessableEntity Error

func (*DeleteInvitesIdUnprocessableEntity) Decode

Decode decodes DeleteInvitesIdUnprocessableEntity from json.

func (*DeleteInvitesIdUnprocessableEntity) Encode

Encode encodes DeleteInvitesIdUnprocessableEntity as json.

func (*DeleteInvitesIdUnprocessableEntity) MarshalJSON

func (s *DeleteInvitesIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteInvitesIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteInvitesIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteInvitesIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteInvitesIdUnprocessableEntity) Validate

type DeletePriceListsIdConflict

type DeletePriceListsIdConflict Error

func (*DeletePriceListsIdConflict) Decode

Decode decodes DeletePriceListsIdConflict from json.

func (*DeletePriceListsIdConflict) Encode

func (s *DeletePriceListsIdConflict) Encode(e *jx.Encoder)

Encode encodes DeletePriceListsIdConflict as json.

func (*DeletePriceListsIdConflict) MarshalJSON

func (s *DeletePriceListsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeletePriceListsIdConflict) SetFake

func (s *DeletePriceListsIdConflict) SetFake()

SetFake set fake values.

func (*DeletePriceListsIdConflict) UnmarshalJSON

func (s *DeletePriceListsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeletePriceListsIdConflict) Validate

func (s *DeletePriceListsIdConflict) Validate() error

type DeletePriceListsIdInternalServerError

type DeletePriceListsIdInternalServerError Error

func (*DeletePriceListsIdInternalServerError) Decode

Decode decodes DeletePriceListsIdInternalServerError from json.

func (*DeletePriceListsIdInternalServerError) Encode

Encode encodes DeletePriceListsIdInternalServerError as json.

func (*DeletePriceListsIdInternalServerError) MarshalJSON

func (s *DeletePriceListsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeletePriceListsIdInternalServerError) SetFake

SetFake set fake values.

func (*DeletePriceListsIdInternalServerError) UnmarshalJSON

func (s *DeletePriceListsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeletePriceListsIdInternalServerError) Validate

type DeletePriceListsIdNotFound

type DeletePriceListsIdNotFound Error

func (*DeletePriceListsIdNotFound) Decode

Decode decodes DeletePriceListsIdNotFound from json.

func (*DeletePriceListsIdNotFound) Encode

func (s *DeletePriceListsIdNotFound) Encode(e *jx.Encoder)

Encode encodes DeletePriceListsIdNotFound as json.

func (*DeletePriceListsIdNotFound) MarshalJSON

func (s *DeletePriceListsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeletePriceListsIdNotFound) SetFake

func (s *DeletePriceListsIdNotFound) SetFake()

SetFake set fake values.

func (*DeletePriceListsIdNotFound) UnmarshalJSON

func (s *DeletePriceListsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeletePriceListsIdNotFound) Validate

func (s *DeletePriceListsIdNotFound) Validate() error

type DeletePriceListsIdParams

type DeletePriceListsIdParams struct {
	// The price list's ID.
	ID string
}

DeletePriceListsIdParams is parameters of DeletePriceListsId operation.

type DeletePriceListsIdRes

type DeletePriceListsIdRes interface {
	// contains filtered or unexported methods
}

type DeletePriceListsIdUnprocessableEntity

type DeletePriceListsIdUnprocessableEntity Error

func (*DeletePriceListsIdUnprocessableEntity) Decode

Decode decodes DeletePriceListsIdUnprocessableEntity from json.

func (*DeletePriceListsIdUnprocessableEntity) Encode

Encode encodes DeletePriceListsIdUnprocessableEntity as json.

func (*DeletePriceListsIdUnprocessableEntity) MarshalJSON

func (s *DeletePriceListsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeletePriceListsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeletePriceListsIdUnprocessableEntity) UnmarshalJSON

func (s *DeletePriceListsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeletePriceListsIdUnprocessableEntity) Validate

type DeletePricingRuleTypesIdConflict

type DeletePricingRuleTypesIdConflict Error

func (*DeletePricingRuleTypesIdConflict) Decode

Decode decodes DeletePricingRuleTypesIdConflict from json.

func (*DeletePricingRuleTypesIdConflict) Encode

Encode encodes DeletePricingRuleTypesIdConflict as json.

func (*DeletePricingRuleTypesIdConflict) MarshalJSON

func (s *DeletePricingRuleTypesIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeletePricingRuleTypesIdConflict) SetFake

func (s *DeletePricingRuleTypesIdConflict) SetFake()

SetFake set fake values.

func (*DeletePricingRuleTypesIdConflict) UnmarshalJSON

func (s *DeletePricingRuleTypesIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeletePricingRuleTypesIdConflict) Validate

type DeletePricingRuleTypesIdInternalServerError

type DeletePricingRuleTypesIdInternalServerError Error

func (*DeletePricingRuleTypesIdInternalServerError) Decode

Decode decodes DeletePricingRuleTypesIdInternalServerError from json.

func (*DeletePricingRuleTypesIdInternalServerError) Encode

Encode encodes DeletePricingRuleTypesIdInternalServerError as json.

func (*DeletePricingRuleTypesIdInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeletePricingRuleTypesIdInternalServerError) SetFake

SetFake set fake values.

func (*DeletePricingRuleTypesIdInternalServerError) UnmarshalJSON

func (s *DeletePricingRuleTypesIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeletePricingRuleTypesIdInternalServerError) Validate

type DeletePricingRuleTypesIdNotFound

type DeletePricingRuleTypesIdNotFound Error

func (*DeletePricingRuleTypesIdNotFound) Decode

Decode decodes DeletePricingRuleTypesIdNotFound from json.

func (*DeletePricingRuleTypesIdNotFound) Encode

Encode encodes DeletePricingRuleTypesIdNotFound as json.

func (*DeletePricingRuleTypesIdNotFound) MarshalJSON

func (s *DeletePricingRuleTypesIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeletePricingRuleTypesIdNotFound) SetFake

func (s *DeletePricingRuleTypesIdNotFound) SetFake()

SetFake set fake values.

func (*DeletePricingRuleTypesIdNotFound) UnmarshalJSON

func (s *DeletePricingRuleTypesIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeletePricingRuleTypesIdNotFound) Validate

type DeletePricingRuleTypesIdParams

type DeletePricingRuleTypesIdParams struct {
	// The pricing's ID.
	ID string
}

DeletePricingRuleTypesIdParams is parameters of DeletePricingRuleTypesId operation.

type DeletePricingRuleTypesIdRes

type DeletePricingRuleTypesIdRes interface {
	// contains filtered or unexported methods
}

type DeletePricingRuleTypesIdUnprocessableEntity

type DeletePricingRuleTypesIdUnprocessableEntity Error

func (*DeletePricingRuleTypesIdUnprocessableEntity) Decode

Decode decodes DeletePricingRuleTypesIdUnprocessableEntity from json.

func (*DeletePricingRuleTypesIdUnprocessableEntity) Encode

Encode encodes DeletePricingRuleTypesIdUnprocessableEntity as json.

func (*DeletePricingRuleTypesIdUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeletePricingRuleTypesIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeletePricingRuleTypesIdUnprocessableEntity) UnmarshalJSON

func (s *DeletePricingRuleTypesIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeletePricingRuleTypesIdUnprocessableEntity) Validate

type DeleteProductsIdConflict

type DeleteProductsIdConflict Error

func (*DeleteProductsIdConflict) Decode

func (s *DeleteProductsIdConflict) Decode(d *jx.Decoder) error

Decode decodes DeleteProductsIdConflict from json.

func (*DeleteProductsIdConflict) Encode

func (s *DeleteProductsIdConflict) Encode(e *jx.Encoder)

Encode encodes DeleteProductsIdConflict as json.

func (*DeleteProductsIdConflict) MarshalJSON

func (s *DeleteProductsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteProductsIdConflict) SetFake

func (s *DeleteProductsIdConflict) SetFake()

SetFake set fake values.

func (*DeleteProductsIdConflict) UnmarshalJSON

func (s *DeleteProductsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteProductsIdConflict) Validate

func (s *DeleteProductsIdConflict) Validate() error

type DeleteProductsIdInternalServerError

type DeleteProductsIdInternalServerError Error

func (*DeleteProductsIdInternalServerError) Decode

Decode decodes DeleteProductsIdInternalServerError from json.

func (*DeleteProductsIdInternalServerError) Encode

Encode encodes DeleteProductsIdInternalServerError as json.

func (*DeleteProductsIdInternalServerError) MarshalJSON

func (s *DeleteProductsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteProductsIdInternalServerError) SetFake

SetFake set fake values.

func (*DeleteProductsIdInternalServerError) UnmarshalJSON

func (s *DeleteProductsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteProductsIdInternalServerError) Validate

type DeleteProductsIdNotFound

type DeleteProductsIdNotFound Error

func (*DeleteProductsIdNotFound) Decode

func (s *DeleteProductsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes DeleteProductsIdNotFound from json.

func (*DeleteProductsIdNotFound) Encode

func (s *DeleteProductsIdNotFound) Encode(e *jx.Encoder)

Encode encodes DeleteProductsIdNotFound as json.

func (*DeleteProductsIdNotFound) MarshalJSON

func (s *DeleteProductsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteProductsIdNotFound) SetFake

func (s *DeleteProductsIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteProductsIdNotFound) UnmarshalJSON

func (s *DeleteProductsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteProductsIdNotFound) Validate

func (s *DeleteProductsIdNotFound) Validate() error

type DeleteProductsIdOptionsOptionIDConflict

type DeleteProductsIdOptionsOptionIDConflict Error

func (*DeleteProductsIdOptionsOptionIDConflict) Decode

Decode decodes DeleteProductsIdOptionsOptionIDConflict from json.

func (*DeleteProductsIdOptionsOptionIDConflict) Encode

Encode encodes DeleteProductsIdOptionsOptionIDConflict as json.

func (*DeleteProductsIdOptionsOptionIDConflict) MarshalJSON

func (s *DeleteProductsIdOptionsOptionIDConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteProductsIdOptionsOptionIDConflict) SetFake

SetFake set fake values.

func (*DeleteProductsIdOptionsOptionIDConflict) UnmarshalJSON

func (s *DeleteProductsIdOptionsOptionIDConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteProductsIdOptionsOptionIDConflict) Validate

type DeleteProductsIdOptionsOptionIDInternalServerError

type DeleteProductsIdOptionsOptionIDInternalServerError Error

func (*DeleteProductsIdOptionsOptionIDInternalServerError) Decode

Decode decodes DeleteProductsIdOptionsOptionIDInternalServerError from json.

func (*DeleteProductsIdOptionsOptionIDInternalServerError) Encode

Encode encodes DeleteProductsIdOptionsOptionIDInternalServerError as json.

func (*DeleteProductsIdOptionsOptionIDInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteProductsIdOptionsOptionIDInternalServerError) SetFake

SetFake set fake values.

func (*DeleteProductsIdOptionsOptionIDInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteProductsIdOptionsOptionIDInternalServerError) Validate

type DeleteProductsIdOptionsOptionIDNotFound

type DeleteProductsIdOptionsOptionIDNotFound Error

func (*DeleteProductsIdOptionsOptionIDNotFound) Decode

Decode decodes DeleteProductsIdOptionsOptionIDNotFound from json.

func (*DeleteProductsIdOptionsOptionIDNotFound) Encode

Encode encodes DeleteProductsIdOptionsOptionIDNotFound as json.

func (*DeleteProductsIdOptionsOptionIDNotFound) MarshalJSON

func (s *DeleteProductsIdOptionsOptionIDNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteProductsIdOptionsOptionIDNotFound) SetFake

SetFake set fake values.

func (*DeleteProductsIdOptionsOptionIDNotFound) UnmarshalJSON

func (s *DeleteProductsIdOptionsOptionIDNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteProductsIdOptionsOptionIDNotFound) Validate

type DeleteProductsIdOptionsOptionIDParams

type DeleteProductsIdOptionsOptionIDParams struct {
	// The product's ID.
	ID string
	// The product's option id.
	OptionID string
}

DeleteProductsIdOptionsOptionIDParams is parameters of DeleteProductsIdOptionsOption_id operation.

type DeleteProductsIdOptionsOptionIDRes

type DeleteProductsIdOptionsOptionIDRes interface {
	// contains filtered or unexported methods
}

type DeleteProductsIdOptionsOptionIDUnprocessableEntity

type DeleteProductsIdOptionsOptionIDUnprocessableEntity Error

func (*DeleteProductsIdOptionsOptionIDUnprocessableEntity) Decode

Decode decodes DeleteProductsIdOptionsOptionIDUnprocessableEntity from json.

func (*DeleteProductsIdOptionsOptionIDUnprocessableEntity) Encode

Encode encodes DeleteProductsIdOptionsOptionIDUnprocessableEntity as json.

func (*DeleteProductsIdOptionsOptionIDUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteProductsIdOptionsOptionIDUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteProductsIdOptionsOptionIDUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteProductsIdOptionsOptionIDUnprocessableEntity) Validate

type DeleteProductsIdParams

type DeleteProductsIdParams struct {
	// The product's ID.
	ID string
}

DeleteProductsIdParams is parameters of DeleteProductsId operation.

type DeleteProductsIdRes

type DeleteProductsIdRes interface {
	// contains filtered or unexported methods
}

type DeleteProductsIdUnprocessableEntity

type DeleteProductsIdUnprocessableEntity Error

func (*DeleteProductsIdUnprocessableEntity) Decode

Decode decodes DeleteProductsIdUnprocessableEntity from json.

func (*DeleteProductsIdUnprocessableEntity) Encode

Encode encodes DeleteProductsIdUnprocessableEntity as json.

func (*DeleteProductsIdUnprocessableEntity) MarshalJSON

func (s *DeleteProductsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteProductsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteProductsIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteProductsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteProductsIdUnprocessableEntity) Validate

type DeleteProductsIdVariantsVariantIDConflict

type DeleteProductsIdVariantsVariantIDConflict Error

func (*DeleteProductsIdVariantsVariantIDConflict) Decode

Decode decodes DeleteProductsIdVariantsVariantIDConflict from json.

func (*DeleteProductsIdVariantsVariantIDConflict) Encode

Encode encodes DeleteProductsIdVariantsVariantIDConflict as json.

func (*DeleteProductsIdVariantsVariantIDConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteProductsIdVariantsVariantIDConflict) SetFake

SetFake set fake values.

func (*DeleteProductsIdVariantsVariantIDConflict) UnmarshalJSON

func (s *DeleteProductsIdVariantsVariantIDConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteProductsIdVariantsVariantIDConflict) Validate

type DeleteProductsIdVariantsVariantIDInternalServerError

type DeleteProductsIdVariantsVariantIDInternalServerError Error

func (*DeleteProductsIdVariantsVariantIDInternalServerError) Decode

Decode decodes DeleteProductsIdVariantsVariantIDInternalServerError from json.

func (*DeleteProductsIdVariantsVariantIDInternalServerError) Encode

Encode encodes DeleteProductsIdVariantsVariantIDInternalServerError as json.

func (*DeleteProductsIdVariantsVariantIDInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteProductsIdVariantsVariantIDInternalServerError) SetFake

SetFake set fake values.

func (*DeleteProductsIdVariantsVariantIDInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteProductsIdVariantsVariantIDInternalServerError) Validate

type DeleteProductsIdVariantsVariantIDNotFound

type DeleteProductsIdVariantsVariantIDNotFound Error

func (*DeleteProductsIdVariantsVariantIDNotFound) Decode

Decode decodes DeleteProductsIdVariantsVariantIDNotFound from json.

func (*DeleteProductsIdVariantsVariantIDNotFound) Encode

Encode encodes DeleteProductsIdVariantsVariantIDNotFound as json.

func (*DeleteProductsIdVariantsVariantIDNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteProductsIdVariantsVariantIDNotFound) SetFake

SetFake set fake values.

func (*DeleteProductsIdVariantsVariantIDNotFound) UnmarshalJSON

func (s *DeleteProductsIdVariantsVariantIDNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteProductsIdVariantsVariantIDNotFound) Validate

type DeleteProductsIdVariantsVariantIDParams

type DeleteProductsIdVariantsVariantIDParams struct {
	// The product's ID.
	ID string
	// The product's variant id.
	VariantID string
}

DeleteProductsIdVariantsVariantIDParams is parameters of DeleteProductsIdVariantsVariant_id operation.

type DeleteProductsIdVariantsVariantIDRes

type DeleteProductsIdVariantsVariantIDRes interface {
	// contains filtered or unexported methods
}

type DeleteProductsIdVariantsVariantIDUnprocessableEntity

type DeleteProductsIdVariantsVariantIDUnprocessableEntity Error

func (*DeleteProductsIdVariantsVariantIDUnprocessableEntity) Decode

Decode decodes DeleteProductsIdVariantsVariantIDUnprocessableEntity from json.

func (*DeleteProductsIdVariantsVariantIDUnprocessableEntity) Encode

Encode encodes DeleteProductsIdVariantsVariantIDUnprocessableEntity as json.

func (*DeleteProductsIdVariantsVariantIDUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteProductsIdVariantsVariantIDUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteProductsIdVariantsVariantIDUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteProductsIdVariantsVariantIDUnprocessableEntity) Validate

type DeletePromotionsIdConflict

type DeletePromotionsIdConflict Error

func (*DeletePromotionsIdConflict) Decode

Decode decodes DeletePromotionsIdConflict from json.

func (*DeletePromotionsIdConflict) Encode

func (s *DeletePromotionsIdConflict) Encode(e *jx.Encoder)

Encode encodes DeletePromotionsIdConflict as json.

func (*DeletePromotionsIdConflict) MarshalJSON

func (s *DeletePromotionsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeletePromotionsIdConflict) SetFake

func (s *DeletePromotionsIdConflict) SetFake()

SetFake set fake values.

func (*DeletePromotionsIdConflict) UnmarshalJSON

func (s *DeletePromotionsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeletePromotionsIdConflict) Validate

func (s *DeletePromotionsIdConflict) Validate() error

type DeletePromotionsIdInternalServerError

type DeletePromotionsIdInternalServerError Error

func (*DeletePromotionsIdInternalServerError) Decode

Decode decodes DeletePromotionsIdInternalServerError from json.

func (*DeletePromotionsIdInternalServerError) Encode

Encode encodes DeletePromotionsIdInternalServerError as json.

func (*DeletePromotionsIdInternalServerError) MarshalJSON

func (s *DeletePromotionsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeletePromotionsIdInternalServerError) SetFake

SetFake set fake values.

func (*DeletePromotionsIdInternalServerError) UnmarshalJSON

func (s *DeletePromotionsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeletePromotionsIdInternalServerError) Validate

type DeletePromotionsIdNotFound

type DeletePromotionsIdNotFound Error

func (*DeletePromotionsIdNotFound) Decode

Decode decodes DeletePromotionsIdNotFound from json.

func (*DeletePromotionsIdNotFound) Encode

func (s *DeletePromotionsIdNotFound) Encode(e *jx.Encoder)

Encode encodes DeletePromotionsIdNotFound as json.

func (*DeletePromotionsIdNotFound) MarshalJSON

func (s *DeletePromotionsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeletePromotionsIdNotFound) SetFake

func (s *DeletePromotionsIdNotFound) SetFake()

SetFake set fake values.

func (*DeletePromotionsIdNotFound) UnmarshalJSON

func (s *DeletePromotionsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeletePromotionsIdNotFound) Validate

func (s *DeletePromotionsIdNotFound) Validate() error

type DeletePromotionsIdParams

type DeletePromotionsIdParams struct {
	// The promotion's ID.
	ID string
}

DeletePromotionsIdParams is parameters of DeletePromotionsId operation.

type DeletePromotionsIdRes

type DeletePromotionsIdRes interface {
	// contains filtered or unexported methods
}

type DeletePromotionsIdUnprocessableEntity

type DeletePromotionsIdUnprocessableEntity Error

func (*DeletePromotionsIdUnprocessableEntity) Decode

Decode decodes DeletePromotionsIdUnprocessableEntity from json.

func (*DeletePromotionsIdUnprocessableEntity) Encode

Encode encodes DeletePromotionsIdUnprocessableEntity as json.

func (*DeletePromotionsIdUnprocessableEntity) MarshalJSON

func (s *DeletePromotionsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeletePromotionsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeletePromotionsIdUnprocessableEntity) UnmarshalJSON

func (s *DeletePromotionsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeletePromotionsIdUnprocessableEntity) Validate

type DeleteRegionsIdConflict

type DeleteRegionsIdConflict Error

func (*DeleteRegionsIdConflict) Decode

func (s *DeleteRegionsIdConflict) Decode(d *jx.Decoder) error

Decode decodes DeleteRegionsIdConflict from json.

func (*DeleteRegionsIdConflict) Encode

func (s *DeleteRegionsIdConflict) Encode(e *jx.Encoder)

Encode encodes DeleteRegionsIdConflict as json.

func (*DeleteRegionsIdConflict) MarshalJSON

func (s *DeleteRegionsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteRegionsIdConflict) SetFake

func (s *DeleteRegionsIdConflict) SetFake()

SetFake set fake values.

func (*DeleteRegionsIdConflict) UnmarshalJSON

func (s *DeleteRegionsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteRegionsIdConflict) Validate

func (s *DeleteRegionsIdConflict) Validate() error

type DeleteRegionsIdInternalServerError

type DeleteRegionsIdInternalServerError Error

func (*DeleteRegionsIdInternalServerError) Decode

Decode decodes DeleteRegionsIdInternalServerError from json.

func (*DeleteRegionsIdInternalServerError) Encode

Encode encodes DeleteRegionsIdInternalServerError as json.

func (*DeleteRegionsIdInternalServerError) MarshalJSON

func (s *DeleteRegionsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteRegionsIdInternalServerError) SetFake

SetFake set fake values.

func (*DeleteRegionsIdInternalServerError) UnmarshalJSON

func (s *DeleteRegionsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteRegionsIdInternalServerError) Validate

type DeleteRegionsIdNotFound

type DeleteRegionsIdNotFound Error

func (*DeleteRegionsIdNotFound) Decode

func (s *DeleteRegionsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes DeleteRegionsIdNotFound from json.

func (*DeleteRegionsIdNotFound) Encode

func (s *DeleteRegionsIdNotFound) Encode(e *jx.Encoder)

Encode encodes DeleteRegionsIdNotFound as json.

func (*DeleteRegionsIdNotFound) MarshalJSON

func (s *DeleteRegionsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteRegionsIdNotFound) SetFake

func (s *DeleteRegionsIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteRegionsIdNotFound) UnmarshalJSON

func (s *DeleteRegionsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteRegionsIdNotFound) Validate

func (s *DeleteRegionsIdNotFound) Validate() error

type DeleteRegionsIdParams

type DeleteRegionsIdParams struct {
	// The region's ID.
	ID string
}

DeleteRegionsIdParams is parameters of DeleteRegionsId operation.

type DeleteRegionsIdRes

type DeleteRegionsIdRes interface {
	// contains filtered or unexported methods
}

type DeleteRegionsIdUnprocessableEntity

type DeleteRegionsIdUnprocessableEntity Error

func (*DeleteRegionsIdUnprocessableEntity) Decode

Decode decodes DeleteRegionsIdUnprocessableEntity from json.

func (*DeleteRegionsIdUnprocessableEntity) Encode

Encode encodes DeleteRegionsIdUnprocessableEntity as json.

func (*DeleteRegionsIdUnprocessableEntity) MarshalJSON

func (s *DeleteRegionsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteRegionsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteRegionsIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteRegionsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteRegionsIdUnprocessableEntity) Validate

type DeleteSalesChannelsIdConflict

type DeleteSalesChannelsIdConflict Error

func (*DeleteSalesChannelsIdConflict) Decode

Decode decodes DeleteSalesChannelsIdConflict from json.

func (*DeleteSalesChannelsIdConflict) Encode

Encode encodes DeleteSalesChannelsIdConflict as json.

func (*DeleteSalesChannelsIdConflict) MarshalJSON

func (s *DeleteSalesChannelsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteSalesChannelsIdConflict) SetFake

func (s *DeleteSalesChannelsIdConflict) SetFake()

SetFake set fake values.

func (*DeleteSalesChannelsIdConflict) UnmarshalJSON

func (s *DeleteSalesChannelsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteSalesChannelsIdConflict) Validate

func (s *DeleteSalesChannelsIdConflict) Validate() error

type DeleteSalesChannelsIdInternalServerError

type DeleteSalesChannelsIdInternalServerError Error

func (*DeleteSalesChannelsIdInternalServerError) Decode

Decode decodes DeleteSalesChannelsIdInternalServerError from json.

func (*DeleteSalesChannelsIdInternalServerError) Encode

Encode encodes DeleteSalesChannelsIdInternalServerError as json.

func (*DeleteSalesChannelsIdInternalServerError) MarshalJSON

func (s *DeleteSalesChannelsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteSalesChannelsIdInternalServerError) SetFake

SetFake set fake values.

func (*DeleteSalesChannelsIdInternalServerError) UnmarshalJSON

func (s *DeleteSalesChannelsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteSalesChannelsIdInternalServerError) Validate

type DeleteSalesChannelsIdNotFound

type DeleteSalesChannelsIdNotFound Error

func (*DeleteSalesChannelsIdNotFound) Decode

Decode decodes DeleteSalesChannelsIdNotFound from json.

func (*DeleteSalesChannelsIdNotFound) Encode

Encode encodes DeleteSalesChannelsIdNotFound as json.

func (*DeleteSalesChannelsIdNotFound) MarshalJSON

func (s *DeleteSalesChannelsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteSalesChannelsIdNotFound) SetFake

func (s *DeleteSalesChannelsIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteSalesChannelsIdNotFound) UnmarshalJSON

func (s *DeleteSalesChannelsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteSalesChannelsIdNotFound) Validate

func (s *DeleteSalesChannelsIdNotFound) Validate() error

type DeleteSalesChannelsIdParams

type DeleteSalesChannelsIdParams struct {
	// The sales channel's ID.
	ID string
}

DeleteSalesChannelsIdParams is parameters of DeleteSalesChannelsId operation.

type DeleteSalesChannelsIdRes

type DeleteSalesChannelsIdRes interface {
	// contains filtered or unexported methods
}

type DeleteSalesChannelsIdUnprocessableEntity

type DeleteSalesChannelsIdUnprocessableEntity Error

func (*DeleteSalesChannelsIdUnprocessableEntity) Decode

Decode decodes DeleteSalesChannelsIdUnprocessableEntity from json.

func (*DeleteSalesChannelsIdUnprocessableEntity) Encode

Encode encodes DeleteSalesChannelsIdUnprocessableEntity as json.

func (*DeleteSalesChannelsIdUnprocessableEntity) MarshalJSON

func (s *DeleteSalesChannelsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteSalesChannelsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteSalesChannelsIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteSalesChannelsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteSalesChannelsIdUnprocessableEntity) Validate

type DeleteStockLocationsIdConflict

type DeleteStockLocationsIdConflict Error

func (*DeleteStockLocationsIdConflict) Decode

Decode decodes DeleteStockLocationsIdConflict from json.

func (*DeleteStockLocationsIdConflict) Encode

Encode encodes DeleteStockLocationsIdConflict as json.

func (*DeleteStockLocationsIdConflict) MarshalJSON

func (s *DeleteStockLocationsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteStockLocationsIdConflict) SetFake

func (s *DeleteStockLocationsIdConflict) SetFake()

SetFake set fake values.

func (*DeleteStockLocationsIdConflict) UnmarshalJSON

func (s *DeleteStockLocationsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteStockLocationsIdConflict) Validate

func (s *DeleteStockLocationsIdConflict) Validate() error

type DeleteStockLocationsIdInternalServerError

type DeleteStockLocationsIdInternalServerError Error

func (*DeleteStockLocationsIdInternalServerError) Decode

Decode decodes DeleteStockLocationsIdInternalServerError from json.

func (*DeleteStockLocationsIdInternalServerError) Encode

Encode encodes DeleteStockLocationsIdInternalServerError as json.

func (*DeleteStockLocationsIdInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteStockLocationsIdInternalServerError) SetFake

SetFake set fake values.

func (*DeleteStockLocationsIdInternalServerError) UnmarshalJSON

func (s *DeleteStockLocationsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteStockLocationsIdInternalServerError) Validate

type DeleteStockLocationsIdNotFound

type DeleteStockLocationsIdNotFound Error

func (*DeleteStockLocationsIdNotFound) Decode

Decode decodes DeleteStockLocationsIdNotFound from json.

func (*DeleteStockLocationsIdNotFound) Encode

Encode encodes DeleteStockLocationsIdNotFound as json.

func (*DeleteStockLocationsIdNotFound) MarshalJSON

func (s *DeleteStockLocationsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteStockLocationsIdNotFound) SetFake

func (s *DeleteStockLocationsIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteStockLocationsIdNotFound) UnmarshalJSON

func (s *DeleteStockLocationsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteStockLocationsIdNotFound) Validate

func (s *DeleteStockLocationsIdNotFound) Validate() error

type DeleteStockLocationsIdOK

type DeleteStockLocationsIdOK struct{}

DeleteStockLocationsIdOK is response for DeleteStockLocationsId operation.

type DeleteStockLocationsIdParams

type DeleteStockLocationsIdParams struct {
	// The stock location's ID.
	ID string
}

DeleteStockLocationsIdParams is parameters of DeleteStockLocationsId operation.

type DeleteStockLocationsIdRes

type DeleteStockLocationsIdRes interface {
	// contains filtered or unexported methods
}

type DeleteStockLocationsIdUnprocessableEntity

type DeleteStockLocationsIdUnprocessableEntity Error

func (*DeleteStockLocationsIdUnprocessableEntity) Decode

Decode decodes DeleteStockLocationsIdUnprocessableEntity from json.

func (*DeleteStockLocationsIdUnprocessableEntity) Encode

Encode encodes DeleteStockLocationsIdUnprocessableEntity as json.

func (*DeleteStockLocationsIdUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteStockLocationsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteStockLocationsIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteStockLocationsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteStockLocationsIdUnprocessableEntity) Validate

type DeleteTaxRatesIdConflict

type DeleteTaxRatesIdConflict Error

func (*DeleteTaxRatesIdConflict) Decode

func (s *DeleteTaxRatesIdConflict) Decode(d *jx.Decoder) error

Decode decodes DeleteTaxRatesIdConflict from json.

func (*DeleteTaxRatesIdConflict) Encode

func (s *DeleteTaxRatesIdConflict) Encode(e *jx.Encoder)

Encode encodes DeleteTaxRatesIdConflict as json.

func (*DeleteTaxRatesIdConflict) MarshalJSON

func (s *DeleteTaxRatesIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteTaxRatesIdConflict) SetFake

func (s *DeleteTaxRatesIdConflict) SetFake()

SetFake set fake values.

func (*DeleteTaxRatesIdConflict) UnmarshalJSON

func (s *DeleteTaxRatesIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteTaxRatesIdConflict) Validate

func (s *DeleteTaxRatesIdConflict) Validate() error

type DeleteTaxRatesIdInternalServerError

type DeleteTaxRatesIdInternalServerError Error

func (*DeleteTaxRatesIdInternalServerError) Decode

Decode decodes DeleteTaxRatesIdInternalServerError from json.

func (*DeleteTaxRatesIdInternalServerError) Encode

Encode encodes DeleteTaxRatesIdInternalServerError as json.

func (*DeleteTaxRatesIdInternalServerError) MarshalJSON

func (s *DeleteTaxRatesIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteTaxRatesIdInternalServerError) SetFake

SetFake set fake values.

func (*DeleteTaxRatesIdInternalServerError) UnmarshalJSON

func (s *DeleteTaxRatesIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteTaxRatesIdInternalServerError) Validate

type DeleteTaxRatesIdNotFound

type DeleteTaxRatesIdNotFound Error

func (*DeleteTaxRatesIdNotFound) Decode

func (s *DeleteTaxRatesIdNotFound) Decode(d *jx.Decoder) error

Decode decodes DeleteTaxRatesIdNotFound from json.

func (*DeleteTaxRatesIdNotFound) Encode

func (s *DeleteTaxRatesIdNotFound) Encode(e *jx.Encoder)

Encode encodes DeleteTaxRatesIdNotFound as json.

func (*DeleteTaxRatesIdNotFound) MarshalJSON

func (s *DeleteTaxRatesIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteTaxRatesIdNotFound) SetFake

func (s *DeleteTaxRatesIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteTaxRatesIdNotFound) UnmarshalJSON

func (s *DeleteTaxRatesIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteTaxRatesIdNotFound) Validate

func (s *DeleteTaxRatesIdNotFound) Validate() error

type DeleteTaxRatesIdParams

type DeleteTaxRatesIdParams struct {
	// The tax rate's ID.
	ID string
}

DeleteTaxRatesIdParams is parameters of DeleteTaxRatesId operation.

type DeleteTaxRatesIdRes

type DeleteTaxRatesIdRes interface {
	// contains filtered or unexported methods
}

type DeleteTaxRatesIdRulesRuleIDConflict

type DeleteTaxRatesIdRulesRuleIDConflict Error

func (*DeleteTaxRatesIdRulesRuleIDConflict) Decode

Decode decodes DeleteTaxRatesIdRulesRuleIDConflict from json.

func (*DeleteTaxRatesIdRulesRuleIDConflict) Encode

Encode encodes DeleteTaxRatesIdRulesRuleIDConflict as json.

func (*DeleteTaxRatesIdRulesRuleIDConflict) MarshalJSON

func (s *DeleteTaxRatesIdRulesRuleIDConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteTaxRatesIdRulesRuleIDConflict) SetFake

SetFake set fake values.

func (*DeleteTaxRatesIdRulesRuleIDConflict) UnmarshalJSON

func (s *DeleteTaxRatesIdRulesRuleIDConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteTaxRatesIdRulesRuleIDConflict) Validate

type DeleteTaxRatesIdRulesRuleIDInternalServerError

type DeleteTaxRatesIdRulesRuleIDInternalServerError Error

func (*DeleteTaxRatesIdRulesRuleIDInternalServerError) Decode

Decode decodes DeleteTaxRatesIdRulesRuleIDInternalServerError from json.

func (*DeleteTaxRatesIdRulesRuleIDInternalServerError) Encode

Encode encodes DeleteTaxRatesIdRulesRuleIDInternalServerError as json.

func (*DeleteTaxRatesIdRulesRuleIDInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteTaxRatesIdRulesRuleIDInternalServerError) SetFake

SetFake set fake values.

func (*DeleteTaxRatesIdRulesRuleIDInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteTaxRatesIdRulesRuleIDInternalServerError) Validate

type DeleteTaxRatesIdRulesRuleIDNotFound

type DeleteTaxRatesIdRulesRuleIDNotFound Error

func (*DeleteTaxRatesIdRulesRuleIDNotFound) Decode

Decode decodes DeleteTaxRatesIdRulesRuleIDNotFound from json.

func (*DeleteTaxRatesIdRulesRuleIDNotFound) Encode

Encode encodes DeleteTaxRatesIdRulesRuleIDNotFound as json.

func (*DeleteTaxRatesIdRulesRuleIDNotFound) MarshalJSON

func (s *DeleteTaxRatesIdRulesRuleIDNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteTaxRatesIdRulesRuleIDNotFound) SetFake

SetFake set fake values.

func (*DeleteTaxRatesIdRulesRuleIDNotFound) UnmarshalJSON

func (s *DeleteTaxRatesIdRulesRuleIDNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteTaxRatesIdRulesRuleIDNotFound) Validate

type DeleteTaxRatesIdRulesRuleIDParams

type DeleteTaxRatesIdRulesRuleIDParams struct {
	// The tax rate's ID.
	ID string
	// The tax rate's rule id.
	RuleID string
}

DeleteTaxRatesIdRulesRuleIDParams is parameters of DeleteTaxRatesIdRulesRule_id operation.

type DeleteTaxRatesIdRulesRuleIDRes

type DeleteTaxRatesIdRulesRuleIDRes interface {
	// contains filtered or unexported methods
}

type DeleteTaxRatesIdRulesRuleIDUnprocessableEntity

type DeleteTaxRatesIdRulesRuleIDUnprocessableEntity Error

func (*DeleteTaxRatesIdRulesRuleIDUnprocessableEntity) Decode

Decode decodes DeleteTaxRatesIdRulesRuleIDUnprocessableEntity from json.

func (*DeleteTaxRatesIdRulesRuleIDUnprocessableEntity) Encode

Encode encodes DeleteTaxRatesIdRulesRuleIDUnprocessableEntity as json.

func (*DeleteTaxRatesIdRulesRuleIDUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*DeleteTaxRatesIdRulesRuleIDUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteTaxRatesIdRulesRuleIDUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteTaxRatesIdRulesRuleIDUnprocessableEntity) Validate

type DeleteTaxRatesIdUnprocessableEntity

type DeleteTaxRatesIdUnprocessableEntity Error

func (*DeleteTaxRatesIdUnprocessableEntity) Decode

Decode decodes DeleteTaxRatesIdUnprocessableEntity from json.

func (*DeleteTaxRatesIdUnprocessableEntity) Encode

Encode encodes DeleteTaxRatesIdUnprocessableEntity as json.

func (*DeleteTaxRatesIdUnprocessableEntity) MarshalJSON

func (s *DeleteTaxRatesIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteTaxRatesIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteTaxRatesIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteTaxRatesIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteTaxRatesIdUnprocessableEntity) Validate

type DeleteTaxRegionsIdConflict

type DeleteTaxRegionsIdConflict Error

func (*DeleteTaxRegionsIdConflict) Decode

Decode decodes DeleteTaxRegionsIdConflict from json.

func (*DeleteTaxRegionsIdConflict) Encode

func (s *DeleteTaxRegionsIdConflict) Encode(e *jx.Encoder)

Encode encodes DeleteTaxRegionsIdConflict as json.

func (*DeleteTaxRegionsIdConflict) MarshalJSON

func (s *DeleteTaxRegionsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteTaxRegionsIdConflict) SetFake

func (s *DeleteTaxRegionsIdConflict) SetFake()

SetFake set fake values.

func (*DeleteTaxRegionsIdConflict) UnmarshalJSON

func (s *DeleteTaxRegionsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteTaxRegionsIdConflict) Validate

func (s *DeleteTaxRegionsIdConflict) Validate() error

type DeleteTaxRegionsIdInternalServerError

type DeleteTaxRegionsIdInternalServerError Error

func (*DeleteTaxRegionsIdInternalServerError) Decode

Decode decodes DeleteTaxRegionsIdInternalServerError from json.

func (*DeleteTaxRegionsIdInternalServerError) Encode

Encode encodes DeleteTaxRegionsIdInternalServerError as json.

func (*DeleteTaxRegionsIdInternalServerError) MarshalJSON

func (s *DeleteTaxRegionsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteTaxRegionsIdInternalServerError) SetFake

SetFake set fake values.

func (*DeleteTaxRegionsIdInternalServerError) UnmarshalJSON

func (s *DeleteTaxRegionsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteTaxRegionsIdInternalServerError) Validate

type DeleteTaxRegionsIdNotFound

type DeleteTaxRegionsIdNotFound Error

func (*DeleteTaxRegionsIdNotFound) Decode

Decode decodes DeleteTaxRegionsIdNotFound from json.

func (*DeleteTaxRegionsIdNotFound) Encode

func (s *DeleteTaxRegionsIdNotFound) Encode(e *jx.Encoder)

Encode encodes DeleteTaxRegionsIdNotFound as json.

func (*DeleteTaxRegionsIdNotFound) MarshalJSON

func (s *DeleteTaxRegionsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteTaxRegionsIdNotFound) SetFake

func (s *DeleteTaxRegionsIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteTaxRegionsIdNotFound) UnmarshalJSON

func (s *DeleteTaxRegionsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteTaxRegionsIdNotFound) Validate

func (s *DeleteTaxRegionsIdNotFound) Validate() error

type DeleteTaxRegionsIdParams

type DeleteTaxRegionsIdParams struct {
	// The tax region's ID.
	ID string
}

DeleteTaxRegionsIdParams is parameters of DeleteTaxRegionsId operation.

type DeleteTaxRegionsIdRes

type DeleteTaxRegionsIdRes interface {
	// contains filtered or unexported methods
}

type DeleteTaxRegionsIdUnprocessableEntity

type DeleteTaxRegionsIdUnprocessableEntity Error

func (*DeleteTaxRegionsIdUnprocessableEntity) Decode

Decode decodes DeleteTaxRegionsIdUnprocessableEntity from json.

func (*DeleteTaxRegionsIdUnprocessableEntity) Encode

Encode encodes DeleteTaxRegionsIdUnprocessableEntity as json.

func (*DeleteTaxRegionsIdUnprocessableEntity) MarshalJSON

func (s *DeleteTaxRegionsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteTaxRegionsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*DeleteTaxRegionsIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteTaxRegionsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteTaxRegionsIdUnprocessableEntity) Validate

type DeleteUsersIdConflict

type DeleteUsersIdConflict Error

func (*DeleteUsersIdConflict) Decode

func (s *DeleteUsersIdConflict) Decode(d *jx.Decoder) error

Decode decodes DeleteUsersIdConflict from json.

func (*DeleteUsersIdConflict) Encode

func (s *DeleteUsersIdConflict) Encode(e *jx.Encoder)

Encode encodes DeleteUsersIdConflict as json.

func (*DeleteUsersIdConflict) MarshalJSON

func (s *DeleteUsersIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteUsersIdConflict) SetFake

func (s *DeleteUsersIdConflict) SetFake()

SetFake set fake values.

func (*DeleteUsersIdConflict) UnmarshalJSON

func (s *DeleteUsersIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteUsersIdConflict) Validate

func (s *DeleteUsersIdConflict) Validate() error

type DeleteUsersIdInternalServerError

type DeleteUsersIdInternalServerError Error

func (*DeleteUsersIdInternalServerError) Decode

Decode decodes DeleteUsersIdInternalServerError from json.

func (*DeleteUsersIdInternalServerError) Encode

Encode encodes DeleteUsersIdInternalServerError as json.

func (*DeleteUsersIdInternalServerError) MarshalJSON

func (s *DeleteUsersIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteUsersIdInternalServerError) SetFake

func (s *DeleteUsersIdInternalServerError) SetFake()

SetFake set fake values.

func (*DeleteUsersIdInternalServerError) UnmarshalJSON

func (s *DeleteUsersIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteUsersIdInternalServerError) Validate

type DeleteUsersIdNotFound

type DeleteUsersIdNotFound Error

func (*DeleteUsersIdNotFound) Decode

func (s *DeleteUsersIdNotFound) Decode(d *jx.Decoder) error

Decode decodes DeleteUsersIdNotFound from json.

func (*DeleteUsersIdNotFound) Encode

func (s *DeleteUsersIdNotFound) Encode(e *jx.Encoder)

Encode encodes DeleteUsersIdNotFound as json.

func (*DeleteUsersIdNotFound) MarshalJSON

func (s *DeleteUsersIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteUsersIdNotFound) SetFake

func (s *DeleteUsersIdNotFound) SetFake()

SetFake set fake values.

func (*DeleteUsersIdNotFound) UnmarshalJSON

func (s *DeleteUsersIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteUsersIdNotFound) Validate

func (s *DeleteUsersIdNotFound) Validate() error

type DeleteUsersIdParams

type DeleteUsersIdParams struct {
	// The user's ID.
	ID string
}

DeleteUsersIdParams is parameters of DeleteUsersId operation.

type DeleteUsersIdRes

type DeleteUsersIdRes interface {
	// contains filtered or unexported methods
}

type DeleteUsersIdUnprocessableEntity

type DeleteUsersIdUnprocessableEntity Error

func (*DeleteUsersIdUnprocessableEntity) Decode

Decode decodes DeleteUsersIdUnprocessableEntity from json.

func (*DeleteUsersIdUnprocessableEntity) Encode

Encode encodes DeleteUsersIdUnprocessableEntity as json.

func (*DeleteUsersIdUnprocessableEntity) MarshalJSON

func (s *DeleteUsersIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*DeleteUsersIdUnprocessableEntity) SetFake

func (s *DeleteUsersIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*DeleteUsersIdUnprocessableEntity) UnmarshalJSON

func (s *DeleteUsersIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*DeleteUsersIdUnprocessableEntity) Validate

type Error

type Error struct {
	// A slug code to indicate the type of the error.
	Code OptErrorCode `json:"code"`
	// Description of the error that occurred.
	Message OptString `json:"message"`
	// A slug indicating the type of the error.
	Type OptErrorType `json:"type"`
}

Ref: #/components/schemas/Error

func (*Error) Decode

func (s *Error) Decode(d *jx.Decoder) error

Decode decodes Error from json.

func (*Error) Encode

func (s *Error) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*Error) GetCode

func (s *Error) GetCode() OptErrorCode

GetCode returns the value of Code.

func (*Error) GetMessage

func (s *Error) GetMessage() OptString

GetMessage returns the value of Message.

func (*Error) GetType

func (s *Error) GetType() OptErrorType

GetType returns the value of Type.

func (*Error) MarshalJSON

func (s *Error) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*Error) SetCode

func (s *Error) SetCode(val OptErrorCode)

SetCode sets the value of Code.

func (*Error) SetFake

func (s *Error) SetFake()

SetFake set fake values.

func (*Error) SetMessage

func (s *Error) SetMessage(val OptString)

SetMessage sets the value of Message.

func (*Error) SetType

func (s *Error) SetType(val OptErrorType)

SetType sets the value of Type.

func (*Error) UnmarshalJSON

func (s *Error) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*Error) Validate

func (s *Error) Validate() error

type ErrorCode

type ErrorCode string

A slug code to indicate the type of the error.

const (
	ErrorCodeInvalidStateError   ErrorCode = "invalid_state_error"
	ErrorCodeInvalidRequestError ErrorCode = "invalid_request_error"
	ErrorCodeAPIError            ErrorCode = "api_error"
	ErrorCodeUnknownError        ErrorCode = "unknown_error"
)

func (ErrorCode) AllValues

func (ErrorCode) AllValues() []ErrorCode

AllValues returns all ErrorCode values.

func (*ErrorCode) Decode

func (s *ErrorCode) Decode(d *jx.Decoder) error

Decode decodes ErrorCode from json.

func (ErrorCode) Encode

func (s ErrorCode) Encode(e *jx.Encoder)

Encode encodes ErrorCode as json.

func (ErrorCode) MarshalJSON

func (s ErrorCode) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (ErrorCode) MarshalText

func (s ErrorCode) MarshalText() ([]byte, error)

MarshalText implements encoding.TextMarshaler.

func (*ErrorCode) SetFake

func (s *ErrorCode) SetFake()

SetFake set fake values.

func (*ErrorCode) UnmarshalJSON

func (s *ErrorCode) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*ErrorCode) UnmarshalText

func (s *ErrorCode) UnmarshalText(data []byte) error

UnmarshalText implements encoding.TextUnmarshaler.

func (ErrorCode) Validate

func (s ErrorCode) Validate() error

type ErrorHandler

type ErrorHandler = ogenerrors.ErrorHandler

ErrorHandler is error handler.

type ErrorType

type ErrorType string

A slug indicating the type of the error.

const (
	ErrorTypeQueryRunnerAlreadyReleasedError ErrorType = "QueryRunnerAlreadyReleasedError"
	ErrorTypeTransactionAlreadyStartedError  ErrorType = "TransactionAlreadyStartedError"
	ErrorTypeTransactionNotStartedError      ErrorType = "TransactionNotStartedError"
	ErrorTypeConflict                        ErrorType = "conflict"
	ErrorTypeUnauthorized                    ErrorType = "unauthorized"
	ErrorTypePaymentAuthorizationError       ErrorType = "payment_authorization_error"
	ErrorTypeDuplicateError                  ErrorType = "duplicate_error"
	ErrorTypeNotAllowed                      ErrorType = "not_allowed"
	ErrorTypeInvalidData                     ErrorType = "invalid_data"
	ErrorTypeNotFound                        ErrorType = "not_found"
	ErrorTypeDatabaseError                   ErrorType = "database_error"
	ErrorTypeUnexpectedState                 ErrorType = "unexpected_state"
	ErrorTypeInvalidArgument                 ErrorType = "invalid_argument"
	ErrorTypeUnknownError                    ErrorType = "unknown_error"
)

func (ErrorType) AllValues

func (ErrorType) AllValues() []ErrorType

AllValues returns all ErrorType values.

func (*ErrorType) Decode

func (s *ErrorType) Decode(d *jx.Decoder) error

Decode decodes ErrorType from json.

func (ErrorType) Encode

func (s ErrorType) Encode(e *jx.Encoder)

Encode encodes ErrorType as json.

func (ErrorType) MarshalJSON

func (s ErrorType) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (ErrorType) MarshalText

func (s ErrorType) MarshalText() ([]byte, error)

MarshalText implements encoding.TextMarshaler.

func (*ErrorType) SetFake

func (s *ErrorType) SetFake()

SetFake set fake values.

func (*ErrorType) UnmarshalJSON

func (s *ErrorType) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*ErrorType) UnmarshalText

func (s *ErrorType) UnmarshalText(data []byte) error

UnmarshalText implements encoding.TextUnmarshaler.

func (ErrorType) Validate

func (s ErrorType) Validate() error

type GetApiKeysConflict

type GetApiKeysConflict Error

func (*GetApiKeysConflict) Decode

func (s *GetApiKeysConflict) Decode(d *jx.Decoder) error

Decode decodes GetApiKeysConflict from json.

func (*GetApiKeysConflict) Encode

func (s *GetApiKeysConflict) Encode(e *jx.Encoder)

Encode encodes GetApiKeysConflict as json.

func (*GetApiKeysConflict) MarshalJSON

func (s *GetApiKeysConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetApiKeysConflict) SetFake

func (s *GetApiKeysConflict) SetFake()

SetFake set fake values.

func (*GetApiKeysConflict) UnmarshalJSON

func (s *GetApiKeysConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetApiKeysConflict) Validate

func (s *GetApiKeysConflict) Validate() error

type GetApiKeysIdConflict

type GetApiKeysIdConflict Error

func (*GetApiKeysIdConflict) Decode

func (s *GetApiKeysIdConflict) Decode(d *jx.Decoder) error

Decode decodes GetApiKeysIdConflict from json.

func (*GetApiKeysIdConflict) Encode

func (s *GetApiKeysIdConflict) Encode(e *jx.Encoder)

Encode encodes GetApiKeysIdConflict as json.

func (*GetApiKeysIdConflict) MarshalJSON

func (s *GetApiKeysIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetApiKeysIdConflict) SetFake

func (s *GetApiKeysIdConflict) SetFake()

SetFake set fake values.

func (*GetApiKeysIdConflict) UnmarshalJSON

func (s *GetApiKeysIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetApiKeysIdConflict) Validate

func (s *GetApiKeysIdConflict) Validate() error

type GetApiKeysIdInternalServerError

type GetApiKeysIdInternalServerError Error

func (*GetApiKeysIdInternalServerError) Decode

Decode decodes GetApiKeysIdInternalServerError from json.

func (*GetApiKeysIdInternalServerError) Encode

Encode encodes GetApiKeysIdInternalServerError as json.

func (*GetApiKeysIdInternalServerError) MarshalJSON

func (s *GetApiKeysIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetApiKeysIdInternalServerError) SetFake

func (s *GetApiKeysIdInternalServerError) SetFake()

SetFake set fake values.

func (*GetApiKeysIdInternalServerError) UnmarshalJSON

func (s *GetApiKeysIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetApiKeysIdInternalServerError) Validate

func (s *GetApiKeysIdInternalServerError) Validate() error

type GetApiKeysIdNotFound

type GetApiKeysIdNotFound Error

func (*GetApiKeysIdNotFound) Decode

func (s *GetApiKeysIdNotFound) Decode(d *jx.Decoder) error

Decode decodes GetApiKeysIdNotFound from json.

func (*GetApiKeysIdNotFound) Encode

func (s *GetApiKeysIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetApiKeysIdNotFound as json.

func (*GetApiKeysIdNotFound) MarshalJSON

func (s *GetApiKeysIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetApiKeysIdNotFound) SetFake

func (s *GetApiKeysIdNotFound) SetFake()

SetFake set fake values.

func (*GetApiKeysIdNotFound) UnmarshalJSON

func (s *GetApiKeysIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetApiKeysIdNotFound) Validate

func (s *GetApiKeysIdNotFound) Validate() error

type GetApiKeysIdParams

type GetApiKeysIdParams struct {
	// The api key's ID.
	ID string
}

GetApiKeysIdParams is parameters of GetApiKeysId operation.

type GetApiKeysIdRes

type GetApiKeysIdRes interface {
	// contains filtered or unexported methods
}

type GetApiKeysIdUnprocessableEntity

type GetApiKeysIdUnprocessableEntity Error

func (*GetApiKeysIdUnprocessableEntity) Decode

Decode decodes GetApiKeysIdUnprocessableEntity from json.

func (*GetApiKeysIdUnprocessableEntity) Encode

Encode encodes GetApiKeysIdUnprocessableEntity as json.

func (*GetApiKeysIdUnprocessableEntity) MarshalJSON

func (s *GetApiKeysIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetApiKeysIdUnprocessableEntity) SetFake

func (s *GetApiKeysIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetApiKeysIdUnprocessableEntity) UnmarshalJSON

func (s *GetApiKeysIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetApiKeysIdUnprocessableEntity) Validate

func (s *GetApiKeysIdUnprocessableEntity) Validate() error

type GetApiKeysInternalServerError

type GetApiKeysInternalServerError Error

func (*GetApiKeysInternalServerError) Decode

Decode decodes GetApiKeysInternalServerError from json.

func (*GetApiKeysInternalServerError) Encode

Encode encodes GetApiKeysInternalServerError as json.

func (*GetApiKeysInternalServerError) MarshalJSON

func (s *GetApiKeysInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetApiKeysInternalServerError) SetFake

func (s *GetApiKeysInternalServerError) SetFake()

SetFake set fake values.

func (*GetApiKeysInternalServerError) UnmarshalJSON

func (s *GetApiKeysInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetApiKeysInternalServerError) Validate

func (s *GetApiKeysInternalServerError) Validate() error

type GetApiKeysNotFound

type GetApiKeysNotFound Error

func (*GetApiKeysNotFound) Decode

func (s *GetApiKeysNotFound) Decode(d *jx.Decoder) error

Decode decodes GetApiKeysNotFound from json.

func (*GetApiKeysNotFound) Encode

func (s *GetApiKeysNotFound) Encode(e *jx.Encoder)

Encode encodes GetApiKeysNotFound as json.

func (*GetApiKeysNotFound) MarshalJSON

func (s *GetApiKeysNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetApiKeysNotFound) SetFake

func (s *GetApiKeysNotFound) SetFake()

SetFake set fake values.

func (*GetApiKeysNotFound) UnmarshalJSON

func (s *GetApiKeysNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetApiKeysNotFound) Validate

func (s *GetApiKeysNotFound) Validate() error

type GetApiKeysRes

type GetApiKeysRes interface {
	// contains filtered or unexported methods
}

type GetApiKeysUnprocessableEntity

type GetApiKeysUnprocessableEntity Error

func (*GetApiKeysUnprocessableEntity) Decode

Decode decodes GetApiKeysUnprocessableEntity from json.

func (*GetApiKeysUnprocessableEntity) Encode

Encode encodes GetApiKeysUnprocessableEntity as json.

func (*GetApiKeysUnprocessableEntity) MarshalJSON

func (s *GetApiKeysUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetApiKeysUnprocessableEntity) SetFake

func (s *GetApiKeysUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetApiKeysUnprocessableEntity) UnmarshalJSON

func (s *GetApiKeysUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetApiKeysUnprocessableEntity) Validate

func (s *GetApiKeysUnprocessableEntity) Validate() error

type GetCampaignsConflict

type GetCampaignsConflict Error

func (*GetCampaignsConflict) Decode

func (s *GetCampaignsConflict) Decode(d *jx.Decoder) error

Decode decodes GetCampaignsConflict from json.

func (*GetCampaignsConflict) Encode

func (s *GetCampaignsConflict) Encode(e *jx.Encoder)

Encode encodes GetCampaignsConflict as json.

func (*GetCampaignsConflict) MarshalJSON

func (s *GetCampaignsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCampaignsConflict) SetFake

func (s *GetCampaignsConflict) SetFake()

SetFake set fake values.

func (*GetCampaignsConflict) UnmarshalJSON

func (s *GetCampaignsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCampaignsConflict) Validate

func (s *GetCampaignsConflict) Validate() error

type GetCampaignsIdConflict

type GetCampaignsIdConflict Error

func (*GetCampaignsIdConflict) Decode

func (s *GetCampaignsIdConflict) Decode(d *jx.Decoder) error

Decode decodes GetCampaignsIdConflict from json.

func (*GetCampaignsIdConflict) Encode

func (s *GetCampaignsIdConflict) Encode(e *jx.Encoder)

Encode encodes GetCampaignsIdConflict as json.

func (*GetCampaignsIdConflict) MarshalJSON

func (s *GetCampaignsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCampaignsIdConflict) SetFake

func (s *GetCampaignsIdConflict) SetFake()

SetFake set fake values.

func (*GetCampaignsIdConflict) UnmarshalJSON

func (s *GetCampaignsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCampaignsIdConflict) Validate

func (s *GetCampaignsIdConflict) Validate() error

type GetCampaignsIdInternalServerError

type GetCampaignsIdInternalServerError Error

func (*GetCampaignsIdInternalServerError) Decode

Decode decodes GetCampaignsIdInternalServerError from json.

func (*GetCampaignsIdInternalServerError) Encode

Encode encodes GetCampaignsIdInternalServerError as json.

func (*GetCampaignsIdInternalServerError) MarshalJSON

func (s *GetCampaignsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCampaignsIdInternalServerError) SetFake

func (s *GetCampaignsIdInternalServerError) SetFake()

SetFake set fake values.

func (*GetCampaignsIdInternalServerError) UnmarshalJSON

func (s *GetCampaignsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCampaignsIdInternalServerError) Validate

type GetCampaignsIdNotFound

type GetCampaignsIdNotFound Error

func (*GetCampaignsIdNotFound) Decode

func (s *GetCampaignsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes GetCampaignsIdNotFound from json.

func (*GetCampaignsIdNotFound) Encode

func (s *GetCampaignsIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetCampaignsIdNotFound as json.

func (*GetCampaignsIdNotFound) MarshalJSON

func (s *GetCampaignsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCampaignsIdNotFound) SetFake

func (s *GetCampaignsIdNotFound) SetFake()

SetFake set fake values.

func (*GetCampaignsIdNotFound) UnmarshalJSON

func (s *GetCampaignsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCampaignsIdNotFound) Validate

func (s *GetCampaignsIdNotFound) Validate() error

type GetCampaignsIdParams

type GetCampaignsIdParams struct {
	// The campaign's ID.
	ID string
}

GetCampaignsIdParams is parameters of GetCampaignsId operation.

type GetCampaignsIdRes

type GetCampaignsIdRes interface {
	// contains filtered or unexported methods
}

type GetCampaignsIdUnprocessableEntity

type GetCampaignsIdUnprocessableEntity Error

func (*GetCampaignsIdUnprocessableEntity) Decode

Decode decodes GetCampaignsIdUnprocessableEntity from json.

func (*GetCampaignsIdUnprocessableEntity) Encode

Encode encodes GetCampaignsIdUnprocessableEntity as json.

func (*GetCampaignsIdUnprocessableEntity) MarshalJSON

func (s *GetCampaignsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCampaignsIdUnprocessableEntity) SetFake

func (s *GetCampaignsIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetCampaignsIdUnprocessableEntity) UnmarshalJSON

func (s *GetCampaignsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCampaignsIdUnprocessableEntity) Validate

type GetCampaignsInternalServerError

type GetCampaignsInternalServerError Error

func (*GetCampaignsInternalServerError) Decode

Decode decodes GetCampaignsInternalServerError from json.

func (*GetCampaignsInternalServerError) Encode

Encode encodes GetCampaignsInternalServerError as json.

func (*GetCampaignsInternalServerError) MarshalJSON

func (s *GetCampaignsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCampaignsInternalServerError) SetFake

func (s *GetCampaignsInternalServerError) SetFake()

SetFake set fake values.

func (*GetCampaignsInternalServerError) UnmarshalJSON

func (s *GetCampaignsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCampaignsInternalServerError) Validate

func (s *GetCampaignsInternalServerError) Validate() error

type GetCampaignsNotFound

type GetCampaignsNotFound Error

func (*GetCampaignsNotFound) Decode

func (s *GetCampaignsNotFound) Decode(d *jx.Decoder) error

Decode decodes GetCampaignsNotFound from json.

func (*GetCampaignsNotFound) Encode

func (s *GetCampaignsNotFound) Encode(e *jx.Encoder)

Encode encodes GetCampaignsNotFound as json.

func (*GetCampaignsNotFound) MarshalJSON

func (s *GetCampaignsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCampaignsNotFound) SetFake

func (s *GetCampaignsNotFound) SetFake()

SetFake set fake values.

func (*GetCampaignsNotFound) UnmarshalJSON

func (s *GetCampaignsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCampaignsNotFound) Validate

func (s *GetCampaignsNotFound) Validate() error

type GetCampaignsRes

type GetCampaignsRes interface {
	// contains filtered or unexported methods
}

type GetCampaignsUnprocessableEntity

type GetCampaignsUnprocessableEntity Error

func (*GetCampaignsUnprocessableEntity) Decode

Decode decodes GetCampaignsUnprocessableEntity from json.

func (*GetCampaignsUnprocessableEntity) Encode

Encode encodes GetCampaignsUnprocessableEntity as json.

func (*GetCampaignsUnprocessableEntity) MarshalJSON

func (s *GetCampaignsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCampaignsUnprocessableEntity) SetFake

func (s *GetCampaignsUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetCampaignsUnprocessableEntity) UnmarshalJSON

func (s *GetCampaignsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCampaignsUnprocessableEntity) Validate

func (s *GetCampaignsUnprocessableEntity) Validate() error

type GetCollectionsConflict

type GetCollectionsConflict Error

func (*GetCollectionsConflict) Decode

func (s *GetCollectionsConflict) Decode(d *jx.Decoder) error

Decode decodes GetCollectionsConflict from json.

func (*GetCollectionsConflict) Encode

func (s *GetCollectionsConflict) Encode(e *jx.Encoder)

Encode encodes GetCollectionsConflict as json.

func (*GetCollectionsConflict) MarshalJSON

func (s *GetCollectionsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCollectionsConflict) SetFake

func (s *GetCollectionsConflict) SetFake()

SetFake set fake values.

func (*GetCollectionsConflict) UnmarshalJSON

func (s *GetCollectionsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCollectionsConflict) Validate

func (s *GetCollectionsConflict) Validate() error

type GetCollectionsIdConflict

type GetCollectionsIdConflict Error

func (*GetCollectionsIdConflict) Decode

func (s *GetCollectionsIdConflict) Decode(d *jx.Decoder) error

Decode decodes GetCollectionsIdConflict from json.

func (*GetCollectionsIdConflict) Encode

func (s *GetCollectionsIdConflict) Encode(e *jx.Encoder)

Encode encodes GetCollectionsIdConflict as json.

func (*GetCollectionsIdConflict) MarshalJSON

func (s *GetCollectionsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCollectionsIdConflict) SetFake

func (s *GetCollectionsIdConflict) SetFake()

SetFake set fake values.

func (*GetCollectionsIdConflict) UnmarshalJSON

func (s *GetCollectionsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCollectionsIdConflict) Validate

func (s *GetCollectionsIdConflict) Validate() error

type GetCollectionsIdInternalServerError

type GetCollectionsIdInternalServerError Error

func (*GetCollectionsIdInternalServerError) Decode

Decode decodes GetCollectionsIdInternalServerError from json.

func (*GetCollectionsIdInternalServerError) Encode

Encode encodes GetCollectionsIdInternalServerError as json.

func (*GetCollectionsIdInternalServerError) MarshalJSON

func (s *GetCollectionsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCollectionsIdInternalServerError) SetFake

SetFake set fake values.

func (*GetCollectionsIdInternalServerError) UnmarshalJSON

func (s *GetCollectionsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCollectionsIdInternalServerError) Validate

type GetCollectionsIdNotFound

type GetCollectionsIdNotFound Error

func (*GetCollectionsIdNotFound) Decode

func (s *GetCollectionsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes GetCollectionsIdNotFound from json.

func (*GetCollectionsIdNotFound) Encode

func (s *GetCollectionsIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetCollectionsIdNotFound as json.

func (*GetCollectionsIdNotFound) MarshalJSON

func (s *GetCollectionsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCollectionsIdNotFound) SetFake

func (s *GetCollectionsIdNotFound) SetFake()

SetFake set fake values.

func (*GetCollectionsIdNotFound) UnmarshalJSON

func (s *GetCollectionsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCollectionsIdNotFound) Validate

func (s *GetCollectionsIdNotFound) Validate() error

type GetCollectionsIdParams

type GetCollectionsIdParams struct {
	// The collection's ID.
	ID string
}

GetCollectionsIdParams is parameters of GetCollectionsId operation.

type GetCollectionsIdRes

type GetCollectionsIdRes interface {
	// contains filtered or unexported methods
}

type GetCollectionsIdUnprocessableEntity

type GetCollectionsIdUnprocessableEntity Error

func (*GetCollectionsIdUnprocessableEntity) Decode

Decode decodes GetCollectionsIdUnprocessableEntity from json.

func (*GetCollectionsIdUnprocessableEntity) Encode

Encode encodes GetCollectionsIdUnprocessableEntity as json.

func (*GetCollectionsIdUnprocessableEntity) MarshalJSON

func (s *GetCollectionsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCollectionsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetCollectionsIdUnprocessableEntity) UnmarshalJSON

func (s *GetCollectionsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCollectionsIdUnprocessableEntity) Validate

type GetCollectionsInternalServerError

type GetCollectionsInternalServerError Error

func (*GetCollectionsInternalServerError) Decode

Decode decodes GetCollectionsInternalServerError from json.

func (*GetCollectionsInternalServerError) Encode

Encode encodes GetCollectionsInternalServerError as json.

func (*GetCollectionsInternalServerError) MarshalJSON

func (s *GetCollectionsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCollectionsInternalServerError) SetFake

func (s *GetCollectionsInternalServerError) SetFake()

SetFake set fake values.

func (*GetCollectionsInternalServerError) UnmarshalJSON

func (s *GetCollectionsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCollectionsInternalServerError) Validate

type GetCollectionsNotFound

type GetCollectionsNotFound Error

func (*GetCollectionsNotFound) Decode

func (s *GetCollectionsNotFound) Decode(d *jx.Decoder) error

Decode decodes GetCollectionsNotFound from json.

func (*GetCollectionsNotFound) Encode

func (s *GetCollectionsNotFound) Encode(e *jx.Encoder)

Encode encodes GetCollectionsNotFound as json.

func (*GetCollectionsNotFound) MarshalJSON

func (s *GetCollectionsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCollectionsNotFound) SetFake

func (s *GetCollectionsNotFound) SetFake()

SetFake set fake values.

func (*GetCollectionsNotFound) UnmarshalJSON

func (s *GetCollectionsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCollectionsNotFound) Validate

func (s *GetCollectionsNotFound) Validate() error

type GetCollectionsRes

type GetCollectionsRes interface {
	// contains filtered or unexported methods
}

type GetCollectionsUnprocessableEntity

type GetCollectionsUnprocessableEntity Error

func (*GetCollectionsUnprocessableEntity) Decode

Decode decodes GetCollectionsUnprocessableEntity from json.

func (*GetCollectionsUnprocessableEntity) Encode

Encode encodes GetCollectionsUnprocessableEntity as json.

func (*GetCollectionsUnprocessableEntity) MarshalJSON

func (s *GetCollectionsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCollectionsUnprocessableEntity) SetFake

func (s *GetCollectionsUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetCollectionsUnprocessableEntity) UnmarshalJSON

func (s *GetCollectionsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCollectionsUnprocessableEntity) Validate

type GetCurrenciesCodeConflict

type GetCurrenciesCodeConflict Error

func (*GetCurrenciesCodeConflict) Decode

func (s *GetCurrenciesCodeConflict) Decode(d *jx.Decoder) error

Decode decodes GetCurrenciesCodeConflict from json.

func (*GetCurrenciesCodeConflict) Encode

func (s *GetCurrenciesCodeConflict) Encode(e *jx.Encoder)

Encode encodes GetCurrenciesCodeConflict as json.

func (*GetCurrenciesCodeConflict) MarshalJSON

func (s *GetCurrenciesCodeConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCurrenciesCodeConflict) SetFake

func (s *GetCurrenciesCodeConflict) SetFake()

SetFake set fake values.

func (*GetCurrenciesCodeConflict) UnmarshalJSON

func (s *GetCurrenciesCodeConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCurrenciesCodeConflict) Validate

func (s *GetCurrenciesCodeConflict) Validate() error

type GetCurrenciesCodeInternalServerError

type GetCurrenciesCodeInternalServerError Error

func (*GetCurrenciesCodeInternalServerError) Decode

Decode decodes GetCurrenciesCodeInternalServerError from json.

func (*GetCurrenciesCodeInternalServerError) Encode

Encode encodes GetCurrenciesCodeInternalServerError as json.

func (*GetCurrenciesCodeInternalServerError) MarshalJSON

func (s *GetCurrenciesCodeInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCurrenciesCodeInternalServerError) SetFake

SetFake set fake values.

func (*GetCurrenciesCodeInternalServerError) UnmarshalJSON

func (s *GetCurrenciesCodeInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCurrenciesCodeInternalServerError) Validate

type GetCurrenciesCodeNotFound

type GetCurrenciesCodeNotFound Error

func (*GetCurrenciesCodeNotFound) Decode

func (s *GetCurrenciesCodeNotFound) Decode(d *jx.Decoder) error

Decode decodes GetCurrenciesCodeNotFound from json.

func (*GetCurrenciesCodeNotFound) Encode

func (s *GetCurrenciesCodeNotFound) Encode(e *jx.Encoder)

Encode encodes GetCurrenciesCodeNotFound as json.

func (*GetCurrenciesCodeNotFound) MarshalJSON

func (s *GetCurrenciesCodeNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCurrenciesCodeNotFound) SetFake

func (s *GetCurrenciesCodeNotFound) SetFake()

SetFake set fake values.

func (*GetCurrenciesCodeNotFound) UnmarshalJSON

func (s *GetCurrenciesCodeNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCurrenciesCodeNotFound) Validate

func (s *GetCurrenciesCodeNotFound) Validate() error

type GetCurrenciesCodeParams

type GetCurrenciesCodeParams struct {
	// The currency's code.
	Code string
}

GetCurrenciesCodeParams is parameters of GetCurrenciesCode operation.

type GetCurrenciesCodeRes

type GetCurrenciesCodeRes interface {
	// contains filtered or unexported methods
}

type GetCurrenciesCodeUnprocessableEntity

type GetCurrenciesCodeUnprocessableEntity Error

func (*GetCurrenciesCodeUnprocessableEntity) Decode

Decode decodes GetCurrenciesCodeUnprocessableEntity from json.

func (*GetCurrenciesCodeUnprocessableEntity) Encode

Encode encodes GetCurrenciesCodeUnprocessableEntity as json.

func (*GetCurrenciesCodeUnprocessableEntity) MarshalJSON

func (s *GetCurrenciesCodeUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCurrenciesCodeUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetCurrenciesCodeUnprocessableEntity) UnmarshalJSON

func (s *GetCurrenciesCodeUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCurrenciesCodeUnprocessableEntity) Validate

type GetCurrenciesConflict

type GetCurrenciesConflict Error

func (*GetCurrenciesConflict) Decode

func (s *GetCurrenciesConflict) Decode(d *jx.Decoder) error

Decode decodes GetCurrenciesConflict from json.

func (*GetCurrenciesConflict) Encode

func (s *GetCurrenciesConflict) Encode(e *jx.Encoder)

Encode encodes GetCurrenciesConflict as json.

func (*GetCurrenciesConflict) MarshalJSON

func (s *GetCurrenciesConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCurrenciesConflict) SetFake

func (s *GetCurrenciesConflict) SetFake()

SetFake set fake values.

func (*GetCurrenciesConflict) UnmarshalJSON

func (s *GetCurrenciesConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCurrenciesConflict) Validate

func (s *GetCurrenciesConflict) Validate() error

type GetCurrenciesInternalServerError

type GetCurrenciesInternalServerError Error

func (*GetCurrenciesInternalServerError) Decode

Decode decodes GetCurrenciesInternalServerError from json.

func (*GetCurrenciesInternalServerError) Encode

Encode encodes GetCurrenciesInternalServerError as json.

func (*GetCurrenciesInternalServerError) MarshalJSON

func (s *GetCurrenciesInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCurrenciesInternalServerError) SetFake

func (s *GetCurrenciesInternalServerError) SetFake()

SetFake set fake values.

func (*GetCurrenciesInternalServerError) UnmarshalJSON

func (s *GetCurrenciesInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCurrenciesInternalServerError) Validate

type GetCurrenciesNotFound

type GetCurrenciesNotFound Error

func (*GetCurrenciesNotFound) Decode

func (s *GetCurrenciesNotFound) Decode(d *jx.Decoder) error

Decode decodes GetCurrenciesNotFound from json.

func (*GetCurrenciesNotFound) Encode

func (s *GetCurrenciesNotFound) Encode(e *jx.Encoder)

Encode encodes GetCurrenciesNotFound as json.

func (*GetCurrenciesNotFound) MarshalJSON

func (s *GetCurrenciesNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCurrenciesNotFound) SetFake

func (s *GetCurrenciesNotFound) SetFake()

SetFake set fake values.

func (*GetCurrenciesNotFound) UnmarshalJSON

func (s *GetCurrenciesNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCurrenciesNotFound) Validate

func (s *GetCurrenciesNotFound) Validate() error

type GetCurrenciesRes

type GetCurrenciesRes interface {
	// contains filtered or unexported methods
}

type GetCurrenciesUnprocessableEntity

type GetCurrenciesUnprocessableEntity Error

func (*GetCurrenciesUnprocessableEntity) Decode

Decode decodes GetCurrenciesUnprocessableEntity from json.

func (*GetCurrenciesUnprocessableEntity) Encode

Encode encodes GetCurrenciesUnprocessableEntity as json.

func (*GetCurrenciesUnprocessableEntity) MarshalJSON

func (s *GetCurrenciesUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCurrenciesUnprocessableEntity) SetFake

func (s *GetCurrenciesUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetCurrenciesUnprocessableEntity) UnmarshalJSON

func (s *GetCurrenciesUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCurrenciesUnprocessableEntity) Validate

type GetCustomerGroupsConflict

type GetCustomerGroupsConflict Error

func (*GetCustomerGroupsConflict) Decode

func (s *GetCustomerGroupsConflict) Decode(d *jx.Decoder) error

Decode decodes GetCustomerGroupsConflict from json.

func (*GetCustomerGroupsConflict) Encode

func (s *GetCustomerGroupsConflict) Encode(e *jx.Encoder)

Encode encodes GetCustomerGroupsConflict as json.

func (*GetCustomerGroupsConflict) MarshalJSON

func (s *GetCustomerGroupsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomerGroupsConflict) SetFake

func (s *GetCustomerGroupsConflict) SetFake()

SetFake set fake values.

func (*GetCustomerGroupsConflict) UnmarshalJSON

func (s *GetCustomerGroupsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomerGroupsConflict) Validate

func (s *GetCustomerGroupsConflict) Validate() error

type GetCustomerGroupsIdConflict

type GetCustomerGroupsIdConflict Error

func (*GetCustomerGroupsIdConflict) Decode

Decode decodes GetCustomerGroupsIdConflict from json.

func (*GetCustomerGroupsIdConflict) Encode

func (s *GetCustomerGroupsIdConflict) Encode(e *jx.Encoder)

Encode encodes GetCustomerGroupsIdConflict as json.

func (*GetCustomerGroupsIdConflict) MarshalJSON

func (s *GetCustomerGroupsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomerGroupsIdConflict) SetFake

func (s *GetCustomerGroupsIdConflict) SetFake()

SetFake set fake values.

func (*GetCustomerGroupsIdConflict) UnmarshalJSON

func (s *GetCustomerGroupsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomerGroupsIdConflict) Validate

func (s *GetCustomerGroupsIdConflict) Validate() error

type GetCustomerGroupsIdCustomersConflict

type GetCustomerGroupsIdCustomersConflict Error

func (*GetCustomerGroupsIdCustomersConflict) Decode

Decode decodes GetCustomerGroupsIdCustomersConflict from json.

func (*GetCustomerGroupsIdCustomersConflict) Encode

Encode encodes GetCustomerGroupsIdCustomersConflict as json.

func (*GetCustomerGroupsIdCustomersConflict) MarshalJSON

func (s *GetCustomerGroupsIdCustomersConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomerGroupsIdCustomersConflict) SetFake

SetFake set fake values.

func (*GetCustomerGroupsIdCustomersConflict) UnmarshalJSON

func (s *GetCustomerGroupsIdCustomersConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomerGroupsIdCustomersConflict) Validate

type GetCustomerGroupsIdCustomersInternalServerError

type GetCustomerGroupsIdCustomersInternalServerError Error

func (*GetCustomerGroupsIdCustomersInternalServerError) Decode

Decode decodes GetCustomerGroupsIdCustomersInternalServerError from json.

func (*GetCustomerGroupsIdCustomersInternalServerError) Encode

Encode encodes GetCustomerGroupsIdCustomersInternalServerError as json.

func (*GetCustomerGroupsIdCustomersInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomerGroupsIdCustomersInternalServerError) SetFake

SetFake set fake values.

func (*GetCustomerGroupsIdCustomersInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomerGroupsIdCustomersInternalServerError) Validate

type GetCustomerGroupsIdCustomersNotFound

type GetCustomerGroupsIdCustomersNotFound Error

func (*GetCustomerGroupsIdCustomersNotFound) Decode

Decode decodes GetCustomerGroupsIdCustomersNotFound from json.

func (*GetCustomerGroupsIdCustomersNotFound) Encode

Encode encodes GetCustomerGroupsIdCustomersNotFound as json.

func (*GetCustomerGroupsIdCustomersNotFound) MarshalJSON

func (s *GetCustomerGroupsIdCustomersNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomerGroupsIdCustomersNotFound) SetFake

SetFake set fake values.

func (*GetCustomerGroupsIdCustomersNotFound) UnmarshalJSON

func (s *GetCustomerGroupsIdCustomersNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomerGroupsIdCustomersNotFound) Validate

type GetCustomerGroupsIdCustomersParams

type GetCustomerGroupsIdCustomersParams struct {
	// The customer group's ID.
	ID string
}

GetCustomerGroupsIdCustomersParams is parameters of GetCustomerGroupsIdCustomers operation.

type GetCustomerGroupsIdCustomersRes

type GetCustomerGroupsIdCustomersRes interface {
	// contains filtered or unexported methods
}

type GetCustomerGroupsIdCustomersUnprocessableEntity

type GetCustomerGroupsIdCustomersUnprocessableEntity Error

func (*GetCustomerGroupsIdCustomersUnprocessableEntity) Decode

Decode decodes GetCustomerGroupsIdCustomersUnprocessableEntity from json.

func (*GetCustomerGroupsIdCustomersUnprocessableEntity) Encode

Encode encodes GetCustomerGroupsIdCustomersUnprocessableEntity as json.

func (*GetCustomerGroupsIdCustomersUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomerGroupsIdCustomersUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetCustomerGroupsIdCustomersUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomerGroupsIdCustomersUnprocessableEntity) Validate

type GetCustomerGroupsIdInternalServerError

type GetCustomerGroupsIdInternalServerError Error

func (*GetCustomerGroupsIdInternalServerError) Decode

Decode decodes GetCustomerGroupsIdInternalServerError from json.

func (*GetCustomerGroupsIdInternalServerError) Encode

Encode encodes GetCustomerGroupsIdInternalServerError as json.

func (*GetCustomerGroupsIdInternalServerError) MarshalJSON

func (s *GetCustomerGroupsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomerGroupsIdInternalServerError) SetFake

SetFake set fake values.

func (*GetCustomerGroupsIdInternalServerError) UnmarshalJSON

func (s *GetCustomerGroupsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomerGroupsIdInternalServerError) Validate

type GetCustomerGroupsIdNotFound

type GetCustomerGroupsIdNotFound Error

func (*GetCustomerGroupsIdNotFound) Decode

Decode decodes GetCustomerGroupsIdNotFound from json.

func (*GetCustomerGroupsIdNotFound) Encode

func (s *GetCustomerGroupsIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetCustomerGroupsIdNotFound as json.

func (*GetCustomerGroupsIdNotFound) MarshalJSON

func (s *GetCustomerGroupsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomerGroupsIdNotFound) SetFake

func (s *GetCustomerGroupsIdNotFound) SetFake()

SetFake set fake values.

func (*GetCustomerGroupsIdNotFound) UnmarshalJSON

func (s *GetCustomerGroupsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomerGroupsIdNotFound) Validate

func (s *GetCustomerGroupsIdNotFound) Validate() error

type GetCustomerGroupsIdParams

type GetCustomerGroupsIdParams struct {
	// The customer group's ID.
	ID string
}

GetCustomerGroupsIdParams is parameters of GetCustomerGroupsId operation.

type GetCustomerGroupsIdRes

type GetCustomerGroupsIdRes interface {
	// contains filtered or unexported methods
}

type GetCustomerGroupsIdUnprocessableEntity

type GetCustomerGroupsIdUnprocessableEntity Error

func (*GetCustomerGroupsIdUnprocessableEntity) Decode

Decode decodes GetCustomerGroupsIdUnprocessableEntity from json.

func (*GetCustomerGroupsIdUnprocessableEntity) Encode

Encode encodes GetCustomerGroupsIdUnprocessableEntity as json.

func (*GetCustomerGroupsIdUnprocessableEntity) MarshalJSON

func (s *GetCustomerGroupsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomerGroupsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetCustomerGroupsIdUnprocessableEntity) UnmarshalJSON

func (s *GetCustomerGroupsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomerGroupsIdUnprocessableEntity) Validate

type GetCustomerGroupsInternalServerError

type GetCustomerGroupsInternalServerError Error

func (*GetCustomerGroupsInternalServerError) Decode

Decode decodes GetCustomerGroupsInternalServerError from json.

func (*GetCustomerGroupsInternalServerError) Encode

Encode encodes GetCustomerGroupsInternalServerError as json.

func (*GetCustomerGroupsInternalServerError) MarshalJSON

func (s *GetCustomerGroupsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomerGroupsInternalServerError) SetFake

SetFake set fake values.

func (*GetCustomerGroupsInternalServerError) UnmarshalJSON

func (s *GetCustomerGroupsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomerGroupsInternalServerError) Validate

type GetCustomerGroupsNotFound

type GetCustomerGroupsNotFound Error

func (*GetCustomerGroupsNotFound) Decode

func (s *GetCustomerGroupsNotFound) Decode(d *jx.Decoder) error

Decode decodes GetCustomerGroupsNotFound from json.

func (*GetCustomerGroupsNotFound) Encode

func (s *GetCustomerGroupsNotFound) Encode(e *jx.Encoder)

Encode encodes GetCustomerGroupsNotFound as json.

func (*GetCustomerGroupsNotFound) MarshalJSON

func (s *GetCustomerGroupsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomerGroupsNotFound) SetFake

func (s *GetCustomerGroupsNotFound) SetFake()

SetFake set fake values.

func (*GetCustomerGroupsNotFound) UnmarshalJSON

func (s *GetCustomerGroupsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomerGroupsNotFound) Validate

func (s *GetCustomerGroupsNotFound) Validate() error

type GetCustomerGroupsRes

type GetCustomerGroupsRes interface {
	// contains filtered or unexported methods
}

type GetCustomerGroupsUnprocessableEntity

type GetCustomerGroupsUnprocessableEntity Error

func (*GetCustomerGroupsUnprocessableEntity) Decode

Decode decodes GetCustomerGroupsUnprocessableEntity from json.

func (*GetCustomerGroupsUnprocessableEntity) Encode

Encode encodes GetCustomerGroupsUnprocessableEntity as json.

func (*GetCustomerGroupsUnprocessableEntity) MarshalJSON

func (s *GetCustomerGroupsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomerGroupsUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetCustomerGroupsUnprocessableEntity) UnmarshalJSON

func (s *GetCustomerGroupsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomerGroupsUnprocessableEntity) Validate

type GetCustomersConflict

type GetCustomersConflict Error

func (*GetCustomersConflict) Decode

func (s *GetCustomersConflict) Decode(d *jx.Decoder) error

Decode decodes GetCustomersConflict from json.

func (*GetCustomersConflict) Encode

func (s *GetCustomersConflict) Encode(e *jx.Encoder)

Encode encodes GetCustomersConflict as json.

func (*GetCustomersConflict) MarshalJSON

func (s *GetCustomersConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersConflict) SetFake

func (s *GetCustomersConflict) SetFake()

SetFake set fake values.

func (*GetCustomersConflict) UnmarshalJSON

func (s *GetCustomersConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersConflict) Validate

func (s *GetCustomersConflict) Validate() error

type GetCustomersIdAddressesAddressIDConflict

type GetCustomersIdAddressesAddressIDConflict Error

func (*GetCustomersIdAddressesAddressIDConflict) Decode

Decode decodes GetCustomersIdAddressesAddressIDConflict from json.

func (*GetCustomersIdAddressesAddressIDConflict) Encode

Encode encodes GetCustomersIdAddressesAddressIDConflict as json.

func (*GetCustomersIdAddressesAddressIDConflict) MarshalJSON

func (s *GetCustomersIdAddressesAddressIDConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersIdAddressesAddressIDConflict) SetFake

SetFake set fake values.

func (*GetCustomersIdAddressesAddressIDConflict) UnmarshalJSON

func (s *GetCustomersIdAddressesAddressIDConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersIdAddressesAddressIDConflict) Validate

type GetCustomersIdAddressesAddressIDInternalServerError

type GetCustomersIdAddressesAddressIDInternalServerError Error

func (*GetCustomersIdAddressesAddressIDInternalServerError) Decode

Decode decodes GetCustomersIdAddressesAddressIDInternalServerError from json.

func (*GetCustomersIdAddressesAddressIDInternalServerError) Encode

Encode encodes GetCustomersIdAddressesAddressIDInternalServerError as json.

func (*GetCustomersIdAddressesAddressIDInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersIdAddressesAddressIDInternalServerError) SetFake

SetFake set fake values.

func (*GetCustomersIdAddressesAddressIDInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersIdAddressesAddressIDInternalServerError) Validate

type GetCustomersIdAddressesAddressIDNotFound

type GetCustomersIdAddressesAddressIDNotFound Error

func (*GetCustomersIdAddressesAddressIDNotFound) Decode

Decode decodes GetCustomersIdAddressesAddressIDNotFound from json.

func (*GetCustomersIdAddressesAddressIDNotFound) Encode

Encode encodes GetCustomersIdAddressesAddressIDNotFound as json.

func (*GetCustomersIdAddressesAddressIDNotFound) MarshalJSON

func (s *GetCustomersIdAddressesAddressIDNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersIdAddressesAddressIDNotFound) SetFake

SetFake set fake values.

func (*GetCustomersIdAddressesAddressIDNotFound) UnmarshalJSON

func (s *GetCustomersIdAddressesAddressIDNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersIdAddressesAddressIDNotFound) Validate

type GetCustomersIdAddressesAddressIDParams

type GetCustomersIdAddressesAddressIDParams struct {
	// The customer's ID.
	ID string
	// The customer's address id.
	AddressID string
}

GetCustomersIdAddressesAddressIDParams is parameters of GetCustomersIdAddressesAddress_id operation.

type GetCustomersIdAddressesAddressIDRes

type GetCustomersIdAddressesAddressIDRes interface {
	// contains filtered or unexported methods
}

type GetCustomersIdAddressesAddressIDUnprocessableEntity

type GetCustomersIdAddressesAddressIDUnprocessableEntity Error

func (*GetCustomersIdAddressesAddressIDUnprocessableEntity) Decode

Decode decodes GetCustomersIdAddressesAddressIDUnprocessableEntity from json.

func (*GetCustomersIdAddressesAddressIDUnprocessableEntity) Encode

Encode encodes GetCustomersIdAddressesAddressIDUnprocessableEntity as json.

func (*GetCustomersIdAddressesAddressIDUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersIdAddressesAddressIDUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetCustomersIdAddressesAddressIDUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersIdAddressesAddressIDUnprocessableEntity) Validate

type GetCustomersIdAddressesConflict

type GetCustomersIdAddressesConflict Error

func (*GetCustomersIdAddressesConflict) Decode

Decode decodes GetCustomersIdAddressesConflict from json.

func (*GetCustomersIdAddressesConflict) Encode

Encode encodes GetCustomersIdAddressesConflict as json.

func (*GetCustomersIdAddressesConflict) MarshalJSON

func (s *GetCustomersIdAddressesConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersIdAddressesConflict) SetFake

func (s *GetCustomersIdAddressesConflict) SetFake()

SetFake set fake values.

func (*GetCustomersIdAddressesConflict) UnmarshalJSON

func (s *GetCustomersIdAddressesConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersIdAddressesConflict) Validate

func (s *GetCustomersIdAddressesConflict) Validate() error

type GetCustomersIdAddressesInternalServerError

type GetCustomersIdAddressesInternalServerError Error

func (*GetCustomersIdAddressesInternalServerError) Decode

Decode decodes GetCustomersIdAddressesInternalServerError from json.

func (*GetCustomersIdAddressesInternalServerError) Encode

Encode encodes GetCustomersIdAddressesInternalServerError as json.

func (*GetCustomersIdAddressesInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersIdAddressesInternalServerError) SetFake

SetFake set fake values.

func (*GetCustomersIdAddressesInternalServerError) UnmarshalJSON

func (s *GetCustomersIdAddressesInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersIdAddressesInternalServerError) Validate

type GetCustomersIdAddressesNotFound

type GetCustomersIdAddressesNotFound Error

func (*GetCustomersIdAddressesNotFound) Decode

Decode decodes GetCustomersIdAddressesNotFound from json.

func (*GetCustomersIdAddressesNotFound) Encode

Encode encodes GetCustomersIdAddressesNotFound as json.

func (*GetCustomersIdAddressesNotFound) MarshalJSON

func (s *GetCustomersIdAddressesNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersIdAddressesNotFound) SetFake

func (s *GetCustomersIdAddressesNotFound) SetFake()

SetFake set fake values.

func (*GetCustomersIdAddressesNotFound) UnmarshalJSON

func (s *GetCustomersIdAddressesNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersIdAddressesNotFound) Validate

func (s *GetCustomersIdAddressesNotFound) Validate() error

type GetCustomersIdAddressesParams

type GetCustomersIdAddressesParams struct {
	// The customer's ID.
	ID string
}

GetCustomersIdAddressesParams is parameters of GetCustomersIdAddresses operation.

type GetCustomersIdAddressesRes

type GetCustomersIdAddressesRes interface {
	// contains filtered or unexported methods
}

type GetCustomersIdAddressesUnprocessableEntity

type GetCustomersIdAddressesUnprocessableEntity Error

func (*GetCustomersIdAddressesUnprocessableEntity) Decode

Decode decodes GetCustomersIdAddressesUnprocessableEntity from json.

func (*GetCustomersIdAddressesUnprocessableEntity) Encode

Encode encodes GetCustomersIdAddressesUnprocessableEntity as json.

func (*GetCustomersIdAddressesUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersIdAddressesUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetCustomersIdAddressesUnprocessableEntity) UnmarshalJSON

func (s *GetCustomersIdAddressesUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersIdAddressesUnprocessableEntity) Validate

type GetCustomersIdConflict

type GetCustomersIdConflict Error

func (*GetCustomersIdConflict) Decode

func (s *GetCustomersIdConflict) Decode(d *jx.Decoder) error

Decode decodes GetCustomersIdConflict from json.

func (*GetCustomersIdConflict) Encode

func (s *GetCustomersIdConflict) Encode(e *jx.Encoder)

Encode encodes GetCustomersIdConflict as json.

func (*GetCustomersIdConflict) MarshalJSON

func (s *GetCustomersIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersIdConflict) SetFake

func (s *GetCustomersIdConflict) SetFake()

SetFake set fake values.

func (*GetCustomersIdConflict) UnmarshalJSON

func (s *GetCustomersIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersIdConflict) Validate

func (s *GetCustomersIdConflict) Validate() error

type GetCustomersIdInternalServerError

type GetCustomersIdInternalServerError Error

func (*GetCustomersIdInternalServerError) Decode

Decode decodes GetCustomersIdInternalServerError from json.

func (*GetCustomersIdInternalServerError) Encode

Encode encodes GetCustomersIdInternalServerError as json.

func (*GetCustomersIdInternalServerError) MarshalJSON

func (s *GetCustomersIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersIdInternalServerError) SetFake

func (s *GetCustomersIdInternalServerError) SetFake()

SetFake set fake values.

func (*GetCustomersIdInternalServerError) UnmarshalJSON

func (s *GetCustomersIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersIdInternalServerError) Validate

type GetCustomersIdNotFound

type GetCustomersIdNotFound Error

func (*GetCustomersIdNotFound) Decode

func (s *GetCustomersIdNotFound) Decode(d *jx.Decoder) error

Decode decodes GetCustomersIdNotFound from json.

func (*GetCustomersIdNotFound) Encode

func (s *GetCustomersIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetCustomersIdNotFound as json.

func (*GetCustomersIdNotFound) MarshalJSON

func (s *GetCustomersIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersIdNotFound) SetFake

func (s *GetCustomersIdNotFound) SetFake()

SetFake set fake values.

func (*GetCustomersIdNotFound) UnmarshalJSON

func (s *GetCustomersIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersIdNotFound) Validate

func (s *GetCustomersIdNotFound) Validate() error

type GetCustomersIdParams

type GetCustomersIdParams struct {
	// The customer's ID.
	ID string
}

GetCustomersIdParams is parameters of GetCustomersId operation.

type GetCustomersIdRes

type GetCustomersIdRes interface {
	// contains filtered or unexported methods
}

type GetCustomersIdUnprocessableEntity

type GetCustomersIdUnprocessableEntity Error

func (*GetCustomersIdUnprocessableEntity) Decode

Decode decodes GetCustomersIdUnprocessableEntity from json.

func (*GetCustomersIdUnprocessableEntity) Encode

Encode encodes GetCustomersIdUnprocessableEntity as json.

func (*GetCustomersIdUnprocessableEntity) MarshalJSON

func (s *GetCustomersIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersIdUnprocessableEntity) SetFake

func (s *GetCustomersIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetCustomersIdUnprocessableEntity) UnmarshalJSON

func (s *GetCustomersIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersIdUnprocessableEntity) Validate

type GetCustomersInternalServerError

type GetCustomersInternalServerError Error

func (*GetCustomersInternalServerError) Decode

Decode decodes GetCustomersInternalServerError from json.

func (*GetCustomersInternalServerError) Encode

Encode encodes GetCustomersInternalServerError as json.

func (*GetCustomersInternalServerError) MarshalJSON

func (s *GetCustomersInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersInternalServerError) SetFake

func (s *GetCustomersInternalServerError) SetFake()

SetFake set fake values.

func (*GetCustomersInternalServerError) UnmarshalJSON

func (s *GetCustomersInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersInternalServerError) Validate

func (s *GetCustomersInternalServerError) Validate() error

type GetCustomersNotFound

type GetCustomersNotFound Error

func (*GetCustomersNotFound) Decode

func (s *GetCustomersNotFound) Decode(d *jx.Decoder) error

Decode decodes GetCustomersNotFound from json.

func (*GetCustomersNotFound) Encode

func (s *GetCustomersNotFound) Encode(e *jx.Encoder)

Encode encodes GetCustomersNotFound as json.

func (*GetCustomersNotFound) MarshalJSON

func (s *GetCustomersNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersNotFound) SetFake

func (s *GetCustomersNotFound) SetFake()

SetFake set fake values.

func (*GetCustomersNotFound) UnmarshalJSON

func (s *GetCustomersNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersNotFound) Validate

func (s *GetCustomersNotFound) Validate() error

type GetCustomersRes

type GetCustomersRes interface {
	// contains filtered or unexported methods
}

type GetCustomersUnprocessableEntity

type GetCustomersUnprocessableEntity Error

func (*GetCustomersUnprocessableEntity) Decode

Decode decodes GetCustomersUnprocessableEntity from json.

func (*GetCustomersUnprocessableEntity) Encode

Encode encodes GetCustomersUnprocessableEntity as json.

func (*GetCustomersUnprocessableEntity) MarshalJSON

func (s *GetCustomersUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetCustomersUnprocessableEntity) SetFake

func (s *GetCustomersUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetCustomersUnprocessableEntity) UnmarshalJSON

func (s *GetCustomersUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetCustomersUnprocessableEntity) Validate

func (s *GetCustomersUnprocessableEntity) Validate() error

type GetInventoryItemsConflict

type GetInventoryItemsConflict Error

func (*GetInventoryItemsConflict) Decode

func (s *GetInventoryItemsConflict) Decode(d *jx.Decoder) error

Decode decodes GetInventoryItemsConflict from json.

func (*GetInventoryItemsConflict) Encode

func (s *GetInventoryItemsConflict) Encode(e *jx.Encoder)

Encode encodes GetInventoryItemsConflict as json.

func (*GetInventoryItemsConflict) MarshalJSON

func (s *GetInventoryItemsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInventoryItemsConflict) SetFake

func (s *GetInventoryItemsConflict) SetFake()

SetFake set fake values.

func (*GetInventoryItemsConflict) UnmarshalJSON

func (s *GetInventoryItemsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInventoryItemsConflict) Validate

func (s *GetInventoryItemsConflict) Validate() error

type GetInventoryItemsIdConflict

type GetInventoryItemsIdConflict Error

func (*GetInventoryItemsIdConflict) Decode

Decode decodes GetInventoryItemsIdConflict from json.

func (*GetInventoryItemsIdConflict) Encode

func (s *GetInventoryItemsIdConflict) Encode(e *jx.Encoder)

Encode encodes GetInventoryItemsIdConflict as json.

func (*GetInventoryItemsIdConflict) MarshalJSON

func (s *GetInventoryItemsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInventoryItemsIdConflict) SetFake

func (s *GetInventoryItemsIdConflict) SetFake()

SetFake set fake values.

func (*GetInventoryItemsIdConflict) UnmarshalJSON

func (s *GetInventoryItemsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInventoryItemsIdConflict) Validate

func (s *GetInventoryItemsIdConflict) Validate() error

type GetInventoryItemsIdInternalServerError

type GetInventoryItemsIdInternalServerError Error

func (*GetInventoryItemsIdInternalServerError) Decode

Decode decodes GetInventoryItemsIdInternalServerError from json.

func (*GetInventoryItemsIdInternalServerError) Encode

Encode encodes GetInventoryItemsIdInternalServerError as json.

func (*GetInventoryItemsIdInternalServerError) MarshalJSON

func (s *GetInventoryItemsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInventoryItemsIdInternalServerError) SetFake

SetFake set fake values.

func (*GetInventoryItemsIdInternalServerError) UnmarshalJSON

func (s *GetInventoryItemsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInventoryItemsIdInternalServerError) Validate

type GetInventoryItemsIdNotFound

type GetInventoryItemsIdNotFound Error

func (*GetInventoryItemsIdNotFound) Decode

Decode decodes GetInventoryItemsIdNotFound from json.

func (*GetInventoryItemsIdNotFound) Encode

func (s *GetInventoryItemsIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetInventoryItemsIdNotFound as json.

func (*GetInventoryItemsIdNotFound) MarshalJSON

func (s *GetInventoryItemsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInventoryItemsIdNotFound) SetFake

func (s *GetInventoryItemsIdNotFound) SetFake()

SetFake set fake values.

func (*GetInventoryItemsIdNotFound) UnmarshalJSON

func (s *GetInventoryItemsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInventoryItemsIdNotFound) Validate

func (s *GetInventoryItemsIdNotFound) Validate() error

type GetInventoryItemsIdParams

type GetInventoryItemsIdParams struct {
	// The inventory item's ID.
	ID string
}

GetInventoryItemsIdParams is parameters of GetInventoryItemsId operation.

type GetInventoryItemsIdRes

type GetInventoryItemsIdRes interface {
	// contains filtered or unexported methods
}

type GetInventoryItemsIdUnprocessableEntity

type GetInventoryItemsIdUnprocessableEntity Error

func (*GetInventoryItemsIdUnprocessableEntity) Decode

Decode decodes GetInventoryItemsIdUnprocessableEntity from json.

func (*GetInventoryItemsIdUnprocessableEntity) Encode

Encode encodes GetInventoryItemsIdUnprocessableEntity as json.

func (*GetInventoryItemsIdUnprocessableEntity) MarshalJSON

func (s *GetInventoryItemsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInventoryItemsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetInventoryItemsIdUnprocessableEntity) UnmarshalJSON

func (s *GetInventoryItemsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInventoryItemsIdUnprocessableEntity) Validate

type GetInventoryItemsInternalServerError

type GetInventoryItemsInternalServerError Error

func (*GetInventoryItemsInternalServerError) Decode

Decode decodes GetInventoryItemsInternalServerError from json.

func (*GetInventoryItemsInternalServerError) Encode

Encode encodes GetInventoryItemsInternalServerError as json.

func (*GetInventoryItemsInternalServerError) MarshalJSON

func (s *GetInventoryItemsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInventoryItemsInternalServerError) SetFake

SetFake set fake values.

func (*GetInventoryItemsInternalServerError) UnmarshalJSON

func (s *GetInventoryItemsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInventoryItemsInternalServerError) Validate

type GetInventoryItemsNotFound

type GetInventoryItemsNotFound Error

func (*GetInventoryItemsNotFound) Decode

func (s *GetInventoryItemsNotFound) Decode(d *jx.Decoder) error

Decode decodes GetInventoryItemsNotFound from json.

func (*GetInventoryItemsNotFound) Encode

func (s *GetInventoryItemsNotFound) Encode(e *jx.Encoder)

Encode encodes GetInventoryItemsNotFound as json.

func (*GetInventoryItemsNotFound) MarshalJSON

func (s *GetInventoryItemsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInventoryItemsNotFound) SetFake

func (s *GetInventoryItemsNotFound) SetFake()

SetFake set fake values.

func (*GetInventoryItemsNotFound) UnmarshalJSON

func (s *GetInventoryItemsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInventoryItemsNotFound) Validate

func (s *GetInventoryItemsNotFound) Validate() error

type GetInventoryItemsRes

type GetInventoryItemsRes interface {
	// contains filtered or unexported methods
}

type GetInventoryItemsUnprocessableEntity

type GetInventoryItemsUnprocessableEntity Error

func (*GetInventoryItemsUnprocessableEntity) Decode

Decode decodes GetInventoryItemsUnprocessableEntity from json.

func (*GetInventoryItemsUnprocessableEntity) Encode

Encode encodes GetInventoryItemsUnprocessableEntity as json.

func (*GetInventoryItemsUnprocessableEntity) MarshalJSON

func (s *GetInventoryItemsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInventoryItemsUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetInventoryItemsUnprocessableEntity) UnmarshalJSON

func (s *GetInventoryItemsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInventoryItemsUnprocessableEntity) Validate

type GetInvitesConflict

type GetInvitesConflict Error

func (*GetInvitesConflict) Decode

func (s *GetInvitesConflict) Decode(d *jx.Decoder) error

Decode decodes GetInvitesConflict from json.

func (*GetInvitesConflict) Encode

func (s *GetInvitesConflict) Encode(e *jx.Encoder)

Encode encodes GetInvitesConflict as json.

func (*GetInvitesConflict) MarshalJSON

func (s *GetInvitesConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInvitesConflict) SetFake

func (s *GetInvitesConflict) SetFake()

SetFake set fake values.

func (*GetInvitesConflict) UnmarshalJSON

func (s *GetInvitesConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInvitesConflict) Validate

func (s *GetInvitesConflict) Validate() error

type GetInvitesIdConflict

type GetInvitesIdConflict Error

func (*GetInvitesIdConflict) Decode

func (s *GetInvitesIdConflict) Decode(d *jx.Decoder) error

Decode decodes GetInvitesIdConflict from json.

func (*GetInvitesIdConflict) Encode

func (s *GetInvitesIdConflict) Encode(e *jx.Encoder)

Encode encodes GetInvitesIdConflict as json.

func (*GetInvitesIdConflict) MarshalJSON

func (s *GetInvitesIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInvitesIdConflict) SetFake

func (s *GetInvitesIdConflict) SetFake()

SetFake set fake values.

func (*GetInvitesIdConflict) UnmarshalJSON

func (s *GetInvitesIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInvitesIdConflict) Validate

func (s *GetInvitesIdConflict) Validate() error

type GetInvitesIdInternalServerError

type GetInvitesIdInternalServerError Error

func (*GetInvitesIdInternalServerError) Decode

Decode decodes GetInvitesIdInternalServerError from json.

func (*GetInvitesIdInternalServerError) Encode

Encode encodes GetInvitesIdInternalServerError as json.

func (*GetInvitesIdInternalServerError) MarshalJSON

func (s *GetInvitesIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInvitesIdInternalServerError) SetFake

func (s *GetInvitesIdInternalServerError) SetFake()

SetFake set fake values.

func (*GetInvitesIdInternalServerError) UnmarshalJSON

func (s *GetInvitesIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInvitesIdInternalServerError) Validate

func (s *GetInvitesIdInternalServerError) Validate() error

type GetInvitesIdNotFound

type GetInvitesIdNotFound Error

func (*GetInvitesIdNotFound) Decode

func (s *GetInvitesIdNotFound) Decode(d *jx.Decoder) error

Decode decodes GetInvitesIdNotFound from json.

func (*GetInvitesIdNotFound) Encode

func (s *GetInvitesIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetInvitesIdNotFound as json.

func (*GetInvitesIdNotFound) MarshalJSON

func (s *GetInvitesIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInvitesIdNotFound) SetFake

func (s *GetInvitesIdNotFound) SetFake()

SetFake set fake values.

func (*GetInvitesIdNotFound) UnmarshalJSON

func (s *GetInvitesIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInvitesIdNotFound) Validate

func (s *GetInvitesIdNotFound) Validate() error

type GetInvitesIdParams

type GetInvitesIdParams struct {
	// The invite's ID.
	ID string
}

GetInvitesIdParams is parameters of GetInvitesId operation.

type GetInvitesIdRes

type GetInvitesIdRes interface {
	// contains filtered or unexported methods
}

type GetInvitesIdUnprocessableEntity

type GetInvitesIdUnprocessableEntity Error

func (*GetInvitesIdUnprocessableEntity) Decode

Decode decodes GetInvitesIdUnprocessableEntity from json.

func (*GetInvitesIdUnprocessableEntity) Encode

Encode encodes GetInvitesIdUnprocessableEntity as json.

func (*GetInvitesIdUnprocessableEntity) MarshalJSON

func (s *GetInvitesIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInvitesIdUnprocessableEntity) SetFake

func (s *GetInvitesIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetInvitesIdUnprocessableEntity) UnmarshalJSON

func (s *GetInvitesIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInvitesIdUnprocessableEntity) Validate

func (s *GetInvitesIdUnprocessableEntity) Validate() error

type GetInvitesInternalServerError

type GetInvitesInternalServerError Error

func (*GetInvitesInternalServerError) Decode

Decode decodes GetInvitesInternalServerError from json.

func (*GetInvitesInternalServerError) Encode

Encode encodes GetInvitesInternalServerError as json.

func (*GetInvitesInternalServerError) MarshalJSON

func (s *GetInvitesInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInvitesInternalServerError) SetFake

func (s *GetInvitesInternalServerError) SetFake()

SetFake set fake values.

func (*GetInvitesInternalServerError) UnmarshalJSON

func (s *GetInvitesInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInvitesInternalServerError) Validate

func (s *GetInvitesInternalServerError) Validate() error

type GetInvitesNotFound

type GetInvitesNotFound Error

func (*GetInvitesNotFound) Decode

func (s *GetInvitesNotFound) Decode(d *jx.Decoder) error

Decode decodes GetInvitesNotFound from json.

func (*GetInvitesNotFound) Encode

func (s *GetInvitesNotFound) Encode(e *jx.Encoder)

Encode encodes GetInvitesNotFound as json.

func (*GetInvitesNotFound) MarshalJSON

func (s *GetInvitesNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInvitesNotFound) SetFake

func (s *GetInvitesNotFound) SetFake()

SetFake set fake values.

func (*GetInvitesNotFound) UnmarshalJSON

func (s *GetInvitesNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInvitesNotFound) Validate

func (s *GetInvitesNotFound) Validate() error

type GetInvitesRes

type GetInvitesRes interface {
	// contains filtered or unexported methods
}

type GetInvitesUnprocessableEntity

type GetInvitesUnprocessableEntity Error

func (*GetInvitesUnprocessableEntity) Decode

Decode decodes GetInvitesUnprocessableEntity from json.

func (*GetInvitesUnprocessableEntity) Encode

Encode encodes GetInvitesUnprocessableEntity as json.

func (*GetInvitesUnprocessableEntity) MarshalJSON

func (s *GetInvitesUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetInvitesUnprocessableEntity) SetFake

func (s *GetInvitesUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetInvitesUnprocessableEntity) UnmarshalJSON

func (s *GetInvitesUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetInvitesUnprocessableEntity) Validate

func (s *GetInvitesUnprocessableEntity) Validate() error

type GetPaymentsConflict

type GetPaymentsConflict Error

func (*GetPaymentsConflict) Decode

func (s *GetPaymentsConflict) Decode(d *jx.Decoder) error

Decode decodes GetPaymentsConflict from json.

func (*GetPaymentsConflict) Encode

func (s *GetPaymentsConflict) Encode(e *jx.Encoder)

Encode encodes GetPaymentsConflict as json.

func (*GetPaymentsConflict) MarshalJSON

func (s *GetPaymentsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPaymentsConflict) SetFake

func (s *GetPaymentsConflict) SetFake()

SetFake set fake values.

func (*GetPaymentsConflict) UnmarshalJSON

func (s *GetPaymentsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPaymentsConflict) Validate

func (s *GetPaymentsConflict) Validate() error

type GetPaymentsIdConflict

type GetPaymentsIdConflict Error

func (*GetPaymentsIdConflict) Decode

func (s *GetPaymentsIdConflict) Decode(d *jx.Decoder) error

Decode decodes GetPaymentsIdConflict from json.

func (*GetPaymentsIdConflict) Encode

func (s *GetPaymentsIdConflict) Encode(e *jx.Encoder)

Encode encodes GetPaymentsIdConflict as json.

func (*GetPaymentsIdConflict) MarshalJSON

func (s *GetPaymentsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPaymentsIdConflict) SetFake

func (s *GetPaymentsIdConflict) SetFake()

SetFake set fake values.

func (*GetPaymentsIdConflict) UnmarshalJSON

func (s *GetPaymentsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPaymentsIdConflict) Validate

func (s *GetPaymentsIdConflict) Validate() error

type GetPaymentsIdInternalServerError

type GetPaymentsIdInternalServerError Error

func (*GetPaymentsIdInternalServerError) Decode

Decode decodes GetPaymentsIdInternalServerError from json.

func (*GetPaymentsIdInternalServerError) Encode

Encode encodes GetPaymentsIdInternalServerError as json.

func (*GetPaymentsIdInternalServerError) MarshalJSON

func (s *GetPaymentsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPaymentsIdInternalServerError) SetFake

func (s *GetPaymentsIdInternalServerError) SetFake()

SetFake set fake values.

func (*GetPaymentsIdInternalServerError) UnmarshalJSON

func (s *GetPaymentsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPaymentsIdInternalServerError) Validate

type GetPaymentsIdNotFound

type GetPaymentsIdNotFound Error

func (*GetPaymentsIdNotFound) Decode

func (s *GetPaymentsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes GetPaymentsIdNotFound from json.

func (*GetPaymentsIdNotFound) Encode

func (s *GetPaymentsIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetPaymentsIdNotFound as json.

func (*GetPaymentsIdNotFound) MarshalJSON

func (s *GetPaymentsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPaymentsIdNotFound) SetFake

func (s *GetPaymentsIdNotFound) SetFake()

SetFake set fake values.

func (*GetPaymentsIdNotFound) UnmarshalJSON

func (s *GetPaymentsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPaymentsIdNotFound) Validate

func (s *GetPaymentsIdNotFound) Validate() error

type GetPaymentsIdParams

type GetPaymentsIdParams struct {
	// The payment's ID.
	ID string
}

GetPaymentsIdParams is parameters of GetPaymentsId operation.

type GetPaymentsIdRes

type GetPaymentsIdRes interface {
	// contains filtered or unexported methods
}

type GetPaymentsIdUnprocessableEntity

type GetPaymentsIdUnprocessableEntity Error

func (*GetPaymentsIdUnprocessableEntity) Decode

Decode decodes GetPaymentsIdUnprocessableEntity from json.

func (*GetPaymentsIdUnprocessableEntity) Encode

Encode encodes GetPaymentsIdUnprocessableEntity as json.

func (*GetPaymentsIdUnprocessableEntity) MarshalJSON

func (s *GetPaymentsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPaymentsIdUnprocessableEntity) SetFake

func (s *GetPaymentsIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetPaymentsIdUnprocessableEntity) UnmarshalJSON

func (s *GetPaymentsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPaymentsIdUnprocessableEntity) Validate

type GetPaymentsInternalServerError

type GetPaymentsInternalServerError Error

func (*GetPaymentsInternalServerError) Decode

Decode decodes GetPaymentsInternalServerError from json.

func (*GetPaymentsInternalServerError) Encode

Encode encodes GetPaymentsInternalServerError as json.

func (*GetPaymentsInternalServerError) MarshalJSON

func (s *GetPaymentsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPaymentsInternalServerError) SetFake

func (s *GetPaymentsInternalServerError) SetFake()

SetFake set fake values.

func (*GetPaymentsInternalServerError) UnmarshalJSON

func (s *GetPaymentsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPaymentsInternalServerError) Validate

func (s *GetPaymentsInternalServerError) Validate() error

type GetPaymentsNotFound

type GetPaymentsNotFound Error

func (*GetPaymentsNotFound) Decode

func (s *GetPaymentsNotFound) Decode(d *jx.Decoder) error

Decode decodes GetPaymentsNotFound from json.

func (*GetPaymentsNotFound) Encode

func (s *GetPaymentsNotFound) Encode(e *jx.Encoder)

Encode encodes GetPaymentsNotFound as json.

func (*GetPaymentsNotFound) MarshalJSON

func (s *GetPaymentsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPaymentsNotFound) SetFake

func (s *GetPaymentsNotFound) SetFake()

SetFake set fake values.

func (*GetPaymentsNotFound) UnmarshalJSON

func (s *GetPaymentsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPaymentsNotFound) Validate

func (s *GetPaymentsNotFound) Validate() error

type GetPaymentsRes

type GetPaymentsRes interface {
	// contains filtered or unexported methods
}

type GetPaymentsUnprocessableEntity

type GetPaymentsUnprocessableEntity Error

func (*GetPaymentsUnprocessableEntity) Decode

Decode decodes GetPaymentsUnprocessableEntity from json.

func (*GetPaymentsUnprocessableEntity) Encode

Encode encodes GetPaymentsUnprocessableEntity as json.

func (*GetPaymentsUnprocessableEntity) MarshalJSON

func (s *GetPaymentsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPaymentsUnprocessableEntity) SetFake

func (s *GetPaymentsUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetPaymentsUnprocessableEntity) UnmarshalJSON

func (s *GetPaymentsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPaymentsUnprocessableEntity) Validate

func (s *GetPaymentsUnprocessableEntity) Validate() error

type GetPriceListsConflict

type GetPriceListsConflict Error

func (*GetPriceListsConflict) Decode

func (s *GetPriceListsConflict) Decode(d *jx.Decoder) error

Decode decodes GetPriceListsConflict from json.

func (*GetPriceListsConflict) Encode

func (s *GetPriceListsConflict) Encode(e *jx.Encoder)

Encode encodes GetPriceListsConflict as json.

func (*GetPriceListsConflict) MarshalJSON

func (s *GetPriceListsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPriceListsConflict) SetFake

func (s *GetPriceListsConflict) SetFake()

SetFake set fake values.

func (*GetPriceListsConflict) UnmarshalJSON

func (s *GetPriceListsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPriceListsConflict) Validate

func (s *GetPriceListsConflict) Validate() error

type GetPriceListsIdConflict

type GetPriceListsIdConflict Error

func (*GetPriceListsIdConflict) Decode

func (s *GetPriceListsIdConflict) Decode(d *jx.Decoder) error

Decode decodes GetPriceListsIdConflict from json.

func (*GetPriceListsIdConflict) Encode

func (s *GetPriceListsIdConflict) Encode(e *jx.Encoder)

Encode encodes GetPriceListsIdConflict as json.

func (*GetPriceListsIdConflict) MarshalJSON

func (s *GetPriceListsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPriceListsIdConflict) SetFake

func (s *GetPriceListsIdConflict) SetFake()

SetFake set fake values.

func (*GetPriceListsIdConflict) UnmarshalJSON

func (s *GetPriceListsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPriceListsIdConflict) Validate

func (s *GetPriceListsIdConflict) Validate() error

type GetPriceListsIdInternalServerError

type GetPriceListsIdInternalServerError Error

func (*GetPriceListsIdInternalServerError) Decode

Decode decodes GetPriceListsIdInternalServerError from json.

func (*GetPriceListsIdInternalServerError) Encode

Encode encodes GetPriceListsIdInternalServerError as json.

func (*GetPriceListsIdInternalServerError) MarshalJSON

func (s *GetPriceListsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPriceListsIdInternalServerError) SetFake

SetFake set fake values.

func (*GetPriceListsIdInternalServerError) UnmarshalJSON

func (s *GetPriceListsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPriceListsIdInternalServerError) Validate

type GetPriceListsIdNotFound

type GetPriceListsIdNotFound Error

func (*GetPriceListsIdNotFound) Decode

func (s *GetPriceListsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes GetPriceListsIdNotFound from json.

func (*GetPriceListsIdNotFound) Encode

func (s *GetPriceListsIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetPriceListsIdNotFound as json.

func (*GetPriceListsIdNotFound) MarshalJSON

func (s *GetPriceListsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPriceListsIdNotFound) SetFake

func (s *GetPriceListsIdNotFound) SetFake()

SetFake set fake values.

func (*GetPriceListsIdNotFound) UnmarshalJSON

func (s *GetPriceListsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPriceListsIdNotFound) Validate

func (s *GetPriceListsIdNotFound) Validate() error

type GetPriceListsIdParams

type GetPriceListsIdParams struct {
	// The price list's ID.
	ID string
}

GetPriceListsIdParams is parameters of GetPriceListsId operation.

type GetPriceListsIdRes

type GetPriceListsIdRes interface {
	// contains filtered or unexported methods
}

type GetPriceListsIdUnprocessableEntity

type GetPriceListsIdUnprocessableEntity Error

func (*GetPriceListsIdUnprocessableEntity) Decode

Decode decodes GetPriceListsIdUnprocessableEntity from json.

func (*GetPriceListsIdUnprocessableEntity) Encode

Encode encodes GetPriceListsIdUnprocessableEntity as json.

func (*GetPriceListsIdUnprocessableEntity) MarshalJSON

func (s *GetPriceListsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPriceListsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetPriceListsIdUnprocessableEntity) UnmarshalJSON

func (s *GetPriceListsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPriceListsIdUnprocessableEntity) Validate

type GetPriceListsInternalServerError

type GetPriceListsInternalServerError Error

func (*GetPriceListsInternalServerError) Decode

Decode decodes GetPriceListsInternalServerError from json.

func (*GetPriceListsInternalServerError) Encode

Encode encodes GetPriceListsInternalServerError as json.

func (*GetPriceListsInternalServerError) MarshalJSON

func (s *GetPriceListsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPriceListsInternalServerError) SetFake

func (s *GetPriceListsInternalServerError) SetFake()

SetFake set fake values.

func (*GetPriceListsInternalServerError) UnmarshalJSON

func (s *GetPriceListsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPriceListsInternalServerError) Validate

type GetPriceListsNotFound

type GetPriceListsNotFound Error

func (*GetPriceListsNotFound) Decode

func (s *GetPriceListsNotFound) Decode(d *jx.Decoder) error

Decode decodes GetPriceListsNotFound from json.

func (*GetPriceListsNotFound) Encode

func (s *GetPriceListsNotFound) Encode(e *jx.Encoder)

Encode encodes GetPriceListsNotFound as json.

func (*GetPriceListsNotFound) MarshalJSON

func (s *GetPriceListsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPriceListsNotFound) SetFake

func (s *GetPriceListsNotFound) SetFake()

SetFake set fake values.

func (*GetPriceListsNotFound) UnmarshalJSON

func (s *GetPriceListsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPriceListsNotFound) Validate

func (s *GetPriceListsNotFound) Validate() error

type GetPriceListsRes

type GetPriceListsRes interface {
	// contains filtered or unexported methods
}

type GetPriceListsUnprocessableEntity

type GetPriceListsUnprocessableEntity Error

func (*GetPriceListsUnprocessableEntity) Decode

Decode decodes GetPriceListsUnprocessableEntity from json.

func (*GetPriceListsUnprocessableEntity) Encode

Encode encodes GetPriceListsUnprocessableEntity as json.

func (*GetPriceListsUnprocessableEntity) MarshalJSON

func (s *GetPriceListsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPriceListsUnprocessableEntity) SetFake

func (s *GetPriceListsUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetPriceListsUnprocessableEntity) UnmarshalJSON

func (s *GetPriceListsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPriceListsUnprocessableEntity) Validate

type GetPricingRuleTypesConflict

type GetPricingRuleTypesConflict Error

func (*GetPricingRuleTypesConflict) Decode

Decode decodes GetPricingRuleTypesConflict from json.

func (*GetPricingRuleTypesConflict) Encode

func (s *GetPricingRuleTypesConflict) Encode(e *jx.Encoder)

Encode encodes GetPricingRuleTypesConflict as json.

func (*GetPricingRuleTypesConflict) MarshalJSON

func (s *GetPricingRuleTypesConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPricingRuleTypesConflict) SetFake

func (s *GetPricingRuleTypesConflict) SetFake()

SetFake set fake values.

func (*GetPricingRuleTypesConflict) UnmarshalJSON

func (s *GetPricingRuleTypesConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPricingRuleTypesConflict) Validate

func (s *GetPricingRuleTypesConflict) Validate() error

type GetPricingRuleTypesIdConflict

type GetPricingRuleTypesIdConflict Error

func (*GetPricingRuleTypesIdConflict) Decode

Decode decodes GetPricingRuleTypesIdConflict from json.

func (*GetPricingRuleTypesIdConflict) Encode

Encode encodes GetPricingRuleTypesIdConflict as json.

func (*GetPricingRuleTypesIdConflict) MarshalJSON

func (s *GetPricingRuleTypesIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPricingRuleTypesIdConflict) SetFake

func (s *GetPricingRuleTypesIdConflict) SetFake()

SetFake set fake values.

func (*GetPricingRuleTypesIdConflict) UnmarshalJSON

func (s *GetPricingRuleTypesIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPricingRuleTypesIdConflict) Validate

func (s *GetPricingRuleTypesIdConflict) Validate() error

type GetPricingRuleTypesIdInternalServerError

type GetPricingRuleTypesIdInternalServerError Error

func (*GetPricingRuleTypesIdInternalServerError) Decode

Decode decodes GetPricingRuleTypesIdInternalServerError from json.

func (*GetPricingRuleTypesIdInternalServerError) Encode

Encode encodes GetPricingRuleTypesIdInternalServerError as json.

func (*GetPricingRuleTypesIdInternalServerError) MarshalJSON

func (s *GetPricingRuleTypesIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPricingRuleTypesIdInternalServerError) SetFake

SetFake set fake values.

func (*GetPricingRuleTypesIdInternalServerError) UnmarshalJSON

func (s *GetPricingRuleTypesIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPricingRuleTypesIdInternalServerError) Validate

type GetPricingRuleTypesIdNotFound

type GetPricingRuleTypesIdNotFound Error

func (*GetPricingRuleTypesIdNotFound) Decode

Decode decodes GetPricingRuleTypesIdNotFound from json.

func (*GetPricingRuleTypesIdNotFound) Encode

Encode encodes GetPricingRuleTypesIdNotFound as json.

func (*GetPricingRuleTypesIdNotFound) MarshalJSON

func (s *GetPricingRuleTypesIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPricingRuleTypesIdNotFound) SetFake

func (s *GetPricingRuleTypesIdNotFound) SetFake()

SetFake set fake values.

func (*GetPricingRuleTypesIdNotFound) UnmarshalJSON

func (s *GetPricingRuleTypesIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPricingRuleTypesIdNotFound) Validate

func (s *GetPricingRuleTypesIdNotFound) Validate() error

type GetPricingRuleTypesIdParams

type GetPricingRuleTypesIdParams struct {
	// The pricing's ID.
	ID string
}

GetPricingRuleTypesIdParams is parameters of GetPricingRuleTypesId operation.

type GetPricingRuleTypesIdRes

type GetPricingRuleTypesIdRes interface {
	// contains filtered or unexported methods
}

type GetPricingRuleTypesIdUnprocessableEntity

type GetPricingRuleTypesIdUnprocessableEntity Error

func (*GetPricingRuleTypesIdUnprocessableEntity) Decode

Decode decodes GetPricingRuleTypesIdUnprocessableEntity from json.

func (*GetPricingRuleTypesIdUnprocessableEntity) Encode

Encode encodes GetPricingRuleTypesIdUnprocessableEntity as json.

func (*GetPricingRuleTypesIdUnprocessableEntity) MarshalJSON

func (s *GetPricingRuleTypesIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPricingRuleTypesIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetPricingRuleTypesIdUnprocessableEntity) UnmarshalJSON

func (s *GetPricingRuleTypesIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPricingRuleTypesIdUnprocessableEntity) Validate

type GetPricingRuleTypesInternalServerError

type GetPricingRuleTypesInternalServerError Error

func (*GetPricingRuleTypesInternalServerError) Decode

Decode decodes GetPricingRuleTypesInternalServerError from json.

func (*GetPricingRuleTypesInternalServerError) Encode

Encode encodes GetPricingRuleTypesInternalServerError as json.

func (*GetPricingRuleTypesInternalServerError) MarshalJSON

func (s *GetPricingRuleTypesInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPricingRuleTypesInternalServerError) SetFake

SetFake set fake values.

func (*GetPricingRuleTypesInternalServerError) UnmarshalJSON

func (s *GetPricingRuleTypesInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPricingRuleTypesInternalServerError) Validate

type GetPricingRuleTypesNotFound

type GetPricingRuleTypesNotFound Error

func (*GetPricingRuleTypesNotFound) Decode

Decode decodes GetPricingRuleTypesNotFound from json.

func (*GetPricingRuleTypesNotFound) Encode

func (s *GetPricingRuleTypesNotFound) Encode(e *jx.Encoder)

Encode encodes GetPricingRuleTypesNotFound as json.

func (*GetPricingRuleTypesNotFound) MarshalJSON

func (s *GetPricingRuleTypesNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPricingRuleTypesNotFound) SetFake

func (s *GetPricingRuleTypesNotFound) SetFake()

SetFake set fake values.

func (*GetPricingRuleTypesNotFound) UnmarshalJSON

func (s *GetPricingRuleTypesNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPricingRuleTypesNotFound) Validate

func (s *GetPricingRuleTypesNotFound) Validate() error

type GetPricingRuleTypesRes

type GetPricingRuleTypesRes interface {
	// contains filtered or unexported methods
}

type GetPricingRuleTypesUnprocessableEntity

type GetPricingRuleTypesUnprocessableEntity Error

func (*GetPricingRuleTypesUnprocessableEntity) Decode

Decode decodes GetPricingRuleTypesUnprocessableEntity from json.

func (*GetPricingRuleTypesUnprocessableEntity) Encode

Encode encodes GetPricingRuleTypesUnprocessableEntity as json.

func (*GetPricingRuleTypesUnprocessableEntity) MarshalJSON

func (s *GetPricingRuleTypesUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPricingRuleTypesUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetPricingRuleTypesUnprocessableEntity) UnmarshalJSON

func (s *GetPricingRuleTypesUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPricingRuleTypesUnprocessableEntity) Validate

type GetProductsConflict

type GetProductsConflict Error

func (*GetProductsConflict) Decode

func (s *GetProductsConflict) Decode(d *jx.Decoder) error

Decode decodes GetProductsConflict from json.

func (*GetProductsConflict) Encode

func (s *GetProductsConflict) Encode(e *jx.Encoder)

Encode encodes GetProductsConflict as json.

func (*GetProductsConflict) MarshalJSON

func (s *GetProductsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsConflict) SetFake

func (s *GetProductsConflict) SetFake()

SetFake set fake values.

func (*GetProductsConflict) UnmarshalJSON

func (s *GetProductsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsConflict) Validate

func (s *GetProductsConflict) Validate() error

type GetProductsIdConflict

type GetProductsIdConflict Error

func (*GetProductsIdConflict) Decode

func (s *GetProductsIdConflict) Decode(d *jx.Decoder) error

Decode decodes GetProductsIdConflict from json.

func (*GetProductsIdConflict) Encode

func (s *GetProductsIdConflict) Encode(e *jx.Encoder)

Encode encodes GetProductsIdConflict as json.

func (*GetProductsIdConflict) MarshalJSON

func (s *GetProductsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdConflict) SetFake

func (s *GetProductsIdConflict) SetFake()

SetFake set fake values.

func (*GetProductsIdConflict) UnmarshalJSON

func (s *GetProductsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdConflict) Validate

func (s *GetProductsIdConflict) Validate() error

type GetProductsIdInternalServerError

type GetProductsIdInternalServerError Error

func (*GetProductsIdInternalServerError) Decode

Decode decodes GetProductsIdInternalServerError from json.

func (*GetProductsIdInternalServerError) Encode

Encode encodes GetProductsIdInternalServerError as json.

func (*GetProductsIdInternalServerError) MarshalJSON

func (s *GetProductsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdInternalServerError) SetFake

func (s *GetProductsIdInternalServerError) SetFake()

SetFake set fake values.

func (*GetProductsIdInternalServerError) UnmarshalJSON

func (s *GetProductsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdInternalServerError) Validate

type GetProductsIdNotFound

type GetProductsIdNotFound Error

func (*GetProductsIdNotFound) Decode

func (s *GetProductsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes GetProductsIdNotFound from json.

func (*GetProductsIdNotFound) Encode

func (s *GetProductsIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetProductsIdNotFound as json.

func (*GetProductsIdNotFound) MarshalJSON

func (s *GetProductsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdNotFound) SetFake

func (s *GetProductsIdNotFound) SetFake()

SetFake set fake values.

func (*GetProductsIdNotFound) UnmarshalJSON

func (s *GetProductsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdNotFound) Validate

func (s *GetProductsIdNotFound) Validate() error

type GetProductsIdOptionsConflict

type GetProductsIdOptionsConflict Error

func (*GetProductsIdOptionsConflict) Decode

Decode decodes GetProductsIdOptionsConflict from json.

func (*GetProductsIdOptionsConflict) Encode

func (s *GetProductsIdOptionsConflict) Encode(e *jx.Encoder)

Encode encodes GetProductsIdOptionsConflict as json.

func (*GetProductsIdOptionsConflict) MarshalJSON

func (s *GetProductsIdOptionsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdOptionsConflict) SetFake

func (s *GetProductsIdOptionsConflict) SetFake()

SetFake set fake values.

func (*GetProductsIdOptionsConflict) UnmarshalJSON

func (s *GetProductsIdOptionsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdOptionsConflict) Validate

func (s *GetProductsIdOptionsConflict) Validate() error

type GetProductsIdOptionsInternalServerError

type GetProductsIdOptionsInternalServerError Error

func (*GetProductsIdOptionsInternalServerError) Decode

Decode decodes GetProductsIdOptionsInternalServerError from json.

func (*GetProductsIdOptionsInternalServerError) Encode

Encode encodes GetProductsIdOptionsInternalServerError as json.

func (*GetProductsIdOptionsInternalServerError) MarshalJSON

func (s *GetProductsIdOptionsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdOptionsInternalServerError) SetFake

SetFake set fake values.

func (*GetProductsIdOptionsInternalServerError) UnmarshalJSON

func (s *GetProductsIdOptionsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdOptionsInternalServerError) Validate

type GetProductsIdOptionsNotFound

type GetProductsIdOptionsNotFound Error

func (*GetProductsIdOptionsNotFound) Decode

Decode decodes GetProductsIdOptionsNotFound from json.

func (*GetProductsIdOptionsNotFound) Encode

func (s *GetProductsIdOptionsNotFound) Encode(e *jx.Encoder)

Encode encodes GetProductsIdOptionsNotFound as json.

func (*GetProductsIdOptionsNotFound) MarshalJSON

func (s *GetProductsIdOptionsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdOptionsNotFound) SetFake

func (s *GetProductsIdOptionsNotFound) SetFake()

SetFake set fake values.

func (*GetProductsIdOptionsNotFound) UnmarshalJSON

func (s *GetProductsIdOptionsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdOptionsNotFound) Validate

func (s *GetProductsIdOptionsNotFound) Validate() error

type GetProductsIdOptionsOptionIDConflict

type GetProductsIdOptionsOptionIDConflict Error

func (*GetProductsIdOptionsOptionIDConflict) Decode

Decode decodes GetProductsIdOptionsOptionIDConflict from json.

func (*GetProductsIdOptionsOptionIDConflict) Encode

Encode encodes GetProductsIdOptionsOptionIDConflict as json.

func (*GetProductsIdOptionsOptionIDConflict) MarshalJSON

func (s *GetProductsIdOptionsOptionIDConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdOptionsOptionIDConflict) SetFake

SetFake set fake values.

func (*GetProductsIdOptionsOptionIDConflict) UnmarshalJSON

func (s *GetProductsIdOptionsOptionIDConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdOptionsOptionIDConflict) Validate

type GetProductsIdOptionsOptionIDInternalServerError

type GetProductsIdOptionsOptionIDInternalServerError Error

func (*GetProductsIdOptionsOptionIDInternalServerError) Decode

Decode decodes GetProductsIdOptionsOptionIDInternalServerError from json.

func (*GetProductsIdOptionsOptionIDInternalServerError) Encode

Encode encodes GetProductsIdOptionsOptionIDInternalServerError as json.

func (*GetProductsIdOptionsOptionIDInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdOptionsOptionIDInternalServerError) SetFake

SetFake set fake values.

func (*GetProductsIdOptionsOptionIDInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdOptionsOptionIDInternalServerError) Validate

type GetProductsIdOptionsOptionIDNotFound

type GetProductsIdOptionsOptionIDNotFound Error

func (*GetProductsIdOptionsOptionIDNotFound) Decode

Decode decodes GetProductsIdOptionsOptionIDNotFound from json.

func (*GetProductsIdOptionsOptionIDNotFound) Encode

Encode encodes GetProductsIdOptionsOptionIDNotFound as json.

func (*GetProductsIdOptionsOptionIDNotFound) MarshalJSON

func (s *GetProductsIdOptionsOptionIDNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdOptionsOptionIDNotFound) SetFake

SetFake set fake values.

func (*GetProductsIdOptionsOptionIDNotFound) UnmarshalJSON

func (s *GetProductsIdOptionsOptionIDNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdOptionsOptionIDNotFound) Validate

type GetProductsIdOptionsOptionIDParams

type GetProductsIdOptionsOptionIDParams struct {
	// The product's ID.
	ID string
	// The product's option id.
	OptionID string
}

GetProductsIdOptionsOptionIDParams is parameters of GetProductsIdOptionsOption_id operation.

type GetProductsIdOptionsOptionIDRes

type GetProductsIdOptionsOptionIDRes interface {
	// contains filtered or unexported methods
}

type GetProductsIdOptionsOptionIDUnprocessableEntity

type GetProductsIdOptionsOptionIDUnprocessableEntity Error

func (*GetProductsIdOptionsOptionIDUnprocessableEntity) Decode

Decode decodes GetProductsIdOptionsOptionIDUnprocessableEntity from json.

func (*GetProductsIdOptionsOptionIDUnprocessableEntity) Encode

Encode encodes GetProductsIdOptionsOptionIDUnprocessableEntity as json.

func (*GetProductsIdOptionsOptionIDUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdOptionsOptionIDUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetProductsIdOptionsOptionIDUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdOptionsOptionIDUnprocessableEntity) Validate

type GetProductsIdOptionsParams

type GetProductsIdOptionsParams struct {
	// The product's ID.
	ID string
}

GetProductsIdOptionsParams is parameters of GetProductsIdOptions operation.

type GetProductsIdOptionsRes

type GetProductsIdOptionsRes interface {
	// contains filtered or unexported methods
}

type GetProductsIdOptionsUnprocessableEntity

type GetProductsIdOptionsUnprocessableEntity Error

func (*GetProductsIdOptionsUnprocessableEntity) Decode

Decode decodes GetProductsIdOptionsUnprocessableEntity from json.

func (*GetProductsIdOptionsUnprocessableEntity) Encode

Encode encodes GetProductsIdOptionsUnprocessableEntity as json.

func (*GetProductsIdOptionsUnprocessableEntity) MarshalJSON

func (s *GetProductsIdOptionsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdOptionsUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetProductsIdOptionsUnprocessableEntity) UnmarshalJSON

func (s *GetProductsIdOptionsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdOptionsUnprocessableEntity) Validate

type GetProductsIdParams

type GetProductsIdParams struct {
	// The product's ID.
	ID string
}

GetProductsIdParams is parameters of GetProductsId operation.

type GetProductsIdRes

type GetProductsIdRes interface {
	// contains filtered or unexported methods
}

type GetProductsIdUnprocessableEntity

type GetProductsIdUnprocessableEntity Error

func (*GetProductsIdUnprocessableEntity) Decode

Decode decodes GetProductsIdUnprocessableEntity from json.

func (*GetProductsIdUnprocessableEntity) Encode

Encode encodes GetProductsIdUnprocessableEntity as json.

func (*GetProductsIdUnprocessableEntity) MarshalJSON

func (s *GetProductsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdUnprocessableEntity) SetFake

func (s *GetProductsIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetProductsIdUnprocessableEntity) UnmarshalJSON

func (s *GetProductsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdUnprocessableEntity) Validate

type GetProductsIdVariantsConflict

type GetProductsIdVariantsConflict Error

func (*GetProductsIdVariantsConflict) Decode

Decode decodes GetProductsIdVariantsConflict from json.

func (*GetProductsIdVariantsConflict) Encode

Encode encodes GetProductsIdVariantsConflict as json.

func (*GetProductsIdVariantsConflict) MarshalJSON

func (s *GetProductsIdVariantsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdVariantsConflict) SetFake

func (s *GetProductsIdVariantsConflict) SetFake()

SetFake set fake values.

func (*GetProductsIdVariantsConflict) UnmarshalJSON

func (s *GetProductsIdVariantsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdVariantsConflict) Validate

func (s *GetProductsIdVariantsConflict) Validate() error

type GetProductsIdVariantsInternalServerError

type GetProductsIdVariantsInternalServerError Error

func (*GetProductsIdVariantsInternalServerError) Decode

Decode decodes GetProductsIdVariantsInternalServerError from json.

func (*GetProductsIdVariantsInternalServerError) Encode

Encode encodes GetProductsIdVariantsInternalServerError as json.

func (*GetProductsIdVariantsInternalServerError) MarshalJSON

func (s *GetProductsIdVariantsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdVariantsInternalServerError) SetFake

SetFake set fake values.

func (*GetProductsIdVariantsInternalServerError) UnmarshalJSON

func (s *GetProductsIdVariantsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdVariantsInternalServerError) Validate

type GetProductsIdVariantsNotFound

type GetProductsIdVariantsNotFound Error

func (*GetProductsIdVariantsNotFound) Decode

Decode decodes GetProductsIdVariantsNotFound from json.

func (*GetProductsIdVariantsNotFound) Encode

Encode encodes GetProductsIdVariantsNotFound as json.

func (*GetProductsIdVariantsNotFound) MarshalJSON

func (s *GetProductsIdVariantsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdVariantsNotFound) SetFake

func (s *GetProductsIdVariantsNotFound) SetFake()

SetFake set fake values.

func (*GetProductsIdVariantsNotFound) UnmarshalJSON

func (s *GetProductsIdVariantsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdVariantsNotFound) Validate

func (s *GetProductsIdVariantsNotFound) Validate() error

type GetProductsIdVariantsParams

type GetProductsIdVariantsParams struct {
	// The product's ID.
	ID string
}

GetProductsIdVariantsParams is parameters of GetProductsIdVariants operation.

type GetProductsIdVariantsRes

type GetProductsIdVariantsRes interface {
	// contains filtered or unexported methods
}

type GetProductsIdVariantsUnprocessableEntity

type GetProductsIdVariantsUnprocessableEntity Error

func (*GetProductsIdVariantsUnprocessableEntity) Decode

Decode decodes GetProductsIdVariantsUnprocessableEntity from json.

func (*GetProductsIdVariantsUnprocessableEntity) Encode

Encode encodes GetProductsIdVariantsUnprocessableEntity as json.

func (*GetProductsIdVariantsUnprocessableEntity) MarshalJSON

func (s *GetProductsIdVariantsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdVariantsUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetProductsIdVariantsUnprocessableEntity) UnmarshalJSON

func (s *GetProductsIdVariantsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdVariantsUnprocessableEntity) Validate

type GetProductsIdVariantsVariantIDConflict

type GetProductsIdVariantsVariantIDConflict Error

func (*GetProductsIdVariantsVariantIDConflict) Decode

Decode decodes GetProductsIdVariantsVariantIDConflict from json.

func (*GetProductsIdVariantsVariantIDConflict) Encode

Encode encodes GetProductsIdVariantsVariantIDConflict as json.

func (*GetProductsIdVariantsVariantIDConflict) MarshalJSON

func (s *GetProductsIdVariantsVariantIDConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdVariantsVariantIDConflict) SetFake

SetFake set fake values.

func (*GetProductsIdVariantsVariantIDConflict) UnmarshalJSON

func (s *GetProductsIdVariantsVariantIDConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdVariantsVariantIDConflict) Validate

type GetProductsIdVariantsVariantIDInternalServerError

type GetProductsIdVariantsVariantIDInternalServerError Error

func (*GetProductsIdVariantsVariantIDInternalServerError) Decode

Decode decodes GetProductsIdVariantsVariantIDInternalServerError from json.

func (*GetProductsIdVariantsVariantIDInternalServerError) Encode

Encode encodes GetProductsIdVariantsVariantIDInternalServerError as json.

func (*GetProductsIdVariantsVariantIDInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdVariantsVariantIDInternalServerError) SetFake

SetFake set fake values.

func (*GetProductsIdVariantsVariantIDInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdVariantsVariantIDInternalServerError) Validate

type GetProductsIdVariantsVariantIDNotFound

type GetProductsIdVariantsVariantIDNotFound Error

func (*GetProductsIdVariantsVariantIDNotFound) Decode

Decode decodes GetProductsIdVariantsVariantIDNotFound from json.

func (*GetProductsIdVariantsVariantIDNotFound) Encode

Encode encodes GetProductsIdVariantsVariantIDNotFound as json.

func (*GetProductsIdVariantsVariantIDNotFound) MarshalJSON

func (s *GetProductsIdVariantsVariantIDNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdVariantsVariantIDNotFound) SetFake

SetFake set fake values.

func (*GetProductsIdVariantsVariantIDNotFound) UnmarshalJSON

func (s *GetProductsIdVariantsVariantIDNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdVariantsVariantIDNotFound) Validate

type GetProductsIdVariantsVariantIDParams

type GetProductsIdVariantsVariantIDParams struct {
	// The product's ID.
	ID string
	// The product's variant id.
	VariantID string
}

GetProductsIdVariantsVariantIDParams is parameters of GetProductsIdVariantsVariant_id operation.

type GetProductsIdVariantsVariantIDRes

type GetProductsIdVariantsVariantIDRes interface {
	// contains filtered or unexported methods
}

type GetProductsIdVariantsVariantIDUnprocessableEntity

type GetProductsIdVariantsVariantIDUnprocessableEntity Error

func (*GetProductsIdVariantsVariantIDUnprocessableEntity) Decode

Decode decodes GetProductsIdVariantsVariantIDUnprocessableEntity from json.

func (*GetProductsIdVariantsVariantIDUnprocessableEntity) Encode

Encode encodes GetProductsIdVariantsVariantIDUnprocessableEntity as json.

func (*GetProductsIdVariantsVariantIDUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsIdVariantsVariantIDUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetProductsIdVariantsVariantIDUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsIdVariantsVariantIDUnprocessableEntity) Validate

type GetProductsInternalServerError

type GetProductsInternalServerError Error

func (*GetProductsInternalServerError) Decode

Decode decodes GetProductsInternalServerError from json.

func (*GetProductsInternalServerError) Encode

Encode encodes GetProductsInternalServerError as json.

func (*GetProductsInternalServerError) MarshalJSON

func (s *GetProductsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsInternalServerError) SetFake

func (s *GetProductsInternalServerError) SetFake()

SetFake set fake values.

func (*GetProductsInternalServerError) UnmarshalJSON

func (s *GetProductsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsInternalServerError) Validate

func (s *GetProductsInternalServerError) Validate() error

type GetProductsNotFound

type GetProductsNotFound Error

func (*GetProductsNotFound) Decode

func (s *GetProductsNotFound) Decode(d *jx.Decoder) error

Decode decodes GetProductsNotFound from json.

func (*GetProductsNotFound) Encode

func (s *GetProductsNotFound) Encode(e *jx.Encoder)

Encode encodes GetProductsNotFound as json.

func (*GetProductsNotFound) MarshalJSON

func (s *GetProductsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsNotFound) SetFake

func (s *GetProductsNotFound) SetFake()

SetFake set fake values.

func (*GetProductsNotFound) UnmarshalJSON

func (s *GetProductsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsNotFound) Validate

func (s *GetProductsNotFound) Validate() error

type GetProductsRes

type GetProductsRes interface {
	// contains filtered or unexported methods
}

type GetProductsUnprocessableEntity

type GetProductsUnprocessableEntity Error

func (*GetProductsUnprocessableEntity) Decode

Decode decodes GetProductsUnprocessableEntity from json.

func (*GetProductsUnprocessableEntity) Encode

Encode encodes GetProductsUnprocessableEntity as json.

func (*GetProductsUnprocessableEntity) MarshalJSON

func (s *GetProductsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetProductsUnprocessableEntity) SetFake

func (s *GetProductsUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetProductsUnprocessableEntity) UnmarshalJSON

func (s *GetProductsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetProductsUnprocessableEntity) Validate

func (s *GetProductsUnprocessableEntity) Validate() error

type GetPromotionsConflict

type GetPromotionsConflict Error

func (*GetPromotionsConflict) Decode

func (s *GetPromotionsConflict) Decode(d *jx.Decoder) error

Decode decodes GetPromotionsConflict from json.

func (*GetPromotionsConflict) Encode

func (s *GetPromotionsConflict) Encode(e *jx.Encoder)

Encode encodes GetPromotionsConflict as json.

func (*GetPromotionsConflict) MarshalJSON

func (s *GetPromotionsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPromotionsConflict) SetFake

func (s *GetPromotionsConflict) SetFake()

SetFake set fake values.

func (*GetPromotionsConflict) UnmarshalJSON

func (s *GetPromotionsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPromotionsConflict) Validate

func (s *GetPromotionsConflict) Validate() error

type GetPromotionsIdConflict

type GetPromotionsIdConflict Error

func (*GetPromotionsIdConflict) Decode

func (s *GetPromotionsIdConflict) Decode(d *jx.Decoder) error

Decode decodes GetPromotionsIdConflict from json.

func (*GetPromotionsIdConflict) Encode

func (s *GetPromotionsIdConflict) Encode(e *jx.Encoder)

Encode encodes GetPromotionsIdConflict as json.

func (*GetPromotionsIdConflict) MarshalJSON

func (s *GetPromotionsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPromotionsIdConflict) SetFake

func (s *GetPromotionsIdConflict) SetFake()

SetFake set fake values.

func (*GetPromotionsIdConflict) UnmarshalJSON

func (s *GetPromotionsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPromotionsIdConflict) Validate

func (s *GetPromotionsIdConflict) Validate() error

type GetPromotionsIdInternalServerError

type GetPromotionsIdInternalServerError Error

func (*GetPromotionsIdInternalServerError) Decode

Decode decodes GetPromotionsIdInternalServerError from json.

func (*GetPromotionsIdInternalServerError) Encode

Encode encodes GetPromotionsIdInternalServerError as json.

func (*GetPromotionsIdInternalServerError) MarshalJSON

func (s *GetPromotionsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPromotionsIdInternalServerError) SetFake

SetFake set fake values.

func (*GetPromotionsIdInternalServerError) UnmarshalJSON

func (s *GetPromotionsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPromotionsIdInternalServerError) Validate

type GetPromotionsIdNotFound

type GetPromotionsIdNotFound Error

func (*GetPromotionsIdNotFound) Decode

func (s *GetPromotionsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes GetPromotionsIdNotFound from json.

func (*GetPromotionsIdNotFound) Encode

func (s *GetPromotionsIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetPromotionsIdNotFound as json.

func (*GetPromotionsIdNotFound) MarshalJSON

func (s *GetPromotionsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPromotionsIdNotFound) SetFake

func (s *GetPromotionsIdNotFound) SetFake()

SetFake set fake values.

func (*GetPromotionsIdNotFound) UnmarshalJSON

func (s *GetPromotionsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPromotionsIdNotFound) Validate

func (s *GetPromotionsIdNotFound) Validate() error

type GetPromotionsIdParams

type GetPromotionsIdParams struct {
	// The promotion's ID.
	ID string
}

GetPromotionsIdParams is parameters of GetPromotionsId operation.

type GetPromotionsIdRes

type GetPromotionsIdRes interface {
	// contains filtered or unexported methods
}

type GetPromotionsIdUnprocessableEntity

type GetPromotionsIdUnprocessableEntity Error

func (*GetPromotionsIdUnprocessableEntity) Decode

Decode decodes GetPromotionsIdUnprocessableEntity from json.

func (*GetPromotionsIdUnprocessableEntity) Encode

Encode encodes GetPromotionsIdUnprocessableEntity as json.

func (*GetPromotionsIdUnprocessableEntity) MarshalJSON

func (s *GetPromotionsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPromotionsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetPromotionsIdUnprocessableEntity) UnmarshalJSON

func (s *GetPromotionsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPromotionsIdUnprocessableEntity) Validate

type GetPromotionsInternalServerError

type GetPromotionsInternalServerError Error

func (*GetPromotionsInternalServerError) Decode

Decode decodes GetPromotionsInternalServerError from json.

func (*GetPromotionsInternalServerError) Encode

Encode encodes GetPromotionsInternalServerError as json.

func (*GetPromotionsInternalServerError) MarshalJSON

func (s *GetPromotionsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPromotionsInternalServerError) SetFake

func (s *GetPromotionsInternalServerError) SetFake()

SetFake set fake values.

func (*GetPromotionsInternalServerError) UnmarshalJSON

func (s *GetPromotionsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPromotionsInternalServerError) Validate

type GetPromotionsNotFound

type GetPromotionsNotFound Error

func (*GetPromotionsNotFound) Decode

func (s *GetPromotionsNotFound) Decode(d *jx.Decoder) error

Decode decodes GetPromotionsNotFound from json.

func (*GetPromotionsNotFound) Encode

func (s *GetPromotionsNotFound) Encode(e *jx.Encoder)

Encode encodes GetPromotionsNotFound as json.

func (*GetPromotionsNotFound) MarshalJSON

func (s *GetPromotionsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPromotionsNotFound) SetFake

func (s *GetPromotionsNotFound) SetFake()

SetFake set fake values.

func (*GetPromotionsNotFound) UnmarshalJSON

func (s *GetPromotionsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPromotionsNotFound) Validate

func (s *GetPromotionsNotFound) Validate() error

type GetPromotionsRes

type GetPromotionsRes interface {
	// contains filtered or unexported methods
}

type GetPromotionsUnprocessableEntity

type GetPromotionsUnprocessableEntity Error

func (*GetPromotionsUnprocessableEntity) Decode

Decode decodes GetPromotionsUnprocessableEntity from json.

func (*GetPromotionsUnprocessableEntity) Encode

Encode encodes GetPromotionsUnprocessableEntity as json.

func (*GetPromotionsUnprocessableEntity) MarshalJSON

func (s *GetPromotionsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetPromotionsUnprocessableEntity) SetFake

func (s *GetPromotionsUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetPromotionsUnprocessableEntity) UnmarshalJSON

func (s *GetPromotionsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetPromotionsUnprocessableEntity) Validate

type GetRegionsConflict

type GetRegionsConflict Error

func (*GetRegionsConflict) Decode

func (s *GetRegionsConflict) Decode(d *jx.Decoder) error

Decode decodes GetRegionsConflict from json.

func (*GetRegionsConflict) Encode

func (s *GetRegionsConflict) Encode(e *jx.Encoder)

Encode encodes GetRegionsConflict as json.

func (*GetRegionsConflict) MarshalJSON

func (s *GetRegionsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetRegionsConflict) SetFake

func (s *GetRegionsConflict) SetFake()

SetFake set fake values.

func (*GetRegionsConflict) UnmarshalJSON

func (s *GetRegionsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetRegionsConflict) Validate

func (s *GetRegionsConflict) Validate() error

type GetRegionsIdConflict

type GetRegionsIdConflict Error

func (*GetRegionsIdConflict) Decode

func (s *GetRegionsIdConflict) Decode(d *jx.Decoder) error

Decode decodes GetRegionsIdConflict from json.

func (*GetRegionsIdConflict) Encode

func (s *GetRegionsIdConflict) Encode(e *jx.Encoder)

Encode encodes GetRegionsIdConflict as json.

func (*GetRegionsIdConflict) MarshalJSON

func (s *GetRegionsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetRegionsIdConflict) SetFake

func (s *GetRegionsIdConflict) SetFake()

SetFake set fake values.

func (*GetRegionsIdConflict) UnmarshalJSON

func (s *GetRegionsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetRegionsIdConflict) Validate

func (s *GetRegionsIdConflict) Validate() error

type GetRegionsIdInternalServerError

type GetRegionsIdInternalServerError Error

func (*GetRegionsIdInternalServerError) Decode

Decode decodes GetRegionsIdInternalServerError from json.

func (*GetRegionsIdInternalServerError) Encode

Encode encodes GetRegionsIdInternalServerError as json.

func (*GetRegionsIdInternalServerError) MarshalJSON

func (s *GetRegionsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetRegionsIdInternalServerError) SetFake

func (s *GetRegionsIdInternalServerError) SetFake()

SetFake set fake values.

func (*GetRegionsIdInternalServerError) UnmarshalJSON

func (s *GetRegionsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetRegionsIdInternalServerError) Validate

func (s *GetRegionsIdInternalServerError) Validate() error

type GetRegionsIdNotFound

type GetRegionsIdNotFound Error

func (*GetRegionsIdNotFound) Decode

func (s *GetRegionsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes GetRegionsIdNotFound from json.

func (*GetRegionsIdNotFound) Encode

func (s *GetRegionsIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetRegionsIdNotFound as json.

func (*GetRegionsIdNotFound) MarshalJSON

func (s *GetRegionsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetRegionsIdNotFound) SetFake

func (s *GetRegionsIdNotFound) SetFake()

SetFake set fake values.

func (*GetRegionsIdNotFound) UnmarshalJSON

func (s *GetRegionsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetRegionsIdNotFound) Validate

func (s *GetRegionsIdNotFound) Validate() error

type GetRegionsIdParams

type GetRegionsIdParams struct {
	// The region's ID.
	ID string
}

GetRegionsIdParams is parameters of GetRegionsId operation.

type GetRegionsIdRes

type GetRegionsIdRes interface {
	// contains filtered or unexported methods
}

type GetRegionsIdUnprocessableEntity

type GetRegionsIdUnprocessableEntity Error

func (*GetRegionsIdUnprocessableEntity) Decode

Decode decodes GetRegionsIdUnprocessableEntity from json.

func (*GetRegionsIdUnprocessableEntity) Encode

Encode encodes GetRegionsIdUnprocessableEntity as json.

func (*GetRegionsIdUnprocessableEntity) MarshalJSON

func (s *GetRegionsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetRegionsIdUnprocessableEntity) SetFake

func (s *GetRegionsIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetRegionsIdUnprocessableEntity) UnmarshalJSON

func (s *GetRegionsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetRegionsIdUnprocessableEntity) Validate

func (s *GetRegionsIdUnprocessableEntity) Validate() error

type GetRegionsInternalServerError

type GetRegionsInternalServerError Error

func (*GetRegionsInternalServerError) Decode

Decode decodes GetRegionsInternalServerError from json.

func (*GetRegionsInternalServerError) Encode

Encode encodes GetRegionsInternalServerError as json.

func (*GetRegionsInternalServerError) MarshalJSON

func (s *GetRegionsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetRegionsInternalServerError) SetFake

func (s *GetRegionsInternalServerError) SetFake()

SetFake set fake values.

func (*GetRegionsInternalServerError) UnmarshalJSON

func (s *GetRegionsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetRegionsInternalServerError) Validate

func (s *GetRegionsInternalServerError) Validate() error

type GetRegionsNotFound

type GetRegionsNotFound Error

func (*GetRegionsNotFound) Decode

func (s *GetRegionsNotFound) Decode(d *jx.Decoder) error

Decode decodes GetRegionsNotFound from json.

func (*GetRegionsNotFound) Encode

func (s *GetRegionsNotFound) Encode(e *jx.Encoder)

Encode encodes GetRegionsNotFound as json.

func (*GetRegionsNotFound) MarshalJSON

func (s *GetRegionsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetRegionsNotFound) SetFake

func (s *GetRegionsNotFound) SetFake()

SetFake set fake values.

func (*GetRegionsNotFound) UnmarshalJSON

func (s *GetRegionsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetRegionsNotFound) Validate

func (s *GetRegionsNotFound) Validate() error

type GetRegionsRes

type GetRegionsRes interface {
	// contains filtered or unexported methods
}

type GetRegionsUnprocessableEntity

type GetRegionsUnprocessableEntity Error

func (*GetRegionsUnprocessableEntity) Decode

Decode decodes GetRegionsUnprocessableEntity from json.

func (*GetRegionsUnprocessableEntity) Encode

Encode encodes GetRegionsUnprocessableEntity as json.

func (*GetRegionsUnprocessableEntity) MarshalJSON

func (s *GetRegionsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetRegionsUnprocessableEntity) SetFake

func (s *GetRegionsUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetRegionsUnprocessableEntity) UnmarshalJSON

func (s *GetRegionsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetRegionsUnprocessableEntity) Validate

func (s *GetRegionsUnprocessableEntity) Validate() error

type GetSalesChannelsConflict

type GetSalesChannelsConflict Error

func (*GetSalesChannelsConflict) Decode

func (s *GetSalesChannelsConflict) Decode(d *jx.Decoder) error

Decode decodes GetSalesChannelsConflict from json.

func (*GetSalesChannelsConflict) Encode

func (s *GetSalesChannelsConflict) Encode(e *jx.Encoder)

Encode encodes GetSalesChannelsConflict as json.

func (*GetSalesChannelsConflict) MarshalJSON

func (s *GetSalesChannelsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetSalesChannelsConflict) SetFake

func (s *GetSalesChannelsConflict) SetFake()

SetFake set fake values.

func (*GetSalesChannelsConflict) UnmarshalJSON

func (s *GetSalesChannelsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetSalesChannelsConflict) Validate

func (s *GetSalesChannelsConflict) Validate() error

type GetSalesChannelsIdConflict

type GetSalesChannelsIdConflict Error

func (*GetSalesChannelsIdConflict) Decode

Decode decodes GetSalesChannelsIdConflict from json.

func (*GetSalesChannelsIdConflict) Encode

func (s *GetSalesChannelsIdConflict) Encode(e *jx.Encoder)

Encode encodes GetSalesChannelsIdConflict as json.

func (*GetSalesChannelsIdConflict) MarshalJSON

func (s *GetSalesChannelsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetSalesChannelsIdConflict) SetFake

func (s *GetSalesChannelsIdConflict) SetFake()

SetFake set fake values.

func (*GetSalesChannelsIdConflict) UnmarshalJSON

func (s *GetSalesChannelsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetSalesChannelsIdConflict) Validate

func (s *GetSalesChannelsIdConflict) Validate() error

type GetSalesChannelsIdInternalServerError

type GetSalesChannelsIdInternalServerError Error

func (*GetSalesChannelsIdInternalServerError) Decode

Decode decodes GetSalesChannelsIdInternalServerError from json.

func (*GetSalesChannelsIdInternalServerError) Encode

Encode encodes GetSalesChannelsIdInternalServerError as json.

func (*GetSalesChannelsIdInternalServerError) MarshalJSON

func (s *GetSalesChannelsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetSalesChannelsIdInternalServerError) SetFake

SetFake set fake values.

func (*GetSalesChannelsIdInternalServerError) UnmarshalJSON

func (s *GetSalesChannelsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetSalesChannelsIdInternalServerError) Validate

type GetSalesChannelsIdNotFound

type GetSalesChannelsIdNotFound Error

func (*GetSalesChannelsIdNotFound) Decode

Decode decodes GetSalesChannelsIdNotFound from json.

func (*GetSalesChannelsIdNotFound) Encode

func (s *GetSalesChannelsIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetSalesChannelsIdNotFound as json.

func (*GetSalesChannelsIdNotFound) MarshalJSON

func (s *GetSalesChannelsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetSalesChannelsIdNotFound) SetFake

func (s *GetSalesChannelsIdNotFound) SetFake()

SetFake set fake values.

func (*GetSalesChannelsIdNotFound) UnmarshalJSON

func (s *GetSalesChannelsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetSalesChannelsIdNotFound) Validate

func (s *GetSalesChannelsIdNotFound) Validate() error

type GetSalesChannelsIdParams

type GetSalesChannelsIdParams struct {
	// The sales channel's ID.
	ID string
}

GetSalesChannelsIdParams is parameters of GetSalesChannelsId operation.

type GetSalesChannelsIdRes

type GetSalesChannelsIdRes interface {
	// contains filtered or unexported methods
}

type GetSalesChannelsIdUnprocessableEntity

type GetSalesChannelsIdUnprocessableEntity Error

func (*GetSalesChannelsIdUnprocessableEntity) Decode

Decode decodes GetSalesChannelsIdUnprocessableEntity from json.

func (*GetSalesChannelsIdUnprocessableEntity) Encode

Encode encodes GetSalesChannelsIdUnprocessableEntity as json.

func (*GetSalesChannelsIdUnprocessableEntity) MarshalJSON

func (s *GetSalesChannelsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetSalesChannelsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetSalesChannelsIdUnprocessableEntity) UnmarshalJSON

func (s *GetSalesChannelsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetSalesChannelsIdUnprocessableEntity) Validate

type GetSalesChannelsInternalServerError

type GetSalesChannelsInternalServerError Error

func (*GetSalesChannelsInternalServerError) Decode

Decode decodes GetSalesChannelsInternalServerError from json.

func (*GetSalesChannelsInternalServerError) Encode

Encode encodes GetSalesChannelsInternalServerError as json.

func (*GetSalesChannelsInternalServerError) MarshalJSON

func (s *GetSalesChannelsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetSalesChannelsInternalServerError) SetFake

SetFake set fake values.

func (*GetSalesChannelsInternalServerError) UnmarshalJSON

func (s *GetSalesChannelsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetSalesChannelsInternalServerError) Validate

type GetSalesChannelsNotFound

type GetSalesChannelsNotFound Error

func (*GetSalesChannelsNotFound) Decode

func (s *GetSalesChannelsNotFound) Decode(d *jx.Decoder) error

Decode decodes GetSalesChannelsNotFound from json.

func (*GetSalesChannelsNotFound) Encode

func (s *GetSalesChannelsNotFound) Encode(e *jx.Encoder)

Encode encodes GetSalesChannelsNotFound as json.

func (*GetSalesChannelsNotFound) MarshalJSON

func (s *GetSalesChannelsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetSalesChannelsNotFound) SetFake

func (s *GetSalesChannelsNotFound) SetFake()

SetFake set fake values.

func (*GetSalesChannelsNotFound) UnmarshalJSON

func (s *GetSalesChannelsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetSalesChannelsNotFound) Validate

func (s *GetSalesChannelsNotFound) Validate() error

type GetSalesChannelsRes

type GetSalesChannelsRes interface {
	// contains filtered or unexported methods
}

type GetSalesChannelsUnprocessableEntity

type GetSalesChannelsUnprocessableEntity Error

func (*GetSalesChannelsUnprocessableEntity) Decode

Decode decodes GetSalesChannelsUnprocessableEntity from json.

func (*GetSalesChannelsUnprocessableEntity) Encode

Encode encodes GetSalesChannelsUnprocessableEntity as json.

func (*GetSalesChannelsUnprocessableEntity) MarshalJSON

func (s *GetSalesChannelsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetSalesChannelsUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetSalesChannelsUnprocessableEntity) UnmarshalJSON

func (s *GetSalesChannelsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetSalesChannelsUnprocessableEntity) Validate

type GetStockLocationsIdConflict

type GetStockLocationsIdConflict Error

func (*GetStockLocationsIdConflict) Decode

Decode decodes GetStockLocationsIdConflict from json.

func (*GetStockLocationsIdConflict) Encode

func (s *GetStockLocationsIdConflict) Encode(e *jx.Encoder)

Encode encodes GetStockLocationsIdConflict as json.

func (*GetStockLocationsIdConflict) MarshalJSON

func (s *GetStockLocationsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetStockLocationsIdConflict) SetFake

func (s *GetStockLocationsIdConflict) SetFake()

SetFake set fake values.

func (*GetStockLocationsIdConflict) UnmarshalJSON

func (s *GetStockLocationsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetStockLocationsIdConflict) Validate

func (s *GetStockLocationsIdConflict) Validate() error

type GetStockLocationsIdInternalServerError

type GetStockLocationsIdInternalServerError Error

func (*GetStockLocationsIdInternalServerError) Decode

Decode decodes GetStockLocationsIdInternalServerError from json.

func (*GetStockLocationsIdInternalServerError) Encode

Encode encodes GetStockLocationsIdInternalServerError as json.

func (*GetStockLocationsIdInternalServerError) MarshalJSON

func (s *GetStockLocationsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetStockLocationsIdInternalServerError) SetFake

SetFake set fake values.

func (*GetStockLocationsIdInternalServerError) UnmarshalJSON

func (s *GetStockLocationsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetStockLocationsIdInternalServerError) Validate

type GetStockLocationsIdNotFound

type GetStockLocationsIdNotFound Error

func (*GetStockLocationsIdNotFound) Decode

Decode decodes GetStockLocationsIdNotFound from json.

func (*GetStockLocationsIdNotFound) Encode

func (s *GetStockLocationsIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetStockLocationsIdNotFound as json.

func (*GetStockLocationsIdNotFound) MarshalJSON

func (s *GetStockLocationsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetStockLocationsIdNotFound) SetFake

func (s *GetStockLocationsIdNotFound) SetFake()

SetFake set fake values.

func (*GetStockLocationsIdNotFound) UnmarshalJSON

func (s *GetStockLocationsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetStockLocationsIdNotFound) Validate

func (s *GetStockLocationsIdNotFound) Validate() error

type GetStockLocationsIdOK

type GetStockLocationsIdOK struct{}

GetStockLocationsIdOK is response for GetStockLocationsId operation.

type GetStockLocationsIdParams

type GetStockLocationsIdParams struct {
	// The stock location's ID.
	ID string
}

GetStockLocationsIdParams is parameters of GetStockLocationsId operation.

type GetStockLocationsIdRes

type GetStockLocationsIdRes interface {
	// contains filtered or unexported methods
}

type GetStockLocationsIdUnprocessableEntity

type GetStockLocationsIdUnprocessableEntity Error

func (*GetStockLocationsIdUnprocessableEntity) Decode

Decode decodes GetStockLocationsIdUnprocessableEntity from json.

func (*GetStockLocationsIdUnprocessableEntity) Encode

Encode encodes GetStockLocationsIdUnprocessableEntity as json.

func (*GetStockLocationsIdUnprocessableEntity) MarshalJSON

func (s *GetStockLocationsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetStockLocationsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetStockLocationsIdUnprocessableEntity) UnmarshalJSON

func (s *GetStockLocationsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetStockLocationsIdUnprocessableEntity) Validate

type GetStoresConflict

type GetStoresConflict Error

func (*GetStoresConflict) Decode

func (s *GetStoresConflict) Decode(d *jx.Decoder) error

Decode decodes GetStoresConflict from json.

func (*GetStoresConflict) Encode

func (s *GetStoresConflict) Encode(e *jx.Encoder)

Encode encodes GetStoresConflict as json.

func (*GetStoresConflict) MarshalJSON

func (s *GetStoresConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetStoresConflict) SetFake

func (s *GetStoresConflict) SetFake()

SetFake set fake values.

func (*GetStoresConflict) UnmarshalJSON

func (s *GetStoresConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetStoresConflict) Validate

func (s *GetStoresConflict) Validate() error

type GetStoresIdConflict

type GetStoresIdConflict Error

func (*GetStoresIdConflict) Decode

func (s *GetStoresIdConflict) Decode(d *jx.Decoder) error

Decode decodes GetStoresIdConflict from json.

func (*GetStoresIdConflict) Encode

func (s *GetStoresIdConflict) Encode(e *jx.Encoder)

Encode encodes GetStoresIdConflict as json.

func (*GetStoresIdConflict) MarshalJSON

func (s *GetStoresIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetStoresIdConflict) SetFake

func (s *GetStoresIdConflict) SetFake()

SetFake set fake values.

func (*GetStoresIdConflict) UnmarshalJSON

func (s *GetStoresIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetStoresIdConflict) Validate

func (s *GetStoresIdConflict) Validate() error

type GetStoresIdInternalServerError

type GetStoresIdInternalServerError Error

func (*GetStoresIdInternalServerError) Decode

Decode decodes GetStoresIdInternalServerError from json.

func (*GetStoresIdInternalServerError) Encode

Encode encodes GetStoresIdInternalServerError as json.

func (*GetStoresIdInternalServerError) MarshalJSON

func (s *GetStoresIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetStoresIdInternalServerError) SetFake

func (s *GetStoresIdInternalServerError) SetFake()

SetFake set fake values.

func (*GetStoresIdInternalServerError) UnmarshalJSON

func (s *GetStoresIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetStoresIdInternalServerError) Validate

func (s *GetStoresIdInternalServerError) Validate() error

type GetStoresIdNotFound

type GetStoresIdNotFound Error

func (*GetStoresIdNotFound) Decode

func (s *GetStoresIdNotFound) Decode(d *jx.Decoder) error

Decode decodes GetStoresIdNotFound from json.

func (*GetStoresIdNotFound) Encode

func (s *GetStoresIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetStoresIdNotFound as json.

func (*GetStoresIdNotFound) MarshalJSON

func (s *GetStoresIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetStoresIdNotFound) SetFake

func (s *GetStoresIdNotFound) SetFake()

SetFake set fake values.

func (*GetStoresIdNotFound) UnmarshalJSON

func (s *GetStoresIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetStoresIdNotFound) Validate

func (s *GetStoresIdNotFound) Validate() error

type GetStoresIdParams

type GetStoresIdParams struct {
	// The store's ID.
	ID string
}

GetStoresIdParams is parameters of GetStoresId operation.

type GetStoresIdRes

type GetStoresIdRes interface {
	// contains filtered or unexported methods
}

type GetStoresIdUnprocessableEntity

type GetStoresIdUnprocessableEntity Error

func (*GetStoresIdUnprocessableEntity) Decode

Decode decodes GetStoresIdUnprocessableEntity from json.

func (*GetStoresIdUnprocessableEntity) Encode

Encode encodes GetStoresIdUnprocessableEntity as json.

func (*GetStoresIdUnprocessableEntity) MarshalJSON

func (s *GetStoresIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetStoresIdUnprocessableEntity) SetFake

func (s *GetStoresIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetStoresIdUnprocessableEntity) UnmarshalJSON

func (s *GetStoresIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetStoresIdUnprocessableEntity) Validate

func (s *GetStoresIdUnprocessableEntity) Validate() error

type GetStoresInternalServerError

type GetStoresInternalServerError Error

func (*GetStoresInternalServerError) Decode

Decode decodes GetStoresInternalServerError from json.

func (*GetStoresInternalServerError) Encode

func (s *GetStoresInternalServerError) Encode(e *jx.Encoder)

Encode encodes GetStoresInternalServerError as json.

func (*GetStoresInternalServerError) MarshalJSON

func (s *GetStoresInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetStoresInternalServerError) SetFake

func (s *GetStoresInternalServerError) SetFake()

SetFake set fake values.

func (*GetStoresInternalServerError) UnmarshalJSON

func (s *GetStoresInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetStoresInternalServerError) Validate

func (s *GetStoresInternalServerError) Validate() error

type GetStoresNotFound

type GetStoresNotFound Error

func (*GetStoresNotFound) Decode

func (s *GetStoresNotFound) Decode(d *jx.Decoder) error

Decode decodes GetStoresNotFound from json.

func (*GetStoresNotFound) Encode

func (s *GetStoresNotFound) Encode(e *jx.Encoder)

Encode encodes GetStoresNotFound as json.

func (*GetStoresNotFound) MarshalJSON

func (s *GetStoresNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetStoresNotFound) SetFake

func (s *GetStoresNotFound) SetFake()

SetFake set fake values.

func (*GetStoresNotFound) UnmarshalJSON

func (s *GetStoresNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetStoresNotFound) Validate

func (s *GetStoresNotFound) Validate() error

type GetStoresRes

type GetStoresRes interface {
	// contains filtered or unexported methods
}

type GetStoresUnprocessableEntity

type GetStoresUnprocessableEntity Error

func (*GetStoresUnprocessableEntity) Decode

Decode decodes GetStoresUnprocessableEntity from json.

func (*GetStoresUnprocessableEntity) Encode

func (s *GetStoresUnprocessableEntity) Encode(e *jx.Encoder)

Encode encodes GetStoresUnprocessableEntity as json.

func (*GetStoresUnprocessableEntity) MarshalJSON

func (s *GetStoresUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetStoresUnprocessableEntity) SetFake

func (s *GetStoresUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetStoresUnprocessableEntity) UnmarshalJSON

func (s *GetStoresUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetStoresUnprocessableEntity) Validate

func (s *GetStoresUnprocessableEntity) Validate() error

type GetTaxRatesConflict

type GetTaxRatesConflict Error

func (*GetTaxRatesConflict) Decode

func (s *GetTaxRatesConflict) Decode(d *jx.Decoder) error

Decode decodes GetTaxRatesConflict from json.

func (*GetTaxRatesConflict) Encode

func (s *GetTaxRatesConflict) Encode(e *jx.Encoder)

Encode encodes GetTaxRatesConflict as json.

func (*GetTaxRatesConflict) MarshalJSON

func (s *GetTaxRatesConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetTaxRatesConflict) SetFake

func (s *GetTaxRatesConflict) SetFake()

SetFake set fake values.

func (*GetTaxRatesConflict) UnmarshalJSON

func (s *GetTaxRatesConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetTaxRatesConflict) Validate

func (s *GetTaxRatesConflict) Validate() error

type GetTaxRatesIdConflict

type GetTaxRatesIdConflict Error

func (*GetTaxRatesIdConflict) Decode

func (s *GetTaxRatesIdConflict) Decode(d *jx.Decoder) error

Decode decodes GetTaxRatesIdConflict from json.

func (*GetTaxRatesIdConflict) Encode

func (s *GetTaxRatesIdConflict) Encode(e *jx.Encoder)

Encode encodes GetTaxRatesIdConflict as json.

func (*GetTaxRatesIdConflict) MarshalJSON

func (s *GetTaxRatesIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetTaxRatesIdConflict) SetFake

func (s *GetTaxRatesIdConflict) SetFake()

SetFake set fake values.

func (*GetTaxRatesIdConflict) UnmarshalJSON

func (s *GetTaxRatesIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetTaxRatesIdConflict) Validate

func (s *GetTaxRatesIdConflict) Validate() error

type GetTaxRatesIdInternalServerError

type GetTaxRatesIdInternalServerError Error

func (*GetTaxRatesIdInternalServerError) Decode

Decode decodes GetTaxRatesIdInternalServerError from json.

func (*GetTaxRatesIdInternalServerError) Encode

Encode encodes GetTaxRatesIdInternalServerError as json.

func (*GetTaxRatesIdInternalServerError) MarshalJSON

func (s *GetTaxRatesIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetTaxRatesIdInternalServerError) SetFake

func (s *GetTaxRatesIdInternalServerError) SetFake()

SetFake set fake values.

func (*GetTaxRatesIdInternalServerError) UnmarshalJSON

func (s *GetTaxRatesIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetTaxRatesIdInternalServerError) Validate

type GetTaxRatesIdNotFound

type GetTaxRatesIdNotFound Error

func (*GetTaxRatesIdNotFound) Decode

func (s *GetTaxRatesIdNotFound) Decode(d *jx.Decoder) error

Decode decodes GetTaxRatesIdNotFound from json.

func (*GetTaxRatesIdNotFound) Encode

func (s *GetTaxRatesIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetTaxRatesIdNotFound as json.

func (*GetTaxRatesIdNotFound) MarshalJSON

func (s *GetTaxRatesIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetTaxRatesIdNotFound) SetFake

func (s *GetTaxRatesIdNotFound) SetFake()

SetFake set fake values.

func (*GetTaxRatesIdNotFound) UnmarshalJSON

func (s *GetTaxRatesIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetTaxRatesIdNotFound) Validate

func (s *GetTaxRatesIdNotFound) Validate() error

type GetTaxRatesIdParams

type GetTaxRatesIdParams struct {
	// The tax rate's ID.
	ID string
}

GetTaxRatesIdParams is parameters of GetTaxRatesId operation.

type GetTaxRatesIdRes

type GetTaxRatesIdRes interface {
	// contains filtered or unexported methods
}

type GetTaxRatesIdUnprocessableEntity

type GetTaxRatesIdUnprocessableEntity Error

func (*GetTaxRatesIdUnprocessableEntity) Decode

Decode decodes GetTaxRatesIdUnprocessableEntity from json.

func (*GetTaxRatesIdUnprocessableEntity) Encode

Encode encodes GetTaxRatesIdUnprocessableEntity as json.

func (*GetTaxRatesIdUnprocessableEntity) MarshalJSON

func (s *GetTaxRatesIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetTaxRatesIdUnprocessableEntity) SetFake

func (s *GetTaxRatesIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetTaxRatesIdUnprocessableEntity) UnmarshalJSON

func (s *GetTaxRatesIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetTaxRatesIdUnprocessableEntity) Validate

type GetTaxRatesInternalServerError

type GetTaxRatesInternalServerError Error

func (*GetTaxRatesInternalServerError) Decode

Decode decodes GetTaxRatesInternalServerError from json.

func (*GetTaxRatesInternalServerError) Encode

Encode encodes GetTaxRatesInternalServerError as json.

func (*GetTaxRatesInternalServerError) MarshalJSON

func (s *GetTaxRatesInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetTaxRatesInternalServerError) SetFake

func (s *GetTaxRatesInternalServerError) SetFake()

SetFake set fake values.

func (*GetTaxRatesInternalServerError) UnmarshalJSON

func (s *GetTaxRatesInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetTaxRatesInternalServerError) Validate

func (s *GetTaxRatesInternalServerError) Validate() error

type GetTaxRatesNotFound

type GetTaxRatesNotFound Error

func (*GetTaxRatesNotFound) Decode

func (s *GetTaxRatesNotFound) Decode(d *jx.Decoder) error

Decode decodes GetTaxRatesNotFound from json.

func (*GetTaxRatesNotFound) Encode

func (s *GetTaxRatesNotFound) Encode(e *jx.Encoder)

Encode encodes GetTaxRatesNotFound as json.

func (*GetTaxRatesNotFound) MarshalJSON

func (s *GetTaxRatesNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetTaxRatesNotFound) SetFake

func (s *GetTaxRatesNotFound) SetFake()

SetFake set fake values.

func (*GetTaxRatesNotFound) UnmarshalJSON

func (s *GetTaxRatesNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetTaxRatesNotFound) Validate

func (s *GetTaxRatesNotFound) Validate() error

type GetTaxRatesRes

type GetTaxRatesRes interface {
	// contains filtered or unexported methods
}

type GetTaxRatesUnprocessableEntity

type GetTaxRatesUnprocessableEntity Error

func (*GetTaxRatesUnprocessableEntity) Decode

Decode decodes GetTaxRatesUnprocessableEntity from json.

func (*GetTaxRatesUnprocessableEntity) Encode

Encode encodes GetTaxRatesUnprocessableEntity as json.

func (*GetTaxRatesUnprocessableEntity) MarshalJSON

func (s *GetTaxRatesUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetTaxRatesUnprocessableEntity) SetFake

func (s *GetTaxRatesUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetTaxRatesUnprocessableEntity) UnmarshalJSON

func (s *GetTaxRatesUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetTaxRatesUnprocessableEntity) Validate

func (s *GetTaxRatesUnprocessableEntity) Validate() error

type GetUsersConflict

type GetUsersConflict Error

func (*GetUsersConflict) Decode

func (s *GetUsersConflict) Decode(d *jx.Decoder) error

Decode decodes GetUsersConflict from json.

func (*GetUsersConflict) Encode

func (s *GetUsersConflict) Encode(e *jx.Encoder)

Encode encodes GetUsersConflict as json.

func (*GetUsersConflict) MarshalJSON

func (s *GetUsersConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetUsersConflict) SetFake

func (s *GetUsersConflict) SetFake()

SetFake set fake values.

func (*GetUsersConflict) UnmarshalJSON

func (s *GetUsersConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetUsersConflict) Validate

func (s *GetUsersConflict) Validate() error

type GetUsersIdConflict

type GetUsersIdConflict Error

func (*GetUsersIdConflict) Decode

func (s *GetUsersIdConflict) Decode(d *jx.Decoder) error

Decode decodes GetUsersIdConflict from json.

func (*GetUsersIdConflict) Encode

func (s *GetUsersIdConflict) Encode(e *jx.Encoder)

Encode encodes GetUsersIdConflict as json.

func (*GetUsersIdConflict) MarshalJSON

func (s *GetUsersIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetUsersIdConflict) SetFake

func (s *GetUsersIdConflict) SetFake()

SetFake set fake values.

func (*GetUsersIdConflict) UnmarshalJSON

func (s *GetUsersIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetUsersIdConflict) Validate

func (s *GetUsersIdConflict) Validate() error

type GetUsersIdInternalServerError

type GetUsersIdInternalServerError Error

func (*GetUsersIdInternalServerError) Decode

Decode decodes GetUsersIdInternalServerError from json.

func (*GetUsersIdInternalServerError) Encode

Encode encodes GetUsersIdInternalServerError as json.

func (*GetUsersIdInternalServerError) MarshalJSON

func (s *GetUsersIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetUsersIdInternalServerError) SetFake

func (s *GetUsersIdInternalServerError) SetFake()

SetFake set fake values.

func (*GetUsersIdInternalServerError) UnmarshalJSON

func (s *GetUsersIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetUsersIdInternalServerError) Validate

func (s *GetUsersIdInternalServerError) Validate() error

type GetUsersIdNotFound

type GetUsersIdNotFound Error

func (*GetUsersIdNotFound) Decode

func (s *GetUsersIdNotFound) Decode(d *jx.Decoder) error

Decode decodes GetUsersIdNotFound from json.

func (*GetUsersIdNotFound) Encode

func (s *GetUsersIdNotFound) Encode(e *jx.Encoder)

Encode encodes GetUsersIdNotFound as json.

func (*GetUsersIdNotFound) MarshalJSON

func (s *GetUsersIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetUsersIdNotFound) SetFake

func (s *GetUsersIdNotFound) SetFake()

SetFake set fake values.

func (*GetUsersIdNotFound) UnmarshalJSON

func (s *GetUsersIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetUsersIdNotFound) Validate

func (s *GetUsersIdNotFound) Validate() error

type GetUsersIdParams

type GetUsersIdParams struct {
	// The user's ID.
	ID string
}

GetUsersIdParams is parameters of GetUsersId operation.

type GetUsersIdRes

type GetUsersIdRes interface {
	// contains filtered or unexported methods
}

type GetUsersIdUnprocessableEntity

type GetUsersIdUnprocessableEntity Error

func (*GetUsersIdUnprocessableEntity) Decode

Decode decodes GetUsersIdUnprocessableEntity from json.

func (*GetUsersIdUnprocessableEntity) Encode

Encode encodes GetUsersIdUnprocessableEntity as json.

func (*GetUsersIdUnprocessableEntity) MarshalJSON

func (s *GetUsersIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetUsersIdUnprocessableEntity) SetFake

func (s *GetUsersIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetUsersIdUnprocessableEntity) UnmarshalJSON

func (s *GetUsersIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetUsersIdUnprocessableEntity) Validate

func (s *GetUsersIdUnprocessableEntity) Validate() error

type GetUsersInternalServerError

type GetUsersInternalServerError Error

func (*GetUsersInternalServerError) Decode

Decode decodes GetUsersInternalServerError from json.

func (*GetUsersInternalServerError) Encode

func (s *GetUsersInternalServerError) Encode(e *jx.Encoder)

Encode encodes GetUsersInternalServerError as json.

func (*GetUsersInternalServerError) MarshalJSON

func (s *GetUsersInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetUsersInternalServerError) SetFake

func (s *GetUsersInternalServerError) SetFake()

SetFake set fake values.

func (*GetUsersInternalServerError) UnmarshalJSON

func (s *GetUsersInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetUsersInternalServerError) Validate

func (s *GetUsersInternalServerError) Validate() error

type GetUsersMeConflict

type GetUsersMeConflict Error

func (*GetUsersMeConflict) Decode

func (s *GetUsersMeConflict) Decode(d *jx.Decoder) error

Decode decodes GetUsersMeConflict from json.

func (*GetUsersMeConflict) Encode

func (s *GetUsersMeConflict) Encode(e *jx.Encoder)

Encode encodes GetUsersMeConflict as json.

func (*GetUsersMeConflict) MarshalJSON

func (s *GetUsersMeConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetUsersMeConflict) SetFake

func (s *GetUsersMeConflict) SetFake()

SetFake set fake values.

func (*GetUsersMeConflict) UnmarshalJSON

func (s *GetUsersMeConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetUsersMeConflict) Validate

func (s *GetUsersMeConflict) Validate() error

type GetUsersMeInternalServerError

type GetUsersMeInternalServerError Error

func (*GetUsersMeInternalServerError) Decode

Decode decodes GetUsersMeInternalServerError from json.

func (*GetUsersMeInternalServerError) Encode

Encode encodes GetUsersMeInternalServerError as json.

func (*GetUsersMeInternalServerError) MarshalJSON

func (s *GetUsersMeInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetUsersMeInternalServerError) SetFake

func (s *GetUsersMeInternalServerError) SetFake()

SetFake set fake values.

func (*GetUsersMeInternalServerError) UnmarshalJSON

func (s *GetUsersMeInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetUsersMeInternalServerError) Validate

func (s *GetUsersMeInternalServerError) Validate() error

type GetUsersMeNotFound

type GetUsersMeNotFound Error

func (*GetUsersMeNotFound) Decode

func (s *GetUsersMeNotFound) Decode(d *jx.Decoder) error

Decode decodes GetUsersMeNotFound from json.

func (*GetUsersMeNotFound) Encode

func (s *GetUsersMeNotFound) Encode(e *jx.Encoder)

Encode encodes GetUsersMeNotFound as json.

func (*GetUsersMeNotFound) MarshalJSON

func (s *GetUsersMeNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetUsersMeNotFound) SetFake

func (s *GetUsersMeNotFound) SetFake()

SetFake set fake values.

func (*GetUsersMeNotFound) UnmarshalJSON

func (s *GetUsersMeNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetUsersMeNotFound) Validate

func (s *GetUsersMeNotFound) Validate() error

type GetUsersMeRes

type GetUsersMeRes interface {
	// contains filtered or unexported methods
}

type GetUsersMeUnprocessableEntity

type GetUsersMeUnprocessableEntity Error

func (*GetUsersMeUnprocessableEntity) Decode

Decode decodes GetUsersMeUnprocessableEntity from json.

func (*GetUsersMeUnprocessableEntity) Encode

Encode encodes GetUsersMeUnprocessableEntity as json.

func (*GetUsersMeUnprocessableEntity) MarshalJSON

func (s *GetUsersMeUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetUsersMeUnprocessableEntity) SetFake

func (s *GetUsersMeUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetUsersMeUnprocessableEntity) UnmarshalJSON

func (s *GetUsersMeUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetUsersMeUnprocessableEntity) Validate

func (s *GetUsersMeUnprocessableEntity) Validate() error

type GetUsersNotFound

type GetUsersNotFound Error

func (*GetUsersNotFound) Decode

func (s *GetUsersNotFound) Decode(d *jx.Decoder) error

Decode decodes GetUsersNotFound from json.

func (*GetUsersNotFound) Encode

func (s *GetUsersNotFound) Encode(e *jx.Encoder)

Encode encodes GetUsersNotFound as json.

func (*GetUsersNotFound) MarshalJSON

func (s *GetUsersNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetUsersNotFound) SetFake

func (s *GetUsersNotFound) SetFake()

SetFake set fake values.

func (*GetUsersNotFound) UnmarshalJSON

func (s *GetUsersNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetUsersNotFound) Validate

func (s *GetUsersNotFound) Validate() error

type GetUsersRes

type GetUsersRes interface {
	// contains filtered or unexported methods
}

type GetUsersUnprocessableEntity

type GetUsersUnprocessableEntity Error

func (*GetUsersUnprocessableEntity) Decode

Decode decodes GetUsersUnprocessableEntity from json.

func (*GetUsersUnprocessableEntity) Encode

func (s *GetUsersUnprocessableEntity) Encode(e *jx.Encoder)

Encode encodes GetUsersUnprocessableEntity as json.

func (*GetUsersUnprocessableEntity) MarshalJSON

func (s *GetUsersUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetUsersUnprocessableEntity) SetFake

func (s *GetUsersUnprocessableEntity) SetFake()

SetFake set fake values.

func (*GetUsersUnprocessableEntity) UnmarshalJSON

func (s *GetUsersUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetUsersUnprocessableEntity) Validate

func (s *GetUsersUnprocessableEntity) Validate() error

type GetWorkflowsExecutionsConflict

type GetWorkflowsExecutionsConflict Error

func (*GetWorkflowsExecutionsConflict) Decode

Decode decodes GetWorkflowsExecutionsConflict from json.

func (*GetWorkflowsExecutionsConflict) Encode

Encode encodes GetWorkflowsExecutionsConflict as json.

func (*GetWorkflowsExecutionsConflict) MarshalJSON

func (s *GetWorkflowsExecutionsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsConflict) SetFake

func (s *GetWorkflowsExecutionsConflict) SetFake()

SetFake set fake values.

func (*GetWorkflowsExecutionsConflict) UnmarshalJSON

func (s *GetWorkflowsExecutionsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsConflict) Validate

func (s *GetWorkflowsExecutionsConflict) Validate() error

type GetWorkflowsExecutionsIdConflict

type GetWorkflowsExecutionsIdConflict Error

func (*GetWorkflowsExecutionsIdConflict) Decode

Decode decodes GetWorkflowsExecutionsIdConflict from json.

func (*GetWorkflowsExecutionsIdConflict) Encode

Encode encodes GetWorkflowsExecutionsIdConflict as json.

func (*GetWorkflowsExecutionsIdConflict) MarshalJSON

func (s *GetWorkflowsExecutionsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsIdConflict) SetFake

func (s *GetWorkflowsExecutionsIdConflict) SetFake()

SetFake set fake values.

func (*GetWorkflowsExecutionsIdConflict) UnmarshalJSON

func (s *GetWorkflowsExecutionsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsIdConflict) Validate

type GetWorkflowsExecutionsIdInternalServerError

type GetWorkflowsExecutionsIdInternalServerError Error

func (*GetWorkflowsExecutionsIdInternalServerError) Decode

Decode decodes GetWorkflowsExecutionsIdInternalServerError from json.

func (*GetWorkflowsExecutionsIdInternalServerError) Encode

Encode encodes GetWorkflowsExecutionsIdInternalServerError as json.

func (*GetWorkflowsExecutionsIdInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsIdInternalServerError) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsIdInternalServerError) UnmarshalJSON

func (s *GetWorkflowsExecutionsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsIdInternalServerError) Validate

type GetWorkflowsExecutionsIdNotFound

type GetWorkflowsExecutionsIdNotFound Error

func (*GetWorkflowsExecutionsIdNotFound) Decode

Decode decodes GetWorkflowsExecutionsIdNotFound from json.

func (*GetWorkflowsExecutionsIdNotFound) Encode

Encode encodes GetWorkflowsExecutionsIdNotFound as json.

func (*GetWorkflowsExecutionsIdNotFound) MarshalJSON

func (s *GetWorkflowsExecutionsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsIdNotFound) SetFake

func (s *GetWorkflowsExecutionsIdNotFound) SetFake()

SetFake set fake values.

func (*GetWorkflowsExecutionsIdNotFound) UnmarshalJSON

func (s *GetWorkflowsExecutionsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsIdNotFound) Validate

type GetWorkflowsExecutionsIdParams

type GetWorkflowsExecutionsIdParams struct {
	// The workflows execution's ID.
	ID string
}

GetWorkflowsExecutionsIdParams is parameters of GetWorkflowsExecutionsId operation.

type GetWorkflowsExecutionsIdRes

type GetWorkflowsExecutionsIdRes interface {
	// contains filtered or unexported methods
}

type GetWorkflowsExecutionsIdUnprocessableEntity

type GetWorkflowsExecutionsIdUnprocessableEntity Error

func (*GetWorkflowsExecutionsIdUnprocessableEntity) Decode

Decode decodes GetWorkflowsExecutionsIdUnprocessableEntity from json.

func (*GetWorkflowsExecutionsIdUnprocessableEntity) Encode

Encode encodes GetWorkflowsExecutionsIdUnprocessableEntity as json.

func (*GetWorkflowsExecutionsIdUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsIdUnprocessableEntity) UnmarshalJSON

func (s *GetWorkflowsExecutionsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsIdUnprocessableEntity) Validate

type GetWorkflowsExecutionsInternalServerError

type GetWorkflowsExecutionsInternalServerError Error

func (*GetWorkflowsExecutionsInternalServerError) Decode

Decode decodes GetWorkflowsExecutionsInternalServerError from json.

func (*GetWorkflowsExecutionsInternalServerError) Encode

Encode encodes GetWorkflowsExecutionsInternalServerError as json.

func (*GetWorkflowsExecutionsInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsInternalServerError) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsInternalServerError) UnmarshalJSON

func (s *GetWorkflowsExecutionsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsInternalServerError) Validate

type GetWorkflowsExecutionsNotFound

type GetWorkflowsExecutionsNotFound Error

func (*GetWorkflowsExecutionsNotFound) Decode

Decode decodes GetWorkflowsExecutionsNotFound from json.

func (*GetWorkflowsExecutionsNotFound) Encode

Encode encodes GetWorkflowsExecutionsNotFound as json.

func (*GetWorkflowsExecutionsNotFound) MarshalJSON

func (s *GetWorkflowsExecutionsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsNotFound) SetFake

func (s *GetWorkflowsExecutionsNotFound) SetFake()

SetFake set fake values.

func (*GetWorkflowsExecutionsNotFound) UnmarshalJSON

func (s *GetWorkflowsExecutionsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsNotFound) Validate

func (s *GetWorkflowsExecutionsNotFound) Validate() error

type GetWorkflowsExecutionsRes

type GetWorkflowsExecutionsRes interface {
	// contains filtered or unexported methods
}

type GetWorkflowsExecutionsUnprocessableEntity

type GetWorkflowsExecutionsUnprocessableEntity Error

func (*GetWorkflowsExecutionsUnprocessableEntity) Decode

Decode decodes GetWorkflowsExecutionsUnprocessableEntity from json.

func (*GetWorkflowsExecutionsUnprocessableEntity) Encode

Encode encodes GetWorkflowsExecutionsUnprocessableEntity as json.

func (*GetWorkflowsExecutionsUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsUnprocessableEntity) UnmarshalJSON

func (s *GetWorkflowsExecutionsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsUnprocessableEntity) Validate

type GetWorkflowsExecutionsWorkflowIdSubscribeConflict

type GetWorkflowsExecutionsWorkflowIdSubscribeConflict Error

func (*GetWorkflowsExecutionsWorkflowIdSubscribeConflict) Decode

Decode decodes GetWorkflowsExecutionsWorkflowIdSubscribeConflict from json.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeConflict) Encode

Encode encodes GetWorkflowsExecutionsWorkflowIdSubscribeConflict as json.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeConflict) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeConflict) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeConflict) Validate

type GetWorkflowsExecutionsWorkflowIdSubscribeInternalServerError

type GetWorkflowsExecutionsWorkflowIdSubscribeInternalServerError Error

func (*GetWorkflowsExecutionsWorkflowIdSubscribeInternalServerError) Decode

Decode decodes GetWorkflowsExecutionsWorkflowIdSubscribeInternalServerError from json.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeInternalServerError) Encode

Encode encodes GetWorkflowsExecutionsWorkflowIdSubscribeInternalServerError as json.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeInternalServerError) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeInternalServerError) Validate

type GetWorkflowsExecutionsWorkflowIdSubscribeNotFound

type GetWorkflowsExecutionsWorkflowIdSubscribeNotFound Error

func (*GetWorkflowsExecutionsWorkflowIdSubscribeNotFound) Decode

Decode decodes GetWorkflowsExecutionsWorkflowIdSubscribeNotFound from json.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeNotFound) Encode

Encode encodes GetWorkflowsExecutionsWorkflowIdSubscribeNotFound as json.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeNotFound) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeNotFound) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeNotFound) Validate

type GetWorkflowsExecutionsWorkflowIdSubscribeParams

type GetWorkflowsExecutionsWorkflowIdSubscribeParams struct {
	// The workflows execution's workflow id.
	WorkflowID string
}

GetWorkflowsExecutionsWorkflowIdSubscribeParams is parameters of GetWorkflowsExecutionsWorkflow_idSubscribe operation.

type GetWorkflowsExecutionsWorkflowIdSubscribeRes

type GetWorkflowsExecutionsWorkflowIdSubscribeRes interface {
	// contains filtered or unexported methods
}

type GetWorkflowsExecutionsWorkflowIdSubscribeUnprocessableEntity

type GetWorkflowsExecutionsWorkflowIdSubscribeUnprocessableEntity Error

func (*GetWorkflowsExecutionsWorkflowIdSubscribeUnprocessableEntity) Decode

Decode decodes GetWorkflowsExecutionsWorkflowIdSubscribeUnprocessableEntity from json.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeUnprocessableEntity) Encode

Encode encodes GetWorkflowsExecutionsWorkflowIdSubscribeUnprocessableEntity as json.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsWorkflowIdSubscribeUnprocessableEntity) Validate

type GetWorkflowsExecutionsWorkflowIdTransactionIDConflict

type GetWorkflowsExecutionsWorkflowIdTransactionIDConflict Error

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDConflict) Decode

Decode decodes GetWorkflowsExecutionsWorkflowIdTransactionIDConflict from json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDConflict) Encode

Encode encodes GetWorkflowsExecutionsWorkflowIdTransactionIDConflict as json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDConflict) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDConflict) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDConflict) Validate

type GetWorkflowsExecutionsWorkflowIdTransactionIDInternalServerError

type GetWorkflowsExecutionsWorkflowIdTransactionIDInternalServerError Error

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDInternalServerError) Decode

Decode decodes GetWorkflowsExecutionsWorkflowIdTransactionIDInternalServerError from json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDInternalServerError) Encode

Encode encodes GetWorkflowsExecutionsWorkflowIdTransactionIDInternalServerError as json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDInternalServerError) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDInternalServerError) Validate

type GetWorkflowsExecutionsWorkflowIdTransactionIDNotFound

type GetWorkflowsExecutionsWorkflowIdTransactionIDNotFound Error

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDNotFound) Decode

Decode decodes GetWorkflowsExecutionsWorkflowIdTransactionIDNotFound from json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDNotFound) Encode

Encode encodes GetWorkflowsExecutionsWorkflowIdTransactionIDNotFound as json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDNotFound) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDNotFound) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDNotFound) Validate

type GetWorkflowsExecutionsWorkflowIdTransactionIDParams

type GetWorkflowsExecutionsWorkflowIdTransactionIDParams struct {
	// The workflows execution's workflow id.
	WorkflowID string
	// The workflows execution's transaction id.
	TransactionID string
}

GetWorkflowsExecutionsWorkflowIdTransactionIDParams is parameters of GetWorkflowsExecutionsWorkflow_idTransaction_id operation.

type GetWorkflowsExecutionsWorkflowIdTransactionIDRes

type GetWorkflowsExecutionsWorkflowIdTransactionIDRes interface {
	// contains filtered or unexported methods
}

type GetWorkflowsExecutionsWorkflowIdTransactionIDUnprocessableEntity

type GetWorkflowsExecutionsWorkflowIdTransactionIDUnprocessableEntity Error

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDUnprocessableEntity) Decode

Decode decodes GetWorkflowsExecutionsWorkflowIdTransactionIDUnprocessableEntity from json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDUnprocessableEntity) Encode

Encode encodes GetWorkflowsExecutionsWorkflowIdTransactionIDUnprocessableEntity as json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIDUnprocessableEntity) Validate

type GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeConflict

type GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeConflict Error

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeConflict) Decode

Decode decodes GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeConflict from json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeConflict) Encode

Encode encodes GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeConflict as json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeConflict) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeConflict) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeConflict) Validate

type GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeInternalServerError

type GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeInternalServerError Error

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeInternalServerError) Decode

Decode decodes GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeInternalServerError from json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeInternalServerError) Encode

Encode encodes GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeInternalServerError as json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeInternalServerError) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeInternalServerError) Validate

type GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeNotFound

type GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeNotFound Error

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeNotFound) Decode

Decode decodes GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeNotFound from json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeNotFound) Encode

Encode encodes GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeNotFound as json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeNotFound) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeNotFound) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeNotFound) Validate

type GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeParams

type GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeParams struct {
	// The workflows execution's workflow id.
	WorkflowID string
	// The workflows execution's transaction id.
	TransactionID string
	// The workflows execution's step id.
	StepID string
}

GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeParams is parameters of GetWorkflowsExecutionsWorkflow_idTransaction_idStep_idSubscribe operation.

type GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeRes

type GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeRes interface {
	// contains filtered or unexported methods
}

type GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeUnprocessableEntity

type GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeUnprocessableEntity Error

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeUnprocessableEntity) Decode

Decode decodes GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeUnprocessableEntity from json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeUnprocessableEntity) Encode

Encode encodes GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeUnprocessableEntity as json.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeUnprocessableEntity) SetFake

SetFake set fake values.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeUnprocessableEntity) Validate

type Handler

type Handler interface {
	// DeleteApiKeysId implements DeleteApiKeysId operation.
	//
	// Delete a api key.
	//
	// DELETE /admin/api-keys/{id}
	DeleteApiKeysId(ctx context.Context, req jx.Raw, params DeleteApiKeysIdParams) (DeleteApiKeysIdRes, error)
	// DeleteCampaignsId implements DeleteCampaignsId operation.
	//
	// Delete a campaign.
	//
	// DELETE /admin/campaigns/{id}
	DeleteCampaignsId(ctx context.Context, req jx.Raw, params DeleteCampaignsIdParams) (DeleteCampaignsIdRes, error)
	// DeleteCollectionsId implements DeleteCollectionsId operation.
	//
	// Delete a collection.
	//
	// DELETE /admin/collections/{id}
	DeleteCollectionsId(ctx context.Context, req jx.Raw, params DeleteCollectionsIdParams) (DeleteCollectionsIdRes, error)
	// DeleteCustomerGroupsId implements DeleteCustomerGroupsId operation.
	//
	// Delete a customer group.
	//
	// DELETE /admin/customer-groups/{id}
	DeleteCustomerGroupsId(ctx context.Context, req jx.Raw, params DeleteCustomerGroupsIdParams) (DeleteCustomerGroupsIdRes, error)
	// DeleteCustomersId implements DeleteCustomersId operation.
	//
	// Delete a customer.
	//
	// DELETE /admin/customers/{id}
	DeleteCustomersId(ctx context.Context, req jx.Raw, params DeleteCustomersIdParams) (DeleteCustomersIdRes, error)
	// DeleteCustomersIdAddressesAddressID implements DeleteCustomersIdAddressesAddress_id operation.
	//
	// Remove a list of addresses from a customer. This doesn't delete the Address, only the association
	// between the Address and the customer.
	//
	// DELETE /admin/customers/{id}/addresses/{address_id}
	DeleteCustomersIdAddressesAddressID(ctx context.Context, req jx.Raw, params DeleteCustomersIdAddressesAddressIDParams) (DeleteCustomersIdAddressesAddressIDRes, error)
	// DeleteInventoryItemsId implements DeleteInventoryItemsId operation.
	//
	// Delete a inventory item.
	//
	// DELETE /admin/inventory-items/{id}
	DeleteInventoryItemsId(ctx context.Context, req jx.Raw, params DeleteInventoryItemsIdParams) (DeleteInventoryItemsIdRes, error)
	// DeleteInventoryItemsIdLocationLevelsLocationID implements DeleteInventoryItemsIdLocationLevelsLocation_id operation.
	//
	// Remove a list of location levels from a inventory item. This doesn't delete the Location Level,
	// only the association between the Location Level and the inventory item.
	//
	// DELETE /admin/inventory-items/{id}/location-levels/{location_id}
	DeleteInventoryItemsIdLocationLevelsLocationID(ctx context.Context, req jx.Raw, params DeleteInventoryItemsIdLocationLevelsLocationIDParams) (DeleteInventoryItemsIdLocationLevelsLocationIDRes, error)
	// DeleteInvitesId implements DeleteInvitesId operation.
	//
	// Delete a invite.
	//
	// DELETE /admin/invites/{id}
	DeleteInvitesId(ctx context.Context, req jx.Raw, params DeleteInvitesIdParams) (DeleteInvitesIdRes, error)
	// DeletePriceListsId implements DeletePriceListsId operation.
	//
	// Delete a price list.
	//
	// DELETE /admin/price-lists/{id}
	DeletePriceListsId(ctx context.Context, req jx.Raw, params DeletePriceListsIdParams) (DeletePriceListsIdRes, error)
	// DeletePricingRuleTypesId implements DeletePricingRuleTypesId operation.
	//
	// Remove a list of rule types from a pricing. This doesn't delete the Rule Type, only the
	// association between the Rule Type and the pricing.
	//
	// DELETE /admin/pricing/rule-types/{id}
	DeletePricingRuleTypesId(ctx context.Context, req *AdminDeletePricingRuleTypesRuleTypeReq, params DeletePricingRuleTypesIdParams) (DeletePricingRuleTypesIdRes, error)
	// DeleteProductsId implements DeleteProductsId operation.
	//
	// Delete a product.
	//
	// DELETE /admin/products/{id}
	DeleteProductsId(ctx context.Context, req jx.Raw, params DeleteProductsIdParams) (DeleteProductsIdRes, error)
	// DeleteProductsIdOptionsOptionID implements DeleteProductsIdOptionsOption_id operation.
	//
	// Remove a list of options from a product. This doesn't delete the Option, only the association
	// between the Option and the product.
	//
	// DELETE /admin/products/{id}/options/{option_id}
	DeleteProductsIdOptionsOptionID(ctx context.Context, req jx.Raw, params DeleteProductsIdOptionsOptionIDParams) (DeleteProductsIdOptionsOptionIDRes, error)
	// DeleteProductsIdVariantsVariantID implements DeleteProductsIdVariantsVariant_id operation.
	//
	// Remove a list of variants from a product. This doesn't delete the Variant, only the association
	// between the Variant and the product.
	//
	// DELETE /admin/products/{id}/variants/{variant_id}
	DeleteProductsIdVariantsVariantID(ctx context.Context, req jx.Raw, params DeleteProductsIdVariantsVariantIDParams) (DeleteProductsIdVariantsVariantIDRes, error)
	// DeletePromotionsId implements DeletePromotionsId operation.
	//
	// Delete a promotion.
	//
	// DELETE /admin/promotions/{id}
	DeletePromotionsId(ctx context.Context, req jx.Raw, params DeletePromotionsIdParams) (DeletePromotionsIdRes, error)
	// DeleteRegionsId implements DeleteRegionsId operation.
	//
	// Delete a region.
	//
	// DELETE /admin/regions/{id}
	DeleteRegionsId(ctx context.Context, req jx.Raw, params DeleteRegionsIdParams) (DeleteRegionsIdRes, error)
	// DeleteSalesChannelsId implements DeleteSalesChannelsId operation.
	//
	// Delete a sales channel.
	//
	// DELETE /admin/sales-channels/{id}
	DeleteSalesChannelsId(ctx context.Context, req jx.Raw, params DeleteSalesChannelsIdParams) (DeleteSalesChannelsIdRes, error)
	// DeleteStockLocationsId implements DeleteStockLocationsId operation.
	//
	// Delete a stock location.
	//
	// DELETE /admin/stock-locations/{id}
	DeleteStockLocationsId(ctx context.Context, params DeleteStockLocationsIdParams) (DeleteStockLocationsIdRes, error)
	// DeleteTaxRatesId implements DeleteTaxRatesId operation.
	//
	// Delete a tax rate.
	//
	// DELETE /admin/tax-rates/{id}
	DeleteTaxRatesId(ctx context.Context, req jx.Raw, params DeleteTaxRatesIdParams) (DeleteTaxRatesIdRes, error)
	// DeleteTaxRatesIdRulesRuleID implements DeleteTaxRatesIdRulesRule_id operation.
	//
	// Remove a list of rules from a tax rate. This doesn't delete the Rule, only the association between
	// the Rule and the tax rate.
	//
	// DELETE /admin/tax-rates/{id}/rules/{rule_id}
	DeleteTaxRatesIdRulesRuleID(ctx context.Context, req jx.Raw, params DeleteTaxRatesIdRulesRuleIDParams) (DeleteTaxRatesIdRulesRuleIDRes, error)
	// DeleteTaxRegionsId implements DeleteTaxRegionsId operation.
	//
	// Delete a tax region.
	//
	// DELETE /admin/tax-regions/{id}
	DeleteTaxRegionsId(ctx context.Context, req jx.Raw, params DeleteTaxRegionsIdParams) (DeleteTaxRegionsIdRes, error)
	// DeleteUsersId implements DeleteUsersId operation.
	//
	// Delete a user.
	//
	// DELETE /admin/users/{id}
	DeleteUsersId(ctx context.Context, req jx.Raw, params DeleteUsersIdParams) (DeleteUsersIdRes, error)
	// GetApiKeys implements GetApiKeys operation.
	//
	// Retrieve a list of api keys. The api keys can be filtered by fields such as `id`. The api keys can
	// also be sorted or paginated.
	//
	// GET /admin/api-keys
	GetApiKeys(ctx context.Context, req jx.Raw) (GetApiKeysRes, error)
	// GetApiKeysId implements GetApiKeysId operation.
	//
	// Retrieve a api key by its ID. You can expand the api key's relations or select the fields that
	// should be returned.
	//
	// GET /admin/api-keys/{id}
	GetApiKeysId(ctx context.Context, req jx.Raw, params GetApiKeysIdParams) (GetApiKeysIdRes, error)
	// GetCampaigns implements GetCampaigns operation.
	//
	// Retrieve a list of campaigns. The campaigns can be filtered by fields such as `id`. The campaigns
	// can also be sorted or paginated.
	//
	// GET /admin/campaigns
	GetCampaigns(ctx context.Context, req jx.Raw) (GetCampaignsRes, error)
	// GetCampaignsId implements GetCampaignsId operation.
	//
	// Retrieve a campaign by its ID. You can expand the campaign's relations or select the fields that
	// should be returned.
	//
	// GET /admin/campaigns/{id}
	GetCampaignsId(ctx context.Context, req jx.Raw, params GetCampaignsIdParams) (GetCampaignsIdRes, error)
	// GetCollections implements GetCollections operation.
	//
	// Retrieve a list of collections. The collections can be filtered by fields such as `id`. The
	// collections can also be sorted or paginated.
	//
	// GET /admin/collections
	GetCollections(ctx context.Context, req jx.Raw) (GetCollectionsRes, error)
	// GetCollectionsId implements GetCollectionsId operation.
	//
	// Retrieve a collection by its ID. You can expand the collection's relations or select the fields
	// that should be returned.
	//
	// GET /admin/collections/{id}
	GetCollectionsId(ctx context.Context, req jx.Raw, params GetCollectionsIdParams) (GetCollectionsIdRes, error)
	// GetCurrencies implements GetCurrencies operation.
	//
	// Retrieve a list of currencies. The currencies can be filtered by fields such as `id`. The
	// currencies can also be sorted or paginated.
	//
	// GET /admin/currencies
	GetCurrencies(ctx context.Context, req jx.Raw) (GetCurrenciesRes, error)
	// GetCurrenciesCode implements GetCurrenciesCode operation.
	//
	// Retrieve a currency by its ID. You can expand the currency's relations or select the fields that
	// should be returned.
	//
	// GET /admin/currencies/{code}
	GetCurrenciesCode(ctx context.Context, req jx.Raw, params GetCurrenciesCodeParams) (GetCurrenciesCodeRes, error)
	// GetCustomerGroups implements GetCustomerGroups operation.
	//
	// Retrieve a list of customer groups. The customer groups can be filtered by fields such as `id`.
	// The customer groups can also be sorted or paginated.
	//
	// GET /admin/customer-groups
	GetCustomerGroups(ctx context.Context, req jx.Raw) (GetCustomerGroupsRes, error)
	// GetCustomerGroupsId implements GetCustomerGroupsId operation.
	//
	// Retrieve a customer group by its ID. You can expand the customer group's relations or select the
	// fields that should be returned.
	//
	// GET /admin/customer-groups/{id}
	GetCustomerGroupsId(ctx context.Context, req jx.Raw, params GetCustomerGroupsIdParams) (GetCustomerGroupsIdRes, error)
	// GetCustomerGroupsIdCustomers implements GetCustomerGroupsIdCustomers operation.
	//
	// Retrieve a list of customers in a customer group. The customers can be filtered by fields like
	// FILTER FIELDS. The customers can also be paginated.
	//
	// GET /admin/customer-groups/{id}/customers
	GetCustomerGroupsIdCustomers(ctx context.Context, req jx.Raw, params GetCustomerGroupsIdCustomersParams) (GetCustomerGroupsIdCustomersRes, error)
	// GetCustomers implements GetCustomers operation.
	//
	// Retrieve a list of customers. The customers can be filtered by fields such as `id`. The customers
	// can also be sorted or paginated.
	//
	// GET /admin/customers
	GetCustomers(ctx context.Context, req jx.Raw) (GetCustomersRes, error)
	// GetCustomersId implements GetCustomersId operation.
	//
	// Retrieve a customer by its ID. You can expand the customer's relations or select the fields that
	// should be returned.
	//
	// GET /admin/customers/{id}
	GetCustomersId(ctx context.Context, req jx.Raw, params GetCustomersIdParams) (GetCustomersIdRes, error)
	// GetCustomersIdAddresses implements GetCustomersIdAddresses operation.
	//
	// Retrieve a list of addresses in a customer. The addresses can be filtered by fields like FILTER
	// FIELDS. The addresses can also be paginated.
	//
	// GET /admin/customers/{id}/addresses
	GetCustomersIdAddresses(ctx context.Context, req jx.Raw, params GetCustomersIdAddressesParams) (GetCustomersIdAddressesRes, error)
	// GetCustomersIdAddressesAddressID implements GetCustomersIdAddressesAddress_id operation.
	//
	// Retrieve a list of addresses in a customer. The addresses can be filtered by fields like FILTER
	// FIELDS. The addresses can also be paginated.
	//
	// GET /admin/customers/{id}/addresses/{address_id}
	GetCustomersIdAddressesAddressID(ctx context.Context, req jx.Raw, params GetCustomersIdAddressesAddressIDParams) (GetCustomersIdAddressesAddressIDRes, error)
	// GetInventoryItems implements GetInventoryItems operation.
	//
	// Retrieve a list of inventory items. The inventory items can be filtered by fields such as `id`.
	// The inventory items can also be sorted or paginated.
	//
	// GET /admin/inventory-items
	GetInventoryItems(ctx context.Context, req jx.Raw) (GetInventoryItemsRes, error)
	// GetInventoryItemsId implements GetInventoryItemsId operation.
	//
	// Retrieve a inventory item by its ID. You can expand the inventory item's relations or select the
	// fields that should be returned.
	//
	// GET /admin/inventory-items/{id}
	GetInventoryItemsId(ctx context.Context, req jx.Raw, params GetInventoryItemsIdParams) (GetInventoryItemsIdRes, error)
	// GetInvites implements GetInvites operation.
	//
	// Retrieve a list of invites. The invites can be filtered by fields such as `id`. The invites can
	// also be sorted or paginated.
	//
	// GET /admin/invites
	GetInvites(ctx context.Context, req jx.Raw) (GetInvitesRes, error)
	// GetInvitesId implements GetInvitesId operation.
	//
	// Retrieve a invite by its ID. You can expand the invite's relations or select the fields that
	// should be returned.
	//
	// GET /admin/invites/{id}
	GetInvitesId(ctx context.Context, req jx.Raw, params GetInvitesIdParams) (GetInvitesIdRes, error)
	// GetPayments implements GetPayments operation.
	//
	// Retrieve a list of payments. The payments can be filtered by fields such as `id`. The payments can
	// also be sorted or paginated.
	//
	// GET /admin/payments
	GetPayments(ctx context.Context, req jx.Raw) (GetPaymentsRes, error)
	// GetPaymentsId implements GetPaymentsId operation.
	//
	// Retrieve a payment by its ID. You can expand the payment's relations or select the fields that
	// should be returned.
	//
	// GET /admin/payments/{id}
	GetPaymentsId(ctx context.Context, req jx.Raw, params GetPaymentsIdParams) (GetPaymentsIdRes, error)
	// GetPriceLists implements GetPriceLists operation.
	//
	// Retrieve a list of price lists. The price lists can be filtered by fields such as `id`. The price
	// lists can also be sorted or paginated.
	//
	// GET /admin/price-lists
	GetPriceLists(ctx context.Context, req jx.Raw) (GetPriceListsRes, error)
	// GetPriceListsId implements GetPriceListsId operation.
	//
	// Retrieve a price list by its ID. You can expand the price list's relations or select the fields
	// that should be returned.
	//
	// GET /admin/price-lists/{id}
	GetPriceListsId(ctx context.Context, req jx.Raw, params GetPriceListsIdParams) (GetPriceListsIdRes, error)
	// GetPricingRuleTypes implements GetPricingRuleTypes operation.
	//
	// Retrieve a list of pricing. The pricing can be filtered by fields such as `id`. The pricing can
	// also be sorted or paginated.
	//
	// GET /admin/pricing/rule-types
	GetPricingRuleTypes(ctx context.Context, req OptAdminGetPricingRuleTypesParams) (GetPricingRuleTypesRes, error)
	// GetPricingRuleTypesId implements GetPricingRuleTypesId operation.
	//
	// Retrieve a list of rule types in a pricing. The rule types can be filtered by fields like FILTER
	// FIELDS. The rule types can also be paginated.
	//
	// GET /admin/pricing/rule-types/{id}
	GetPricingRuleTypesId(ctx context.Context, req OptAdminGetPricingRuleTypesRuleTypeParams, params GetPricingRuleTypesIdParams) (GetPricingRuleTypesIdRes, error)
	// GetProducts implements GetProducts operation.
	//
	// Retrieve a list of products. The products can be filtered by fields such as `id`. The products can
	// also be sorted or paginated.
	//
	// GET /admin/products
	GetProducts(ctx context.Context, req OptAdminGetProductsParams) (GetProductsRes, error)
	// GetProductsId implements GetProductsId operation.
	//
	// Retrieve a product by its ID. You can expand the product's relations or select the fields that
	// should be returned.
	//
	// GET /admin/products/{id}
	GetProductsId(ctx context.Context, req jx.Raw, params GetProductsIdParams) (GetProductsIdRes, error)
	// GetProductsIdOptions implements GetProductsIdOptions operation.
	//
	// Retrieve a list of options in a product. The options can be filtered by fields like FILTER FIELDS.
	// The options can also be paginated.
	//
	// GET /admin/products/{id}/options
	GetProductsIdOptions(ctx context.Context, req jx.Raw, params GetProductsIdOptionsParams) (GetProductsIdOptionsRes, error)
	// GetProductsIdOptionsOptionID implements GetProductsIdOptionsOption_id operation.
	//
	// Retrieve a list of options in a product. The options can be filtered by fields like FILTER FIELDS.
	// The options can also be paginated.
	//
	// GET /admin/products/{id}/options/{option_id}
	GetProductsIdOptionsOptionID(ctx context.Context, req jx.Raw, params GetProductsIdOptionsOptionIDParams) (GetProductsIdOptionsOptionIDRes, error)
	// GetProductsIdVariants implements GetProductsIdVariants operation.
	//
	// Retrieve a list of variants in a product. The variants can be filtered by fields like FILTER
	// FIELDS. The variants can also be paginated.
	//
	// GET /admin/products/{id}/variants
	GetProductsIdVariants(ctx context.Context, req jx.Raw, params GetProductsIdVariantsParams) (GetProductsIdVariantsRes, error)
	// GetProductsIdVariantsVariantID implements GetProductsIdVariantsVariant_id operation.
	//
	// Retrieve a list of variants in a product. The variants can be filtered by fields like FILTER
	// FIELDS. The variants can also be paginated.
	//
	// GET /admin/products/{id}/variants/{variant_id}
	GetProductsIdVariantsVariantID(ctx context.Context, req jx.Raw, params GetProductsIdVariantsVariantIDParams) (GetProductsIdVariantsVariantIDRes, error)
	// GetPromotions implements GetPromotions operation.
	//
	// Retrieve a list of promotions. The promotions can be filtered by fields such as `id`. The
	// promotions can also be sorted or paginated.
	//
	// GET /admin/promotions
	GetPromotions(ctx context.Context, req jx.Raw) (GetPromotionsRes, error)
	// GetPromotionsId implements GetPromotionsId operation.
	//
	// Retrieve a promotion by its ID. You can expand the promotion's relations or select the fields that
	// should be returned.
	//
	// GET /admin/promotions/{id}
	GetPromotionsId(ctx context.Context, req OptAdminGetPromotionsParams, params GetPromotionsIdParams) (GetPromotionsIdRes, error)
	// GetRegions implements GetRegions operation.
	//
	// Retrieve a list of regions. The regions can be filtered by fields such as `id`. The regions can
	// also be sorted or paginated.
	//
	// GET /admin/regions
	GetRegions(ctx context.Context, req jx.Raw) (GetRegionsRes, error)
	// GetRegionsId implements GetRegionsId operation.
	//
	// Retrieve a region by its ID. You can expand the region's relations or select the fields that
	// should be returned.
	//
	// GET /admin/regions/{id}
	GetRegionsId(ctx context.Context, req jx.Raw, params GetRegionsIdParams) (GetRegionsIdRes, error)
	// GetSalesChannels implements GetSalesChannels operation.
	//
	// Retrieve a list of sales channels. The sales channels can be filtered by fields such as `id`. The
	// sales channels can also be sorted or paginated.
	//
	// GET /admin/sales-channels
	GetSalesChannels(ctx context.Context, req jx.Raw) (GetSalesChannelsRes, error)
	// GetSalesChannelsId implements GetSalesChannelsId operation.
	//
	// Retrieve a sales channel by its ID. You can expand the sales channel's relations or select the
	// fields that should be returned.
	//
	// GET /admin/sales-channels/{id}
	GetSalesChannelsId(ctx context.Context, req jx.Raw, params GetSalesChannelsIdParams) (GetSalesChannelsIdRes, error)
	// GetStockLocationsId implements GetStockLocationsId operation.
	//
	// Retrieve a stock location by its ID. You can expand the stock location's relations or select the
	// fields that should be returned.
	//
	// GET /admin/stock-locations/{id}
	GetStockLocationsId(ctx context.Context, params GetStockLocationsIdParams) (GetStockLocationsIdRes, error)
	// GetStores implements GetStores operation.
	//
	// Retrieve a list of stores. The stores can be filtered by fields such as `id`. The stores can also
	// be sorted or paginated.
	//
	// GET /admin/stores
	GetStores(ctx context.Context, req jx.Raw) (GetStoresRes, error)
	// GetStoresId implements GetStoresId operation.
	//
	// Retrieve a store by its ID. You can expand the store's relations or select the fields that should
	// be returned.
	//
	// GET /admin/stores/{id}
	GetStoresId(ctx context.Context, req jx.Raw, params GetStoresIdParams) (GetStoresIdRes, error)
	// GetTaxRates implements GetTaxRates operation.
	//
	// Retrieve a list of tax rates. The tax rates can be filtered by fields such as `id`. The tax rates
	// can also be sorted or paginated.
	//
	// GET /admin/tax-rates
	GetTaxRates(ctx context.Context, req jx.Raw) (GetTaxRatesRes, error)
	// GetTaxRatesId implements GetTaxRatesId operation.
	//
	// Retrieve a tax rate by its ID. You can expand the tax rate's relations or select the fields that
	// should be returned.
	//
	// GET /admin/tax-rates/{id}
	GetTaxRatesId(ctx context.Context, req jx.Raw, params GetTaxRatesIdParams) (GetTaxRatesIdRes, error)
	// GetUsers implements GetUsers operation.
	//
	// Retrieve a list of users. The users can be filtered by fields such as `id`. The users can also be
	// sorted or paginated.
	//
	// GET /admin/users
	GetUsers(ctx context.Context, req jx.Raw) (GetUsersRes, error)
	// GetUsersId implements GetUsersId operation.
	//
	// Retrieve a user by its ID. You can expand the user's relations or select the fields that should be
	// returned.
	//
	// GET /admin/users/{id}
	GetUsersId(ctx context.Context, req jx.Raw, params GetUsersIdParams) (GetUsersIdRes, error)
	// GetUsersMe implements GetUsersMe operation.
	//
	// Retrieve a list of users. The users can be filtered by fields such as `id`. The users can also be
	// sorted or paginated.
	//
	// GET /admin/users/me
	GetUsersMe(ctx context.Context, req jx.Raw) (GetUsersMeRes, error)
	// GetWorkflowsExecutions implements GetWorkflowsExecutions operation.
	//
	// Retrieve a list of workflows executions. The workflows executions can be filtered by fields such
	// as `id`. The workflows executions can also be sorted or paginated.
	//
	// GET /admin/workflows-executions
	GetWorkflowsExecutions(ctx context.Context, req jx.Raw) (GetWorkflowsExecutionsRes, error)
	// GetWorkflowsExecutionsId implements GetWorkflowsExecutionsId operation.
	//
	// Retrieve a workflows execution by its ID. You can expand the workflows execution's relations or
	// select the fields that should be returned.
	//
	// GET /admin/workflows-executions/{id}
	GetWorkflowsExecutionsId(ctx context.Context, req jx.Raw, params GetWorkflowsExecutionsIdParams) (GetWorkflowsExecutionsIdRes, error)
	// GetWorkflowsExecutionsWorkflowIdSubscribe implements GetWorkflowsExecutionsWorkflow_idSubscribe operation.
	//
	// Retrieve a list of subscribes in a workflows execution. The subscribes can be filtered by fields
	// like FILTER FIELDS. The subscribes can also be paginated.
	//
	// GET /admin/workflows-executions/{workflow_id}/subscribe
	GetWorkflowsExecutionsWorkflowIdSubscribe(ctx context.Context, req jx.Raw, params GetWorkflowsExecutionsWorkflowIdSubscribeParams) (GetWorkflowsExecutionsWorkflowIdSubscribeRes, error)
	// GetWorkflowsExecutionsWorkflowIdTransactionID implements GetWorkflowsExecutionsWorkflow_idTransaction_id operation.
	//
	// Retrieve a list of  in a workflows execution. The  can be filtered by fields like FILTER FIELDS.
	// The  can also be paginated.
	//
	// GET /admin/workflows-executions/{workflow_id}/{transaction_id}
	GetWorkflowsExecutionsWorkflowIdTransactionID(ctx context.Context, req jx.Raw, params GetWorkflowsExecutionsWorkflowIdTransactionIDParams) (GetWorkflowsExecutionsWorkflowIdTransactionIDRes, error)
	// GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribe implements GetWorkflowsExecutionsWorkflow_idTransaction_idStep_idSubscribe operation.
	//
	// Retrieve a list of subscribes in a workflows execution. The subscribes can be filtered by fields
	// like FILTER FIELDS. The subscribes can also be paginated.
	//
	// GET /admin/workflows-executions/{workflow_id}/{transaction_id}/{step_id}/subscribe
	GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribe(ctx context.Context, req jx.Raw, params GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeParams) (GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeRes, error)
	// PostApiKeys implements PostApiKeys operation.
	//
	// Create a api key.
	//
	// POST /admin/api-keys
	PostApiKeys(ctx context.Context, req jx.Raw) (PostApiKeysRes, error)
	// PostApiKeysId implements PostApiKeysId operation.
	//
	// Update a api key's details.
	//
	// POST /admin/api-keys/{id}
	PostApiKeysId(ctx context.Context, req jx.Raw, params PostApiKeysIdParams) (PostApiKeysIdRes, error)
	// PostApiKeysIdRevoke implements PostApiKeysIdRevoke operation.
	//
	// Add a list of revokes to a api key.
	//
	// POST /admin/api-keys/{id}/revoke
	PostApiKeysIdRevoke(ctx context.Context, req jx.Raw, params PostApiKeysIdRevokeParams) (PostApiKeysIdRevokeRes, error)
	// PostCampaigns implements PostCampaigns operation.
	//
	// Create a campaign.
	//
	// POST /admin/campaigns
	PostCampaigns(ctx context.Context, req jx.Raw) (PostCampaignsRes, error)
	// PostCampaignsId implements PostCampaignsId operation.
	//
	// Update a campaign's details.
	//
	// POST /admin/campaigns/{id}
	PostCampaignsId(ctx context.Context, req OptAdminPostCampaignsReq, params PostCampaignsIdParams) (PostCampaignsIdRes, error)
	// PostCollections implements PostCollections operation.
	//
	// Create a collection.
	//
	// POST /admin/collections
	PostCollections(ctx context.Context, req jx.Raw) (PostCollectionsRes, error)
	// PostCollectionsId implements PostCollectionsId operation.
	//
	// Update a collection's details.
	//
	// POST /admin/collections/{id}
	PostCollectionsId(ctx context.Context, req jx.Raw, params PostCollectionsIdParams) (PostCollectionsIdRes, error)
	// PostCustomerGroups implements PostCustomerGroups operation.
	//
	// Create a customer group.
	//
	// POST /admin/customer-groups
	PostCustomerGroups(ctx context.Context, req jx.Raw) (PostCustomerGroupsRes, error)
	// PostCustomerGroupsId implements PostCustomerGroupsId operation.
	//
	// Update a customer group's details.
	//
	// POST /admin/customer-groups/{id}
	PostCustomerGroupsId(ctx context.Context, req jx.Raw, params PostCustomerGroupsIdParams) (PostCustomerGroupsIdRes, error)
	// PostCustomerGroupsIdCustomersBatch implements PostCustomerGroupsIdCustomersBatch operation.
	//
	// Add a list of customers to a customer group.
	//
	// POST /admin/customer-groups/{id}/customers/batch
	PostCustomerGroupsIdCustomersBatch(ctx context.Context, req OptAdminPostCustomerGroupsGroupCustomersBatchReq, params PostCustomerGroupsIdCustomersBatchParams) (PostCustomerGroupsIdCustomersBatchRes, error)
	// PostCustomerGroupsIdCustomersRemove implements PostCustomerGroupsIdCustomersRemove operation.
	//
	// Add a list of removes to a customer group.
	//
	// POST /admin/customer-groups/{id}/customers/remove
	PostCustomerGroupsIdCustomersRemove(ctx context.Context, req OptAdminPostCustomerGroupsGroupCustomersBatchReq, params PostCustomerGroupsIdCustomersRemoveParams) (PostCustomerGroupsIdCustomersRemoveRes, error)
	// PostCustomers implements PostCustomers operation.
	//
	// Create a customer.
	//
	// POST /admin/customers
	PostCustomers(ctx context.Context, req jx.Raw) (PostCustomersRes, error)
	// PostCustomersId implements PostCustomersId operation.
	//
	// Update a customer's details.
	//
	// POST /admin/customers/{id}
	PostCustomersId(ctx context.Context, req jx.Raw, params PostCustomersIdParams) (PostCustomersIdRes, error)
	// PostCustomersIdAddresses implements PostCustomersIdAddresses operation.
	//
	// Add a list of addresses to a customer.
	//
	// POST /admin/customers/{id}/addresses
	PostCustomersIdAddresses(ctx context.Context, req jx.Raw, params PostCustomersIdAddressesParams) (PostCustomersIdAddressesRes, error)
	// PostCustomersIdAddressesAddressID implements PostCustomersIdAddressesAddress_id operation.
	//
	// Add a list of addresses to a customer.
	//
	// POST /admin/customers/{id}/addresses/{address_id}
	PostCustomersIdAddressesAddressID(ctx context.Context, req jx.Raw, params PostCustomersIdAddressesAddressIDParams) (PostCustomersIdAddressesAddressIDRes, error)
	// PostFulfillmentShippingOptionsIdRulesBatchAdd implements PostFulfillmentShippingOptionsIdRulesBatchAdd operation.
	//
	// Add a list of adds to a fulfillment.
	//
	// POST /admin/fulfillment/shipping-options/{id}/rules/batch/add
	PostFulfillmentShippingOptionsIdRulesBatchAdd(ctx context.Context, req OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq, params PostFulfillmentShippingOptionsIdRulesBatchAddParams) (PostFulfillmentShippingOptionsIdRulesBatchAddRes, error)
	// PostFulfillmentShippingOptionsIdRulesBatchRemove implements PostFulfillmentShippingOptionsIdRulesBatchRemove operation.
	//
	// Add a list of removes to a fulfillment.
	//
	// POST /admin/fulfillment/shipping-options/{id}/rules/batch/remove
	PostFulfillmentShippingOptionsIdRulesBatchRemove(ctx context.Context, req OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq, params PostFulfillmentShippingOptionsIdRulesBatchRemoveParams) (PostFulfillmentShippingOptionsIdRulesBatchRemoveRes, error)
	// PostInventoryItems implements PostInventoryItems operation.
	//
	// Create a inventory item.
	//
	// POST /admin/inventory-items
	PostInventoryItems(ctx context.Context, req OptAdminPostInventoryItemsReq) (PostInventoryItemsRes, error)
	// PostInventoryItemsId implements PostInventoryItemsId operation.
	//
	// Update a inventory item's details.
	//
	// POST /admin/inventory-items/{id}
	PostInventoryItemsId(ctx context.Context, req OptAdminPostInventoryItemsInventoryItemReq, params PostInventoryItemsIdParams) (PostInventoryItemsIdRes, error)
	// PostInventoryItemsIdLocationLevels implements PostInventoryItemsIdLocationLevels operation.
	//
	// Add a list of location levels to a inventory item.
	//
	// POST /admin/inventory-items/{id}/location-levels
	PostInventoryItemsIdLocationLevels(ctx context.Context, req OptAdminPostInventoryItemsItemLocationLevelsReq, params PostInventoryItemsIdLocationLevelsParams) (PostInventoryItemsIdLocationLevelsRes, error)
	// PostInventoryItemsIdLocationLevelsLocationID implements PostInventoryItemsIdLocationLevelsLocation_id operation.
	//
	// Add a list of location levels to a inventory item.
	//
	// POST /admin/inventory-items/{id}/location-levels/{location_id}
	PostInventoryItemsIdLocationLevelsLocationID(ctx context.Context, req OptAdminPostInventoryItemsItemLocationLevelsLevelReq, params PostInventoryItemsIdLocationLevelsLocationIDParams) (PostInventoryItemsIdLocationLevelsLocationIDRes, error)
	// PostInvites implements PostInvites operation.
	//
	// Create a invite.
	//
	// POST /admin/invites
	PostInvites(ctx context.Context, req jx.Raw) (PostInvitesRes, error)
	// PostInvitesAccept implements PostInvitesAccept operation.
	//
	// Create a invite.
	//
	// POST /admin/invites/accept
	PostInvitesAccept(ctx context.Context, req OptAdminPostInvitesInviteAcceptReq) (PostInvitesAcceptRes, error)
	// PostInvitesIdResend implements PostInvitesIdResend operation.
	//
	// Add a list of resends to a invite.
	//
	// POST /admin/invites/{id}/resend
	PostInvitesIdResend(ctx context.Context, req jx.Raw, params PostInvitesIdResendParams) (PostInvitesIdResendRes, error)
	// PostPaymentsIdCapture implements PostPaymentsIdCapture operation.
	//
	// Add a list of captures to a payment.
	//
	// POST /admin/payments/{id}/capture
	PostPaymentsIdCapture(ctx context.Context, req OptAdminPostPaymentsCapturesReq, params PostPaymentsIdCaptureParams) (PostPaymentsIdCaptureRes, error)
	// PostPaymentsIdRefund implements PostPaymentsIdRefund operation.
	//
	// Add a list of refunds to a payment.
	//
	// POST /admin/payments/{id}/refund
	PostPaymentsIdRefund(ctx context.Context, req OptAdminPostPaymentsRefundsReq, params PostPaymentsIdRefundParams) (PostPaymentsIdRefundRes, error)
	// PostPriceLists implements PostPriceLists operation.
	//
	// Create a price list.
	//
	// POST /admin/price-lists
	PostPriceLists(ctx context.Context, req OptAdminPostPriceListsReq) (PostPriceListsRes, error)
	// PostPriceListsId implements PostPriceListsId operation.
	//
	// Update a price list's details.
	//
	// POST /admin/price-lists/{id}
	PostPriceListsId(ctx context.Context, req OptAdminPostPriceListsPriceListReq, params PostPriceListsIdParams) (PostPriceListsIdRes, error)
	// PostPriceListsIdPricesBatchAdd implements PostPriceListsIdPricesBatchAdd operation.
	//
	// Add a list of adds to a price list.
	//
	// POST /admin/price-lists/{id}/prices/batch/add
	PostPriceListsIdPricesBatchAdd(ctx context.Context, req OptAdminPostPriceListsPriceListPricesBatchAddReq, params PostPriceListsIdPricesBatchAddParams) (PostPriceListsIdPricesBatchAddRes, error)
	// PostPriceListsIdPricesBatchRemove implements PostPriceListsIdPricesBatchRemove operation.
	//
	// Add a list of removes to a price list.
	//
	// POST /admin/price-lists/{id}/prices/batch/remove
	PostPriceListsIdPricesBatchRemove(ctx context.Context, req OptAdminPostPriceListsPriceListPricesBatchRemoveReq, params PostPriceListsIdPricesBatchRemoveParams) (PostPriceListsIdPricesBatchRemoveRes, error)
	// PostPricingRuleTypes implements PostPricingRuleTypes operation.
	//
	// Create a pricing.
	//
	// POST /admin/pricing/rule-types
	PostPricingRuleTypes(ctx context.Context, req OptAdminPostPricingRuleTypesReq) (PostPricingRuleTypesRes, error)
	// PostPricingRuleTypesId implements PostPricingRuleTypesId operation.
	//
	// Add a list of rule types to a pricing.
	//
	// POST /admin/pricing/rule-types/{id}
	PostPricingRuleTypesId(ctx context.Context, req OptAdminPostPricingRuleTypesRuleTypeReq, params PostPricingRuleTypesIdParams) (PostPricingRuleTypesIdRes, error)
	// PostProducts implements PostProducts operation.
	//
	// Create a product.
	//
	// POST /admin/products
	PostProducts(ctx context.Context, req jx.Raw) (PostProductsRes, error)
	// PostProductsId implements PostProductsId operation.
	//
	// Update a product's details.
	//
	// POST /admin/products/{id}
	PostProductsId(ctx context.Context, req jx.Raw, params PostProductsIdParams) (PostProductsIdRes, error)
	// PostProductsIdOptions implements PostProductsIdOptions operation.
	//
	// Add a list of options to a product.
	//
	// POST /admin/products/{id}/options
	PostProductsIdOptions(ctx context.Context, req jx.Raw, params PostProductsIdOptionsParams) (PostProductsIdOptionsRes, error)
	// PostProductsIdOptionsOptionID implements PostProductsIdOptionsOption_id operation.
	//
	// Add a list of options to a product.
	//
	// POST /admin/products/{id}/options/{option_id}
	PostProductsIdOptionsOptionID(ctx context.Context, req jx.Raw, params PostProductsIdOptionsOptionIDParams) (PostProductsIdOptionsOptionIDRes, error)
	// PostProductsIdVariants implements PostProductsIdVariants operation.
	//
	// Add a list of variants to a product.
	//
	// POST /admin/products/{id}/variants
	PostProductsIdVariants(ctx context.Context, req jx.Raw, params PostProductsIdVariantsParams) (PostProductsIdVariantsRes, error)
	// PostProductsIdVariantsVariantID implements PostProductsIdVariantsVariant_id operation.
	//
	// Add a list of variants to a product.
	//
	// POST /admin/products/{id}/variants/{variant_id}
	PostProductsIdVariantsVariantID(ctx context.Context, req jx.Raw, params PostProductsIdVariantsVariantIDParams) (PostProductsIdVariantsVariantIDRes, error)
	// PostPromotions implements PostPromotions operation.
	//
	// Create a promotion.
	//
	// POST /admin/promotions
	PostPromotions(ctx context.Context, req jx.Raw) (PostPromotionsRes, error)
	// PostPromotionsId implements PostPromotionsId operation.
	//
	// Update a promotion's details.
	//
	// POST /admin/promotions/{id}
	PostPromotionsId(ctx context.Context, req OptAdminPostPromotionsPromotionReq, params PostPromotionsIdParams) (PostPromotionsIdRes, error)
	// PostPromotionsIdBuyRulesBatchAdd implements PostPromotionsIdBuyRulesBatchAdd operation.
	//
	// Add a list of adds to a promotion.
	//
	// POST /admin/promotions/{id}/buy-rules/batch/add
	PostPromotionsIdBuyRulesBatchAdd(ctx context.Context, req OptAdminPostPromotionsPromotionRulesBatchAddReq, params PostPromotionsIdBuyRulesBatchAddParams) (PostPromotionsIdBuyRulesBatchAddRes, error)
	// PostPromotionsIdBuyRulesBatchRemove implements PostPromotionsIdBuyRulesBatchRemove operation.
	//
	// Add a list of removes to a promotion.
	//
	// POST /admin/promotions/{id}/buy-rules/batch/remove
	PostPromotionsIdBuyRulesBatchRemove(ctx context.Context, req OptAdminPostPromotionsPromotionRulesBatchRemoveReq, params PostPromotionsIdBuyRulesBatchRemoveParams) (PostPromotionsIdBuyRulesBatchRemoveRes, error)
	// PostPromotionsIdRulesBatchAdd implements PostPromotionsIdRulesBatchAdd operation.
	//
	// Add a list of adds to a promotion.
	//
	// POST /admin/promotions/{id}/rules/batch/add
	PostPromotionsIdRulesBatchAdd(ctx context.Context, req OptAdminPostPromotionsPromotionRulesBatchAddReq, params PostPromotionsIdRulesBatchAddParams) (PostPromotionsIdRulesBatchAddRes, error)
	// PostPromotionsIdRulesBatchRemove implements PostPromotionsIdRulesBatchRemove operation.
	//
	// Add a list of removes to a promotion.
	//
	// POST /admin/promotions/{id}/rules/batch/remove
	PostPromotionsIdRulesBatchRemove(ctx context.Context, req OptAdminPostPromotionsPromotionRulesBatchRemoveReq, params PostPromotionsIdRulesBatchRemoveParams) (PostPromotionsIdRulesBatchRemoveRes, error)
	// PostPromotionsIdRulesBatchUpdate implements PostPromotionsIdRulesBatchUpdate operation.
	//
	// Add a list of updates to a promotion.
	//
	// POST /admin/promotions/{id}/rules/batch/update
	PostPromotionsIdRulesBatchUpdate(ctx context.Context, req OptAdminPostPromotionsPromotionRulesBatchUpdateReq, params PostPromotionsIdRulesBatchUpdateParams) (PostPromotionsIdRulesBatchUpdateRes, error)
	// PostPromotionsIdTargetRulesBatchAdd implements PostPromotionsIdTargetRulesBatchAdd operation.
	//
	// Add a list of adds to a promotion.
	//
	// POST /admin/promotions/{id}/target-rules/batch/add
	PostPromotionsIdTargetRulesBatchAdd(ctx context.Context, req OptAdminPostPromotionsPromotionRulesBatchAddReq, params PostPromotionsIdTargetRulesBatchAddParams) (PostPromotionsIdTargetRulesBatchAddRes, error)
	// PostPromotionsIdTargetRulesBatchRemove implements PostPromotionsIdTargetRulesBatchRemove operation.
	//
	// Add a list of removes to a promotion.
	//
	// POST /admin/promotions/{id}/target-rules/batch/remove
	PostPromotionsIdTargetRulesBatchRemove(ctx context.Context, req OptAdminPostPromotionsPromotionRulesBatchRemoveReq, params PostPromotionsIdTargetRulesBatchRemoveParams) (PostPromotionsIdTargetRulesBatchRemoveRes, error)
	// PostRegions implements PostRegions operation.
	//
	// Create a region.
	//
	// POST /admin/regions
	PostRegions(ctx context.Context, req jx.Raw) (PostRegionsRes, error)
	// PostRegionsId implements PostRegionsId operation.
	//
	// Update a region's details.
	//
	// POST /admin/regions/{id}
	PostRegionsId(ctx context.Context, req jx.Raw, params PostRegionsIdParams) (PostRegionsIdRes, error)
	// PostSalesChannels implements PostSalesChannels operation.
	//
	// Create a sales channel.
	//
	// POST /admin/sales-channels
	PostSalesChannels(ctx context.Context, req jx.Raw) (PostSalesChannelsRes, error)
	// PostSalesChannelsId implements PostSalesChannelsId operation.
	//
	// Update a sales channel's details.
	//
	// POST /admin/sales-channels/{id}
	PostSalesChannelsId(ctx context.Context, req jx.Raw, params PostSalesChannelsIdParams) (PostSalesChannelsIdRes, error)
	// PostSalesChannelsIdProductsBatchAdd implements PostSalesChannelsIdProductsBatchAdd operation.
	//
	// Add a list of adds to a sales channel.
	//
	// POST /admin/sales-channels/{id}/products/batch/add
	PostSalesChannelsIdProductsBatchAdd(ctx context.Context, req jx.Raw, params PostSalesChannelsIdProductsBatchAddParams) (PostSalesChannelsIdProductsBatchAddRes, error)
	// PostStockLocations implements PostStockLocations operation.
	//
	// Create a stock location.
	//
	// POST /admin/stock-locations
	PostStockLocations(ctx context.Context, req OptAdminPostStockLocationsReq) (PostStockLocationsRes, error)
	// PostStoresId implements PostStoresId operation.
	//
	// Update a store's details.
	//
	// POST /admin/stores/{id}
	PostStoresId(ctx context.Context, req jx.Raw, params PostStoresIdParams) (PostStoresIdRes, error)
	// PostTaxRates implements PostTaxRates operation.
	//
	// Create a tax rate.
	//
	// POST /admin/tax-rates
	PostTaxRates(ctx context.Context, req OptAdminPostTaxRatesReq) (PostTaxRatesRes, error)
	// PostTaxRatesId implements PostTaxRatesId operation.
	//
	// Update a tax rate's details.
	//
	// POST /admin/tax-rates/{id}
	PostTaxRatesId(ctx context.Context, req OptAdminPostTaxRatesTaxRateReq, params PostTaxRatesIdParams) (PostTaxRatesIdRes, error)
	// PostTaxRatesIdRules implements PostTaxRatesIdRules operation.
	//
	// Add a list of rules to a tax rate.
	//
	// POST /admin/tax-rates/{id}/rules
	PostTaxRatesIdRules(ctx context.Context, req OptAdminPostTaxRatesTaxRateRulesReq, params PostTaxRatesIdRulesParams) (PostTaxRatesIdRulesRes, error)
	// PostTaxRegions implements PostTaxRegions operation.
	//
	// Create a tax region.
	//
	// POST /admin/tax-regions
	PostTaxRegions(ctx context.Context, req OptAdminPostTaxRegionsReq) (PostTaxRegionsRes, error)
	// PostUsers implements PostUsers operation.
	//
	// Create a user.
	//
	// POST /admin/users
	PostUsers(ctx context.Context, req jx.Raw) (PostUsersRes, error)
	// PostUsersId implements PostUsersId operation.
	//
	// Update a user's details.
	//
	// POST /admin/users/{id}
	PostUsersId(ctx context.Context, req OptAdminUpdateUserRequest, params PostUsersIdParams) (PostUsersIdRes, error)
	// PostWorkflowsExecutionsWorkflowIdRun implements PostWorkflowsExecutionsWorkflow_idRun operation.
	//
	// Add a list of runs to a workflows execution.
	//
	// POST /admin/workflows-executions/{workflow_id}/run
	PostWorkflowsExecutionsWorkflowIdRun(ctx context.Context, req OptAdminPostWorkflowsRunReq, params PostWorkflowsExecutionsWorkflowIdRunParams) (PostWorkflowsExecutionsWorkflowIdRunRes, error)
	// PostWorkflowsExecutionsWorkflowIdStepsFailure implements PostWorkflowsExecutionsWorkflow_idStepsFailure operation.
	//
	// Add a list of failures to a workflows execution.
	//
	// POST /admin/workflows-executions/{workflow_id}/steps/failure
	PostWorkflowsExecutionsWorkflowIdStepsFailure(ctx context.Context, req OptAdminPostWorkflowsAsyncResponseReq, params PostWorkflowsExecutionsWorkflowIdStepsFailureParams) (PostWorkflowsExecutionsWorkflowIdStepsFailureRes, error)
	// PostWorkflowsExecutionsWorkflowIdStepsSuccess implements PostWorkflowsExecutionsWorkflow_idStepsSuccess operation.
	//
	// Add a list of successes to a workflows execution.
	//
	// POST /admin/workflows-executions/{workflow_id}/steps/success
	PostWorkflowsExecutionsWorkflowIdStepsSuccess(ctx context.Context, req OptAdminPostWorkflowsAsyncResponseReq, params PostWorkflowsExecutionsWorkflowIdStepsSuccessParams) (PostWorkflowsExecutionsWorkflowIdStepsSuccessRes, error)
}

Handler handles operations described by OpenAPI v3 specification.

type Invoker

type Invoker interface {
	// DeleteApiKeysId invokes DeleteApiKeysId operation.
	//
	// Delete a api key.
	//
	// DELETE /admin/api-keys/{id}
	DeleteApiKeysId(ctx context.Context, request jx.Raw, params DeleteApiKeysIdParams) (DeleteApiKeysIdRes, error)
	// DeleteCampaignsId invokes DeleteCampaignsId operation.
	//
	// Delete a campaign.
	//
	// DELETE /admin/campaigns/{id}
	DeleteCampaignsId(ctx context.Context, request jx.Raw, params DeleteCampaignsIdParams) (DeleteCampaignsIdRes, error)
	// DeleteCollectionsId invokes DeleteCollectionsId operation.
	//
	// Delete a collection.
	//
	// DELETE /admin/collections/{id}
	DeleteCollectionsId(ctx context.Context, request jx.Raw, params DeleteCollectionsIdParams) (DeleteCollectionsIdRes, error)
	// DeleteCustomerGroupsId invokes DeleteCustomerGroupsId operation.
	//
	// Delete a customer group.
	//
	// DELETE /admin/customer-groups/{id}
	DeleteCustomerGroupsId(ctx context.Context, request jx.Raw, params DeleteCustomerGroupsIdParams) (DeleteCustomerGroupsIdRes, error)
	// DeleteCustomersId invokes DeleteCustomersId operation.
	//
	// Delete a customer.
	//
	// DELETE /admin/customers/{id}
	DeleteCustomersId(ctx context.Context, request jx.Raw, params DeleteCustomersIdParams) (DeleteCustomersIdRes, error)
	// DeleteCustomersIdAddressesAddressID invokes DeleteCustomersIdAddressesAddress_id operation.
	//
	// Remove a list of addresses from a customer. This doesn't delete the Address, only the association
	// between the Address and the customer.
	//
	// DELETE /admin/customers/{id}/addresses/{address_id}
	DeleteCustomersIdAddressesAddressID(ctx context.Context, request jx.Raw, params DeleteCustomersIdAddressesAddressIDParams) (DeleteCustomersIdAddressesAddressIDRes, error)
	// DeleteInventoryItemsId invokes DeleteInventoryItemsId operation.
	//
	// Delete a inventory item.
	//
	// DELETE /admin/inventory-items/{id}
	DeleteInventoryItemsId(ctx context.Context, request jx.Raw, params DeleteInventoryItemsIdParams) (DeleteInventoryItemsIdRes, error)
	// DeleteInventoryItemsIdLocationLevelsLocationID invokes DeleteInventoryItemsIdLocationLevelsLocation_id operation.
	//
	// Remove a list of location levels from a inventory item. This doesn't delete the Location Level,
	// only the association between the Location Level and the inventory item.
	//
	// DELETE /admin/inventory-items/{id}/location-levels/{location_id}
	DeleteInventoryItemsIdLocationLevelsLocationID(ctx context.Context, request jx.Raw, params DeleteInventoryItemsIdLocationLevelsLocationIDParams) (DeleteInventoryItemsIdLocationLevelsLocationIDRes, error)
	// DeleteInvitesId invokes DeleteInvitesId operation.
	//
	// Delete a invite.
	//
	// DELETE /admin/invites/{id}
	DeleteInvitesId(ctx context.Context, request jx.Raw, params DeleteInvitesIdParams) (DeleteInvitesIdRes, error)
	// DeletePriceListsId invokes DeletePriceListsId operation.
	//
	// Delete a price list.
	//
	// DELETE /admin/price-lists/{id}
	DeletePriceListsId(ctx context.Context, request jx.Raw, params DeletePriceListsIdParams) (DeletePriceListsIdRes, error)
	// DeletePricingRuleTypesId invokes DeletePricingRuleTypesId operation.
	//
	// Remove a list of rule types from a pricing. This doesn't delete the Rule Type, only the
	// association between the Rule Type and the pricing.
	//
	// DELETE /admin/pricing/rule-types/{id}
	DeletePricingRuleTypesId(ctx context.Context, request *AdminDeletePricingRuleTypesRuleTypeReq, params DeletePricingRuleTypesIdParams) (DeletePricingRuleTypesIdRes, error)
	// DeleteProductsId invokes DeleteProductsId operation.
	//
	// Delete a product.
	//
	// DELETE /admin/products/{id}
	DeleteProductsId(ctx context.Context, request jx.Raw, params DeleteProductsIdParams) (DeleteProductsIdRes, error)
	// DeleteProductsIdOptionsOptionID invokes DeleteProductsIdOptionsOption_id operation.
	//
	// Remove a list of options from a product. This doesn't delete the Option, only the association
	// between the Option and the product.
	//
	// DELETE /admin/products/{id}/options/{option_id}
	DeleteProductsIdOptionsOptionID(ctx context.Context, request jx.Raw, params DeleteProductsIdOptionsOptionIDParams) (DeleteProductsIdOptionsOptionIDRes, error)
	// DeleteProductsIdVariantsVariantID invokes DeleteProductsIdVariantsVariant_id operation.
	//
	// Remove a list of variants from a product. This doesn't delete the Variant, only the association
	// between the Variant and the product.
	//
	// DELETE /admin/products/{id}/variants/{variant_id}
	DeleteProductsIdVariantsVariantID(ctx context.Context, request jx.Raw, params DeleteProductsIdVariantsVariantIDParams) (DeleteProductsIdVariantsVariantIDRes, error)
	// DeletePromotionsId invokes DeletePromotionsId operation.
	//
	// Delete a promotion.
	//
	// DELETE /admin/promotions/{id}
	DeletePromotionsId(ctx context.Context, request jx.Raw, params DeletePromotionsIdParams) (DeletePromotionsIdRes, error)
	// DeleteRegionsId invokes DeleteRegionsId operation.
	//
	// Delete a region.
	//
	// DELETE /admin/regions/{id}
	DeleteRegionsId(ctx context.Context, request jx.Raw, params DeleteRegionsIdParams) (DeleteRegionsIdRes, error)
	// DeleteSalesChannelsId invokes DeleteSalesChannelsId operation.
	//
	// Delete a sales channel.
	//
	// DELETE /admin/sales-channels/{id}
	DeleteSalesChannelsId(ctx context.Context, request jx.Raw, params DeleteSalesChannelsIdParams) (DeleteSalesChannelsIdRes, error)
	// DeleteStockLocationsId invokes DeleteStockLocationsId operation.
	//
	// Delete a stock location.
	//
	// DELETE /admin/stock-locations/{id}
	DeleteStockLocationsId(ctx context.Context, params DeleteStockLocationsIdParams) (DeleteStockLocationsIdRes, error)
	// DeleteTaxRatesId invokes DeleteTaxRatesId operation.
	//
	// Delete a tax rate.
	//
	// DELETE /admin/tax-rates/{id}
	DeleteTaxRatesId(ctx context.Context, request jx.Raw, params DeleteTaxRatesIdParams) (DeleteTaxRatesIdRes, error)
	// DeleteTaxRatesIdRulesRuleID invokes DeleteTaxRatesIdRulesRule_id operation.
	//
	// Remove a list of rules from a tax rate. This doesn't delete the Rule, only the association between
	// the Rule and the tax rate.
	//
	// DELETE /admin/tax-rates/{id}/rules/{rule_id}
	DeleteTaxRatesIdRulesRuleID(ctx context.Context, request jx.Raw, params DeleteTaxRatesIdRulesRuleIDParams) (DeleteTaxRatesIdRulesRuleIDRes, error)
	// DeleteTaxRegionsId invokes DeleteTaxRegionsId operation.
	//
	// Delete a tax region.
	//
	// DELETE /admin/tax-regions/{id}
	DeleteTaxRegionsId(ctx context.Context, request jx.Raw, params DeleteTaxRegionsIdParams) (DeleteTaxRegionsIdRes, error)
	// DeleteUsersId invokes DeleteUsersId operation.
	//
	// Delete a user.
	//
	// DELETE /admin/users/{id}
	DeleteUsersId(ctx context.Context, request jx.Raw, params DeleteUsersIdParams) (DeleteUsersIdRes, error)
	// GetApiKeys invokes GetApiKeys operation.
	//
	// Retrieve a list of api keys. The api keys can be filtered by fields such as `id`. The api keys can
	// also be sorted or paginated.
	//
	// GET /admin/api-keys
	GetApiKeys(ctx context.Context, request jx.Raw) (GetApiKeysRes, error)
	// GetApiKeysId invokes GetApiKeysId operation.
	//
	// Retrieve a api key by its ID. You can expand the api key's relations or select the fields that
	// should be returned.
	//
	// GET /admin/api-keys/{id}
	GetApiKeysId(ctx context.Context, request jx.Raw, params GetApiKeysIdParams) (GetApiKeysIdRes, error)
	// GetCampaigns invokes GetCampaigns operation.
	//
	// Retrieve a list of campaigns. The campaigns can be filtered by fields such as `id`. The campaigns
	// can also be sorted or paginated.
	//
	// GET /admin/campaigns
	GetCampaigns(ctx context.Context, request jx.Raw) (GetCampaignsRes, error)
	// GetCampaignsId invokes GetCampaignsId operation.
	//
	// Retrieve a campaign by its ID. You can expand the campaign's relations or select the fields that
	// should be returned.
	//
	// GET /admin/campaigns/{id}
	GetCampaignsId(ctx context.Context, request jx.Raw, params GetCampaignsIdParams) (GetCampaignsIdRes, error)
	// GetCollections invokes GetCollections operation.
	//
	// Retrieve a list of collections. The collections can be filtered by fields such as `id`. The
	// collections can also be sorted or paginated.
	//
	// GET /admin/collections
	GetCollections(ctx context.Context, request jx.Raw) (GetCollectionsRes, error)
	// GetCollectionsId invokes GetCollectionsId operation.
	//
	// Retrieve a collection by its ID. You can expand the collection's relations or select the fields
	// that should be returned.
	//
	// GET /admin/collections/{id}
	GetCollectionsId(ctx context.Context, request jx.Raw, params GetCollectionsIdParams) (GetCollectionsIdRes, error)
	// GetCurrencies invokes GetCurrencies operation.
	//
	// Retrieve a list of currencies. The currencies can be filtered by fields such as `id`. The
	// currencies can also be sorted or paginated.
	//
	// GET /admin/currencies
	GetCurrencies(ctx context.Context, request jx.Raw) (GetCurrenciesRes, error)
	// GetCurrenciesCode invokes GetCurrenciesCode operation.
	//
	// Retrieve a currency by its ID. You can expand the currency's relations or select the fields that
	// should be returned.
	//
	// GET /admin/currencies/{code}
	GetCurrenciesCode(ctx context.Context, request jx.Raw, params GetCurrenciesCodeParams) (GetCurrenciesCodeRes, error)
	// GetCustomerGroups invokes GetCustomerGroups operation.
	//
	// Retrieve a list of customer groups. The customer groups can be filtered by fields such as `id`.
	// The customer groups can also be sorted or paginated.
	//
	// GET /admin/customer-groups
	GetCustomerGroups(ctx context.Context, request jx.Raw) (GetCustomerGroupsRes, error)
	// GetCustomerGroupsId invokes GetCustomerGroupsId operation.
	//
	// Retrieve a customer group by its ID. You can expand the customer group's relations or select the
	// fields that should be returned.
	//
	// GET /admin/customer-groups/{id}
	GetCustomerGroupsId(ctx context.Context, request jx.Raw, params GetCustomerGroupsIdParams) (GetCustomerGroupsIdRes, error)
	// GetCustomerGroupsIdCustomers invokes GetCustomerGroupsIdCustomers operation.
	//
	// Retrieve a list of customers in a customer group. The customers can be filtered by fields like
	// FILTER FIELDS. The customers can also be paginated.
	//
	// GET /admin/customer-groups/{id}/customers
	GetCustomerGroupsIdCustomers(ctx context.Context, request jx.Raw, params GetCustomerGroupsIdCustomersParams) (GetCustomerGroupsIdCustomersRes, error)
	// GetCustomers invokes GetCustomers operation.
	//
	// Retrieve a list of customers. The customers can be filtered by fields such as `id`. The customers
	// can also be sorted or paginated.
	//
	// GET /admin/customers
	GetCustomers(ctx context.Context, request jx.Raw) (GetCustomersRes, error)
	// GetCustomersId invokes GetCustomersId operation.
	//
	// Retrieve a customer by its ID. You can expand the customer's relations or select the fields that
	// should be returned.
	//
	// GET /admin/customers/{id}
	GetCustomersId(ctx context.Context, request jx.Raw, params GetCustomersIdParams) (GetCustomersIdRes, error)
	// GetCustomersIdAddresses invokes GetCustomersIdAddresses operation.
	//
	// Retrieve a list of addresses in a customer. The addresses can be filtered by fields like FILTER
	// FIELDS. The addresses can also be paginated.
	//
	// GET /admin/customers/{id}/addresses
	GetCustomersIdAddresses(ctx context.Context, request jx.Raw, params GetCustomersIdAddressesParams) (GetCustomersIdAddressesRes, error)
	// GetCustomersIdAddressesAddressID invokes GetCustomersIdAddressesAddress_id operation.
	//
	// Retrieve a list of addresses in a customer. The addresses can be filtered by fields like FILTER
	// FIELDS. The addresses can also be paginated.
	//
	// GET /admin/customers/{id}/addresses/{address_id}
	GetCustomersIdAddressesAddressID(ctx context.Context, request jx.Raw, params GetCustomersIdAddressesAddressIDParams) (GetCustomersIdAddressesAddressIDRes, error)
	// GetInventoryItems invokes GetInventoryItems operation.
	//
	// Retrieve a list of inventory items. The inventory items can be filtered by fields such as `id`.
	// The inventory items can also be sorted or paginated.
	//
	// GET /admin/inventory-items
	GetInventoryItems(ctx context.Context, request jx.Raw) (GetInventoryItemsRes, error)
	// GetInventoryItemsId invokes GetInventoryItemsId operation.
	//
	// Retrieve a inventory item by its ID. You can expand the inventory item's relations or select the
	// fields that should be returned.
	//
	// GET /admin/inventory-items/{id}
	GetInventoryItemsId(ctx context.Context, request jx.Raw, params GetInventoryItemsIdParams) (GetInventoryItemsIdRes, error)
	// GetInvites invokes GetInvites operation.
	//
	// Retrieve a list of invites. The invites can be filtered by fields such as `id`. The invites can
	// also be sorted or paginated.
	//
	// GET /admin/invites
	GetInvites(ctx context.Context, request jx.Raw) (GetInvitesRes, error)
	// GetInvitesId invokes GetInvitesId operation.
	//
	// Retrieve a invite by its ID. You can expand the invite's relations or select the fields that
	// should be returned.
	//
	// GET /admin/invites/{id}
	GetInvitesId(ctx context.Context, request jx.Raw, params GetInvitesIdParams) (GetInvitesIdRes, error)
	// GetPayments invokes GetPayments operation.
	//
	// Retrieve a list of payments. The payments can be filtered by fields such as `id`. The payments can
	// also be sorted or paginated.
	//
	// GET /admin/payments
	GetPayments(ctx context.Context, request jx.Raw) (GetPaymentsRes, error)
	// GetPaymentsId invokes GetPaymentsId operation.
	//
	// Retrieve a payment by its ID. You can expand the payment's relations or select the fields that
	// should be returned.
	//
	// GET /admin/payments/{id}
	GetPaymentsId(ctx context.Context, request jx.Raw, params GetPaymentsIdParams) (GetPaymentsIdRes, error)
	// GetPriceLists invokes GetPriceLists operation.
	//
	// Retrieve a list of price lists. The price lists can be filtered by fields such as `id`. The price
	// lists can also be sorted or paginated.
	//
	// GET /admin/price-lists
	GetPriceLists(ctx context.Context, request jx.Raw) (GetPriceListsRes, error)
	// GetPriceListsId invokes GetPriceListsId operation.
	//
	// Retrieve a price list by its ID. You can expand the price list's relations or select the fields
	// that should be returned.
	//
	// GET /admin/price-lists/{id}
	GetPriceListsId(ctx context.Context, request jx.Raw, params GetPriceListsIdParams) (GetPriceListsIdRes, error)
	// GetPricingRuleTypes invokes GetPricingRuleTypes operation.
	//
	// Retrieve a list of pricing. The pricing can be filtered by fields such as `id`. The pricing can
	// also be sorted or paginated.
	//
	// GET /admin/pricing/rule-types
	GetPricingRuleTypes(ctx context.Context, request OptAdminGetPricingRuleTypesParams) (GetPricingRuleTypesRes, error)
	// GetPricingRuleTypesId invokes GetPricingRuleTypesId operation.
	//
	// Retrieve a list of rule types in a pricing. The rule types can be filtered by fields like FILTER
	// FIELDS. The rule types can also be paginated.
	//
	// GET /admin/pricing/rule-types/{id}
	GetPricingRuleTypesId(ctx context.Context, request OptAdminGetPricingRuleTypesRuleTypeParams, params GetPricingRuleTypesIdParams) (GetPricingRuleTypesIdRes, error)
	// GetProducts invokes GetProducts operation.
	//
	// Retrieve a list of products. The products can be filtered by fields such as `id`. The products can
	// also be sorted or paginated.
	//
	// GET /admin/products
	GetProducts(ctx context.Context, request OptAdminGetProductsParams) (GetProductsRes, error)
	// GetProductsId invokes GetProductsId operation.
	//
	// Retrieve a product by its ID. You can expand the product's relations or select the fields that
	// should be returned.
	//
	// GET /admin/products/{id}
	GetProductsId(ctx context.Context, request jx.Raw, params GetProductsIdParams) (GetProductsIdRes, error)
	// GetProductsIdOptions invokes GetProductsIdOptions operation.
	//
	// Retrieve a list of options in a product. The options can be filtered by fields like FILTER FIELDS.
	// The options can also be paginated.
	//
	// GET /admin/products/{id}/options
	GetProductsIdOptions(ctx context.Context, request jx.Raw, params GetProductsIdOptionsParams) (GetProductsIdOptionsRes, error)
	// GetProductsIdOptionsOptionID invokes GetProductsIdOptionsOption_id operation.
	//
	// Retrieve a list of options in a product. The options can be filtered by fields like FILTER FIELDS.
	// The options can also be paginated.
	//
	// GET /admin/products/{id}/options/{option_id}
	GetProductsIdOptionsOptionID(ctx context.Context, request jx.Raw, params GetProductsIdOptionsOptionIDParams) (GetProductsIdOptionsOptionIDRes, error)
	// GetProductsIdVariants invokes GetProductsIdVariants operation.
	//
	// Retrieve a list of variants in a product. The variants can be filtered by fields like FILTER
	// FIELDS. The variants can also be paginated.
	//
	// GET /admin/products/{id}/variants
	GetProductsIdVariants(ctx context.Context, request jx.Raw, params GetProductsIdVariantsParams) (GetProductsIdVariantsRes, error)
	// GetProductsIdVariantsVariantID invokes GetProductsIdVariantsVariant_id operation.
	//
	// Retrieve a list of variants in a product. The variants can be filtered by fields like FILTER
	// FIELDS. The variants can also be paginated.
	//
	// GET /admin/products/{id}/variants/{variant_id}
	GetProductsIdVariantsVariantID(ctx context.Context, request jx.Raw, params GetProductsIdVariantsVariantIDParams) (GetProductsIdVariantsVariantIDRes, error)
	// GetPromotions invokes GetPromotions operation.
	//
	// Retrieve a list of promotions. The promotions can be filtered by fields such as `id`. The
	// promotions can also be sorted or paginated.
	//
	// GET /admin/promotions
	GetPromotions(ctx context.Context, request jx.Raw) (GetPromotionsRes, error)
	// GetPromotionsId invokes GetPromotionsId operation.
	//
	// Retrieve a promotion by its ID. You can expand the promotion's relations or select the fields that
	// should be returned.
	//
	// GET /admin/promotions/{id}
	GetPromotionsId(ctx context.Context, request OptAdminGetPromotionsParams, params GetPromotionsIdParams) (GetPromotionsIdRes, error)
	// GetRegions invokes GetRegions operation.
	//
	// Retrieve a list of regions. The regions can be filtered by fields such as `id`. The regions can
	// also be sorted or paginated.
	//
	// GET /admin/regions
	GetRegions(ctx context.Context, request jx.Raw) (GetRegionsRes, error)
	// GetRegionsId invokes GetRegionsId operation.
	//
	// Retrieve a region by its ID. You can expand the region's relations or select the fields that
	// should be returned.
	//
	// GET /admin/regions/{id}
	GetRegionsId(ctx context.Context, request jx.Raw, params GetRegionsIdParams) (GetRegionsIdRes, error)
	// GetSalesChannels invokes GetSalesChannels operation.
	//
	// Retrieve a list of sales channels. The sales channels can be filtered by fields such as `id`. The
	// sales channels can also be sorted or paginated.
	//
	// GET /admin/sales-channels
	GetSalesChannels(ctx context.Context, request jx.Raw) (GetSalesChannelsRes, error)
	// GetSalesChannelsId invokes GetSalesChannelsId operation.
	//
	// Retrieve a sales channel by its ID. You can expand the sales channel's relations or select the
	// fields that should be returned.
	//
	// GET /admin/sales-channels/{id}
	GetSalesChannelsId(ctx context.Context, request jx.Raw, params GetSalesChannelsIdParams) (GetSalesChannelsIdRes, error)
	// GetStockLocationsId invokes GetStockLocationsId operation.
	//
	// Retrieve a stock location by its ID. You can expand the stock location's relations or select the
	// fields that should be returned.
	//
	// GET /admin/stock-locations/{id}
	GetStockLocationsId(ctx context.Context, params GetStockLocationsIdParams) (GetStockLocationsIdRes, error)
	// GetStores invokes GetStores operation.
	//
	// Retrieve a list of stores. The stores can be filtered by fields such as `id`. The stores can also
	// be sorted or paginated.
	//
	// GET /admin/stores
	GetStores(ctx context.Context, request jx.Raw) (GetStoresRes, error)
	// GetStoresId invokes GetStoresId operation.
	//
	// Retrieve a store by its ID. You can expand the store's relations or select the fields that should
	// be returned.
	//
	// GET /admin/stores/{id}
	GetStoresId(ctx context.Context, request jx.Raw, params GetStoresIdParams) (GetStoresIdRes, error)
	// GetTaxRates invokes GetTaxRates operation.
	//
	// Retrieve a list of tax rates. The tax rates can be filtered by fields such as `id`. The tax rates
	// can also be sorted or paginated.
	//
	// GET /admin/tax-rates
	GetTaxRates(ctx context.Context, request jx.Raw) (GetTaxRatesRes, error)
	// GetTaxRatesId invokes GetTaxRatesId operation.
	//
	// Retrieve a tax rate by its ID. You can expand the tax rate's relations or select the fields that
	// should be returned.
	//
	// GET /admin/tax-rates/{id}
	GetTaxRatesId(ctx context.Context, request jx.Raw, params GetTaxRatesIdParams) (GetTaxRatesIdRes, error)
	// GetUsers invokes GetUsers operation.
	//
	// Retrieve a list of users. The users can be filtered by fields such as `id`. The users can also be
	// sorted or paginated.
	//
	// GET /admin/users
	GetUsers(ctx context.Context, request jx.Raw) (GetUsersRes, error)
	// GetUsersId invokes GetUsersId operation.
	//
	// Retrieve a user by its ID. You can expand the user's relations or select the fields that should be
	// returned.
	//
	// GET /admin/users/{id}
	GetUsersId(ctx context.Context, request jx.Raw, params GetUsersIdParams) (GetUsersIdRes, error)
	// GetUsersMe invokes GetUsersMe operation.
	//
	// Retrieve a list of users. The users can be filtered by fields such as `id`. The users can also be
	// sorted or paginated.
	//
	// GET /admin/users/me
	GetUsersMe(ctx context.Context, request jx.Raw) (GetUsersMeRes, error)
	// GetWorkflowsExecutions invokes GetWorkflowsExecutions operation.
	//
	// Retrieve a list of workflows executions. The workflows executions can be filtered by fields such
	// as `id`. The workflows executions can also be sorted or paginated.
	//
	// GET /admin/workflows-executions
	GetWorkflowsExecutions(ctx context.Context, request jx.Raw) (GetWorkflowsExecutionsRes, error)
	// GetWorkflowsExecutionsId invokes GetWorkflowsExecutionsId operation.
	//
	// Retrieve a workflows execution by its ID. You can expand the workflows execution's relations or
	// select the fields that should be returned.
	//
	// GET /admin/workflows-executions/{id}
	GetWorkflowsExecutionsId(ctx context.Context, request jx.Raw, params GetWorkflowsExecutionsIdParams) (GetWorkflowsExecutionsIdRes, error)
	// GetWorkflowsExecutionsWorkflowIdSubscribe invokes GetWorkflowsExecutionsWorkflow_idSubscribe operation.
	//
	// Retrieve a list of subscribes in a workflows execution. The subscribes can be filtered by fields
	// like FILTER FIELDS. The subscribes can also be paginated.
	//
	// GET /admin/workflows-executions/{workflow_id}/subscribe
	GetWorkflowsExecutionsWorkflowIdSubscribe(ctx context.Context, request jx.Raw, params GetWorkflowsExecutionsWorkflowIdSubscribeParams) (GetWorkflowsExecutionsWorkflowIdSubscribeRes, error)
	// GetWorkflowsExecutionsWorkflowIdTransactionID invokes GetWorkflowsExecutionsWorkflow_idTransaction_id operation.
	//
	// Retrieve a list of  in a workflows execution. The  can be filtered by fields like FILTER FIELDS.
	// The  can also be paginated.
	//
	// GET /admin/workflows-executions/{workflow_id}/{transaction_id}
	GetWorkflowsExecutionsWorkflowIdTransactionID(ctx context.Context, request jx.Raw, params GetWorkflowsExecutionsWorkflowIdTransactionIDParams) (GetWorkflowsExecutionsWorkflowIdTransactionIDRes, error)
	// GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribe invokes GetWorkflowsExecutionsWorkflow_idTransaction_idStep_idSubscribe operation.
	//
	// Retrieve a list of subscribes in a workflows execution. The subscribes can be filtered by fields
	// like FILTER FIELDS. The subscribes can also be paginated.
	//
	// GET /admin/workflows-executions/{workflow_id}/{transaction_id}/{step_id}/subscribe
	GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribe(ctx context.Context, request jx.Raw, params GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeParams) (GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribeRes, error)
	// PostApiKeys invokes PostApiKeys operation.
	//
	// Create a api key.
	//
	// POST /admin/api-keys
	PostApiKeys(ctx context.Context, request jx.Raw) (PostApiKeysRes, error)
	// PostApiKeysId invokes PostApiKeysId operation.
	//
	// Update a api key's details.
	//
	// POST /admin/api-keys/{id}
	PostApiKeysId(ctx context.Context, request jx.Raw, params PostApiKeysIdParams) (PostApiKeysIdRes, error)
	// PostApiKeysIdRevoke invokes PostApiKeysIdRevoke operation.
	//
	// Add a list of revokes to a api key.
	//
	// POST /admin/api-keys/{id}/revoke
	PostApiKeysIdRevoke(ctx context.Context, request jx.Raw, params PostApiKeysIdRevokeParams) (PostApiKeysIdRevokeRes, error)
	// PostCampaigns invokes PostCampaigns operation.
	//
	// Create a campaign.
	//
	// POST /admin/campaigns
	PostCampaigns(ctx context.Context, request jx.Raw) (PostCampaignsRes, error)
	// PostCampaignsId invokes PostCampaignsId operation.
	//
	// Update a campaign's details.
	//
	// POST /admin/campaigns/{id}
	PostCampaignsId(ctx context.Context, request OptAdminPostCampaignsReq, params PostCampaignsIdParams) (PostCampaignsIdRes, error)
	// PostCollections invokes PostCollections operation.
	//
	// Create a collection.
	//
	// POST /admin/collections
	PostCollections(ctx context.Context, request jx.Raw) (PostCollectionsRes, error)
	// PostCollectionsId invokes PostCollectionsId operation.
	//
	// Update a collection's details.
	//
	// POST /admin/collections/{id}
	PostCollectionsId(ctx context.Context, request jx.Raw, params PostCollectionsIdParams) (PostCollectionsIdRes, error)
	// PostCustomerGroups invokes PostCustomerGroups operation.
	//
	// Create a customer group.
	//
	// POST /admin/customer-groups
	PostCustomerGroups(ctx context.Context, request jx.Raw) (PostCustomerGroupsRes, error)
	// PostCustomerGroupsId invokes PostCustomerGroupsId operation.
	//
	// Update a customer group's details.
	//
	// POST /admin/customer-groups/{id}
	PostCustomerGroupsId(ctx context.Context, request jx.Raw, params PostCustomerGroupsIdParams) (PostCustomerGroupsIdRes, error)
	// PostCustomerGroupsIdCustomersBatch invokes PostCustomerGroupsIdCustomersBatch operation.
	//
	// Add a list of customers to a customer group.
	//
	// POST /admin/customer-groups/{id}/customers/batch
	PostCustomerGroupsIdCustomersBatch(ctx context.Context, request OptAdminPostCustomerGroupsGroupCustomersBatchReq, params PostCustomerGroupsIdCustomersBatchParams) (PostCustomerGroupsIdCustomersBatchRes, error)
	// PostCustomerGroupsIdCustomersRemove invokes PostCustomerGroupsIdCustomersRemove operation.
	//
	// Add a list of removes to a customer group.
	//
	// POST /admin/customer-groups/{id}/customers/remove
	PostCustomerGroupsIdCustomersRemove(ctx context.Context, request OptAdminPostCustomerGroupsGroupCustomersBatchReq, params PostCustomerGroupsIdCustomersRemoveParams) (PostCustomerGroupsIdCustomersRemoveRes, error)
	// PostCustomers invokes PostCustomers operation.
	//
	// Create a customer.
	//
	// POST /admin/customers
	PostCustomers(ctx context.Context, request jx.Raw) (PostCustomersRes, error)
	// PostCustomersId invokes PostCustomersId operation.
	//
	// Update a customer's details.
	//
	// POST /admin/customers/{id}
	PostCustomersId(ctx context.Context, request jx.Raw, params PostCustomersIdParams) (PostCustomersIdRes, error)
	// PostCustomersIdAddresses invokes PostCustomersIdAddresses operation.
	//
	// Add a list of addresses to a customer.
	//
	// POST /admin/customers/{id}/addresses
	PostCustomersIdAddresses(ctx context.Context, request jx.Raw, params PostCustomersIdAddressesParams) (PostCustomersIdAddressesRes, error)
	// PostCustomersIdAddressesAddressID invokes PostCustomersIdAddressesAddress_id operation.
	//
	// Add a list of addresses to a customer.
	//
	// POST /admin/customers/{id}/addresses/{address_id}
	PostCustomersIdAddressesAddressID(ctx context.Context, request jx.Raw, params PostCustomersIdAddressesAddressIDParams) (PostCustomersIdAddressesAddressIDRes, error)
	// PostFulfillmentShippingOptionsIdRulesBatchAdd invokes PostFulfillmentShippingOptionsIdRulesBatchAdd operation.
	//
	// Add a list of adds to a fulfillment.
	//
	// POST /admin/fulfillment/shipping-options/{id}/rules/batch/add
	PostFulfillmentShippingOptionsIdRulesBatchAdd(ctx context.Context, request OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq, params PostFulfillmentShippingOptionsIdRulesBatchAddParams) (PostFulfillmentShippingOptionsIdRulesBatchAddRes, error)
	// PostFulfillmentShippingOptionsIdRulesBatchRemove invokes PostFulfillmentShippingOptionsIdRulesBatchRemove operation.
	//
	// Add a list of removes to a fulfillment.
	//
	// POST /admin/fulfillment/shipping-options/{id}/rules/batch/remove
	PostFulfillmentShippingOptionsIdRulesBatchRemove(ctx context.Context, request OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq, params PostFulfillmentShippingOptionsIdRulesBatchRemoveParams) (PostFulfillmentShippingOptionsIdRulesBatchRemoveRes, error)
	// PostInventoryItems invokes PostInventoryItems operation.
	//
	// Create a inventory item.
	//
	// POST /admin/inventory-items
	PostInventoryItems(ctx context.Context, request OptAdminPostInventoryItemsReq) (PostInventoryItemsRes, error)
	// PostInventoryItemsId invokes PostInventoryItemsId operation.
	//
	// Update a inventory item's details.
	//
	// POST /admin/inventory-items/{id}
	PostInventoryItemsId(ctx context.Context, request OptAdminPostInventoryItemsInventoryItemReq, params PostInventoryItemsIdParams) (PostInventoryItemsIdRes, error)
	// PostInventoryItemsIdLocationLevels invokes PostInventoryItemsIdLocationLevels operation.
	//
	// Add a list of location levels to a inventory item.
	//
	// POST /admin/inventory-items/{id}/location-levels
	PostInventoryItemsIdLocationLevels(ctx context.Context, request OptAdminPostInventoryItemsItemLocationLevelsReq, params PostInventoryItemsIdLocationLevelsParams) (PostInventoryItemsIdLocationLevelsRes, error)
	// PostInventoryItemsIdLocationLevelsLocationID invokes PostInventoryItemsIdLocationLevelsLocation_id operation.
	//
	// Add a list of location levels to a inventory item.
	//
	// POST /admin/inventory-items/{id}/location-levels/{location_id}
	PostInventoryItemsIdLocationLevelsLocationID(ctx context.Context, request OptAdminPostInventoryItemsItemLocationLevelsLevelReq, params PostInventoryItemsIdLocationLevelsLocationIDParams) (PostInventoryItemsIdLocationLevelsLocationIDRes, error)
	// PostInvites invokes PostInvites operation.
	//
	// Create a invite.
	//
	// POST /admin/invites
	PostInvites(ctx context.Context, request jx.Raw) (PostInvitesRes, error)
	// PostInvitesAccept invokes PostInvitesAccept operation.
	//
	// Create a invite.
	//
	// POST /admin/invites/accept
	PostInvitesAccept(ctx context.Context, request OptAdminPostInvitesInviteAcceptReq) (PostInvitesAcceptRes, error)
	// PostInvitesIdResend invokes PostInvitesIdResend operation.
	//
	// Add a list of resends to a invite.
	//
	// POST /admin/invites/{id}/resend
	PostInvitesIdResend(ctx context.Context, request jx.Raw, params PostInvitesIdResendParams) (PostInvitesIdResendRes, error)
	// PostPaymentsIdCapture invokes PostPaymentsIdCapture operation.
	//
	// Add a list of captures to a payment.
	//
	// POST /admin/payments/{id}/capture
	PostPaymentsIdCapture(ctx context.Context, request OptAdminPostPaymentsCapturesReq, params PostPaymentsIdCaptureParams) (PostPaymentsIdCaptureRes, error)
	// PostPaymentsIdRefund invokes PostPaymentsIdRefund operation.
	//
	// Add a list of refunds to a payment.
	//
	// POST /admin/payments/{id}/refund
	PostPaymentsIdRefund(ctx context.Context, request OptAdminPostPaymentsRefundsReq, params PostPaymentsIdRefundParams) (PostPaymentsIdRefundRes, error)
	// PostPriceLists invokes PostPriceLists operation.
	//
	// Create a price list.
	//
	// POST /admin/price-lists
	PostPriceLists(ctx context.Context, request OptAdminPostPriceListsReq) (PostPriceListsRes, error)
	// PostPriceListsId invokes PostPriceListsId operation.
	//
	// Update a price list's details.
	//
	// POST /admin/price-lists/{id}
	PostPriceListsId(ctx context.Context, request OptAdminPostPriceListsPriceListReq, params PostPriceListsIdParams) (PostPriceListsIdRes, error)
	// PostPriceListsIdPricesBatchAdd invokes PostPriceListsIdPricesBatchAdd operation.
	//
	// Add a list of adds to a price list.
	//
	// POST /admin/price-lists/{id}/prices/batch/add
	PostPriceListsIdPricesBatchAdd(ctx context.Context, request OptAdminPostPriceListsPriceListPricesBatchAddReq, params PostPriceListsIdPricesBatchAddParams) (PostPriceListsIdPricesBatchAddRes, error)
	// PostPriceListsIdPricesBatchRemove invokes PostPriceListsIdPricesBatchRemove operation.
	//
	// Add a list of removes to a price list.
	//
	// POST /admin/price-lists/{id}/prices/batch/remove
	PostPriceListsIdPricesBatchRemove(ctx context.Context, request OptAdminPostPriceListsPriceListPricesBatchRemoveReq, params PostPriceListsIdPricesBatchRemoveParams) (PostPriceListsIdPricesBatchRemoveRes, error)
	// PostPricingRuleTypes invokes PostPricingRuleTypes operation.
	//
	// Create a pricing.
	//
	// POST /admin/pricing/rule-types
	PostPricingRuleTypes(ctx context.Context, request OptAdminPostPricingRuleTypesReq) (PostPricingRuleTypesRes, error)
	// PostPricingRuleTypesId invokes PostPricingRuleTypesId operation.
	//
	// Add a list of rule types to a pricing.
	//
	// POST /admin/pricing/rule-types/{id}
	PostPricingRuleTypesId(ctx context.Context, request OptAdminPostPricingRuleTypesRuleTypeReq, params PostPricingRuleTypesIdParams) (PostPricingRuleTypesIdRes, error)
	// PostProducts invokes PostProducts operation.
	//
	// Create a product.
	//
	// POST /admin/products
	PostProducts(ctx context.Context, request jx.Raw) (PostProductsRes, error)
	// PostProductsId invokes PostProductsId operation.
	//
	// Update a product's details.
	//
	// POST /admin/products/{id}
	PostProductsId(ctx context.Context, request jx.Raw, params PostProductsIdParams) (PostProductsIdRes, error)
	// PostProductsIdOptions invokes PostProductsIdOptions operation.
	//
	// Add a list of options to a product.
	//
	// POST /admin/products/{id}/options
	PostProductsIdOptions(ctx context.Context, request jx.Raw, params PostProductsIdOptionsParams) (PostProductsIdOptionsRes, error)
	// PostProductsIdOptionsOptionID invokes PostProductsIdOptionsOption_id operation.
	//
	// Add a list of options to a product.
	//
	// POST /admin/products/{id}/options/{option_id}
	PostProductsIdOptionsOptionID(ctx context.Context, request jx.Raw, params PostProductsIdOptionsOptionIDParams) (PostProductsIdOptionsOptionIDRes, error)
	// PostProductsIdVariants invokes PostProductsIdVariants operation.
	//
	// Add a list of variants to a product.
	//
	// POST /admin/products/{id}/variants
	PostProductsIdVariants(ctx context.Context, request jx.Raw, params PostProductsIdVariantsParams) (PostProductsIdVariantsRes, error)
	// PostProductsIdVariantsVariantID invokes PostProductsIdVariantsVariant_id operation.
	//
	// Add a list of variants to a product.
	//
	// POST /admin/products/{id}/variants/{variant_id}
	PostProductsIdVariantsVariantID(ctx context.Context, request jx.Raw, params PostProductsIdVariantsVariantIDParams) (PostProductsIdVariantsVariantIDRes, error)
	// PostPromotions invokes PostPromotions operation.
	//
	// Create a promotion.
	//
	// POST /admin/promotions
	PostPromotions(ctx context.Context, request jx.Raw) (PostPromotionsRes, error)
	// PostPromotionsId invokes PostPromotionsId operation.
	//
	// Update a promotion's details.
	//
	// POST /admin/promotions/{id}
	PostPromotionsId(ctx context.Context, request OptAdminPostPromotionsPromotionReq, params PostPromotionsIdParams) (PostPromotionsIdRes, error)
	// PostPromotionsIdBuyRulesBatchAdd invokes PostPromotionsIdBuyRulesBatchAdd operation.
	//
	// Add a list of adds to a promotion.
	//
	// POST /admin/promotions/{id}/buy-rules/batch/add
	PostPromotionsIdBuyRulesBatchAdd(ctx context.Context, request OptAdminPostPromotionsPromotionRulesBatchAddReq, params PostPromotionsIdBuyRulesBatchAddParams) (PostPromotionsIdBuyRulesBatchAddRes, error)
	// PostPromotionsIdBuyRulesBatchRemove invokes PostPromotionsIdBuyRulesBatchRemove operation.
	//
	// Add a list of removes to a promotion.
	//
	// POST /admin/promotions/{id}/buy-rules/batch/remove
	PostPromotionsIdBuyRulesBatchRemove(ctx context.Context, request OptAdminPostPromotionsPromotionRulesBatchRemoveReq, params PostPromotionsIdBuyRulesBatchRemoveParams) (PostPromotionsIdBuyRulesBatchRemoveRes, error)
	// PostPromotionsIdRulesBatchAdd invokes PostPromotionsIdRulesBatchAdd operation.
	//
	// Add a list of adds to a promotion.
	//
	// POST /admin/promotions/{id}/rules/batch/add
	PostPromotionsIdRulesBatchAdd(ctx context.Context, request OptAdminPostPromotionsPromotionRulesBatchAddReq, params PostPromotionsIdRulesBatchAddParams) (PostPromotionsIdRulesBatchAddRes, error)
	// PostPromotionsIdRulesBatchRemove invokes PostPromotionsIdRulesBatchRemove operation.
	//
	// Add a list of removes to a promotion.
	//
	// POST /admin/promotions/{id}/rules/batch/remove
	PostPromotionsIdRulesBatchRemove(ctx context.Context, request OptAdminPostPromotionsPromotionRulesBatchRemoveReq, params PostPromotionsIdRulesBatchRemoveParams) (PostPromotionsIdRulesBatchRemoveRes, error)
	// PostPromotionsIdRulesBatchUpdate invokes PostPromotionsIdRulesBatchUpdate operation.
	//
	// Add a list of updates to a promotion.
	//
	// POST /admin/promotions/{id}/rules/batch/update
	PostPromotionsIdRulesBatchUpdate(ctx context.Context, request OptAdminPostPromotionsPromotionRulesBatchUpdateReq, params PostPromotionsIdRulesBatchUpdateParams) (PostPromotionsIdRulesBatchUpdateRes, error)
	// PostPromotionsIdTargetRulesBatchAdd invokes PostPromotionsIdTargetRulesBatchAdd operation.
	//
	// Add a list of adds to a promotion.
	//
	// POST /admin/promotions/{id}/target-rules/batch/add
	PostPromotionsIdTargetRulesBatchAdd(ctx context.Context, request OptAdminPostPromotionsPromotionRulesBatchAddReq, params PostPromotionsIdTargetRulesBatchAddParams) (PostPromotionsIdTargetRulesBatchAddRes, error)
	// PostPromotionsIdTargetRulesBatchRemove invokes PostPromotionsIdTargetRulesBatchRemove operation.
	//
	// Add a list of removes to a promotion.
	//
	// POST /admin/promotions/{id}/target-rules/batch/remove
	PostPromotionsIdTargetRulesBatchRemove(ctx context.Context, request OptAdminPostPromotionsPromotionRulesBatchRemoveReq, params PostPromotionsIdTargetRulesBatchRemoveParams) (PostPromotionsIdTargetRulesBatchRemoveRes, error)
	// PostRegions invokes PostRegions operation.
	//
	// Create a region.
	//
	// POST /admin/regions
	PostRegions(ctx context.Context, request jx.Raw) (PostRegionsRes, error)
	// PostRegionsId invokes PostRegionsId operation.
	//
	// Update a region's details.
	//
	// POST /admin/regions/{id}
	PostRegionsId(ctx context.Context, request jx.Raw, params PostRegionsIdParams) (PostRegionsIdRes, error)
	// PostSalesChannels invokes PostSalesChannels operation.
	//
	// Create a sales channel.
	//
	// POST /admin/sales-channels
	PostSalesChannels(ctx context.Context, request jx.Raw) (PostSalesChannelsRes, error)
	// PostSalesChannelsId invokes PostSalesChannelsId operation.
	//
	// Update a sales channel's details.
	//
	// POST /admin/sales-channels/{id}
	PostSalesChannelsId(ctx context.Context, request jx.Raw, params PostSalesChannelsIdParams) (PostSalesChannelsIdRes, error)
	// PostSalesChannelsIdProductsBatchAdd invokes PostSalesChannelsIdProductsBatchAdd operation.
	//
	// Add a list of adds to a sales channel.
	//
	// POST /admin/sales-channels/{id}/products/batch/add
	PostSalesChannelsIdProductsBatchAdd(ctx context.Context, request jx.Raw, params PostSalesChannelsIdProductsBatchAddParams) (PostSalesChannelsIdProductsBatchAddRes, error)
	// PostStockLocations invokes PostStockLocations operation.
	//
	// Create a stock location.
	//
	// POST /admin/stock-locations
	PostStockLocations(ctx context.Context, request OptAdminPostStockLocationsReq) (PostStockLocationsRes, error)
	// PostStoresId invokes PostStoresId operation.
	//
	// Update a store's details.
	//
	// POST /admin/stores/{id}
	PostStoresId(ctx context.Context, request jx.Raw, params PostStoresIdParams) (PostStoresIdRes, error)
	// PostTaxRates invokes PostTaxRates operation.
	//
	// Create a tax rate.
	//
	// POST /admin/tax-rates
	PostTaxRates(ctx context.Context, request OptAdminPostTaxRatesReq) (PostTaxRatesRes, error)
	// PostTaxRatesId invokes PostTaxRatesId operation.
	//
	// Update a tax rate's details.
	//
	// POST /admin/tax-rates/{id}
	PostTaxRatesId(ctx context.Context, request OptAdminPostTaxRatesTaxRateReq, params PostTaxRatesIdParams) (PostTaxRatesIdRes, error)
	// PostTaxRatesIdRules invokes PostTaxRatesIdRules operation.
	//
	// Add a list of rules to a tax rate.
	//
	// POST /admin/tax-rates/{id}/rules
	PostTaxRatesIdRules(ctx context.Context, request OptAdminPostTaxRatesTaxRateRulesReq, params PostTaxRatesIdRulesParams) (PostTaxRatesIdRulesRes, error)
	// PostTaxRegions invokes PostTaxRegions operation.
	//
	// Create a tax region.
	//
	// POST /admin/tax-regions
	PostTaxRegions(ctx context.Context, request OptAdminPostTaxRegionsReq) (PostTaxRegionsRes, error)
	// PostUsers invokes PostUsers operation.
	//
	// Create a user.
	//
	// POST /admin/users
	PostUsers(ctx context.Context, request jx.Raw) (PostUsersRes, error)
	// PostUsersId invokes PostUsersId operation.
	//
	// Update a user's details.
	//
	// POST /admin/users/{id}
	PostUsersId(ctx context.Context, request OptAdminUpdateUserRequest, params PostUsersIdParams) (PostUsersIdRes, error)
	// PostWorkflowsExecutionsWorkflowIdRun invokes PostWorkflowsExecutionsWorkflow_idRun operation.
	//
	// Add a list of runs to a workflows execution.
	//
	// POST /admin/workflows-executions/{workflow_id}/run
	PostWorkflowsExecutionsWorkflowIdRun(ctx context.Context, request OptAdminPostWorkflowsRunReq, params PostWorkflowsExecutionsWorkflowIdRunParams) (PostWorkflowsExecutionsWorkflowIdRunRes, error)
	// PostWorkflowsExecutionsWorkflowIdStepsFailure invokes PostWorkflowsExecutionsWorkflow_idStepsFailure operation.
	//
	// Add a list of failures to a workflows execution.
	//
	// POST /admin/workflows-executions/{workflow_id}/steps/failure
	PostWorkflowsExecutionsWorkflowIdStepsFailure(ctx context.Context, request OptAdminPostWorkflowsAsyncResponseReq, params PostWorkflowsExecutionsWorkflowIdStepsFailureParams) (PostWorkflowsExecutionsWorkflowIdStepsFailureRes, error)
	// PostWorkflowsExecutionsWorkflowIdStepsSuccess invokes PostWorkflowsExecutionsWorkflow_idStepsSuccess operation.
	//
	// Add a list of successes to a workflows execution.
	//
	// POST /admin/workflows-executions/{workflow_id}/steps/success
	PostWorkflowsExecutionsWorkflowIdStepsSuccess(ctx context.Context, request OptAdminPostWorkflowsAsyncResponseReq, params PostWorkflowsExecutionsWorkflowIdStepsSuccessParams) (PostWorkflowsExecutionsWorkflowIdStepsSuccessRes, error)
}

Invoker invokes operations described by OpenAPI v3 specification.

type JwtToken

type JwtToken struct {
	Token string
}

func (*JwtToken) GetToken

func (s *JwtToken) GetToken() string

GetToken returns the value of Token.

func (*JwtToken) SetToken

func (s *JwtToken) SetToken(val string)

SetToken sets the value of Token.

type Labeler

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

Labeler is used to allow adding custom attributes to the server request metrics.

func LabelerFromContext

func LabelerFromContext(ctx context.Context) (*Labeler, bool)

LabelerFromContext retrieves the Labeler from the provided context, if present.

If no Labeler was found in the provided context a new, empty Labeler is returned and the second return value is false. In this case it is safe to use the Labeler but any attributes added to it will not be used.

func (*Labeler) Add

func (l *Labeler) Add(attrs ...attribute.KeyValue)

Add attributes to the Labeler.

func (*Labeler) AttributeSet

func (l *Labeler) AttributeSet() attribute.Set

AttributeSet returns the attributes added to the Labeler as an attribute.Set.

type Middleware

type Middleware = middleware.Middleware

Middleware is middleware type.

type MultipleErrors

type MultipleErrors struct {
	// Array of errors.
	Errors  []Error   `json:"errors"`
	Message OptString `json:"message"`
}

Ref: #/components/schemas/MultipleErrors

func (*MultipleErrors) Decode

func (s *MultipleErrors) Decode(d *jx.Decoder) error

Decode decodes MultipleErrors from json.

func (*MultipleErrors) Encode

func (s *MultipleErrors) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*MultipleErrors) GetErrors

func (s *MultipleErrors) GetErrors() []Error

GetErrors returns the value of Errors.

func (*MultipleErrors) GetMessage

func (s *MultipleErrors) GetMessage() OptString

GetMessage returns the value of Message.

func (*MultipleErrors) MarshalJSON

func (s *MultipleErrors) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*MultipleErrors) SetErrors

func (s *MultipleErrors) SetErrors(val []Error)

SetErrors sets the value of Errors.

func (*MultipleErrors) SetFake

func (s *MultipleErrors) SetFake()

SetFake set fake values.

func (*MultipleErrors) SetMessage

func (s *MultipleErrors) SetMessage(val OptString)

SetMessage sets the value of Message.

func (*MultipleErrors) UnmarshalJSON

func (s *MultipleErrors) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*MultipleErrors) Validate

func (s *MultipleErrors) Validate() error

type OptAdminGetPricingRuleTypesParams

type OptAdminGetPricingRuleTypesParams struct {
	Value AdminGetPricingRuleTypesParams
	Set   bool
}

OptAdminGetPricingRuleTypesParams is optional AdminGetPricingRuleTypesParams.

func NewOptAdminGetPricingRuleTypesParams

func NewOptAdminGetPricingRuleTypesParams(v AdminGetPricingRuleTypesParams) OptAdminGetPricingRuleTypesParams

NewOptAdminGetPricingRuleTypesParams returns new OptAdminGetPricingRuleTypesParams with value set to v.

func (*OptAdminGetPricingRuleTypesParams) Decode

Decode decodes AdminGetPricingRuleTypesParams from json.

func (OptAdminGetPricingRuleTypesParams) Encode

Encode encodes AdminGetPricingRuleTypesParams as json.

func (OptAdminGetPricingRuleTypesParams) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminGetPricingRuleTypesParams) IsSet

IsSet returns true if OptAdminGetPricingRuleTypesParams was set.

func (OptAdminGetPricingRuleTypesParams) MarshalJSON

func (s OptAdminGetPricingRuleTypesParams) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminGetPricingRuleTypesParams) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminGetPricingRuleTypesParams) Reset

Reset unsets value.

func (*OptAdminGetPricingRuleTypesParams) SetFake

func (s *OptAdminGetPricingRuleTypesParams) SetFake()

SetFake set fake values.

func (*OptAdminGetPricingRuleTypesParams) SetTo

SetTo sets value to v.

func (*OptAdminGetPricingRuleTypesParams) UnmarshalJSON

func (s *OptAdminGetPricingRuleTypesParams) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminGetPricingRuleTypesRuleTypeParams

type OptAdminGetPricingRuleTypesRuleTypeParams struct {
	Value AdminGetPricingRuleTypesRuleTypeParams
	Set   bool
}

OptAdminGetPricingRuleTypesRuleTypeParams is optional AdminGetPricingRuleTypesRuleTypeParams.

func NewOptAdminGetPricingRuleTypesRuleTypeParams

func NewOptAdminGetPricingRuleTypesRuleTypeParams(v AdminGetPricingRuleTypesRuleTypeParams) OptAdminGetPricingRuleTypesRuleTypeParams

NewOptAdminGetPricingRuleTypesRuleTypeParams returns new OptAdminGetPricingRuleTypesRuleTypeParams with value set to v.

func (*OptAdminGetPricingRuleTypesRuleTypeParams) Decode

Decode decodes AdminGetPricingRuleTypesRuleTypeParams from json.

func (OptAdminGetPricingRuleTypesRuleTypeParams) Encode

Encode encodes AdminGetPricingRuleTypesRuleTypeParams as json.

func (OptAdminGetPricingRuleTypesRuleTypeParams) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminGetPricingRuleTypesRuleTypeParams) IsSet

IsSet returns true if OptAdminGetPricingRuleTypesRuleTypeParams was set.

func (OptAdminGetPricingRuleTypesRuleTypeParams) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminGetPricingRuleTypesRuleTypeParams) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminGetPricingRuleTypesRuleTypeParams) Reset

Reset unsets value.

func (*OptAdminGetPricingRuleTypesRuleTypeParams) SetFake

SetFake set fake values.

func (*OptAdminGetPricingRuleTypesRuleTypeParams) SetTo

SetTo sets value to v.

func (*OptAdminGetPricingRuleTypesRuleTypeParams) UnmarshalJSON

func (s *OptAdminGetPricingRuleTypesRuleTypeParams) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminGetProductsParams

type OptAdminGetProductsParams struct {
	Value AdminGetProductsParams
	Set   bool
}

OptAdminGetProductsParams is optional AdminGetProductsParams.

func NewOptAdminGetProductsParams

func NewOptAdminGetProductsParams(v AdminGetProductsParams) OptAdminGetProductsParams

NewOptAdminGetProductsParams returns new OptAdminGetProductsParams with value set to v.

func (*OptAdminGetProductsParams) Decode

func (o *OptAdminGetProductsParams) Decode(d *jx.Decoder) error

Decode decodes AdminGetProductsParams from json.

func (OptAdminGetProductsParams) Encode

func (o OptAdminGetProductsParams) Encode(e *jx.Encoder)

Encode encodes AdminGetProductsParams as json.

func (OptAdminGetProductsParams) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminGetProductsParams) IsSet

func (o OptAdminGetProductsParams) IsSet() bool

IsSet returns true if OptAdminGetProductsParams was set.

func (OptAdminGetProductsParams) MarshalJSON

func (s OptAdminGetProductsParams) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminGetProductsParams) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminGetProductsParams) Reset

func (o *OptAdminGetProductsParams) Reset()

Reset unsets value.

func (*OptAdminGetProductsParams) SetFake

func (s *OptAdminGetProductsParams) SetFake()

SetFake set fake values.

func (*OptAdminGetProductsParams) SetTo

SetTo sets value to v.

func (*OptAdminGetProductsParams) UnmarshalJSON

func (s *OptAdminGetProductsParams) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminGetProductsParamsAndItemAndItemID

type OptAdminGetProductsParamsAndItemAndItemID struct {
	Value AdminGetProductsParamsAndItemAndItemID
	Set   bool
}

OptAdminGetProductsParamsAndItemAndItemID is optional AdminGetProductsParamsAndItemAndItemID.

func NewOptAdminGetProductsParamsAndItemAndItemID

func NewOptAdminGetProductsParamsAndItemAndItemID(v AdminGetProductsParamsAndItemAndItemID) OptAdminGetProductsParamsAndItemAndItemID

NewOptAdminGetProductsParamsAndItemAndItemID returns new OptAdminGetProductsParamsAndItemAndItemID with value set to v.

func (*OptAdminGetProductsParamsAndItemAndItemID) Decode

Decode decodes AdminGetProductsParamsAndItemAndItemID from json.

func (OptAdminGetProductsParamsAndItemAndItemID) Encode

Encode encodes AdminGetProductsParamsAndItemAndItemID as json.

func (OptAdminGetProductsParamsAndItemAndItemID) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminGetProductsParamsAndItemAndItemID) IsSet

IsSet returns true if OptAdminGetProductsParamsAndItemAndItemID was set.

func (OptAdminGetProductsParamsAndItemAndItemID) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminGetProductsParamsAndItemAndItemID) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminGetProductsParamsAndItemAndItemID) Reset

Reset unsets value.

func (*OptAdminGetProductsParamsAndItemAndItemID) SetFake

SetFake set fake values.

func (*OptAdminGetProductsParamsAndItemAndItemID) SetTo

SetTo sets value to v.

func (*OptAdminGetProductsParamsAndItemAndItemID) UnmarshalJSON

func (s *OptAdminGetProductsParamsAndItemAndItemID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminGetProductsParamsAndItemID

type OptAdminGetProductsParamsAndItemID struct {
	Value AdminGetProductsParamsAndItemID
	Set   bool
}

OptAdminGetProductsParamsAndItemID is optional AdminGetProductsParamsAndItemID.

func NewOptAdminGetProductsParamsAndItemID

func NewOptAdminGetProductsParamsAndItemID(v AdminGetProductsParamsAndItemID) OptAdminGetProductsParamsAndItemID

NewOptAdminGetProductsParamsAndItemID returns new OptAdminGetProductsParamsAndItemID with value set to v.

func (*OptAdminGetProductsParamsAndItemID) Decode

Decode decodes AdminGetProductsParamsAndItemID from json.

func (OptAdminGetProductsParamsAndItemID) Encode

Encode encodes AdminGetProductsParamsAndItemID as json.

func (OptAdminGetProductsParamsAndItemID) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminGetProductsParamsAndItemID) IsSet

IsSet returns true if OptAdminGetProductsParamsAndItemID was set.

func (OptAdminGetProductsParamsAndItemID) MarshalJSON

func (s OptAdminGetProductsParamsAndItemID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminGetProductsParamsAndItemID) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminGetProductsParamsAndItemID) Reset

Reset unsets value.

func (*OptAdminGetProductsParamsAndItemID) SetFake

SetFake set fake values.

func (*OptAdminGetProductsParamsAndItemID) SetTo

SetTo sets value to v.

func (*OptAdminGetProductsParamsAndItemID) UnmarshalJSON

func (s *OptAdminGetProductsParamsAndItemID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminGetProductsParamsAndItemOrItemID

type OptAdminGetProductsParamsAndItemOrItemID struct {
	Value AdminGetProductsParamsAndItemOrItemID
	Set   bool
}

OptAdminGetProductsParamsAndItemOrItemID is optional AdminGetProductsParamsAndItemOrItemID.

func NewOptAdminGetProductsParamsAndItemOrItemID

func NewOptAdminGetProductsParamsAndItemOrItemID(v AdminGetProductsParamsAndItemOrItemID) OptAdminGetProductsParamsAndItemOrItemID

NewOptAdminGetProductsParamsAndItemOrItemID returns new OptAdminGetProductsParamsAndItemOrItemID with value set to v.

func (*OptAdminGetProductsParamsAndItemOrItemID) Decode

Decode decodes AdminGetProductsParamsAndItemOrItemID from json.

func (OptAdminGetProductsParamsAndItemOrItemID) Encode

Encode encodes AdminGetProductsParamsAndItemOrItemID as json.

func (OptAdminGetProductsParamsAndItemOrItemID) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminGetProductsParamsAndItemOrItemID) IsSet

IsSet returns true if OptAdminGetProductsParamsAndItemOrItemID was set.

func (OptAdminGetProductsParamsAndItemOrItemID) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminGetProductsParamsAndItemOrItemID) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminGetProductsParamsAndItemOrItemID) Reset

Reset unsets value.

func (*OptAdminGetProductsParamsAndItemOrItemID) SetFake

SetFake set fake values.

func (*OptAdminGetProductsParamsAndItemOrItemID) SetTo

SetTo sets value to v.

func (*OptAdminGetProductsParamsAndItemOrItemID) UnmarshalJSON

func (s *OptAdminGetProductsParamsAndItemOrItemID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminGetProductsParamsID

type OptAdminGetProductsParamsID struct {
	Value AdminGetProductsParamsID
	Set   bool
}

OptAdminGetProductsParamsID is optional AdminGetProductsParamsID.

func NewOptAdminGetProductsParamsID

func NewOptAdminGetProductsParamsID(v AdminGetProductsParamsID) OptAdminGetProductsParamsID

NewOptAdminGetProductsParamsID returns new OptAdminGetProductsParamsID with value set to v.

func (*OptAdminGetProductsParamsID) Decode

Decode decodes AdminGetProductsParamsID from json.

func (OptAdminGetProductsParamsID) Encode

func (o OptAdminGetProductsParamsID) Encode(e *jx.Encoder)

Encode encodes AdminGetProductsParamsID as json.

func (OptAdminGetProductsParamsID) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminGetProductsParamsID) IsSet

IsSet returns true if OptAdminGetProductsParamsID was set.

func (OptAdminGetProductsParamsID) MarshalJSON

func (s OptAdminGetProductsParamsID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminGetProductsParamsID) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminGetProductsParamsID) Reset

func (o *OptAdminGetProductsParamsID) Reset()

Reset unsets value.

func (*OptAdminGetProductsParamsID) SetFake

func (s *OptAdminGetProductsParamsID) SetFake()

SetFake set fake values.

func (*OptAdminGetProductsParamsID) SetTo

SetTo sets value to v.

func (*OptAdminGetProductsParamsID) UnmarshalJSON

func (s *OptAdminGetProductsParamsID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminGetProductsParamsOrItemAndItemID

type OptAdminGetProductsParamsOrItemAndItemID struct {
	Value AdminGetProductsParamsOrItemAndItemID
	Set   bool
}

OptAdminGetProductsParamsOrItemAndItemID is optional AdminGetProductsParamsOrItemAndItemID.

func NewOptAdminGetProductsParamsOrItemAndItemID

func NewOptAdminGetProductsParamsOrItemAndItemID(v AdminGetProductsParamsOrItemAndItemID) OptAdminGetProductsParamsOrItemAndItemID

NewOptAdminGetProductsParamsOrItemAndItemID returns new OptAdminGetProductsParamsOrItemAndItemID with value set to v.

func (*OptAdminGetProductsParamsOrItemAndItemID) Decode

Decode decodes AdminGetProductsParamsOrItemAndItemID from json.

func (OptAdminGetProductsParamsOrItemAndItemID) Encode

Encode encodes AdminGetProductsParamsOrItemAndItemID as json.

func (OptAdminGetProductsParamsOrItemAndItemID) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminGetProductsParamsOrItemAndItemID) IsSet

IsSet returns true if OptAdminGetProductsParamsOrItemAndItemID was set.

func (OptAdminGetProductsParamsOrItemAndItemID) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminGetProductsParamsOrItemAndItemID) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminGetProductsParamsOrItemAndItemID) Reset

Reset unsets value.

func (*OptAdminGetProductsParamsOrItemAndItemID) SetFake

SetFake set fake values.

func (*OptAdminGetProductsParamsOrItemAndItemID) SetTo

SetTo sets value to v.

func (*OptAdminGetProductsParamsOrItemAndItemID) UnmarshalJSON

func (s *OptAdminGetProductsParamsOrItemAndItemID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminGetProductsParamsOrItemID

type OptAdminGetProductsParamsOrItemID struct {
	Value AdminGetProductsParamsOrItemID
	Set   bool
}

OptAdminGetProductsParamsOrItemID is optional AdminGetProductsParamsOrItemID.

func NewOptAdminGetProductsParamsOrItemID

func NewOptAdminGetProductsParamsOrItemID(v AdminGetProductsParamsOrItemID) OptAdminGetProductsParamsOrItemID

NewOptAdminGetProductsParamsOrItemID returns new OptAdminGetProductsParamsOrItemID with value set to v.

func (*OptAdminGetProductsParamsOrItemID) Decode

Decode decodes AdminGetProductsParamsOrItemID from json.

func (OptAdminGetProductsParamsOrItemID) Encode

Encode encodes AdminGetProductsParamsOrItemID as json.

func (OptAdminGetProductsParamsOrItemID) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminGetProductsParamsOrItemID) IsSet

IsSet returns true if OptAdminGetProductsParamsOrItemID was set.

func (OptAdminGetProductsParamsOrItemID) MarshalJSON

func (s OptAdminGetProductsParamsOrItemID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminGetProductsParamsOrItemID) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminGetProductsParamsOrItemID) Reset

Reset unsets value.

func (*OptAdminGetProductsParamsOrItemID) SetFake

func (s *OptAdminGetProductsParamsOrItemID) SetFake()

SetFake set fake values.

func (*OptAdminGetProductsParamsOrItemID) SetTo

SetTo sets value to v.

func (*OptAdminGetProductsParamsOrItemID) UnmarshalJSON

func (s *OptAdminGetProductsParamsOrItemID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminGetProductsParamsOrItemOrItemID

type OptAdminGetProductsParamsOrItemOrItemID struct {
	Value AdminGetProductsParamsOrItemOrItemID
	Set   bool
}

OptAdminGetProductsParamsOrItemOrItemID is optional AdminGetProductsParamsOrItemOrItemID.

func NewOptAdminGetProductsParamsOrItemOrItemID

func NewOptAdminGetProductsParamsOrItemOrItemID(v AdminGetProductsParamsOrItemOrItemID) OptAdminGetProductsParamsOrItemOrItemID

NewOptAdminGetProductsParamsOrItemOrItemID returns new OptAdminGetProductsParamsOrItemOrItemID with value set to v.

func (*OptAdminGetProductsParamsOrItemOrItemID) Decode

Decode decodes AdminGetProductsParamsOrItemOrItemID from json.

func (OptAdminGetProductsParamsOrItemOrItemID) Encode

Encode encodes AdminGetProductsParamsOrItemOrItemID as json.

func (OptAdminGetProductsParamsOrItemOrItemID) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminGetProductsParamsOrItemOrItemID) IsSet

IsSet returns true if OptAdminGetProductsParamsOrItemOrItemID was set.

func (OptAdminGetProductsParamsOrItemOrItemID) MarshalJSON

func (s OptAdminGetProductsParamsOrItemOrItemID) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminGetProductsParamsOrItemOrItemID) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminGetProductsParamsOrItemOrItemID) Reset

Reset unsets value.

func (*OptAdminGetProductsParamsOrItemOrItemID) SetFake

SetFake set fake values.

func (*OptAdminGetProductsParamsOrItemOrItemID) SetTo

SetTo sets value to v.

func (*OptAdminGetProductsParamsOrItemOrItemID) UnmarshalJSON

func (s *OptAdminGetProductsParamsOrItemOrItemID) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminGetPromotionsParams

type OptAdminGetPromotionsParams struct {
	Value AdminGetPromotionsParams
	Set   bool
}

OptAdminGetPromotionsParams is optional AdminGetPromotionsParams.

func NewOptAdminGetPromotionsParams

func NewOptAdminGetPromotionsParams(v AdminGetPromotionsParams) OptAdminGetPromotionsParams

NewOptAdminGetPromotionsParams returns new OptAdminGetPromotionsParams with value set to v.

func (*OptAdminGetPromotionsParams) Decode

Decode decodes AdminGetPromotionsParams from json.

func (OptAdminGetPromotionsParams) Encode

func (o OptAdminGetPromotionsParams) Encode(e *jx.Encoder)

Encode encodes AdminGetPromotionsParams as json.

func (OptAdminGetPromotionsParams) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminGetPromotionsParams) IsSet

IsSet returns true if OptAdminGetPromotionsParams was set.

func (OptAdminGetPromotionsParams) MarshalJSON

func (s OptAdminGetPromotionsParams) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminGetPromotionsParams) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminGetPromotionsParams) Reset

func (o *OptAdminGetPromotionsParams) Reset()

Reset unsets value.

func (*OptAdminGetPromotionsParams) SetFake

func (s *OptAdminGetPromotionsParams) SetFake()

SetFake set fake values.

func (*OptAdminGetPromotionsParams) SetTo

SetTo sets value to v.

func (*OptAdminGetPromotionsParams) UnmarshalJSON

func (s *OptAdminGetPromotionsParams) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostCampaignsReq

type OptAdminPostCampaignsReq struct {
	Value AdminPostCampaignsReq
	Set   bool
}

OptAdminPostCampaignsReq is optional AdminPostCampaignsReq.

func NewOptAdminPostCampaignsReq

func NewOptAdminPostCampaignsReq(v AdminPostCampaignsReq) OptAdminPostCampaignsReq

NewOptAdminPostCampaignsReq returns new OptAdminPostCampaignsReq with value set to v.

func (*OptAdminPostCampaignsReq) Decode

func (o *OptAdminPostCampaignsReq) Decode(d *jx.Decoder) error

Decode decodes AdminPostCampaignsReq from json.

func (OptAdminPostCampaignsReq) Encode

func (o OptAdminPostCampaignsReq) Encode(e *jx.Encoder)

Encode encodes AdminPostCampaignsReq as json.

func (OptAdminPostCampaignsReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostCampaignsReq) IsSet

func (o OptAdminPostCampaignsReq) IsSet() bool

IsSet returns true if OptAdminPostCampaignsReq was set.

func (OptAdminPostCampaignsReq) MarshalJSON

func (s OptAdminPostCampaignsReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostCampaignsReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostCampaignsReq) Reset

func (o *OptAdminPostCampaignsReq) Reset()

Reset unsets value.

func (*OptAdminPostCampaignsReq) SetFake

func (s *OptAdminPostCampaignsReq) SetFake()

SetFake set fake values.

func (*OptAdminPostCampaignsReq) SetTo

SetTo sets value to v.

func (*OptAdminPostCampaignsReq) UnmarshalJSON

func (s *OptAdminPostCampaignsReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostCustomerGroupsGroupCustomersBatchReq

type OptAdminPostCustomerGroupsGroupCustomersBatchReq struct {
	Value AdminPostCustomerGroupsGroupCustomersBatchReq
	Set   bool
}

OptAdminPostCustomerGroupsGroupCustomersBatchReq is optional AdminPostCustomerGroupsGroupCustomersBatchReq.

func NewOptAdminPostCustomerGroupsGroupCustomersBatchReq

func NewOptAdminPostCustomerGroupsGroupCustomersBatchReq(v AdminPostCustomerGroupsGroupCustomersBatchReq) OptAdminPostCustomerGroupsGroupCustomersBatchReq

NewOptAdminPostCustomerGroupsGroupCustomersBatchReq returns new OptAdminPostCustomerGroupsGroupCustomersBatchReq with value set to v.

func (*OptAdminPostCustomerGroupsGroupCustomersBatchReq) Decode

Decode decodes AdminPostCustomerGroupsGroupCustomersBatchReq from json.

func (OptAdminPostCustomerGroupsGroupCustomersBatchReq) Encode

Encode encodes AdminPostCustomerGroupsGroupCustomersBatchReq as json.

func (OptAdminPostCustomerGroupsGroupCustomersBatchReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostCustomerGroupsGroupCustomersBatchReq) IsSet

IsSet returns true if OptAdminPostCustomerGroupsGroupCustomersBatchReq was set.

func (OptAdminPostCustomerGroupsGroupCustomersBatchReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostCustomerGroupsGroupCustomersBatchReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostCustomerGroupsGroupCustomersBatchReq) Reset

Reset unsets value.

func (*OptAdminPostCustomerGroupsGroupCustomersBatchReq) SetFake

SetFake set fake values.

func (*OptAdminPostCustomerGroupsGroupCustomersBatchReq) SetTo

SetTo sets value to v.

func (*OptAdminPostCustomerGroupsGroupCustomersBatchReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq

type OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq struct {
	Value AdminPostFulfillmentShippingOptionsRulesBatchAddReq
	Set   bool
}

OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq is optional AdminPostFulfillmentShippingOptionsRulesBatchAddReq.

func NewOptAdminPostFulfillmentShippingOptionsRulesBatchAddReq

NewOptAdminPostFulfillmentShippingOptionsRulesBatchAddReq returns new OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq with value set to v.

func (*OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq) Decode

Decode decodes AdminPostFulfillmentShippingOptionsRulesBatchAddReq from json.

func (OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq) Encode

Encode encodes AdminPostFulfillmentShippingOptionsRulesBatchAddReq as json.

func (OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq) IsSet

IsSet returns true if OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq was set.

func (OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq) Reset

Reset unsets value.

func (*OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq) SetFake

SetFake set fake values.

func (*OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq) SetTo

SetTo sets value to v.

func (*OptAdminPostFulfillmentShippingOptionsRulesBatchAddReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq

type OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq struct {
	Value AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq
	Set   bool
}

OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq is optional AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq.

func NewOptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq

NewOptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq returns new OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq with value set to v.

func (*OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) Decode

Decode decodes AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq from json.

func (OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) Encode

Encode encodes AdminPostFulfillmentShippingOptionsRulesBatchRemoveReq as json.

func (OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) IsSet

IsSet returns true if OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq was set.

func (OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) Reset

Reset unsets value.

func (*OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) SetFake

SetFake set fake values.

func (*OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) SetTo

SetTo sets value to v.

func (*OptAdminPostFulfillmentShippingOptionsRulesBatchRemoveReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostInventoryItemsInventoryItemReq

type OptAdminPostInventoryItemsInventoryItemReq struct {
	Value AdminPostInventoryItemsInventoryItemReq
	Set   bool
}

OptAdminPostInventoryItemsInventoryItemReq is optional AdminPostInventoryItemsInventoryItemReq.

func NewOptAdminPostInventoryItemsInventoryItemReq

func NewOptAdminPostInventoryItemsInventoryItemReq(v AdminPostInventoryItemsInventoryItemReq) OptAdminPostInventoryItemsInventoryItemReq

NewOptAdminPostInventoryItemsInventoryItemReq returns new OptAdminPostInventoryItemsInventoryItemReq with value set to v.

func (*OptAdminPostInventoryItemsInventoryItemReq) Decode

Decode decodes AdminPostInventoryItemsInventoryItemReq from json.

func (OptAdminPostInventoryItemsInventoryItemReq) Encode

Encode encodes AdminPostInventoryItemsInventoryItemReq as json.

func (OptAdminPostInventoryItemsInventoryItemReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostInventoryItemsInventoryItemReq) IsSet

IsSet returns true if OptAdminPostInventoryItemsInventoryItemReq was set.

func (OptAdminPostInventoryItemsInventoryItemReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostInventoryItemsInventoryItemReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostInventoryItemsInventoryItemReq) Reset

Reset unsets value.

func (*OptAdminPostInventoryItemsInventoryItemReq) SetFake

SetFake set fake values.

func (*OptAdminPostInventoryItemsInventoryItemReq) SetTo

SetTo sets value to v.

func (*OptAdminPostInventoryItemsInventoryItemReq) UnmarshalJSON

func (s *OptAdminPostInventoryItemsInventoryItemReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostInventoryItemsItemLocationLevelsLevelReq

type OptAdminPostInventoryItemsItemLocationLevelsLevelReq struct {
	Value AdminPostInventoryItemsItemLocationLevelsLevelReq
	Set   bool
}

OptAdminPostInventoryItemsItemLocationLevelsLevelReq is optional AdminPostInventoryItemsItemLocationLevelsLevelReq.

func NewOptAdminPostInventoryItemsItemLocationLevelsLevelReq

NewOptAdminPostInventoryItemsItemLocationLevelsLevelReq returns new OptAdminPostInventoryItemsItemLocationLevelsLevelReq with value set to v.

func (*OptAdminPostInventoryItemsItemLocationLevelsLevelReq) Decode

Decode decodes AdminPostInventoryItemsItemLocationLevelsLevelReq from json.

func (OptAdminPostInventoryItemsItemLocationLevelsLevelReq) Encode

Encode encodes AdminPostInventoryItemsItemLocationLevelsLevelReq as json.

func (OptAdminPostInventoryItemsItemLocationLevelsLevelReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostInventoryItemsItemLocationLevelsLevelReq) IsSet

IsSet returns true if OptAdminPostInventoryItemsItemLocationLevelsLevelReq was set.

func (OptAdminPostInventoryItemsItemLocationLevelsLevelReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostInventoryItemsItemLocationLevelsLevelReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostInventoryItemsItemLocationLevelsLevelReq) Reset

Reset unsets value.

func (*OptAdminPostInventoryItemsItemLocationLevelsLevelReq) SetFake

SetFake set fake values.

func (*OptAdminPostInventoryItemsItemLocationLevelsLevelReq) SetTo

SetTo sets value to v.

func (*OptAdminPostInventoryItemsItemLocationLevelsLevelReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostInventoryItemsItemLocationLevelsReq

type OptAdminPostInventoryItemsItemLocationLevelsReq struct {
	Value AdminPostInventoryItemsItemLocationLevelsReq
	Set   bool
}

OptAdminPostInventoryItemsItemLocationLevelsReq is optional AdminPostInventoryItemsItemLocationLevelsReq.

func NewOptAdminPostInventoryItemsItemLocationLevelsReq

func NewOptAdminPostInventoryItemsItemLocationLevelsReq(v AdminPostInventoryItemsItemLocationLevelsReq) OptAdminPostInventoryItemsItemLocationLevelsReq

NewOptAdminPostInventoryItemsItemLocationLevelsReq returns new OptAdminPostInventoryItemsItemLocationLevelsReq with value set to v.

func (*OptAdminPostInventoryItemsItemLocationLevelsReq) Decode

Decode decodes AdminPostInventoryItemsItemLocationLevelsReq from json.

func (OptAdminPostInventoryItemsItemLocationLevelsReq) Encode

Encode encodes AdminPostInventoryItemsItemLocationLevelsReq as json.

func (OptAdminPostInventoryItemsItemLocationLevelsReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostInventoryItemsItemLocationLevelsReq) IsSet

IsSet returns true if OptAdminPostInventoryItemsItemLocationLevelsReq was set.

func (OptAdminPostInventoryItemsItemLocationLevelsReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostInventoryItemsItemLocationLevelsReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostInventoryItemsItemLocationLevelsReq) Reset

Reset unsets value.

func (*OptAdminPostInventoryItemsItemLocationLevelsReq) SetFake

SetFake set fake values.

func (*OptAdminPostInventoryItemsItemLocationLevelsReq) SetTo

SetTo sets value to v.

func (*OptAdminPostInventoryItemsItemLocationLevelsReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostInventoryItemsReq

type OptAdminPostInventoryItemsReq struct {
	Value AdminPostInventoryItemsReq
	Set   bool
}

OptAdminPostInventoryItemsReq is optional AdminPostInventoryItemsReq.

func NewOptAdminPostInventoryItemsReq

func NewOptAdminPostInventoryItemsReq(v AdminPostInventoryItemsReq) OptAdminPostInventoryItemsReq

NewOptAdminPostInventoryItemsReq returns new OptAdminPostInventoryItemsReq with value set to v.

func (*OptAdminPostInventoryItemsReq) Decode

Decode decodes AdminPostInventoryItemsReq from json.

func (OptAdminPostInventoryItemsReq) Encode

Encode encodes AdminPostInventoryItemsReq as json.

func (OptAdminPostInventoryItemsReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostInventoryItemsReq) IsSet

IsSet returns true if OptAdminPostInventoryItemsReq was set.

func (OptAdminPostInventoryItemsReq) MarshalJSON

func (s OptAdminPostInventoryItemsReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostInventoryItemsReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostInventoryItemsReq) Reset

func (o *OptAdminPostInventoryItemsReq) Reset()

Reset unsets value.

func (*OptAdminPostInventoryItemsReq) SetFake

func (s *OptAdminPostInventoryItemsReq) SetFake()

SetFake set fake values.

func (*OptAdminPostInventoryItemsReq) SetTo

SetTo sets value to v.

func (*OptAdminPostInventoryItemsReq) UnmarshalJSON

func (s *OptAdminPostInventoryItemsReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostInvitesInviteAcceptReq

type OptAdminPostInvitesInviteAcceptReq struct {
	Value AdminPostInvitesInviteAcceptReq
	Set   bool
}

OptAdminPostInvitesInviteAcceptReq is optional AdminPostInvitesInviteAcceptReq.

func NewOptAdminPostInvitesInviteAcceptReq

func NewOptAdminPostInvitesInviteAcceptReq(v AdminPostInvitesInviteAcceptReq) OptAdminPostInvitesInviteAcceptReq

NewOptAdminPostInvitesInviteAcceptReq returns new OptAdminPostInvitesInviteAcceptReq with value set to v.

func (*OptAdminPostInvitesInviteAcceptReq) Decode

Decode decodes AdminPostInvitesInviteAcceptReq from json.

func (OptAdminPostInvitesInviteAcceptReq) Encode

Encode encodes AdminPostInvitesInviteAcceptReq as json.

func (OptAdminPostInvitesInviteAcceptReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostInvitesInviteAcceptReq) IsSet

IsSet returns true if OptAdminPostInvitesInviteAcceptReq was set.

func (OptAdminPostInvitesInviteAcceptReq) MarshalJSON

func (s OptAdminPostInvitesInviteAcceptReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostInvitesInviteAcceptReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostInvitesInviteAcceptReq) Reset

Reset unsets value.

func (*OptAdminPostInvitesInviteAcceptReq) SetFake

SetFake set fake values.

func (*OptAdminPostInvitesInviteAcceptReq) SetTo

SetTo sets value to v.

func (*OptAdminPostInvitesInviteAcceptReq) UnmarshalJSON

func (s *OptAdminPostInvitesInviteAcceptReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostPaymentsCapturesReq

type OptAdminPostPaymentsCapturesReq struct {
	Value AdminPostPaymentsCapturesReq
	Set   bool
}

OptAdminPostPaymentsCapturesReq is optional AdminPostPaymentsCapturesReq.

func NewOptAdminPostPaymentsCapturesReq

func NewOptAdminPostPaymentsCapturesReq(v AdminPostPaymentsCapturesReq) OptAdminPostPaymentsCapturesReq

NewOptAdminPostPaymentsCapturesReq returns new OptAdminPostPaymentsCapturesReq with value set to v.

func (*OptAdminPostPaymentsCapturesReq) Decode

Decode decodes AdminPostPaymentsCapturesReq from json.

func (OptAdminPostPaymentsCapturesReq) Encode

Encode encodes AdminPostPaymentsCapturesReq as json.

func (OptAdminPostPaymentsCapturesReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostPaymentsCapturesReq) IsSet

IsSet returns true if OptAdminPostPaymentsCapturesReq was set.

func (OptAdminPostPaymentsCapturesReq) MarshalJSON

func (s OptAdminPostPaymentsCapturesReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostPaymentsCapturesReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostPaymentsCapturesReq) Reset

Reset unsets value.

func (*OptAdminPostPaymentsCapturesReq) SetFake

func (s *OptAdminPostPaymentsCapturesReq) SetFake()

SetFake set fake values.

func (*OptAdminPostPaymentsCapturesReq) SetTo

SetTo sets value to v.

func (*OptAdminPostPaymentsCapturesReq) UnmarshalJSON

func (s *OptAdminPostPaymentsCapturesReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostPaymentsRefundsReq

type OptAdminPostPaymentsRefundsReq struct {
	Value AdminPostPaymentsRefundsReq
	Set   bool
}

OptAdminPostPaymentsRefundsReq is optional AdminPostPaymentsRefundsReq.

func NewOptAdminPostPaymentsRefundsReq

func NewOptAdminPostPaymentsRefundsReq(v AdminPostPaymentsRefundsReq) OptAdminPostPaymentsRefundsReq

NewOptAdminPostPaymentsRefundsReq returns new OptAdminPostPaymentsRefundsReq with value set to v.

func (*OptAdminPostPaymentsRefundsReq) Decode

Decode decodes AdminPostPaymentsRefundsReq from json.

func (OptAdminPostPaymentsRefundsReq) Encode

Encode encodes AdminPostPaymentsRefundsReq as json.

func (OptAdminPostPaymentsRefundsReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostPaymentsRefundsReq) IsSet

IsSet returns true if OptAdminPostPaymentsRefundsReq was set.

func (OptAdminPostPaymentsRefundsReq) MarshalJSON

func (s OptAdminPostPaymentsRefundsReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostPaymentsRefundsReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostPaymentsRefundsReq) Reset

func (o *OptAdminPostPaymentsRefundsReq) Reset()

Reset unsets value.

func (*OptAdminPostPaymentsRefundsReq) SetFake

func (s *OptAdminPostPaymentsRefundsReq) SetFake()

SetFake set fake values.

func (*OptAdminPostPaymentsRefundsReq) SetTo

SetTo sets value to v.

func (*OptAdminPostPaymentsRefundsReq) UnmarshalJSON

func (s *OptAdminPostPaymentsRefundsReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostPriceListsPriceListPricesBatchAddReq

type OptAdminPostPriceListsPriceListPricesBatchAddReq struct {
	Value AdminPostPriceListsPriceListPricesBatchAddReq
	Set   bool
}

OptAdminPostPriceListsPriceListPricesBatchAddReq is optional AdminPostPriceListsPriceListPricesBatchAddReq.

func NewOptAdminPostPriceListsPriceListPricesBatchAddReq

func NewOptAdminPostPriceListsPriceListPricesBatchAddReq(v AdminPostPriceListsPriceListPricesBatchAddReq) OptAdminPostPriceListsPriceListPricesBatchAddReq

NewOptAdminPostPriceListsPriceListPricesBatchAddReq returns new OptAdminPostPriceListsPriceListPricesBatchAddReq with value set to v.

func (*OptAdminPostPriceListsPriceListPricesBatchAddReq) Decode

Decode decodes AdminPostPriceListsPriceListPricesBatchAddReq from json.

func (OptAdminPostPriceListsPriceListPricesBatchAddReq) Encode

Encode encodes AdminPostPriceListsPriceListPricesBatchAddReq as json.

func (OptAdminPostPriceListsPriceListPricesBatchAddReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostPriceListsPriceListPricesBatchAddReq) IsSet

IsSet returns true if OptAdminPostPriceListsPriceListPricesBatchAddReq was set.

func (OptAdminPostPriceListsPriceListPricesBatchAddReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostPriceListsPriceListPricesBatchAddReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostPriceListsPriceListPricesBatchAddReq) Reset

Reset unsets value.

func (*OptAdminPostPriceListsPriceListPricesBatchAddReq) SetFake

SetFake set fake values.

func (*OptAdminPostPriceListsPriceListPricesBatchAddReq) SetTo

SetTo sets value to v.

func (*OptAdminPostPriceListsPriceListPricesBatchAddReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostPriceListsPriceListPricesBatchRemoveReq

type OptAdminPostPriceListsPriceListPricesBatchRemoveReq struct {
	Value AdminPostPriceListsPriceListPricesBatchRemoveReq
	Set   bool
}

OptAdminPostPriceListsPriceListPricesBatchRemoveReq is optional AdminPostPriceListsPriceListPricesBatchRemoveReq.

func NewOptAdminPostPriceListsPriceListPricesBatchRemoveReq

func NewOptAdminPostPriceListsPriceListPricesBatchRemoveReq(v AdminPostPriceListsPriceListPricesBatchRemoveReq) OptAdminPostPriceListsPriceListPricesBatchRemoveReq

NewOptAdminPostPriceListsPriceListPricesBatchRemoveReq returns new OptAdminPostPriceListsPriceListPricesBatchRemoveReq with value set to v.

func (*OptAdminPostPriceListsPriceListPricesBatchRemoveReq) Decode

Decode decodes AdminPostPriceListsPriceListPricesBatchRemoveReq from json.

func (OptAdminPostPriceListsPriceListPricesBatchRemoveReq) Encode

Encode encodes AdminPostPriceListsPriceListPricesBatchRemoveReq as json.

func (OptAdminPostPriceListsPriceListPricesBatchRemoveReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostPriceListsPriceListPricesBatchRemoveReq) IsSet

IsSet returns true if OptAdminPostPriceListsPriceListPricesBatchRemoveReq was set.

func (OptAdminPostPriceListsPriceListPricesBatchRemoveReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostPriceListsPriceListPricesBatchRemoveReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostPriceListsPriceListPricesBatchRemoveReq) Reset

Reset unsets value.

func (*OptAdminPostPriceListsPriceListPricesBatchRemoveReq) SetFake

SetFake set fake values.

func (*OptAdminPostPriceListsPriceListPricesBatchRemoveReq) SetTo

SetTo sets value to v.

func (*OptAdminPostPriceListsPriceListPricesBatchRemoveReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostPriceListsPriceListReq

type OptAdminPostPriceListsPriceListReq struct {
	Value AdminPostPriceListsPriceListReq
	Set   bool
}

OptAdminPostPriceListsPriceListReq is optional AdminPostPriceListsPriceListReq.

func NewOptAdminPostPriceListsPriceListReq

func NewOptAdminPostPriceListsPriceListReq(v AdminPostPriceListsPriceListReq) OptAdminPostPriceListsPriceListReq

NewOptAdminPostPriceListsPriceListReq returns new OptAdminPostPriceListsPriceListReq with value set to v.

func (*OptAdminPostPriceListsPriceListReq) Decode

Decode decodes AdminPostPriceListsPriceListReq from json.

func (OptAdminPostPriceListsPriceListReq) Encode

Encode encodes AdminPostPriceListsPriceListReq as json.

func (OptAdminPostPriceListsPriceListReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostPriceListsPriceListReq) IsSet

IsSet returns true if OptAdminPostPriceListsPriceListReq was set.

func (OptAdminPostPriceListsPriceListReq) MarshalJSON

func (s OptAdminPostPriceListsPriceListReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostPriceListsPriceListReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostPriceListsPriceListReq) Reset

Reset unsets value.

func (*OptAdminPostPriceListsPriceListReq) SetFake

SetFake set fake values.

func (*OptAdminPostPriceListsPriceListReq) SetTo

SetTo sets value to v.

func (*OptAdminPostPriceListsPriceListReq) UnmarshalJSON

func (s *OptAdminPostPriceListsPriceListReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostPriceListsReq

type OptAdminPostPriceListsReq struct {
	Value AdminPostPriceListsReq
	Set   bool
}

OptAdminPostPriceListsReq is optional AdminPostPriceListsReq.

func NewOptAdminPostPriceListsReq

func NewOptAdminPostPriceListsReq(v AdminPostPriceListsReq) OptAdminPostPriceListsReq

NewOptAdminPostPriceListsReq returns new OptAdminPostPriceListsReq with value set to v.

func (*OptAdminPostPriceListsReq) Decode

func (o *OptAdminPostPriceListsReq) Decode(d *jx.Decoder) error

Decode decodes AdminPostPriceListsReq from json.

func (OptAdminPostPriceListsReq) Encode

func (o OptAdminPostPriceListsReq) Encode(e *jx.Encoder)

Encode encodes AdminPostPriceListsReq as json.

func (OptAdminPostPriceListsReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostPriceListsReq) IsSet

func (o OptAdminPostPriceListsReq) IsSet() bool

IsSet returns true if OptAdminPostPriceListsReq was set.

func (OptAdminPostPriceListsReq) MarshalJSON

func (s OptAdminPostPriceListsReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostPriceListsReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostPriceListsReq) Reset

func (o *OptAdminPostPriceListsReq) Reset()

Reset unsets value.

func (*OptAdminPostPriceListsReq) SetFake

func (s *OptAdminPostPriceListsReq) SetFake()

SetFake set fake values.

func (*OptAdminPostPriceListsReq) SetTo

SetTo sets value to v.

func (*OptAdminPostPriceListsReq) UnmarshalJSON

func (s *OptAdminPostPriceListsReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostPricingRuleTypesReq

type OptAdminPostPricingRuleTypesReq struct {
	Value AdminPostPricingRuleTypesReq
	Set   bool
}

OptAdminPostPricingRuleTypesReq is optional AdminPostPricingRuleTypesReq.

func NewOptAdminPostPricingRuleTypesReq

func NewOptAdminPostPricingRuleTypesReq(v AdminPostPricingRuleTypesReq) OptAdminPostPricingRuleTypesReq

NewOptAdminPostPricingRuleTypesReq returns new OptAdminPostPricingRuleTypesReq with value set to v.

func (*OptAdminPostPricingRuleTypesReq) Decode

Decode decodes AdminPostPricingRuleTypesReq from json.

func (OptAdminPostPricingRuleTypesReq) Encode

Encode encodes AdminPostPricingRuleTypesReq as json.

func (OptAdminPostPricingRuleTypesReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostPricingRuleTypesReq) IsSet

IsSet returns true if OptAdminPostPricingRuleTypesReq was set.

func (OptAdminPostPricingRuleTypesReq) MarshalJSON

func (s OptAdminPostPricingRuleTypesReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostPricingRuleTypesReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostPricingRuleTypesReq) Reset

Reset unsets value.

func (*OptAdminPostPricingRuleTypesReq) SetFake

func (s *OptAdminPostPricingRuleTypesReq) SetFake()

SetFake set fake values.

func (*OptAdminPostPricingRuleTypesReq) SetTo

SetTo sets value to v.

func (*OptAdminPostPricingRuleTypesReq) UnmarshalJSON

func (s *OptAdminPostPricingRuleTypesReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostPricingRuleTypesRuleTypeReq

type OptAdminPostPricingRuleTypesRuleTypeReq struct {
	Value AdminPostPricingRuleTypesRuleTypeReq
	Set   bool
}

OptAdminPostPricingRuleTypesRuleTypeReq is optional AdminPostPricingRuleTypesRuleTypeReq.

func NewOptAdminPostPricingRuleTypesRuleTypeReq

func NewOptAdminPostPricingRuleTypesRuleTypeReq(v AdminPostPricingRuleTypesRuleTypeReq) OptAdminPostPricingRuleTypesRuleTypeReq

NewOptAdminPostPricingRuleTypesRuleTypeReq returns new OptAdminPostPricingRuleTypesRuleTypeReq with value set to v.

func (*OptAdminPostPricingRuleTypesRuleTypeReq) Decode

Decode decodes AdminPostPricingRuleTypesRuleTypeReq from json.

func (OptAdminPostPricingRuleTypesRuleTypeReq) Encode

Encode encodes AdminPostPricingRuleTypesRuleTypeReq as json.

func (OptAdminPostPricingRuleTypesRuleTypeReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostPricingRuleTypesRuleTypeReq) IsSet

IsSet returns true if OptAdminPostPricingRuleTypesRuleTypeReq was set.

func (OptAdminPostPricingRuleTypesRuleTypeReq) MarshalJSON

func (s OptAdminPostPricingRuleTypesRuleTypeReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostPricingRuleTypesRuleTypeReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostPricingRuleTypesRuleTypeReq) Reset

Reset unsets value.

func (*OptAdminPostPricingRuleTypesRuleTypeReq) SetFake

SetFake set fake values.

func (*OptAdminPostPricingRuleTypesRuleTypeReq) SetTo

SetTo sets value to v.

func (*OptAdminPostPricingRuleTypesRuleTypeReq) UnmarshalJSON

func (s *OptAdminPostPricingRuleTypesRuleTypeReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostPromotionsPromotionReq

type OptAdminPostPromotionsPromotionReq struct {
	Value AdminPostPromotionsPromotionReq
	Set   bool
}

OptAdminPostPromotionsPromotionReq is optional AdminPostPromotionsPromotionReq.

func NewOptAdminPostPromotionsPromotionReq

func NewOptAdminPostPromotionsPromotionReq(v AdminPostPromotionsPromotionReq) OptAdminPostPromotionsPromotionReq

NewOptAdminPostPromotionsPromotionReq returns new OptAdminPostPromotionsPromotionReq with value set to v.

func (*OptAdminPostPromotionsPromotionReq) Decode

Decode decodes AdminPostPromotionsPromotionReq from json.

func (OptAdminPostPromotionsPromotionReq) Encode

Encode encodes AdminPostPromotionsPromotionReq as json.

func (OptAdminPostPromotionsPromotionReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostPromotionsPromotionReq) IsSet

IsSet returns true if OptAdminPostPromotionsPromotionReq was set.

func (OptAdminPostPromotionsPromotionReq) MarshalJSON

func (s OptAdminPostPromotionsPromotionReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostPromotionsPromotionReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostPromotionsPromotionReq) Reset

Reset unsets value.

func (*OptAdminPostPromotionsPromotionReq) SetFake

SetFake set fake values.

func (*OptAdminPostPromotionsPromotionReq) SetTo

SetTo sets value to v.

func (*OptAdminPostPromotionsPromotionReq) UnmarshalJSON

func (s *OptAdminPostPromotionsPromotionReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostPromotionsPromotionRulesBatchAddReq

type OptAdminPostPromotionsPromotionRulesBatchAddReq struct {
	Value AdminPostPromotionsPromotionRulesBatchAddReq
	Set   bool
}

OptAdminPostPromotionsPromotionRulesBatchAddReq is optional AdminPostPromotionsPromotionRulesBatchAddReq.

func NewOptAdminPostPromotionsPromotionRulesBatchAddReq

func NewOptAdminPostPromotionsPromotionRulesBatchAddReq(v AdminPostPromotionsPromotionRulesBatchAddReq) OptAdminPostPromotionsPromotionRulesBatchAddReq

NewOptAdminPostPromotionsPromotionRulesBatchAddReq returns new OptAdminPostPromotionsPromotionRulesBatchAddReq with value set to v.

func (*OptAdminPostPromotionsPromotionRulesBatchAddReq) Decode

Decode decodes AdminPostPromotionsPromotionRulesBatchAddReq from json.

func (OptAdminPostPromotionsPromotionRulesBatchAddReq) Encode

Encode encodes AdminPostPromotionsPromotionRulesBatchAddReq as json.

func (OptAdminPostPromotionsPromotionRulesBatchAddReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostPromotionsPromotionRulesBatchAddReq) IsSet

IsSet returns true if OptAdminPostPromotionsPromotionRulesBatchAddReq was set.

func (OptAdminPostPromotionsPromotionRulesBatchAddReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostPromotionsPromotionRulesBatchAddReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostPromotionsPromotionRulesBatchAddReq) Reset

Reset unsets value.

func (*OptAdminPostPromotionsPromotionRulesBatchAddReq) SetFake

SetFake set fake values.

func (*OptAdminPostPromotionsPromotionRulesBatchAddReq) SetTo

SetTo sets value to v.

func (*OptAdminPostPromotionsPromotionRulesBatchAddReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostPromotionsPromotionRulesBatchRemoveReq

type OptAdminPostPromotionsPromotionRulesBatchRemoveReq struct {
	Value AdminPostPromotionsPromotionRulesBatchRemoveReq
	Set   bool
}

OptAdminPostPromotionsPromotionRulesBatchRemoveReq is optional AdminPostPromotionsPromotionRulesBatchRemoveReq.

func NewOptAdminPostPromotionsPromotionRulesBatchRemoveReq

func NewOptAdminPostPromotionsPromotionRulesBatchRemoveReq(v AdminPostPromotionsPromotionRulesBatchRemoveReq) OptAdminPostPromotionsPromotionRulesBatchRemoveReq

NewOptAdminPostPromotionsPromotionRulesBatchRemoveReq returns new OptAdminPostPromotionsPromotionRulesBatchRemoveReq with value set to v.

func (*OptAdminPostPromotionsPromotionRulesBatchRemoveReq) Decode

Decode decodes AdminPostPromotionsPromotionRulesBatchRemoveReq from json.

func (OptAdminPostPromotionsPromotionRulesBatchRemoveReq) Encode

Encode encodes AdminPostPromotionsPromotionRulesBatchRemoveReq as json.

func (OptAdminPostPromotionsPromotionRulesBatchRemoveReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostPromotionsPromotionRulesBatchRemoveReq) IsSet

IsSet returns true if OptAdminPostPromotionsPromotionRulesBatchRemoveReq was set.

func (OptAdminPostPromotionsPromotionRulesBatchRemoveReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostPromotionsPromotionRulesBatchRemoveReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostPromotionsPromotionRulesBatchRemoveReq) Reset

Reset unsets value.

func (*OptAdminPostPromotionsPromotionRulesBatchRemoveReq) SetFake

SetFake set fake values.

func (*OptAdminPostPromotionsPromotionRulesBatchRemoveReq) SetTo

SetTo sets value to v.

func (*OptAdminPostPromotionsPromotionRulesBatchRemoveReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostPromotionsPromotionRulesBatchUpdateReq

type OptAdminPostPromotionsPromotionRulesBatchUpdateReq struct {
	Value AdminPostPromotionsPromotionRulesBatchUpdateReq
	Set   bool
}

OptAdminPostPromotionsPromotionRulesBatchUpdateReq is optional AdminPostPromotionsPromotionRulesBatchUpdateReq.

func NewOptAdminPostPromotionsPromotionRulesBatchUpdateReq

func NewOptAdminPostPromotionsPromotionRulesBatchUpdateReq(v AdminPostPromotionsPromotionRulesBatchUpdateReq) OptAdminPostPromotionsPromotionRulesBatchUpdateReq

NewOptAdminPostPromotionsPromotionRulesBatchUpdateReq returns new OptAdminPostPromotionsPromotionRulesBatchUpdateReq with value set to v.

func (*OptAdminPostPromotionsPromotionRulesBatchUpdateReq) Decode

Decode decodes AdminPostPromotionsPromotionRulesBatchUpdateReq from json.

func (OptAdminPostPromotionsPromotionRulesBatchUpdateReq) Encode

Encode encodes AdminPostPromotionsPromotionRulesBatchUpdateReq as json.

func (OptAdminPostPromotionsPromotionRulesBatchUpdateReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostPromotionsPromotionRulesBatchUpdateReq) IsSet

IsSet returns true if OptAdminPostPromotionsPromotionRulesBatchUpdateReq was set.

func (OptAdminPostPromotionsPromotionRulesBatchUpdateReq) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostPromotionsPromotionRulesBatchUpdateReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostPromotionsPromotionRulesBatchUpdateReq) Reset

Reset unsets value.

func (*OptAdminPostPromotionsPromotionRulesBatchUpdateReq) SetFake

SetFake set fake values.

func (*OptAdminPostPromotionsPromotionRulesBatchUpdateReq) SetTo

SetTo sets value to v.

func (*OptAdminPostPromotionsPromotionRulesBatchUpdateReq) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostStockLocationsReq

type OptAdminPostStockLocationsReq struct {
	Value AdminPostStockLocationsReq
	Set   bool
}

OptAdminPostStockLocationsReq is optional AdminPostStockLocationsReq.

func NewOptAdminPostStockLocationsReq

func NewOptAdminPostStockLocationsReq(v AdminPostStockLocationsReq) OptAdminPostStockLocationsReq

NewOptAdminPostStockLocationsReq returns new OptAdminPostStockLocationsReq with value set to v.

func (*OptAdminPostStockLocationsReq) Decode

Decode decodes AdminPostStockLocationsReq from json.

func (OptAdminPostStockLocationsReq) Encode

Encode encodes AdminPostStockLocationsReq as json.

func (OptAdminPostStockLocationsReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostStockLocationsReq) IsSet

IsSet returns true if OptAdminPostStockLocationsReq was set.

func (OptAdminPostStockLocationsReq) MarshalJSON

func (s OptAdminPostStockLocationsReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostStockLocationsReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostStockLocationsReq) Reset

func (o *OptAdminPostStockLocationsReq) Reset()

Reset unsets value.

func (*OptAdminPostStockLocationsReq) SetFake

func (s *OptAdminPostStockLocationsReq) SetFake()

SetFake set fake values.

func (*OptAdminPostStockLocationsReq) SetTo

SetTo sets value to v.

func (*OptAdminPostStockLocationsReq) UnmarshalJSON

func (s *OptAdminPostStockLocationsReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostTaxRatesReq

type OptAdminPostTaxRatesReq struct {
	Value AdminPostTaxRatesReq
	Set   bool
}

OptAdminPostTaxRatesReq is optional AdminPostTaxRatesReq.

func NewOptAdminPostTaxRatesReq

func NewOptAdminPostTaxRatesReq(v AdminPostTaxRatesReq) OptAdminPostTaxRatesReq

NewOptAdminPostTaxRatesReq returns new OptAdminPostTaxRatesReq with value set to v.

func (*OptAdminPostTaxRatesReq) Decode

func (o *OptAdminPostTaxRatesReq) Decode(d *jx.Decoder) error

Decode decodes AdminPostTaxRatesReq from json.

func (OptAdminPostTaxRatesReq) Encode

func (o OptAdminPostTaxRatesReq) Encode(e *jx.Encoder)

Encode encodes AdminPostTaxRatesReq as json.

func (OptAdminPostTaxRatesReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostTaxRatesReq) IsSet

func (o OptAdminPostTaxRatesReq) IsSet() bool

IsSet returns true if OptAdminPostTaxRatesReq was set.

func (OptAdminPostTaxRatesReq) MarshalJSON

func (s OptAdminPostTaxRatesReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostTaxRatesReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostTaxRatesReq) Reset

func (o *OptAdminPostTaxRatesReq) Reset()

Reset unsets value.

func (*OptAdminPostTaxRatesReq) SetFake

func (s *OptAdminPostTaxRatesReq) SetFake()

SetFake set fake values.

func (*OptAdminPostTaxRatesReq) SetTo

SetTo sets value to v.

func (*OptAdminPostTaxRatesReq) UnmarshalJSON

func (s *OptAdminPostTaxRatesReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostTaxRatesTaxRateReq

type OptAdminPostTaxRatesTaxRateReq struct {
	Value AdminPostTaxRatesTaxRateReq
	Set   bool
}

OptAdminPostTaxRatesTaxRateReq is optional AdminPostTaxRatesTaxRateReq.

func NewOptAdminPostTaxRatesTaxRateReq

func NewOptAdminPostTaxRatesTaxRateReq(v AdminPostTaxRatesTaxRateReq) OptAdminPostTaxRatesTaxRateReq

NewOptAdminPostTaxRatesTaxRateReq returns new OptAdminPostTaxRatesTaxRateReq with value set to v.

func (*OptAdminPostTaxRatesTaxRateReq) Decode

Decode decodes AdminPostTaxRatesTaxRateReq from json.

func (OptAdminPostTaxRatesTaxRateReq) Encode

Encode encodes AdminPostTaxRatesTaxRateReq as json.

func (OptAdminPostTaxRatesTaxRateReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostTaxRatesTaxRateReq) IsSet

IsSet returns true if OptAdminPostTaxRatesTaxRateReq was set.

func (OptAdminPostTaxRatesTaxRateReq) MarshalJSON

func (s OptAdminPostTaxRatesTaxRateReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostTaxRatesTaxRateReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostTaxRatesTaxRateReq) Reset

func (o *OptAdminPostTaxRatesTaxRateReq) Reset()

Reset unsets value.

func (*OptAdminPostTaxRatesTaxRateReq) SetFake

func (s *OptAdminPostTaxRatesTaxRateReq) SetFake()

SetFake set fake values.

func (*OptAdminPostTaxRatesTaxRateReq) SetTo

SetTo sets value to v.

func (*OptAdminPostTaxRatesTaxRateReq) UnmarshalJSON

func (s *OptAdminPostTaxRatesTaxRateReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostTaxRatesTaxRateRulesReq

type OptAdminPostTaxRatesTaxRateRulesReq struct {
	Value AdminPostTaxRatesTaxRateRulesReq
	Set   bool
}

OptAdminPostTaxRatesTaxRateRulesReq is optional AdminPostTaxRatesTaxRateRulesReq.

func NewOptAdminPostTaxRatesTaxRateRulesReq

func NewOptAdminPostTaxRatesTaxRateRulesReq(v AdminPostTaxRatesTaxRateRulesReq) OptAdminPostTaxRatesTaxRateRulesReq

NewOptAdminPostTaxRatesTaxRateRulesReq returns new OptAdminPostTaxRatesTaxRateRulesReq with value set to v.

func (*OptAdminPostTaxRatesTaxRateRulesReq) Decode

Decode decodes AdminPostTaxRatesTaxRateRulesReq from json.

func (OptAdminPostTaxRatesTaxRateRulesReq) Encode

Encode encodes AdminPostTaxRatesTaxRateRulesReq as json.

func (OptAdminPostTaxRatesTaxRateRulesReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostTaxRatesTaxRateRulesReq) IsSet

IsSet returns true if OptAdminPostTaxRatesTaxRateRulesReq was set.

func (OptAdminPostTaxRatesTaxRateRulesReq) MarshalJSON

func (s OptAdminPostTaxRatesTaxRateRulesReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostTaxRatesTaxRateRulesReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostTaxRatesTaxRateRulesReq) Reset

Reset unsets value.

func (*OptAdminPostTaxRatesTaxRateRulesReq) SetFake

SetFake set fake values.

func (*OptAdminPostTaxRatesTaxRateRulesReq) SetTo

SetTo sets value to v.

func (*OptAdminPostTaxRatesTaxRateRulesReq) UnmarshalJSON

func (s *OptAdminPostTaxRatesTaxRateRulesReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostTaxRegionsReq

type OptAdminPostTaxRegionsReq struct {
	Value AdminPostTaxRegionsReq
	Set   bool
}

OptAdminPostTaxRegionsReq is optional AdminPostTaxRegionsReq.

func NewOptAdminPostTaxRegionsReq

func NewOptAdminPostTaxRegionsReq(v AdminPostTaxRegionsReq) OptAdminPostTaxRegionsReq

NewOptAdminPostTaxRegionsReq returns new OptAdminPostTaxRegionsReq with value set to v.

func (*OptAdminPostTaxRegionsReq) Decode

func (o *OptAdminPostTaxRegionsReq) Decode(d *jx.Decoder) error

Decode decodes AdminPostTaxRegionsReq from json.

func (OptAdminPostTaxRegionsReq) Encode

func (o OptAdminPostTaxRegionsReq) Encode(e *jx.Encoder)

Encode encodes AdminPostTaxRegionsReq as json.

func (OptAdminPostTaxRegionsReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostTaxRegionsReq) IsSet

func (o OptAdminPostTaxRegionsReq) IsSet() bool

IsSet returns true if OptAdminPostTaxRegionsReq was set.

func (OptAdminPostTaxRegionsReq) MarshalJSON

func (s OptAdminPostTaxRegionsReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostTaxRegionsReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostTaxRegionsReq) Reset

func (o *OptAdminPostTaxRegionsReq) Reset()

Reset unsets value.

func (*OptAdminPostTaxRegionsReq) SetFake

func (s *OptAdminPostTaxRegionsReq) SetFake()

SetFake set fake values.

func (*OptAdminPostTaxRegionsReq) SetTo

SetTo sets value to v.

func (*OptAdminPostTaxRegionsReq) UnmarshalJSON

func (s *OptAdminPostTaxRegionsReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostWorkflowsAsyncResponseReq

type OptAdminPostWorkflowsAsyncResponseReq struct {
	Value AdminPostWorkflowsAsyncResponseReq
	Set   bool
}

OptAdminPostWorkflowsAsyncResponseReq is optional AdminPostWorkflowsAsyncResponseReq.

func NewOptAdminPostWorkflowsAsyncResponseReq

func NewOptAdminPostWorkflowsAsyncResponseReq(v AdminPostWorkflowsAsyncResponseReq) OptAdminPostWorkflowsAsyncResponseReq

NewOptAdminPostWorkflowsAsyncResponseReq returns new OptAdminPostWorkflowsAsyncResponseReq with value set to v.

func (*OptAdminPostWorkflowsAsyncResponseReq) Decode

Decode decodes AdminPostWorkflowsAsyncResponseReq from json.

func (OptAdminPostWorkflowsAsyncResponseReq) Encode

Encode encodes AdminPostWorkflowsAsyncResponseReq as json.

func (OptAdminPostWorkflowsAsyncResponseReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostWorkflowsAsyncResponseReq) IsSet

IsSet returns true if OptAdminPostWorkflowsAsyncResponseReq was set.

func (OptAdminPostWorkflowsAsyncResponseReq) MarshalJSON

func (s OptAdminPostWorkflowsAsyncResponseReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostWorkflowsAsyncResponseReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostWorkflowsAsyncResponseReq) Reset

Reset unsets value.

func (*OptAdminPostWorkflowsAsyncResponseReq) SetFake

SetFake set fake values.

func (*OptAdminPostWorkflowsAsyncResponseReq) SetTo

SetTo sets value to v.

func (*OptAdminPostWorkflowsAsyncResponseReq) UnmarshalJSON

func (s *OptAdminPostWorkflowsAsyncResponseReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminPostWorkflowsRunReq

type OptAdminPostWorkflowsRunReq struct {
	Value AdminPostWorkflowsRunReq
	Set   bool
}

OptAdminPostWorkflowsRunReq is optional AdminPostWorkflowsRunReq.

func NewOptAdminPostWorkflowsRunReq

func NewOptAdminPostWorkflowsRunReq(v AdminPostWorkflowsRunReq) OptAdminPostWorkflowsRunReq

NewOptAdminPostWorkflowsRunReq returns new OptAdminPostWorkflowsRunReq with value set to v.

func (*OptAdminPostWorkflowsRunReq) Decode

Decode decodes AdminPostWorkflowsRunReq from json.

func (OptAdminPostWorkflowsRunReq) Encode

func (o OptAdminPostWorkflowsRunReq) Encode(e *jx.Encoder)

Encode encodes AdminPostWorkflowsRunReq as json.

func (OptAdminPostWorkflowsRunReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminPostWorkflowsRunReq) IsSet

IsSet returns true if OptAdminPostWorkflowsRunReq was set.

func (OptAdminPostWorkflowsRunReq) MarshalJSON

func (s OptAdminPostWorkflowsRunReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminPostWorkflowsRunReq) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminPostWorkflowsRunReq) Reset

func (o *OptAdminPostWorkflowsRunReq) Reset()

Reset unsets value.

func (*OptAdminPostWorkflowsRunReq) SetFake

func (s *OptAdminPostWorkflowsRunReq) SetFake()

SetFake set fake values.

func (*OptAdminPostWorkflowsRunReq) SetTo

SetTo sets value to v.

func (*OptAdminPostWorkflowsRunReq) UnmarshalJSON

func (s *OptAdminPostWorkflowsRunReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptAdminUpdateUserRequest

type OptAdminUpdateUserRequest struct {
	Value AdminUpdateUserRequest
	Set   bool
}

OptAdminUpdateUserRequest is optional AdminUpdateUserRequest.

func NewOptAdminUpdateUserRequest

func NewOptAdminUpdateUserRequest(v AdminUpdateUserRequest) OptAdminUpdateUserRequest

NewOptAdminUpdateUserRequest returns new OptAdminUpdateUserRequest with value set to v.

func (*OptAdminUpdateUserRequest) Decode

func (o *OptAdminUpdateUserRequest) Decode(d *jx.Decoder) error

Decode decodes AdminUpdateUserRequest from json.

func (OptAdminUpdateUserRequest) Encode

func (o OptAdminUpdateUserRequest) Encode(e *jx.Encoder)

Encode encodes AdminUpdateUserRequest as json.

func (OptAdminUpdateUserRequest) Get

Get returns value and boolean that denotes whether value was set.

func (OptAdminUpdateUserRequest) IsSet

func (o OptAdminUpdateUserRequest) IsSet() bool

IsSet returns true if OptAdminUpdateUserRequest was set.

func (OptAdminUpdateUserRequest) MarshalJSON

func (s OptAdminUpdateUserRequest) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptAdminUpdateUserRequest) Or

Or returns value if set, or given parameter if does not.

func (*OptAdminUpdateUserRequest) Reset

func (o *OptAdminUpdateUserRequest) Reset()

Reset unsets value.

func (*OptAdminUpdateUserRequest) SetFake

func (s *OptAdminUpdateUserRequest) SetFake()

SetFake set fake values.

func (*OptAdminUpdateUserRequest) SetTo

SetTo sets value to v.

func (*OptAdminUpdateUserRequest) UnmarshalJSON

func (s *OptAdminUpdateUserRequest) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptApplicationMethodsMethodPostReq

type OptApplicationMethodsMethodPostReq struct {
	Value ApplicationMethodsMethodPostReq
	Set   bool
}

OptApplicationMethodsMethodPostReq is optional ApplicationMethodsMethodPostReq.

func NewOptApplicationMethodsMethodPostReq

func NewOptApplicationMethodsMethodPostReq(v ApplicationMethodsMethodPostReq) OptApplicationMethodsMethodPostReq

NewOptApplicationMethodsMethodPostReq returns new OptApplicationMethodsMethodPostReq with value set to v.

func (*OptApplicationMethodsMethodPostReq) Decode

Decode decodes ApplicationMethodsMethodPostReq from json.

func (OptApplicationMethodsMethodPostReq) Encode

Encode encodes ApplicationMethodsMethodPostReq as json.

func (OptApplicationMethodsMethodPostReq) Get

Get returns value and boolean that denotes whether value was set.

func (OptApplicationMethodsMethodPostReq) IsSet

IsSet returns true if OptApplicationMethodsMethodPostReq was set.

func (OptApplicationMethodsMethodPostReq) MarshalJSON

func (s OptApplicationMethodsMethodPostReq) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptApplicationMethodsMethodPostReq) Or

Or returns value if set, or given parameter if does not.

func (*OptApplicationMethodsMethodPostReq) Reset

Reset unsets value.

func (*OptApplicationMethodsMethodPostReq) SetFake

SetFake set fake values.

func (*OptApplicationMethodsMethodPostReq) SetTo

SetTo sets value to v.

func (*OptApplicationMethodsMethodPostReq) UnmarshalJSON

func (s *OptApplicationMethodsMethodPostReq) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptBool

type OptBool struct {
	Value bool
	Set   bool
}

OptBool is optional bool.

func NewOptBool

func NewOptBool(v bool) OptBool

NewOptBool returns new OptBool with value set to v.

func (*OptBool) Decode

func (o *OptBool) Decode(d *jx.Decoder) error

Decode decodes bool from json.

func (OptBool) Encode

func (o OptBool) Encode(e *jx.Encoder)

Encode encodes bool as json.

func (OptBool) Get

func (o OptBool) Get() (v bool, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptBool) IsSet

func (o OptBool) IsSet() bool

IsSet returns true if OptBool was set.

func (OptBool) MarshalJSON

func (s OptBool) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptBool) Or

func (o OptBool) Or(d bool) bool

Or returns value if set, or given parameter if does not.

func (*OptBool) Reset

func (o *OptBool) Reset()

Reset unsets value.

func (*OptBool) SetFake

func (s *OptBool) SetFake()

SetFake set fake values.

func (*OptBool) SetTo

func (o *OptBool) SetTo(v bool)

SetTo sets value to v.

func (*OptBool) UnmarshalJSON

func (s *OptBool) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptCampaignBudget

type OptCampaignBudget struct {
	Value CampaignBudget
	Set   bool
}

OptCampaignBudget is optional CampaignBudget.

func NewOptCampaignBudget

func NewOptCampaignBudget(v CampaignBudget) OptCampaignBudget

NewOptCampaignBudget returns new OptCampaignBudget with value set to v.

func (*OptCampaignBudget) Decode

func (o *OptCampaignBudget) Decode(d *jx.Decoder) error

Decode decodes CampaignBudget from json.

func (OptCampaignBudget) Encode

func (o OptCampaignBudget) Encode(e *jx.Encoder)

Encode encodes CampaignBudget as json.

func (OptCampaignBudget) Get

func (o OptCampaignBudget) Get() (v CampaignBudget, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptCampaignBudget) IsSet

func (o OptCampaignBudget) IsSet() bool

IsSet returns true if OptCampaignBudget was set.

func (OptCampaignBudget) MarshalJSON

func (s OptCampaignBudget) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptCampaignBudget) Or

Or returns value if set, or given parameter if does not.

func (*OptCampaignBudget) Reset

func (o *OptCampaignBudget) Reset()

Reset unsets value.

func (*OptCampaignBudget) SetFake

func (s *OptCampaignBudget) SetFake()

SetFake set fake values.

func (*OptCampaignBudget) SetTo

func (o *OptCampaignBudget) SetTo(v CampaignBudget)

SetTo sets value to v.

func (*OptCampaignBudget) UnmarshalJSON

func (s *OptCampaignBudget) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptCreateDefaultTaxRate

type OptCreateDefaultTaxRate struct {
	Value CreateDefaultTaxRate
	Set   bool
}

OptCreateDefaultTaxRate is optional CreateDefaultTaxRate.

func NewOptCreateDefaultTaxRate

func NewOptCreateDefaultTaxRate(v CreateDefaultTaxRate) OptCreateDefaultTaxRate

NewOptCreateDefaultTaxRate returns new OptCreateDefaultTaxRate with value set to v.

func (*OptCreateDefaultTaxRate) Decode

func (o *OptCreateDefaultTaxRate) Decode(d *jx.Decoder) error

Decode decodes CreateDefaultTaxRate from json.

func (OptCreateDefaultTaxRate) Encode

func (o OptCreateDefaultTaxRate) Encode(e *jx.Encoder)

Encode encodes CreateDefaultTaxRate as json.

func (OptCreateDefaultTaxRate) Get

Get returns value and boolean that denotes whether value was set.

func (OptCreateDefaultTaxRate) IsSet

func (o OptCreateDefaultTaxRate) IsSet() bool

IsSet returns true if OptCreateDefaultTaxRate was set.

func (OptCreateDefaultTaxRate) MarshalJSON

func (s OptCreateDefaultTaxRate) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptCreateDefaultTaxRate) Or

Or returns value if set, or given parameter if does not.

func (*OptCreateDefaultTaxRate) Reset

func (o *OptCreateDefaultTaxRate) Reset()

Reset unsets value.

func (*OptCreateDefaultTaxRate) SetFake

func (s *OptCreateDefaultTaxRate) SetFake()

SetFake set fake values.

func (*OptCreateDefaultTaxRate) SetTo

SetTo sets value to v.

func (*OptCreateDefaultTaxRate) UnmarshalJSON

func (s *OptCreateDefaultTaxRate) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptErrorCode

type OptErrorCode struct {
	Value ErrorCode
	Set   bool
}

OptErrorCode is optional ErrorCode.

func NewOptErrorCode

func NewOptErrorCode(v ErrorCode) OptErrorCode

NewOptErrorCode returns new OptErrorCode with value set to v.

func (*OptErrorCode) Decode

func (o *OptErrorCode) Decode(d *jx.Decoder) error

Decode decodes ErrorCode from json.

func (OptErrorCode) Encode

func (o OptErrorCode) Encode(e *jx.Encoder)

Encode encodes ErrorCode as json.

func (OptErrorCode) Get

func (o OptErrorCode) Get() (v ErrorCode, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptErrorCode) IsSet

func (o OptErrorCode) IsSet() bool

IsSet returns true if OptErrorCode was set.

func (OptErrorCode) MarshalJSON

func (s OptErrorCode) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptErrorCode) Or

Or returns value if set, or given parameter if does not.

func (*OptErrorCode) Reset

func (o *OptErrorCode) Reset()

Reset unsets value.

func (*OptErrorCode) SetFake

func (s *OptErrorCode) SetFake()

SetFake set fake values.

func (*OptErrorCode) SetTo

func (o *OptErrorCode) SetTo(v ErrorCode)

SetTo sets value to v.

func (*OptErrorCode) UnmarshalJSON

func (s *OptErrorCode) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptErrorType

type OptErrorType struct {
	Value ErrorType
	Set   bool
}

OptErrorType is optional ErrorType.

func NewOptErrorType

func NewOptErrorType(v ErrorType) OptErrorType

NewOptErrorType returns new OptErrorType with value set to v.

func (*OptErrorType) Decode

func (o *OptErrorType) Decode(d *jx.Decoder) error

Decode decodes ErrorType from json.

func (OptErrorType) Encode

func (o OptErrorType) Encode(e *jx.Encoder)

Encode encodes ErrorType as json.

func (OptErrorType) Get

func (o OptErrorType) Get() (v ErrorType, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptErrorType) IsSet

func (o OptErrorType) IsSet() bool

IsSet returns true if OptErrorType was set.

func (OptErrorType) MarshalJSON

func (s OptErrorType) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptErrorType) Or

Or returns value if set, or given parameter if does not.

func (*OptErrorType) Reset

func (o *OptErrorType) Reset()

Reset unsets value.

func (*OptErrorType) SetFake

func (s *OptErrorType) SetFake()

SetFake set fake values.

func (*OptErrorType) SetTo

func (o *OptErrorType) SetTo(v ErrorType)

SetTo sets value to v.

func (*OptErrorType) UnmarshalJSON

func (s *OptErrorType) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptFloat64

type OptFloat64 struct {
	Value float64
	Set   bool
}

OptFloat64 is optional float64.

func NewOptFloat64

func NewOptFloat64(v float64) OptFloat64

NewOptFloat64 returns new OptFloat64 with value set to v.

func (*OptFloat64) Decode

func (o *OptFloat64) Decode(d *jx.Decoder) error

Decode decodes float64 from json.

func (OptFloat64) Encode

func (o OptFloat64) Encode(e *jx.Encoder)

Encode encodes float64 as json.

func (OptFloat64) Get

func (o OptFloat64) Get() (v float64, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptFloat64) IsSet

func (o OptFloat64) IsSet() bool

IsSet returns true if OptFloat64 was set.

func (OptFloat64) MarshalJSON

func (s OptFloat64) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptFloat64) Or

func (o OptFloat64) Or(d float64) float64

Or returns value if set, or given parameter if does not.

func (*OptFloat64) Reset

func (o *OptFloat64) Reset()

Reset unsets value.

func (*OptFloat64) SetFake

func (s *OptFloat64) SetFake()

SetFake set fake values.

func (*OptFloat64) SetTo

func (o *OptFloat64) SetTo(v float64)

SetTo sets value to v.

func (*OptFloat64) UnmarshalJSON

func (s *OptFloat64) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptStockLocationAddress

type OptStockLocationAddress struct {
	Value StockLocationAddress
	Set   bool
}

OptStockLocationAddress is optional StockLocationAddress.

func NewOptStockLocationAddress

func NewOptStockLocationAddress(v StockLocationAddress) OptStockLocationAddress

NewOptStockLocationAddress returns new OptStockLocationAddress with value set to v.

func (*OptStockLocationAddress) Decode

func (o *OptStockLocationAddress) Decode(d *jx.Decoder) error

Decode decodes StockLocationAddress from json.

func (OptStockLocationAddress) Encode

func (o OptStockLocationAddress) Encode(e *jx.Encoder)

Encode encodes StockLocationAddress as json.

func (OptStockLocationAddress) Get

Get returns value and boolean that denotes whether value was set.

func (OptStockLocationAddress) IsSet

func (o OptStockLocationAddress) IsSet() bool

IsSet returns true if OptStockLocationAddress was set.

func (OptStockLocationAddress) MarshalJSON

func (s OptStockLocationAddress) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptStockLocationAddress) Or

Or returns value if set, or given parameter if does not.

func (*OptStockLocationAddress) Reset

func (o *OptStockLocationAddress) Reset()

Reset unsets value.

func (*OptStockLocationAddress) SetFake

func (s *OptStockLocationAddress) SetFake()

SetFake set fake values.

func (*OptStockLocationAddress) SetTo

SetTo sets value to v.

func (*OptStockLocationAddress) UnmarshalJSON

func (s *OptStockLocationAddress) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type OptString

type OptString struct {
	Value string
	Set   bool
}

OptString is optional string.

func NewOptString

func NewOptString(v string) OptString

NewOptString returns new OptString with value set to v.

func (*OptString) Decode

func (o *OptString) Decode(d *jx.Decoder) error

Decode decodes string from json.

func (OptString) Encode

func (o OptString) Encode(e *jx.Encoder)

Encode encodes string as json.

func (OptString) Get

func (o OptString) Get() (v string, ok bool)

Get returns value and boolean that denotes whether value was set.

func (OptString) IsSet

func (o OptString) IsSet() bool

IsSet returns true if OptString was set.

func (OptString) MarshalJSON

func (s OptString) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (OptString) Or

func (o OptString) Or(d string) string

Or returns value if set, or given parameter if does not.

func (*OptString) Reset

func (o *OptString) Reset()

Reset unsets value.

func (*OptString) SetFake

func (s *OptString) SetFake()

SetFake set fake values.

func (*OptString) SetTo

func (o *OptString) SetTo(v string)

SetTo sets value to v.

func (*OptString) UnmarshalJSON

func (s *OptString) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type Option

type Option interface {
	ServerOption
	ClientOption
}

Option is config option.

func WithMeterProvider

func WithMeterProvider(provider metric.MeterProvider) Option

WithMeterProvider specifies a meter provider to use for creating a meter.

If none is specified, the otel.GetMeterProvider() is used.

func WithTracerProvider

func WithTracerProvider(provider trace.TracerProvider) Option

WithTracerProvider specifies a tracer provider to use for creating a tracer.

If none is specified, the global provider is used.

type PostApiKeysConflict

type PostApiKeysConflict Error

func (*PostApiKeysConflict) Decode

func (s *PostApiKeysConflict) Decode(d *jx.Decoder) error

Decode decodes PostApiKeysConflict from json.

func (*PostApiKeysConflict) Encode

func (s *PostApiKeysConflict) Encode(e *jx.Encoder)

Encode encodes PostApiKeysConflict as json.

func (*PostApiKeysConflict) MarshalJSON

func (s *PostApiKeysConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostApiKeysConflict) SetFake

func (s *PostApiKeysConflict) SetFake()

SetFake set fake values.

func (*PostApiKeysConflict) UnmarshalJSON

func (s *PostApiKeysConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostApiKeysConflict) Validate

func (s *PostApiKeysConflict) Validate() error

type PostApiKeysIdConflict

type PostApiKeysIdConflict Error

func (*PostApiKeysIdConflict) Decode

func (s *PostApiKeysIdConflict) Decode(d *jx.Decoder) error

Decode decodes PostApiKeysIdConflict from json.

func (*PostApiKeysIdConflict) Encode

func (s *PostApiKeysIdConflict) Encode(e *jx.Encoder)

Encode encodes PostApiKeysIdConflict as json.

func (*PostApiKeysIdConflict) MarshalJSON

func (s *PostApiKeysIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostApiKeysIdConflict) SetFake

func (s *PostApiKeysIdConflict) SetFake()

SetFake set fake values.

func (*PostApiKeysIdConflict) UnmarshalJSON

func (s *PostApiKeysIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostApiKeysIdConflict) Validate

func (s *PostApiKeysIdConflict) Validate() error

type PostApiKeysIdInternalServerError

type PostApiKeysIdInternalServerError Error

func (*PostApiKeysIdInternalServerError) Decode

Decode decodes PostApiKeysIdInternalServerError from json.

func (*PostApiKeysIdInternalServerError) Encode

Encode encodes PostApiKeysIdInternalServerError as json.

func (*PostApiKeysIdInternalServerError) MarshalJSON

func (s *PostApiKeysIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostApiKeysIdInternalServerError) SetFake

func (s *PostApiKeysIdInternalServerError) SetFake()

SetFake set fake values.

func (*PostApiKeysIdInternalServerError) UnmarshalJSON

func (s *PostApiKeysIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostApiKeysIdInternalServerError) Validate

type PostApiKeysIdNotFound

type PostApiKeysIdNotFound Error

func (*PostApiKeysIdNotFound) Decode

func (s *PostApiKeysIdNotFound) Decode(d *jx.Decoder) error

Decode decodes PostApiKeysIdNotFound from json.

func (*PostApiKeysIdNotFound) Encode

func (s *PostApiKeysIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostApiKeysIdNotFound as json.

func (*PostApiKeysIdNotFound) MarshalJSON

func (s *PostApiKeysIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostApiKeysIdNotFound) SetFake

func (s *PostApiKeysIdNotFound) SetFake()

SetFake set fake values.

func (*PostApiKeysIdNotFound) UnmarshalJSON

func (s *PostApiKeysIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostApiKeysIdNotFound) Validate

func (s *PostApiKeysIdNotFound) Validate() error

type PostApiKeysIdParams

type PostApiKeysIdParams struct {
	// The api key's ID.
	ID string
}

PostApiKeysIdParams is parameters of PostApiKeysId operation.

type PostApiKeysIdRes

type PostApiKeysIdRes interface {
	// contains filtered or unexported methods
}

type PostApiKeysIdRevokeConflict

type PostApiKeysIdRevokeConflict Error

func (*PostApiKeysIdRevokeConflict) Decode

Decode decodes PostApiKeysIdRevokeConflict from json.

func (*PostApiKeysIdRevokeConflict) Encode

func (s *PostApiKeysIdRevokeConflict) Encode(e *jx.Encoder)

Encode encodes PostApiKeysIdRevokeConflict as json.

func (*PostApiKeysIdRevokeConflict) MarshalJSON

func (s *PostApiKeysIdRevokeConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostApiKeysIdRevokeConflict) SetFake

func (s *PostApiKeysIdRevokeConflict) SetFake()

SetFake set fake values.

func (*PostApiKeysIdRevokeConflict) UnmarshalJSON

func (s *PostApiKeysIdRevokeConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostApiKeysIdRevokeConflict) Validate

func (s *PostApiKeysIdRevokeConflict) Validate() error

type PostApiKeysIdRevokeInternalServerError

type PostApiKeysIdRevokeInternalServerError Error

func (*PostApiKeysIdRevokeInternalServerError) Decode

Decode decodes PostApiKeysIdRevokeInternalServerError from json.

func (*PostApiKeysIdRevokeInternalServerError) Encode

Encode encodes PostApiKeysIdRevokeInternalServerError as json.

func (*PostApiKeysIdRevokeInternalServerError) MarshalJSON

func (s *PostApiKeysIdRevokeInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostApiKeysIdRevokeInternalServerError) SetFake

SetFake set fake values.

func (*PostApiKeysIdRevokeInternalServerError) UnmarshalJSON

func (s *PostApiKeysIdRevokeInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostApiKeysIdRevokeInternalServerError) Validate

type PostApiKeysIdRevokeNotFound

type PostApiKeysIdRevokeNotFound Error

func (*PostApiKeysIdRevokeNotFound) Decode

Decode decodes PostApiKeysIdRevokeNotFound from json.

func (*PostApiKeysIdRevokeNotFound) Encode

func (s *PostApiKeysIdRevokeNotFound) Encode(e *jx.Encoder)

Encode encodes PostApiKeysIdRevokeNotFound as json.

func (*PostApiKeysIdRevokeNotFound) MarshalJSON

func (s *PostApiKeysIdRevokeNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostApiKeysIdRevokeNotFound) SetFake

func (s *PostApiKeysIdRevokeNotFound) SetFake()

SetFake set fake values.

func (*PostApiKeysIdRevokeNotFound) UnmarshalJSON

func (s *PostApiKeysIdRevokeNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostApiKeysIdRevokeNotFound) Validate

func (s *PostApiKeysIdRevokeNotFound) Validate() error

type PostApiKeysIdRevokeParams

type PostApiKeysIdRevokeParams struct {
	// The api key's ID.
	ID string
}

PostApiKeysIdRevokeParams is parameters of PostApiKeysIdRevoke operation.

type PostApiKeysIdRevokeRes

type PostApiKeysIdRevokeRes interface {
	// contains filtered or unexported methods
}

type PostApiKeysIdRevokeUnprocessableEntity

type PostApiKeysIdRevokeUnprocessableEntity Error

func (*PostApiKeysIdRevokeUnprocessableEntity) Decode

Decode decodes PostApiKeysIdRevokeUnprocessableEntity from json.

func (*PostApiKeysIdRevokeUnprocessableEntity) Encode

Encode encodes PostApiKeysIdRevokeUnprocessableEntity as json.

func (*PostApiKeysIdRevokeUnprocessableEntity) MarshalJSON

func (s *PostApiKeysIdRevokeUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostApiKeysIdRevokeUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostApiKeysIdRevokeUnprocessableEntity) UnmarshalJSON

func (s *PostApiKeysIdRevokeUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostApiKeysIdRevokeUnprocessableEntity) Validate

type PostApiKeysIdUnprocessableEntity

type PostApiKeysIdUnprocessableEntity Error

func (*PostApiKeysIdUnprocessableEntity) Decode

Decode decodes PostApiKeysIdUnprocessableEntity from json.

func (*PostApiKeysIdUnprocessableEntity) Encode

Encode encodes PostApiKeysIdUnprocessableEntity as json.

func (*PostApiKeysIdUnprocessableEntity) MarshalJSON

func (s *PostApiKeysIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostApiKeysIdUnprocessableEntity) SetFake

func (s *PostApiKeysIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostApiKeysIdUnprocessableEntity) UnmarshalJSON

func (s *PostApiKeysIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostApiKeysIdUnprocessableEntity) Validate

type PostApiKeysInternalServerError

type PostApiKeysInternalServerError Error

func (*PostApiKeysInternalServerError) Decode

Decode decodes PostApiKeysInternalServerError from json.

func (*PostApiKeysInternalServerError) Encode

Encode encodes PostApiKeysInternalServerError as json.

func (*PostApiKeysInternalServerError) MarshalJSON

func (s *PostApiKeysInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostApiKeysInternalServerError) SetFake

func (s *PostApiKeysInternalServerError) SetFake()

SetFake set fake values.

func (*PostApiKeysInternalServerError) UnmarshalJSON

func (s *PostApiKeysInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostApiKeysInternalServerError) Validate

func (s *PostApiKeysInternalServerError) Validate() error

type PostApiKeysNotFound

type PostApiKeysNotFound Error

func (*PostApiKeysNotFound) Decode

func (s *PostApiKeysNotFound) Decode(d *jx.Decoder) error

Decode decodes PostApiKeysNotFound from json.

func (*PostApiKeysNotFound) Encode

func (s *PostApiKeysNotFound) Encode(e *jx.Encoder)

Encode encodes PostApiKeysNotFound as json.

func (*PostApiKeysNotFound) MarshalJSON

func (s *PostApiKeysNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostApiKeysNotFound) SetFake

func (s *PostApiKeysNotFound) SetFake()

SetFake set fake values.

func (*PostApiKeysNotFound) UnmarshalJSON

func (s *PostApiKeysNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostApiKeysNotFound) Validate

func (s *PostApiKeysNotFound) Validate() error

type PostApiKeysRes

type PostApiKeysRes interface {
	// contains filtered or unexported methods
}

type PostApiKeysUnprocessableEntity

type PostApiKeysUnprocessableEntity Error

func (*PostApiKeysUnprocessableEntity) Decode

Decode decodes PostApiKeysUnprocessableEntity from json.

func (*PostApiKeysUnprocessableEntity) Encode

Encode encodes PostApiKeysUnprocessableEntity as json.

func (*PostApiKeysUnprocessableEntity) MarshalJSON

func (s *PostApiKeysUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostApiKeysUnprocessableEntity) SetFake

func (s *PostApiKeysUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostApiKeysUnprocessableEntity) UnmarshalJSON

func (s *PostApiKeysUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostApiKeysUnprocessableEntity) Validate

func (s *PostApiKeysUnprocessableEntity) Validate() error

type PostCampaignsConflict

type PostCampaignsConflict Error

func (*PostCampaignsConflict) Decode

func (s *PostCampaignsConflict) Decode(d *jx.Decoder) error

Decode decodes PostCampaignsConflict from json.

func (*PostCampaignsConflict) Encode

func (s *PostCampaignsConflict) Encode(e *jx.Encoder)

Encode encodes PostCampaignsConflict as json.

func (*PostCampaignsConflict) MarshalJSON

func (s *PostCampaignsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCampaignsConflict) SetFake

func (s *PostCampaignsConflict) SetFake()

SetFake set fake values.

func (*PostCampaignsConflict) UnmarshalJSON

func (s *PostCampaignsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCampaignsConflict) Validate

func (s *PostCampaignsConflict) Validate() error

type PostCampaignsIdConflict

type PostCampaignsIdConflict Error

func (*PostCampaignsIdConflict) Decode

func (s *PostCampaignsIdConflict) Decode(d *jx.Decoder) error

Decode decodes PostCampaignsIdConflict from json.

func (*PostCampaignsIdConflict) Encode

func (s *PostCampaignsIdConflict) Encode(e *jx.Encoder)

Encode encodes PostCampaignsIdConflict as json.

func (*PostCampaignsIdConflict) MarshalJSON

func (s *PostCampaignsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCampaignsIdConflict) SetFake

func (s *PostCampaignsIdConflict) SetFake()

SetFake set fake values.

func (*PostCampaignsIdConflict) UnmarshalJSON

func (s *PostCampaignsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCampaignsIdConflict) Validate

func (s *PostCampaignsIdConflict) Validate() error

type PostCampaignsIdInternalServerError

type PostCampaignsIdInternalServerError Error

func (*PostCampaignsIdInternalServerError) Decode

Decode decodes PostCampaignsIdInternalServerError from json.

func (*PostCampaignsIdInternalServerError) Encode

Encode encodes PostCampaignsIdInternalServerError as json.

func (*PostCampaignsIdInternalServerError) MarshalJSON

func (s *PostCampaignsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCampaignsIdInternalServerError) SetFake

SetFake set fake values.

func (*PostCampaignsIdInternalServerError) UnmarshalJSON

func (s *PostCampaignsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCampaignsIdInternalServerError) Validate

type PostCampaignsIdNotFound

type PostCampaignsIdNotFound Error

func (*PostCampaignsIdNotFound) Decode

func (s *PostCampaignsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes PostCampaignsIdNotFound from json.

func (*PostCampaignsIdNotFound) Encode

func (s *PostCampaignsIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostCampaignsIdNotFound as json.

func (*PostCampaignsIdNotFound) MarshalJSON

func (s *PostCampaignsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCampaignsIdNotFound) SetFake

func (s *PostCampaignsIdNotFound) SetFake()

SetFake set fake values.

func (*PostCampaignsIdNotFound) UnmarshalJSON

func (s *PostCampaignsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCampaignsIdNotFound) Validate

func (s *PostCampaignsIdNotFound) Validate() error

type PostCampaignsIdParams

type PostCampaignsIdParams struct {
	// The campaign's ID.
	ID string
}

PostCampaignsIdParams is parameters of PostCampaignsId operation.

type PostCampaignsIdRes

type PostCampaignsIdRes interface {
	// contains filtered or unexported methods
}

type PostCampaignsIdUnprocessableEntity

type PostCampaignsIdUnprocessableEntity Error

func (*PostCampaignsIdUnprocessableEntity) Decode

Decode decodes PostCampaignsIdUnprocessableEntity from json.

func (*PostCampaignsIdUnprocessableEntity) Encode

Encode encodes PostCampaignsIdUnprocessableEntity as json.

func (*PostCampaignsIdUnprocessableEntity) MarshalJSON

func (s *PostCampaignsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCampaignsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostCampaignsIdUnprocessableEntity) UnmarshalJSON

func (s *PostCampaignsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCampaignsIdUnprocessableEntity) Validate

type PostCampaignsInternalServerError

type PostCampaignsInternalServerError Error

func (*PostCampaignsInternalServerError) Decode

Decode decodes PostCampaignsInternalServerError from json.

func (*PostCampaignsInternalServerError) Encode

Encode encodes PostCampaignsInternalServerError as json.

func (*PostCampaignsInternalServerError) MarshalJSON

func (s *PostCampaignsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCampaignsInternalServerError) SetFake

func (s *PostCampaignsInternalServerError) SetFake()

SetFake set fake values.

func (*PostCampaignsInternalServerError) UnmarshalJSON

func (s *PostCampaignsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCampaignsInternalServerError) Validate

type PostCampaignsNotFound

type PostCampaignsNotFound Error

func (*PostCampaignsNotFound) Decode

func (s *PostCampaignsNotFound) Decode(d *jx.Decoder) error

Decode decodes PostCampaignsNotFound from json.

func (*PostCampaignsNotFound) Encode

func (s *PostCampaignsNotFound) Encode(e *jx.Encoder)

Encode encodes PostCampaignsNotFound as json.

func (*PostCampaignsNotFound) MarshalJSON

func (s *PostCampaignsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCampaignsNotFound) SetFake

func (s *PostCampaignsNotFound) SetFake()

SetFake set fake values.

func (*PostCampaignsNotFound) UnmarshalJSON

func (s *PostCampaignsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCampaignsNotFound) Validate

func (s *PostCampaignsNotFound) Validate() error

type PostCampaignsRes

type PostCampaignsRes interface {
	// contains filtered or unexported methods
}

type PostCampaignsUnprocessableEntity

type PostCampaignsUnprocessableEntity Error

func (*PostCampaignsUnprocessableEntity) Decode

Decode decodes PostCampaignsUnprocessableEntity from json.

func (*PostCampaignsUnprocessableEntity) Encode

Encode encodes PostCampaignsUnprocessableEntity as json.

func (*PostCampaignsUnprocessableEntity) MarshalJSON

func (s *PostCampaignsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCampaignsUnprocessableEntity) SetFake

func (s *PostCampaignsUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostCampaignsUnprocessableEntity) UnmarshalJSON

func (s *PostCampaignsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCampaignsUnprocessableEntity) Validate

type PostCollectionsConflict

type PostCollectionsConflict Error

func (*PostCollectionsConflict) Decode

func (s *PostCollectionsConflict) Decode(d *jx.Decoder) error

Decode decodes PostCollectionsConflict from json.

func (*PostCollectionsConflict) Encode

func (s *PostCollectionsConflict) Encode(e *jx.Encoder)

Encode encodes PostCollectionsConflict as json.

func (*PostCollectionsConflict) MarshalJSON

func (s *PostCollectionsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCollectionsConflict) SetFake

func (s *PostCollectionsConflict) SetFake()

SetFake set fake values.

func (*PostCollectionsConflict) UnmarshalJSON

func (s *PostCollectionsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCollectionsConflict) Validate

func (s *PostCollectionsConflict) Validate() error

type PostCollectionsIdConflict

type PostCollectionsIdConflict Error

func (*PostCollectionsIdConflict) Decode

func (s *PostCollectionsIdConflict) Decode(d *jx.Decoder) error

Decode decodes PostCollectionsIdConflict from json.

func (*PostCollectionsIdConflict) Encode

func (s *PostCollectionsIdConflict) Encode(e *jx.Encoder)

Encode encodes PostCollectionsIdConflict as json.

func (*PostCollectionsIdConflict) MarshalJSON

func (s *PostCollectionsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCollectionsIdConflict) SetFake

func (s *PostCollectionsIdConflict) SetFake()

SetFake set fake values.

func (*PostCollectionsIdConflict) UnmarshalJSON

func (s *PostCollectionsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCollectionsIdConflict) Validate

func (s *PostCollectionsIdConflict) Validate() error

type PostCollectionsIdInternalServerError

type PostCollectionsIdInternalServerError Error

func (*PostCollectionsIdInternalServerError) Decode

Decode decodes PostCollectionsIdInternalServerError from json.

func (*PostCollectionsIdInternalServerError) Encode

Encode encodes PostCollectionsIdInternalServerError as json.

func (*PostCollectionsIdInternalServerError) MarshalJSON

func (s *PostCollectionsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCollectionsIdInternalServerError) SetFake

SetFake set fake values.

func (*PostCollectionsIdInternalServerError) UnmarshalJSON

func (s *PostCollectionsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCollectionsIdInternalServerError) Validate

type PostCollectionsIdNotFound

type PostCollectionsIdNotFound Error

func (*PostCollectionsIdNotFound) Decode

func (s *PostCollectionsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes PostCollectionsIdNotFound from json.

func (*PostCollectionsIdNotFound) Encode

func (s *PostCollectionsIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostCollectionsIdNotFound as json.

func (*PostCollectionsIdNotFound) MarshalJSON

func (s *PostCollectionsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCollectionsIdNotFound) SetFake

func (s *PostCollectionsIdNotFound) SetFake()

SetFake set fake values.

func (*PostCollectionsIdNotFound) UnmarshalJSON

func (s *PostCollectionsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCollectionsIdNotFound) Validate

func (s *PostCollectionsIdNotFound) Validate() error

type PostCollectionsIdParams

type PostCollectionsIdParams struct {
	// The collection's ID.
	ID string
}

PostCollectionsIdParams is parameters of PostCollectionsId operation.

type PostCollectionsIdRes

type PostCollectionsIdRes interface {
	// contains filtered or unexported methods
}

type PostCollectionsIdUnprocessableEntity

type PostCollectionsIdUnprocessableEntity Error

func (*PostCollectionsIdUnprocessableEntity) Decode

Decode decodes PostCollectionsIdUnprocessableEntity from json.

func (*PostCollectionsIdUnprocessableEntity) Encode

Encode encodes PostCollectionsIdUnprocessableEntity as json.

func (*PostCollectionsIdUnprocessableEntity) MarshalJSON

func (s *PostCollectionsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCollectionsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostCollectionsIdUnprocessableEntity) UnmarshalJSON

func (s *PostCollectionsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCollectionsIdUnprocessableEntity) Validate

type PostCollectionsInternalServerError

type PostCollectionsInternalServerError Error

func (*PostCollectionsInternalServerError) Decode

Decode decodes PostCollectionsInternalServerError from json.

func (*PostCollectionsInternalServerError) Encode

Encode encodes PostCollectionsInternalServerError as json.

func (*PostCollectionsInternalServerError) MarshalJSON

func (s *PostCollectionsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCollectionsInternalServerError) SetFake

SetFake set fake values.

func (*PostCollectionsInternalServerError) UnmarshalJSON

func (s *PostCollectionsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCollectionsInternalServerError) Validate

type PostCollectionsNotFound

type PostCollectionsNotFound Error

func (*PostCollectionsNotFound) Decode

func (s *PostCollectionsNotFound) Decode(d *jx.Decoder) error

Decode decodes PostCollectionsNotFound from json.

func (*PostCollectionsNotFound) Encode

func (s *PostCollectionsNotFound) Encode(e *jx.Encoder)

Encode encodes PostCollectionsNotFound as json.

func (*PostCollectionsNotFound) MarshalJSON

func (s *PostCollectionsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCollectionsNotFound) SetFake

func (s *PostCollectionsNotFound) SetFake()

SetFake set fake values.

func (*PostCollectionsNotFound) UnmarshalJSON

func (s *PostCollectionsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCollectionsNotFound) Validate

func (s *PostCollectionsNotFound) Validate() error

type PostCollectionsRes

type PostCollectionsRes interface {
	// contains filtered or unexported methods
}

type PostCollectionsUnprocessableEntity

type PostCollectionsUnprocessableEntity Error

func (*PostCollectionsUnprocessableEntity) Decode

Decode decodes PostCollectionsUnprocessableEntity from json.

func (*PostCollectionsUnprocessableEntity) Encode

Encode encodes PostCollectionsUnprocessableEntity as json.

func (*PostCollectionsUnprocessableEntity) MarshalJSON

func (s *PostCollectionsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCollectionsUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostCollectionsUnprocessableEntity) UnmarshalJSON

func (s *PostCollectionsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCollectionsUnprocessableEntity) Validate

type PostCustomerGroupsConflict

type PostCustomerGroupsConflict Error

func (*PostCustomerGroupsConflict) Decode

Decode decodes PostCustomerGroupsConflict from json.

func (*PostCustomerGroupsConflict) Encode

func (s *PostCustomerGroupsConflict) Encode(e *jx.Encoder)

Encode encodes PostCustomerGroupsConflict as json.

func (*PostCustomerGroupsConflict) MarshalJSON

func (s *PostCustomerGroupsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsConflict) SetFake

func (s *PostCustomerGroupsConflict) SetFake()

SetFake set fake values.

func (*PostCustomerGroupsConflict) UnmarshalJSON

func (s *PostCustomerGroupsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsConflict) Validate

func (s *PostCustomerGroupsConflict) Validate() error

type PostCustomerGroupsIdConflict

type PostCustomerGroupsIdConflict Error

func (*PostCustomerGroupsIdConflict) Decode

Decode decodes PostCustomerGroupsIdConflict from json.

func (*PostCustomerGroupsIdConflict) Encode

func (s *PostCustomerGroupsIdConflict) Encode(e *jx.Encoder)

Encode encodes PostCustomerGroupsIdConflict as json.

func (*PostCustomerGroupsIdConflict) MarshalJSON

func (s *PostCustomerGroupsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsIdConflict) SetFake

func (s *PostCustomerGroupsIdConflict) SetFake()

SetFake set fake values.

func (*PostCustomerGroupsIdConflict) UnmarshalJSON

func (s *PostCustomerGroupsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsIdConflict) Validate

func (s *PostCustomerGroupsIdConflict) Validate() error

type PostCustomerGroupsIdCustomersBatchConflict

type PostCustomerGroupsIdCustomersBatchConflict Error

func (*PostCustomerGroupsIdCustomersBatchConflict) Decode

Decode decodes PostCustomerGroupsIdCustomersBatchConflict from json.

func (*PostCustomerGroupsIdCustomersBatchConflict) Encode

Encode encodes PostCustomerGroupsIdCustomersBatchConflict as json.

func (*PostCustomerGroupsIdCustomersBatchConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsIdCustomersBatchConflict) SetFake

SetFake set fake values.

func (*PostCustomerGroupsIdCustomersBatchConflict) UnmarshalJSON

func (s *PostCustomerGroupsIdCustomersBatchConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsIdCustomersBatchConflict) Validate

type PostCustomerGroupsIdCustomersBatchInternalServerError

type PostCustomerGroupsIdCustomersBatchInternalServerError Error

func (*PostCustomerGroupsIdCustomersBatchInternalServerError) Decode

Decode decodes PostCustomerGroupsIdCustomersBatchInternalServerError from json.

func (*PostCustomerGroupsIdCustomersBatchInternalServerError) Encode

Encode encodes PostCustomerGroupsIdCustomersBatchInternalServerError as json.

func (*PostCustomerGroupsIdCustomersBatchInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsIdCustomersBatchInternalServerError) SetFake

SetFake set fake values.

func (*PostCustomerGroupsIdCustomersBatchInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsIdCustomersBatchInternalServerError) Validate

type PostCustomerGroupsIdCustomersBatchNotFound

type PostCustomerGroupsIdCustomersBatchNotFound Error

func (*PostCustomerGroupsIdCustomersBatchNotFound) Decode

Decode decodes PostCustomerGroupsIdCustomersBatchNotFound from json.

func (*PostCustomerGroupsIdCustomersBatchNotFound) Encode

Encode encodes PostCustomerGroupsIdCustomersBatchNotFound as json.

func (*PostCustomerGroupsIdCustomersBatchNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsIdCustomersBatchNotFound) SetFake

SetFake set fake values.

func (*PostCustomerGroupsIdCustomersBatchNotFound) UnmarshalJSON

func (s *PostCustomerGroupsIdCustomersBatchNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsIdCustomersBatchNotFound) Validate

type PostCustomerGroupsIdCustomersBatchParams

type PostCustomerGroupsIdCustomersBatchParams struct {
	// The customer group's ID.
	ID string
}

PostCustomerGroupsIdCustomersBatchParams is parameters of PostCustomerGroupsIdCustomersBatch operation.

type PostCustomerGroupsIdCustomersBatchRes

type PostCustomerGroupsIdCustomersBatchRes interface {
	// contains filtered or unexported methods
}

type PostCustomerGroupsIdCustomersBatchUnprocessableEntity

type PostCustomerGroupsIdCustomersBatchUnprocessableEntity Error

func (*PostCustomerGroupsIdCustomersBatchUnprocessableEntity) Decode

Decode decodes PostCustomerGroupsIdCustomersBatchUnprocessableEntity from json.

func (*PostCustomerGroupsIdCustomersBatchUnprocessableEntity) Encode

Encode encodes PostCustomerGroupsIdCustomersBatchUnprocessableEntity as json.

func (*PostCustomerGroupsIdCustomersBatchUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsIdCustomersBatchUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostCustomerGroupsIdCustomersBatchUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsIdCustomersBatchUnprocessableEntity) Validate

type PostCustomerGroupsIdCustomersRemoveConflict

type PostCustomerGroupsIdCustomersRemoveConflict Error

func (*PostCustomerGroupsIdCustomersRemoveConflict) Decode

Decode decodes PostCustomerGroupsIdCustomersRemoveConflict from json.

func (*PostCustomerGroupsIdCustomersRemoveConflict) Encode

Encode encodes PostCustomerGroupsIdCustomersRemoveConflict as json.

func (*PostCustomerGroupsIdCustomersRemoveConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsIdCustomersRemoveConflict) SetFake

SetFake set fake values.

func (*PostCustomerGroupsIdCustomersRemoveConflict) UnmarshalJSON

func (s *PostCustomerGroupsIdCustomersRemoveConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsIdCustomersRemoveConflict) Validate

type PostCustomerGroupsIdCustomersRemoveInternalServerError

type PostCustomerGroupsIdCustomersRemoveInternalServerError Error

func (*PostCustomerGroupsIdCustomersRemoveInternalServerError) Decode

Decode decodes PostCustomerGroupsIdCustomersRemoveInternalServerError from json.

func (*PostCustomerGroupsIdCustomersRemoveInternalServerError) Encode

Encode encodes PostCustomerGroupsIdCustomersRemoveInternalServerError as json.

func (*PostCustomerGroupsIdCustomersRemoveInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsIdCustomersRemoveInternalServerError) SetFake

SetFake set fake values.

func (*PostCustomerGroupsIdCustomersRemoveInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsIdCustomersRemoveInternalServerError) Validate

type PostCustomerGroupsIdCustomersRemoveNotFound

type PostCustomerGroupsIdCustomersRemoveNotFound Error

func (*PostCustomerGroupsIdCustomersRemoveNotFound) Decode

Decode decodes PostCustomerGroupsIdCustomersRemoveNotFound from json.

func (*PostCustomerGroupsIdCustomersRemoveNotFound) Encode

Encode encodes PostCustomerGroupsIdCustomersRemoveNotFound as json.

func (*PostCustomerGroupsIdCustomersRemoveNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsIdCustomersRemoveNotFound) SetFake

SetFake set fake values.

func (*PostCustomerGroupsIdCustomersRemoveNotFound) UnmarshalJSON

func (s *PostCustomerGroupsIdCustomersRemoveNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsIdCustomersRemoveNotFound) Validate

type PostCustomerGroupsIdCustomersRemoveParams

type PostCustomerGroupsIdCustomersRemoveParams struct {
	// The customer group's ID.
	ID string
}

PostCustomerGroupsIdCustomersRemoveParams is parameters of PostCustomerGroupsIdCustomersRemove operation.

type PostCustomerGroupsIdCustomersRemoveRes

type PostCustomerGroupsIdCustomersRemoveRes interface {
	// contains filtered or unexported methods
}

type PostCustomerGroupsIdCustomersRemoveUnprocessableEntity

type PostCustomerGroupsIdCustomersRemoveUnprocessableEntity Error

func (*PostCustomerGroupsIdCustomersRemoveUnprocessableEntity) Decode

Decode decodes PostCustomerGroupsIdCustomersRemoveUnprocessableEntity from json.

func (*PostCustomerGroupsIdCustomersRemoveUnprocessableEntity) Encode

Encode encodes PostCustomerGroupsIdCustomersRemoveUnprocessableEntity as json.

func (*PostCustomerGroupsIdCustomersRemoveUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsIdCustomersRemoveUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostCustomerGroupsIdCustomersRemoveUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsIdCustomersRemoveUnprocessableEntity) Validate

type PostCustomerGroupsIdInternalServerError

type PostCustomerGroupsIdInternalServerError Error

func (*PostCustomerGroupsIdInternalServerError) Decode

Decode decodes PostCustomerGroupsIdInternalServerError from json.

func (*PostCustomerGroupsIdInternalServerError) Encode

Encode encodes PostCustomerGroupsIdInternalServerError as json.

func (*PostCustomerGroupsIdInternalServerError) MarshalJSON

func (s *PostCustomerGroupsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsIdInternalServerError) SetFake

SetFake set fake values.

func (*PostCustomerGroupsIdInternalServerError) UnmarshalJSON

func (s *PostCustomerGroupsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsIdInternalServerError) Validate

type PostCustomerGroupsIdNotFound

type PostCustomerGroupsIdNotFound Error

func (*PostCustomerGroupsIdNotFound) Decode

Decode decodes PostCustomerGroupsIdNotFound from json.

func (*PostCustomerGroupsIdNotFound) Encode

func (s *PostCustomerGroupsIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostCustomerGroupsIdNotFound as json.

func (*PostCustomerGroupsIdNotFound) MarshalJSON

func (s *PostCustomerGroupsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsIdNotFound) SetFake

func (s *PostCustomerGroupsIdNotFound) SetFake()

SetFake set fake values.

func (*PostCustomerGroupsIdNotFound) UnmarshalJSON

func (s *PostCustomerGroupsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsIdNotFound) Validate

func (s *PostCustomerGroupsIdNotFound) Validate() error

type PostCustomerGroupsIdParams

type PostCustomerGroupsIdParams struct {
	// The customer group's ID.
	ID string
}

PostCustomerGroupsIdParams is parameters of PostCustomerGroupsId operation.

type PostCustomerGroupsIdRes

type PostCustomerGroupsIdRes interface {
	// contains filtered or unexported methods
}

type PostCustomerGroupsIdUnprocessableEntity

type PostCustomerGroupsIdUnprocessableEntity Error

func (*PostCustomerGroupsIdUnprocessableEntity) Decode

Decode decodes PostCustomerGroupsIdUnprocessableEntity from json.

func (*PostCustomerGroupsIdUnprocessableEntity) Encode

Encode encodes PostCustomerGroupsIdUnprocessableEntity as json.

func (*PostCustomerGroupsIdUnprocessableEntity) MarshalJSON

func (s *PostCustomerGroupsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostCustomerGroupsIdUnprocessableEntity) UnmarshalJSON

func (s *PostCustomerGroupsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsIdUnprocessableEntity) Validate

type PostCustomerGroupsInternalServerError

type PostCustomerGroupsInternalServerError Error

func (*PostCustomerGroupsInternalServerError) Decode

Decode decodes PostCustomerGroupsInternalServerError from json.

func (*PostCustomerGroupsInternalServerError) Encode

Encode encodes PostCustomerGroupsInternalServerError as json.

func (*PostCustomerGroupsInternalServerError) MarshalJSON

func (s *PostCustomerGroupsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsInternalServerError) SetFake

SetFake set fake values.

func (*PostCustomerGroupsInternalServerError) UnmarshalJSON

func (s *PostCustomerGroupsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsInternalServerError) Validate

type PostCustomerGroupsNotFound

type PostCustomerGroupsNotFound Error

func (*PostCustomerGroupsNotFound) Decode

Decode decodes PostCustomerGroupsNotFound from json.

func (*PostCustomerGroupsNotFound) Encode

func (s *PostCustomerGroupsNotFound) Encode(e *jx.Encoder)

Encode encodes PostCustomerGroupsNotFound as json.

func (*PostCustomerGroupsNotFound) MarshalJSON

func (s *PostCustomerGroupsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsNotFound) SetFake

func (s *PostCustomerGroupsNotFound) SetFake()

SetFake set fake values.

func (*PostCustomerGroupsNotFound) UnmarshalJSON

func (s *PostCustomerGroupsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsNotFound) Validate

func (s *PostCustomerGroupsNotFound) Validate() error

type PostCustomerGroupsRes

type PostCustomerGroupsRes interface {
	// contains filtered or unexported methods
}

type PostCustomerGroupsUnprocessableEntity

type PostCustomerGroupsUnprocessableEntity Error

func (*PostCustomerGroupsUnprocessableEntity) Decode

Decode decodes PostCustomerGroupsUnprocessableEntity from json.

func (*PostCustomerGroupsUnprocessableEntity) Encode

Encode encodes PostCustomerGroupsUnprocessableEntity as json.

func (*PostCustomerGroupsUnprocessableEntity) MarshalJSON

func (s *PostCustomerGroupsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomerGroupsUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostCustomerGroupsUnprocessableEntity) UnmarshalJSON

func (s *PostCustomerGroupsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomerGroupsUnprocessableEntity) Validate

type PostCustomersConflict

type PostCustomersConflict Error

func (*PostCustomersConflict) Decode

func (s *PostCustomersConflict) Decode(d *jx.Decoder) error

Decode decodes PostCustomersConflict from json.

func (*PostCustomersConflict) Encode

func (s *PostCustomersConflict) Encode(e *jx.Encoder)

Encode encodes PostCustomersConflict as json.

func (*PostCustomersConflict) MarshalJSON

func (s *PostCustomersConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersConflict) SetFake

func (s *PostCustomersConflict) SetFake()

SetFake set fake values.

func (*PostCustomersConflict) UnmarshalJSON

func (s *PostCustomersConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersConflict) Validate

func (s *PostCustomersConflict) Validate() error

type PostCustomersIdAddressesAddressIDConflict

type PostCustomersIdAddressesAddressIDConflict Error

func (*PostCustomersIdAddressesAddressIDConflict) Decode

Decode decodes PostCustomersIdAddressesAddressIDConflict from json.

func (*PostCustomersIdAddressesAddressIDConflict) Encode

Encode encodes PostCustomersIdAddressesAddressIDConflict as json.

func (*PostCustomersIdAddressesAddressIDConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersIdAddressesAddressIDConflict) SetFake

SetFake set fake values.

func (*PostCustomersIdAddressesAddressIDConflict) UnmarshalJSON

func (s *PostCustomersIdAddressesAddressIDConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersIdAddressesAddressIDConflict) Validate

type PostCustomersIdAddressesAddressIDInternalServerError

type PostCustomersIdAddressesAddressIDInternalServerError Error

func (*PostCustomersIdAddressesAddressIDInternalServerError) Decode

Decode decodes PostCustomersIdAddressesAddressIDInternalServerError from json.

func (*PostCustomersIdAddressesAddressIDInternalServerError) Encode

Encode encodes PostCustomersIdAddressesAddressIDInternalServerError as json.

func (*PostCustomersIdAddressesAddressIDInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersIdAddressesAddressIDInternalServerError) SetFake

SetFake set fake values.

func (*PostCustomersIdAddressesAddressIDInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersIdAddressesAddressIDInternalServerError) Validate

type PostCustomersIdAddressesAddressIDNotFound

type PostCustomersIdAddressesAddressIDNotFound Error

func (*PostCustomersIdAddressesAddressIDNotFound) Decode

Decode decodes PostCustomersIdAddressesAddressIDNotFound from json.

func (*PostCustomersIdAddressesAddressIDNotFound) Encode

Encode encodes PostCustomersIdAddressesAddressIDNotFound as json.

func (*PostCustomersIdAddressesAddressIDNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersIdAddressesAddressIDNotFound) SetFake

SetFake set fake values.

func (*PostCustomersIdAddressesAddressIDNotFound) UnmarshalJSON

func (s *PostCustomersIdAddressesAddressIDNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersIdAddressesAddressIDNotFound) Validate

type PostCustomersIdAddressesAddressIDParams

type PostCustomersIdAddressesAddressIDParams struct {
	// The customer's ID.
	ID string
	// The customer's address id.
	AddressID string
}

PostCustomersIdAddressesAddressIDParams is parameters of PostCustomersIdAddressesAddress_id operation.

type PostCustomersIdAddressesAddressIDRes

type PostCustomersIdAddressesAddressIDRes interface {
	// contains filtered or unexported methods
}

type PostCustomersIdAddressesAddressIDUnprocessableEntity

type PostCustomersIdAddressesAddressIDUnprocessableEntity Error

func (*PostCustomersIdAddressesAddressIDUnprocessableEntity) Decode

Decode decodes PostCustomersIdAddressesAddressIDUnprocessableEntity from json.

func (*PostCustomersIdAddressesAddressIDUnprocessableEntity) Encode

Encode encodes PostCustomersIdAddressesAddressIDUnprocessableEntity as json.

func (*PostCustomersIdAddressesAddressIDUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersIdAddressesAddressIDUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostCustomersIdAddressesAddressIDUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersIdAddressesAddressIDUnprocessableEntity) Validate

type PostCustomersIdAddressesConflict

type PostCustomersIdAddressesConflict Error

func (*PostCustomersIdAddressesConflict) Decode

Decode decodes PostCustomersIdAddressesConflict from json.

func (*PostCustomersIdAddressesConflict) Encode

Encode encodes PostCustomersIdAddressesConflict as json.

func (*PostCustomersIdAddressesConflict) MarshalJSON

func (s *PostCustomersIdAddressesConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersIdAddressesConflict) SetFake

func (s *PostCustomersIdAddressesConflict) SetFake()

SetFake set fake values.

func (*PostCustomersIdAddressesConflict) UnmarshalJSON

func (s *PostCustomersIdAddressesConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersIdAddressesConflict) Validate

type PostCustomersIdAddressesInternalServerError

type PostCustomersIdAddressesInternalServerError Error

func (*PostCustomersIdAddressesInternalServerError) Decode

Decode decodes PostCustomersIdAddressesInternalServerError from json.

func (*PostCustomersIdAddressesInternalServerError) Encode

Encode encodes PostCustomersIdAddressesInternalServerError as json.

func (*PostCustomersIdAddressesInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersIdAddressesInternalServerError) SetFake

SetFake set fake values.

func (*PostCustomersIdAddressesInternalServerError) UnmarshalJSON

func (s *PostCustomersIdAddressesInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersIdAddressesInternalServerError) Validate

type PostCustomersIdAddressesNotFound

type PostCustomersIdAddressesNotFound Error

func (*PostCustomersIdAddressesNotFound) Decode

Decode decodes PostCustomersIdAddressesNotFound from json.

func (*PostCustomersIdAddressesNotFound) Encode

Encode encodes PostCustomersIdAddressesNotFound as json.

func (*PostCustomersIdAddressesNotFound) MarshalJSON

func (s *PostCustomersIdAddressesNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersIdAddressesNotFound) SetFake

func (s *PostCustomersIdAddressesNotFound) SetFake()

SetFake set fake values.

func (*PostCustomersIdAddressesNotFound) UnmarshalJSON

func (s *PostCustomersIdAddressesNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersIdAddressesNotFound) Validate

type PostCustomersIdAddressesParams

type PostCustomersIdAddressesParams struct {
	// The customer's ID.
	ID string
}

PostCustomersIdAddressesParams is parameters of PostCustomersIdAddresses operation.

type PostCustomersIdAddressesRes

type PostCustomersIdAddressesRes interface {
	// contains filtered or unexported methods
}

type PostCustomersIdAddressesUnprocessableEntity

type PostCustomersIdAddressesUnprocessableEntity Error

func (*PostCustomersIdAddressesUnprocessableEntity) Decode

Decode decodes PostCustomersIdAddressesUnprocessableEntity from json.

func (*PostCustomersIdAddressesUnprocessableEntity) Encode

Encode encodes PostCustomersIdAddressesUnprocessableEntity as json.

func (*PostCustomersIdAddressesUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersIdAddressesUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostCustomersIdAddressesUnprocessableEntity) UnmarshalJSON

func (s *PostCustomersIdAddressesUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersIdAddressesUnprocessableEntity) Validate

type PostCustomersIdConflict

type PostCustomersIdConflict Error

func (*PostCustomersIdConflict) Decode

func (s *PostCustomersIdConflict) Decode(d *jx.Decoder) error

Decode decodes PostCustomersIdConflict from json.

func (*PostCustomersIdConflict) Encode

func (s *PostCustomersIdConflict) Encode(e *jx.Encoder)

Encode encodes PostCustomersIdConflict as json.

func (*PostCustomersIdConflict) MarshalJSON

func (s *PostCustomersIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersIdConflict) SetFake

func (s *PostCustomersIdConflict) SetFake()

SetFake set fake values.

func (*PostCustomersIdConflict) UnmarshalJSON

func (s *PostCustomersIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersIdConflict) Validate

func (s *PostCustomersIdConflict) Validate() error

type PostCustomersIdInternalServerError

type PostCustomersIdInternalServerError Error

func (*PostCustomersIdInternalServerError) Decode

Decode decodes PostCustomersIdInternalServerError from json.

func (*PostCustomersIdInternalServerError) Encode

Encode encodes PostCustomersIdInternalServerError as json.

func (*PostCustomersIdInternalServerError) MarshalJSON

func (s *PostCustomersIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersIdInternalServerError) SetFake

SetFake set fake values.

func (*PostCustomersIdInternalServerError) UnmarshalJSON

func (s *PostCustomersIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersIdInternalServerError) Validate

type PostCustomersIdNotFound

type PostCustomersIdNotFound Error

func (*PostCustomersIdNotFound) Decode

func (s *PostCustomersIdNotFound) Decode(d *jx.Decoder) error

Decode decodes PostCustomersIdNotFound from json.

func (*PostCustomersIdNotFound) Encode

func (s *PostCustomersIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostCustomersIdNotFound as json.

func (*PostCustomersIdNotFound) MarshalJSON

func (s *PostCustomersIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersIdNotFound) SetFake

func (s *PostCustomersIdNotFound) SetFake()

SetFake set fake values.

func (*PostCustomersIdNotFound) UnmarshalJSON

func (s *PostCustomersIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersIdNotFound) Validate

func (s *PostCustomersIdNotFound) Validate() error

type PostCustomersIdParams

type PostCustomersIdParams struct {
	// The customer's ID.
	ID string
}

PostCustomersIdParams is parameters of PostCustomersId operation.

type PostCustomersIdRes

type PostCustomersIdRes interface {
	// contains filtered or unexported methods
}

type PostCustomersIdUnprocessableEntity

type PostCustomersIdUnprocessableEntity Error

func (*PostCustomersIdUnprocessableEntity) Decode

Decode decodes PostCustomersIdUnprocessableEntity from json.

func (*PostCustomersIdUnprocessableEntity) Encode

Encode encodes PostCustomersIdUnprocessableEntity as json.

func (*PostCustomersIdUnprocessableEntity) MarshalJSON

func (s *PostCustomersIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostCustomersIdUnprocessableEntity) UnmarshalJSON

func (s *PostCustomersIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersIdUnprocessableEntity) Validate

type PostCustomersInternalServerError

type PostCustomersInternalServerError Error

func (*PostCustomersInternalServerError) Decode

Decode decodes PostCustomersInternalServerError from json.

func (*PostCustomersInternalServerError) Encode

Encode encodes PostCustomersInternalServerError as json.

func (*PostCustomersInternalServerError) MarshalJSON

func (s *PostCustomersInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersInternalServerError) SetFake

func (s *PostCustomersInternalServerError) SetFake()

SetFake set fake values.

func (*PostCustomersInternalServerError) UnmarshalJSON

func (s *PostCustomersInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersInternalServerError) Validate

type PostCustomersNotFound

type PostCustomersNotFound Error

func (*PostCustomersNotFound) Decode

func (s *PostCustomersNotFound) Decode(d *jx.Decoder) error

Decode decodes PostCustomersNotFound from json.

func (*PostCustomersNotFound) Encode

func (s *PostCustomersNotFound) Encode(e *jx.Encoder)

Encode encodes PostCustomersNotFound as json.

func (*PostCustomersNotFound) MarshalJSON

func (s *PostCustomersNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersNotFound) SetFake

func (s *PostCustomersNotFound) SetFake()

SetFake set fake values.

func (*PostCustomersNotFound) UnmarshalJSON

func (s *PostCustomersNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersNotFound) Validate

func (s *PostCustomersNotFound) Validate() error

type PostCustomersRes

type PostCustomersRes interface {
	// contains filtered or unexported methods
}

type PostCustomersUnprocessableEntity

type PostCustomersUnprocessableEntity Error

func (*PostCustomersUnprocessableEntity) Decode

Decode decodes PostCustomersUnprocessableEntity from json.

func (*PostCustomersUnprocessableEntity) Encode

Encode encodes PostCustomersUnprocessableEntity as json.

func (*PostCustomersUnprocessableEntity) MarshalJSON

func (s *PostCustomersUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostCustomersUnprocessableEntity) SetFake

func (s *PostCustomersUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostCustomersUnprocessableEntity) UnmarshalJSON

func (s *PostCustomersUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostCustomersUnprocessableEntity) Validate

type PostFulfillmentShippingOptionsIdRulesBatchAddConflict

type PostFulfillmentShippingOptionsIdRulesBatchAddConflict Error

func (*PostFulfillmentShippingOptionsIdRulesBatchAddConflict) Decode

Decode decodes PostFulfillmentShippingOptionsIdRulesBatchAddConflict from json.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddConflict) Encode

Encode encodes PostFulfillmentShippingOptionsIdRulesBatchAddConflict as json.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddConflict) SetFake

SetFake set fake values.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddConflict) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddConflict) Validate

type PostFulfillmentShippingOptionsIdRulesBatchAddInternalServerError

type PostFulfillmentShippingOptionsIdRulesBatchAddInternalServerError Error

func (*PostFulfillmentShippingOptionsIdRulesBatchAddInternalServerError) Decode

Decode decodes PostFulfillmentShippingOptionsIdRulesBatchAddInternalServerError from json.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddInternalServerError) Encode

Encode encodes PostFulfillmentShippingOptionsIdRulesBatchAddInternalServerError as json.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddInternalServerError) SetFake

SetFake set fake values.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddInternalServerError) Validate

type PostFulfillmentShippingOptionsIdRulesBatchAddNotFound

type PostFulfillmentShippingOptionsIdRulesBatchAddNotFound Error

func (*PostFulfillmentShippingOptionsIdRulesBatchAddNotFound) Decode

Decode decodes PostFulfillmentShippingOptionsIdRulesBatchAddNotFound from json.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddNotFound) Encode

Encode encodes PostFulfillmentShippingOptionsIdRulesBatchAddNotFound as json.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddNotFound) SetFake

SetFake set fake values.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddNotFound) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddNotFound) Validate

type PostFulfillmentShippingOptionsIdRulesBatchAddParams

type PostFulfillmentShippingOptionsIdRulesBatchAddParams struct {
	// The fulfillment's ID.
	ID string
}

PostFulfillmentShippingOptionsIdRulesBatchAddParams is parameters of PostFulfillmentShippingOptionsIdRulesBatchAdd operation.

type PostFulfillmentShippingOptionsIdRulesBatchAddRes

type PostFulfillmentShippingOptionsIdRulesBatchAddRes interface {
	// contains filtered or unexported methods
}

type PostFulfillmentShippingOptionsIdRulesBatchAddUnprocessableEntity

type PostFulfillmentShippingOptionsIdRulesBatchAddUnprocessableEntity Error

func (*PostFulfillmentShippingOptionsIdRulesBatchAddUnprocessableEntity) Decode

Decode decodes PostFulfillmentShippingOptionsIdRulesBatchAddUnprocessableEntity from json.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddUnprocessableEntity) Encode

Encode encodes PostFulfillmentShippingOptionsIdRulesBatchAddUnprocessableEntity as json.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchAddUnprocessableEntity) Validate

type PostFulfillmentShippingOptionsIdRulesBatchRemoveConflict

type PostFulfillmentShippingOptionsIdRulesBatchRemoveConflict Error

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveConflict) Decode

Decode decodes PostFulfillmentShippingOptionsIdRulesBatchRemoveConflict from json.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveConflict) Encode

Encode encodes PostFulfillmentShippingOptionsIdRulesBatchRemoveConflict as json.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveConflict) SetFake

SetFake set fake values.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveConflict) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveConflict) Validate

type PostFulfillmentShippingOptionsIdRulesBatchRemoveInternalServerError

type PostFulfillmentShippingOptionsIdRulesBatchRemoveInternalServerError Error

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveInternalServerError) Decode

Decode decodes PostFulfillmentShippingOptionsIdRulesBatchRemoveInternalServerError from json.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveInternalServerError) Encode

Encode encodes PostFulfillmentShippingOptionsIdRulesBatchRemoveInternalServerError as json.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveInternalServerError) SetFake

SetFake set fake values.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveInternalServerError) Validate

type PostFulfillmentShippingOptionsIdRulesBatchRemoveNotFound

type PostFulfillmentShippingOptionsIdRulesBatchRemoveNotFound Error

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveNotFound) Decode

Decode decodes PostFulfillmentShippingOptionsIdRulesBatchRemoveNotFound from json.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveNotFound) Encode

Encode encodes PostFulfillmentShippingOptionsIdRulesBatchRemoveNotFound as json.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveNotFound) SetFake

SetFake set fake values.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveNotFound) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveNotFound) Validate

type PostFulfillmentShippingOptionsIdRulesBatchRemoveParams

type PostFulfillmentShippingOptionsIdRulesBatchRemoveParams struct {
	// The fulfillment's ID.
	ID string
}

PostFulfillmentShippingOptionsIdRulesBatchRemoveParams is parameters of PostFulfillmentShippingOptionsIdRulesBatchRemove operation.

type PostFulfillmentShippingOptionsIdRulesBatchRemoveRes

type PostFulfillmentShippingOptionsIdRulesBatchRemoveRes interface {
	// contains filtered or unexported methods
}

type PostFulfillmentShippingOptionsIdRulesBatchRemoveUnprocessableEntity

type PostFulfillmentShippingOptionsIdRulesBatchRemoveUnprocessableEntity Error

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveUnprocessableEntity) Decode

Decode decodes PostFulfillmentShippingOptionsIdRulesBatchRemoveUnprocessableEntity from json.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveUnprocessableEntity) Encode

Encode encodes PostFulfillmentShippingOptionsIdRulesBatchRemoveUnprocessableEntity as json.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostFulfillmentShippingOptionsIdRulesBatchRemoveUnprocessableEntity) Validate

type PostInventoryItemsConflict

type PostInventoryItemsConflict Error

func (*PostInventoryItemsConflict) Decode

Decode decodes PostInventoryItemsConflict from json.

func (*PostInventoryItemsConflict) Encode

func (s *PostInventoryItemsConflict) Encode(e *jx.Encoder)

Encode encodes PostInventoryItemsConflict as json.

func (*PostInventoryItemsConflict) MarshalJSON

func (s *PostInventoryItemsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsConflict) SetFake

func (s *PostInventoryItemsConflict) SetFake()

SetFake set fake values.

func (*PostInventoryItemsConflict) UnmarshalJSON

func (s *PostInventoryItemsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsConflict) Validate

func (s *PostInventoryItemsConflict) Validate() error

type PostInventoryItemsIdConflict

type PostInventoryItemsIdConflict Error

func (*PostInventoryItemsIdConflict) Decode

Decode decodes PostInventoryItemsIdConflict from json.

func (*PostInventoryItemsIdConflict) Encode

func (s *PostInventoryItemsIdConflict) Encode(e *jx.Encoder)

Encode encodes PostInventoryItemsIdConflict as json.

func (*PostInventoryItemsIdConflict) MarshalJSON

func (s *PostInventoryItemsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsIdConflict) SetFake

func (s *PostInventoryItemsIdConflict) SetFake()

SetFake set fake values.

func (*PostInventoryItemsIdConflict) UnmarshalJSON

func (s *PostInventoryItemsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsIdConflict) Validate

func (s *PostInventoryItemsIdConflict) Validate() error

type PostInventoryItemsIdInternalServerError

type PostInventoryItemsIdInternalServerError Error

func (*PostInventoryItemsIdInternalServerError) Decode

Decode decodes PostInventoryItemsIdInternalServerError from json.

func (*PostInventoryItemsIdInternalServerError) Encode

Encode encodes PostInventoryItemsIdInternalServerError as json.

func (*PostInventoryItemsIdInternalServerError) MarshalJSON

func (s *PostInventoryItemsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsIdInternalServerError) SetFake

SetFake set fake values.

func (*PostInventoryItemsIdInternalServerError) UnmarshalJSON

func (s *PostInventoryItemsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsIdInternalServerError) Validate

type PostInventoryItemsIdLocationLevelsConflict

type PostInventoryItemsIdLocationLevelsConflict Error

func (*PostInventoryItemsIdLocationLevelsConflict) Decode

Decode decodes PostInventoryItemsIdLocationLevelsConflict from json.

func (*PostInventoryItemsIdLocationLevelsConflict) Encode

Encode encodes PostInventoryItemsIdLocationLevelsConflict as json.

func (*PostInventoryItemsIdLocationLevelsConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsIdLocationLevelsConflict) SetFake

SetFake set fake values.

func (*PostInventoryItemsIdLocationLevelsConflict) UnmarshalJSON

func (s *PostInventoryItemsIdLocationLevelsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsIdLocationLevelsConflict) Validate

type PostInventoryItemsIdLocationLevelsInternalServerError

type PostInventoryItemsIdLocationLevelsInternalServerError Error

func (*PostInventoryItemsIdLocationLevelsInternalServerError) Decode

Decode decodes PostInventoryItemsIdLocationLevelsInternalServerError from json.

func (*PostInventoryItemsIdLocationLevelsInternalServerError) Encode

Encode encodes PostInventoryItemsIdLocationLevelsInternalServerError as json.

func (*PostInventoryItemsIdLocationLevelsInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsIdLocationLevelsInternalServerError) SetFake

SetFake set fake values.

func (*PostInventoryItemsIdLocationLevelsInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsIdLocationLevelsInternalServerError) Validate

type PostInventoryItemsIdLocationLevelsLocationIDConflict

type PostInventoryItemsIdLocationLevelsLocationIDConflict Error

func (*PostInventoryItemsIdLocationLevelsLocationIDConflict) Decode

Decode decodes PostInventoryItemsIdLocationLevelsLocationIDConflict from json.

func (*PostInventoryItemsIdLocationLevelsLocationIDConflict) Encode

Encode encodes PostInventoryItemsIdLocationLevelsLocationIDConflict as json.

func (*PostInventoryItemsIdLocationLevelsLocationIDConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsIdLocationLevelsLocationIDConflict) SetFake

SetFake set fake values.

func (*PostInventoryItemsIdLocationLevelsLocationIDConflict) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsIdLocationLevelsLocationIDConflict) Validate

type PostInventoryItemsIdLocationLevelsLocationIDInternalServerError

type PostInventoryItemsIdLocationLevelsLocationIDInternalServerError Error

func (*PostInventoryItemsIdLocationLevelsLocationIDInternalServerError) Decode

Decode decodes PostInventoryItemsIdLocationLevelsLocationIDInternalServerError from json.

func (*PostInventoryItemsIdLocationLevelsLocationIDInternalServerError) Encode

Encode encodes PostInventoryItemsIdLocationLevelsLocationIDInternalServerError as json.

func (*PostInventoryItemsIdLocationLevelsLocationIDInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsIdLocationLevelsLocationIDInternalServerError) SetFake

SetFake set fake values.

func (*PostInventoryItemsIdLocationLevelsLocationIDInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsIdLocationLevelsLocationIDInternalServerError) Validate

type PostInventoryItemsIdLocationLevelsLocationIDNotFound

type PostInventoryItemsIdLocationLevelsLocationIDNotFound Error

func (*PostInventoryItemsIdLocationLevelsLocationIDNotFound) Decode

Decode decodes PostInventoryItemsIdLocationLevelsLocationIDNotFound from json.

func (*PostInventoryItemsIdLocationLevelsLocationIDNotFound) Encode

Encode encodes PostInventoryItemsIdLocationLevelsLocationIDNotFound as json.

func (*PostInventoryItemsIdLocationLevelsLocationIDNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsIdLocationLevelsLocationIDNotFound) SetFake

SetFake set fake values.

func (*PostInventoryItemsIdLocationLevelsLocationIDNotFound) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsIdLocationLevelsLocationIDNotFound) Validate

type PostInventoryItemsIdLocationLevelsLocationIDOK

type PostInventoryItemsIdLocationLevelsLocationIDOK struct{}

PostInventoryItemsIdLocationLevelsLocationIDOK is response for PostInventoryItemsIdLocationLevelsLocationID operation.

type PostInventoryItemsIdLocationLevelsLocationIDParams

type PostInventoryItemsIdLocationLevelsLocationIDParams struct {
	// The inventory item's ID.
	ID string
	// The inventory item's location id.
	LocationID string
}

PostInventoryItemsIdLocationLevelsLocationIDParams is parameters of PostInventoryItemsIdLocationLevelsLocation_id operation.

type PostInventoryItemsIdLocationLevelsLocationIDRes

type PostInventoryItemsIdLocationLevelsLocationIDRes interface {
	// contains filtered or unexported methods
}

type PostInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity

type PostInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity Error

func (*PostInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity) Decode

Decode decodes PostInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity from json.

func (*PostInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity) Encode

Encode encodes PostInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity as json.

func (*PostInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsIdLocationLevelsLocationIDUnprocessableEntity) Validate

type PostInventoryItemsIdLocationLevelsNotFound

type PostInventoryItemsIdLocationLevelsNotFound Error

func (*PostInventoryItemsIdLocationLevelsNotFound) Decode

Decode decodes PostInventoryItemsIdLocationLevelsNotFound from json.

func (*PostInventoryItemsIdLocationLevelsNotFound) Encode

Encode encodes PostInventoryItemsIdLocationLevelsNotFound as json.

func (*PostInventoryItemsIdLocationLevelsNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsIdLocationLevelsNotFound) SetFake

SetFake set fake values.

func (*PostInventoryItemsIdLocationLevelsNotFound) UnmarshalJSON

func (s *PostInventoryItemsIdLocationLevelsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsIdLocationLevelsNotFound) Validate

type PostInventoryItemsIdLocationLevelsParams

type PostInventoryItemsIdLocationLevelsParams struct {
	// The inventory item's ID.
	ID string
}

PostInventoryItemsIdLocationLevelsParams is parameters of PostInventoryItemsIdLocationLevels operation.

type PostInventoryItemsIdLocationLevelsRes

type PostInventoryItemsIdLocationLevelsRes interface {
	// contains filtered or unexported methods
}

type PostInventoryItemsIdLocationLevelsUnprocessableEntity

type PostInventoryItemsIdLocationLevelsUnprocessableEntity Error

func (*PostInventoryItemsIdLocationLevelsUnprocessableEntity) Decode

Decode decodes PostInventoryItemsIdLocationLevelsUnprocessableEntity from json.

func (*PostInventoryItemsIdLocationLevelsUnprocessableEntity) Encode

Encode encodes PostInventoryItemsIdLocationLevelsUnprocessableEntity as json.

func (*PostInventoryItemsIdLocationLevelsUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsIdLocationLevelsUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostInventoryItemsIdLocationLevelsUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsIdLocationLevelsUnprocessableEntity) Validate

type PostInventoryItemsIdNotFound

type PostInventoryItemsIdNotFound Error

func (*PostInventoryItemsIdNotFound) Decode

Decode decodes PostInventoryItemsIdNotFound from json.

func (*PostInventoryItemsIdNotFound) Encode

func (s *PostInventoryItemsIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostInventoryItemsIdNotFound as json.

func (*PostInventoryItemsIdNotFound) MarshalJSON

func (s *PostInventoryItemsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsIdNotFound) SetFake

func (s *PostInventoryItemsIdNotFound) SetFake()

SetFake set fake values.

func (*PostInventoryItemsIdNotFound) UnmarshalJSON

func (s *PostInventoryItemsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsIdNotFound) Validate

func (s *PostInventoryItemsIdNotFound) Validate() error

type PostInventoryItemsIdOK

type PostInventoryItemsIdOK struct{}

PostInventoryItemsIdOK is response for PostInventoryItemsId operation.

type PostInventoryItemsIdParams

type PostInventoryItemsIdParams struct {
	// The inventory item's ID.
	ID string
}

PostInventoryItemsIdParams is parameters of PostInventoryItemsId operation.

type PostInventoryItemsIdRes

type PostInventoryItemsIdRes interface {
	// contains filtered or unexported methods
}

type PostInventoryItemsIdUnprocessableEntity

type PostInventoryItemsIdUnprocessableEntity Error

func (*PostInventoryItemsIdUnprocessableEntity) Decode

Decode decodes PostInventoryItemsIdUnprocessableEntity from json.

func (*PostInventoryItemsIdUnprocessableEntity) Encode

Encode encodes PostInventoryItemsIdUnprocessableEntity as json.

func (*PostInventoryItemsIdUnprocessableEntity) MarshalJSON

func (s *PostInventoryItemsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostInventoryItemsIdUnprocessableEntity) UnmarshalJSON

func (s *PostInventoryItemsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsIdUnprocessableEntity) Validate

type PostInventoryItemsInternalServerError

type PostInventoryItemsInternalServerError Error

func (*PostInventoryItemsInternalServerError) Decode

Decode decodes PostInventoryItemsInternalServerError from json.

func (*PostInventoryItemsInternalServerError) Encode

Encode encodes PostInventoryItemsInternalServerError as json.

func (*PostInventoryItemsInternalServerError) MarshalJSON

func (s *PostInventoryItemsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsInternalServerError) SetFake

SetFake set fake values.

func (*PostInventoryItemsInternalServerError) UnmarshalJSON

func (s *PostInventoryItemsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsInternalServerError) Validate

type PostInventoryItemsNotFound

type PostInventoryItemsNotFound Error

func (*PostInventoryItemsNotFound) Decode

Decode decodes PostInventoryItemsNotFound from json.

func (*PostInventoryItemsNotFound) Encode

func (s *PostInventoryItemsNotFound) Encode(e *jx.Encoder)

Encode encodes PostInventoryItemsNotFound as json.

func (*PostInventoryItemsNotFound) MarshalJSON

func (s *PostInventoryItemsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsNotFound) SetFake

func (s *PostInventoryItemsNotFound) SetFake()

SetFake set fake values.

func (*PostInventoryItemsNotFound) UnmarshalJSON

func (s *PostInventoryItemsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsNotFound) Validate

func (s *PostInventoryItemsNotFound) Validate() error

type PostInventoryItemsRes

type PostInventoryItemsRes interface {
	// contains filtered or unexported methods
}

type PostInventoryItemsUnprocessableEntity

type PostInventoryItemsUnprocessableEntity Error

func (*PostInventoryItemsUnprocessableEntity) Decode

Decode decodes PostInventoryItemsUnprocessableEntity from json.

func (*PostInventoryItemsUnprocessableEntity) Encode

Encode encodes PostInventoryItemsUnprocessableEntity as json.

func (*PostInventoryItemsUnprocessableEntity) MarshalJSON

func (s *PostInventoryItemsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInventoryItemsUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostInventoryItemsUnprocessableEntity) UnmarshalJSON

func (s *PostInventoryItemsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInventoryItemsUnprocessableEntity) Validate

type PostInvitesAcceptConflict

type PostInvitesAcceptConflict Error

func (*PostInvitesAcceptConflict) Decode

func (s *PostInvitesAcceptConflict) Decode(d *jx.Decoder) error

Decode decodes PostInvitesAcceptConflict from json.

func (*PostInvitesAcceptConflict) Encode

func (s *PostInvitesAcceptConflict) Encode(e *jx.Encoder)

Encode encodes PostInvitesAcceptConflict as json.

func (*PostInvitesAcceptConflict) MarshalJSON

func (s *PostInvitesAcceptConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInvitesAcceptConflict) SetFake

func (s *PostInvitesAcceptConflict) SetFake()

SetFake set fake values.

func (*PostInvitesAcceptConflict) UnmarshalJSON

func (s *PostInvitesAcceptConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInvitesAcceptConflict) Validate

func (s *PostInvitesAcceptConflict) Validate() error

type PostInvitesAcceptInternalServerError

type PostInvitesAcceptInternalServerError Error

func (*PostInvitesAcceptInternalServerError) Decode

Decode decodes PostInvitesAcceptInternalServerError from json.

func (*PostInvitesAcceptInternalServerError) Encode

Encode encodes PostInvitesAcceptInternalServerError as json.

func (*PostInvitesAcceptInternalServerError) MarshalJSON

func (s *PostInvitesAcceptInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInvitesAcceptInternalServerError) SetFake

SetFake set fake values.

func (*PostInvitesAcceptInternalServerError) UnmarshalJSON

func (s *PostInvitesAcceptInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInvitesAcceptInternalServerError) Validate

type PostInvitesAcceptNotFound

type PostInvitesAcceptNotFound Error

func (*PostInvitesAcceptNotFound) Decode

func (s *PostInvitesAcceptNotFound) Decode(d *jx.Decoder) error

Decode decodes PostInvitesAcceptNotFound from json.

func (*PostInvitesAcceptNotFound) Encode

func (s *PostInvitesAcceptNotFound) Encode(e *jx.Encoder)

Encode encodes PostInvitesAcceptNotFound as json.

func (*PostInvitesAcceptNotFound) MarshalJSON

func (s *PostInvitesAcceptNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInvitesAcceptNotFound) SetFake

func (s *PostInvitesAcceptNotFound) SetFake()

SetFake set fake values.

func (*PostInvitesAcceptNotFound) UnmarshalJSON

func (s *PostInvitesAcceptNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInvitesAcceptNotFound) Validate

func (s *PostInvitesAcceptNotFound) Validate() error

type PostInvitesAcceptRes

type PostInvitesAcceptRes interface {
	// contains filtered or unexported methods
}

type PostInvitesAcceptUnprocessableEntity

type PostInvitesAcceptUnprocessableEntity Error

func (*PostInvitesAcceptUnprocessableEntity) Decode

Decode decodes PostInvitesAcceptUnprocessableEntity from json.

func (*PostInvitesAcceptUnprocessableEntity) Encode

Encode encodes PostInvitesAcceptUnprocessableEntity as json.

func (*PostInvitesAcceptUnprocessableEntity) MarshalJSON

func (s *PostInvitesAcceptUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInvitesAcceptUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostInvitesAcceptUnprocessableEntity) UnmarshalJSON

func (s *PostInvitesAcceptUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInvitesAcceptUnprocessableEntity) Validate

type PostInvitesConflict

type PostInvitesConflict Error

func (*PostInvitesConflict) Decode

func (s *PostInvitesConflict) Decode(d *jx.Decoder) error

Decode decodes PostInvitesConflict from json.

func (*PostInvitesConflict) Encode

func (s *PostInvitesConflict) Encode(e *jx.Encoder)

Encode encodes PostInvitesConflict as json.

func (*PostInvitesConflict) MarshalJSON

func (s *PostInvitesConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInvitesConflict) SetFake

func (s *PostInvitesConflict) SetFake()

SetFake set fake values.

func (*PostInvitesConflict) UnmarshalJSON

func (s *PostInvitesConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInvitesConflict) Validate

func (s *PostInvitesConflict) Validate() error

type PostInvitesIdResendConflict

type PostInvitesIdResendConflict Error

func (*PostInvitesIdResendConflict) Decode

Decode decodes PostInvitesIdResendConflict from json.

func (*PostInvitesIdResendConflict) Encode

func (s *PostInvitesIdResendConflict) Encode(e *jx.Encoder)

Encode encodes PostInvitesIdResendConflict as json.

func (*PostInvitesIdResendConflict) MarshalJSON

func (s *PostInvitesIdResendConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInvitesIdResendConflict) SetFake

func (s *PostInvitesIdResendConflict) SetFake()

SetFake set fake values.

func (*PostInvitesIdResendConflict) UnmarshalJSON

func (s *PostInvitesIdResendConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInvitesIdResendConflict) Validate

func (s *PostInvitesIdResendConflict) Validate() error

type PostInvitesIdResendInternalServerError

type PostInvitesIdResendInternalServerError Error

func (*PostInvitesIdResendInternalServerError) Decode

Decode decodes PostInvitesIdResendInternalServerError from json.

func (*PostInvitesIdResendInternalServerError) Encode

Encode encodes PostInvitesIdResendInternalServerError as json.

func (*PostInvitesIdResendInternalServerError) MarshalJSON

func (s *PostInvitesIdResendInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInvitesIdResendInternalServerError) SetFake

SetFake set fake values.

func (*PostInvitesIdResendInternalServerError) UnmarshalJSON

func (s *PostInvitesIdResendInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInvitesIdResendInternalServerError) Validate

type PostInvitesIdResendNotFound

type PostInvitesIdResendNotFound Error

func (*PostInvitesIdResendNotFound) Decode

Decode decodes PostInvitesIdResendNotFound from json.

func (*PostInvitesIdResendNotFound) Encode

func (s *PostInvitesIdResendNotFound) Encode(e *jx.Encoder)

Encode encodes PostInvitesIdResendNotFound as json.

func (*PostInvitesIdResendNotFound) MarshalJSON

func (s *PostInvitesIdResendNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInvitesIdResendNotFound) SetFake

func (s *PostInvitesIdResendNotFound) SetFake()

SetFake set fake values.

func (*PostInvitesIdResendNotFound) UnmarshalJSON

func (s *PostInvitesIdResendNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInvitesIdResendNotFound) Validate

func (s *PostInvitesIdResendNotFound) Validate() error

type PostInvitesIdResendParams

type PostInvitesIdResendParams struct {
	// The invite's ID.
	ID string
}

PostInvitesIdResendParams is parameters of PostInvitesIdResend operation.

type PostInvitesIdResendRes

type PostInvitesIdResendRes interface {
	// contains filtered or unexported methods
}

type PostInvitesIdResendUnprocessableEntity

type PostInvitesIdResendUnprocessableEntity Error

func (*PostInvitesIdResendUnprocessableEntity) Decode

Decode decodes PostInvitesIdResendUnprocessableEntity from json.

func (*PostInvitesIdResendUnprocessableEntity) Encode

Encode encodes PostInvitesIdResendUnprocessableEntity as json.

func (*PostInvitesIdResendUnprocessableEntity) MarshalJSON

func (s *PostInvitesIdResendUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInvitesIdResendUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostInvitesIdResendUnprocessableEntity) UnmarshalJSON

func (s *PostInvitesIdResendUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInvitesIdResendUnprocessableEntity) Validate

type PostInvitesInternalServerError

type PostInvitesInternalServerError Error

func (*PostInvitesInternalServerError) Decode

Decode decodes PostInvitesInternalServerError from json.

func (*PostInvitesInternalServerError) Encode

Encode encodes PostInvitesInternalServerError as json.

func (*PostInvitesInternalServerError) MarshalJSON

func (s *PostInvitesInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInvitesInternalServerError) SetFake

func (s *PostInvitesInternalServerError) SetFake()

SetFake set fake values.

func (*PostInvitesInternalServerError) UnmarshalJSON

func (s *PostInvitesInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInvitesInternalServerError) Validate

func (s *PostInvitesInternalServerError) Validate() error

type PostInvitesNotFound

type PostInvitesNotFound Error

func (*PostInvitesNotFound) Decode

func (s *PostInvitesNotFound) Decode(d *jx.Decoder) error

Decode decodes PostInvitesNotFound from json.

func (*PostInvitesNotFound) Encode

func (s *PostInvitesNotFound) Encode(e *jx.Encoder)

Encode encodes PostInvitesNotFound as json.

func (*PostInvitesNotFound) MarshalJSON

func (s *PostInvitesNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInvitesNotFound) SetFake

func (s *PostInvitesNotFound) SetFake()

SetFake set fake values.

func (*PostInvitesNotFound) UnmarshalJSON

func (s *PostInvitesNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInvitesNotFound) Validate

func (s *PostInvitesNotFound) Validate() error

type PostInvitesRes

type PostInvitesRes interface {
	// contains filtered or unexported methods
}

type PostInvitesUnprocessableEntity

type PostInvitesUnprocessableEntity Error

func (*PostInvitesUnprocessableEntity) Decode

Decode decodes PostInvitesUnprocessableEntity from json.

func (*PostInvitesUnprocessableEntity) Encode

Encode encodes PostInvitesUnprocessableEntity as json.

func (*PostInvitesUnprocessableEntity) MarshalJSON

func (s *PostInvitesUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostInvitesUnprocessableEntity) SetFake

func (s *PostInvitesUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostInvitesUnprocessableEntity) UnmarshalJSON

func (s *PostInvitesUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostInvitesUnprocessableEntity) Validate

func (s *PostInvitesUnprocessableEntity) Validate() error

type PostPaymentsIdCaptureConflict

type PostPaymentsIdCaptureConflict Error

func (*PostPaymentsIdCaptureConflict) Decode

Decode decodes PostPaymentsIdCaptureConflict from json.

func (*PostPaymentsIdCaptureConflict) Encode

Encode encodes PostPaymentsIdCaptureConflict as json.

func (*PostPaymentsIdCaptureConflict) MarshalJSON

func (s *PostPaymentsIdCaptureConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPaymentsIdCaptureConflict) SetFake

func (s *PostPaymentsIdCaptureConflict) SetFake()

SetFake set fake values.

func (*PostPaymentsIdCaptureConflict) UnmarshalJSON

func (s *PostPaymentsIdCaptureConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPaymentsIdCaptureConflict) Validate

func (s *PostPaymentsIdCaptureConflict) Validate() error

type PostPaymentsIdCaptureInternalServerError

type PostPaymentsIdCaptureInternalServerError Error

func (*PostPaymentsIdCaptureInternalServerError) Decode

Decode decodes PostPaymentsIdCaptureInternalServerError from json.

func (*PostPaymentsIdCaptureInternalServerError) Encode

Encode encodes PostPaymentsIdCaptureInternalServerError as json.

func (*PostPaymentsIdCaptureInternalServerError) MarshalJSON

func (s *PostPaymentsIdCaptureInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPaymentsIdCaptureInternalServerError) SetFake

SetFake set fake values.

func (*PostPaymentsIdCaptureInternalServerError) UnmarshalJSON

func (s *PostPaymentsIdCaptureInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPaymentsIdCaptureInternalServerError) Validate

type PostPaymentsIdCaptureNotFound

type PostPaymentsIdCaptureNotFound Error

func (*PostPaymentsIdCaptureNotFound) Decode

Decode decodes PostPaymentsIdCaptureNotFound from json.

func (*PostPaymentsIdCaptureNotFound) Encode

Encode encodes PostPaymentsIdCaptureNotFound as json.

func (*PostPaymentsIdCaptureNotFound) MarshalJSON

func (s *PostPaymentsIdCaptureNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPaymentsIdCaptureNotFound) SetFake

func (s *PostPaymentsIdCaptureNotFound) SetFake()

SetFake set fake values.

func (*PostPaymentsIdCaptureNotFound) UnmarshalJSON

func (s *PostPaymentsIdCaptureNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPaymentsIdCaptureNotFound) Validate

func (s *PostPaymentsIdCaptureNotFound) Validate() error

type PostPaymentsIdCaptureParams

type PostPaymentsIdCaptureParams struct {
	// The payment's ID.
	ID string
}

PostPaymentsIdCaptureParams is parameters of PostPaymentsIdCapture operation.

type PostPaymentsIdCaptureRes

type PostPaymentsIdCaptureRes interface {
	// contains filtered or unexported methods
}

type PostPaymentsIdCaptureUnprocessableEntity

type PostPaymentsIdCaptureUnprocessableEntity Error

func (*PostPaymentsIdCaptureUnprocessableEntity) Decode

Decode decodes PostPaymentsIdCaptureUnprocessableEntity from json.

func (*PostPaymentsIdCaptureUnprocessableEntity) Encode

Encode encodes PostPaymentsIdCaptureUnprocessableEntity as json.

func (*PostPaymentsIdCaptureUnprocessableEntity) MarshalJSON

func (s *PostPaymentsIdCaptureUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPaymentsIdCaptureUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPaymentsIdCaptureUnprocessableEntity) UnmarshalJSON

func (s *PostPaymentsIdCaptureUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPaymentsIdCaptureUnprocessableEntity) Validate

type PostPaymentsIdRefundConflict

type PostPaymentsIdRefundConflict Error

func (*PostPaymentsIdRefundConflict) Decode

Decode decodes PostPaymentsIdRefundConflict from json.

func (*PostPaymentsIdRefundConflict) Encode

func (s *PostPaymentsIdRefundConflict) Encode(e *jx.Encoder)

Encode encodes PostPaymentsIdRefundConflict as json.

func (*PostPaymentsIdRefundConflict) MarshalJSON

func (s *PostPaymentsIdRefundConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPaymentsIdRefundConflict) SetFake

func (s *PostPaymentsIdRefundConflict) SetFake()

SetFake set fake values.

func (*PostPaymentsIdRefundConflict) UnmarshalJSON

func (s *PostPaymentsIdRefundConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPaymentsIdRefundConflict) Validate

func (s *PostPaymentsIdRefundConflict) Validate() error

type PostPaymentsIdRefundInternalServerError

type PostPaymentsIdRefundInternalServerError Error

func (*PostPaymentsIdRefundInternalServerError) Decode

Decode decodes PostPaymentsIdRefundInternalServerError from json.

func (*PostPaymentsIdRefundInternalServerError) Encode

Encode encodes PostPaymentsIdRefundInternalServerError as json.

func (*PostPaymentsIdRefundInternalServerError) MarshalJSON

func (s *PostPaymentsIdRefundInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPaymentsIdRefundInternalServerError) SetFake

SetFake set fake values.

func (*PostPaymentsIdRefundInternalServerError) UnmarshalJSON

func (s *PostPaymentsIdRefundInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPaymentsIdRefundInternalServerError) Validate

type PostPaymentsIdRefundNotFound

type PostPaymentsIdRefundNotFound Error

func (*PostPaymentsIdRefundNotFound) Decode

Decode decodes PostPaymentsIdRefundNotFound from json.

func (*PostPaymentsIdRefundNotFound) Encode

func (s *PostPaymentsIdRefundNotFound) Encode(e *jx.Encoder)

Encode encodes PostPaymentsIdRefundNotFound as json.

func (*PostPaymentsIdRefundNotFound) MarshalJSON

func (s *PostPaymentsIdRefundNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPaymentsIdRefundNotFound) SetFake

func (s *PostPaymentsIdRefundNotFound) SetFake()

SetFake set fake values.

func (*PostPaymentsIdRefundNotFound) UnmarshalJSON

func (s *PostPaymentsIdRefundNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPaymentsIdRefundNotFound) Validate

func (s *PostPaymentsIdRefundNotFound) Validate() error

type PostPaymentsIdRefundParams

type PostPaymentsIdRefundParams struct {
	// The payment's ID.
	ID string
}

PostPaymentsIdRefundParams is parameters of PostPaymentsIdRefund operation.

type PostPaymentsIdRefundRes

type PostPaymentsIdRefundRes interface {
	// contains filtered or unexported methods
}

type PostPaymentsIdRefundUnprocessableEntity

type PostPaymentsIdRefundUnprocessableEntity Error

func (*PostPaymentsIdRefundUnprocessableEntity) Decode

Decode decodes PostPaymentsIdRefundUnprocessableEntity from json.

func (*PostPaymentsIdRefundUnprocessableEntity) Encode

Encode encodes PostPaymentsIdRefundUnprocessableEntity as json.

func (*PostPaymentsIdRefundUnprocessableEntity) MarshalJSON

func (s *PostPaymentsIdRefundUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPaymentsIdRefundUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPaymentsIdRefundUnprocessableEntity) UnmarshalJSON

func (s *PostPaymentsIdRefundUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPaymentsIdRefundUnprocessableEntity) Validate

type PostPriceListsConflict

type PostPriceListsConflict Error

func (*PostPriceListsConflict) Decode

func (s *PostPriceListsConflict) Decode(d *jx.Decoder) error

Decode decodes PostPriceListsConflict from json.

func (*PostPriceListsConflict) Encode

func (s *PostPriceListsConflict) Encode(e *jx.Encoder)

Encode encodes PostPriceListsConflict as json.

func (*PostPriceListsConflict) MarshalJSON

func (s *PostPriceListsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsConflict) SetFake

func (s *PostPriceListsConflict) SetFake()

SetFake set fake values.

func (*PostPriceListsConflict) UnmarshalJSON

func (s *PostPriceListsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsConflict) Validate

func (s *PostPriceListsConflict) Validate() error

type PostPriceListsIdConflict

type PostPriceListsIdConflict Error

func (*PostPriceListsIdConflict) Decode

func (s *PostPriceListsIdConflict) Decode(d *jx.Decoder) error

Decode decodes PostPriceListsIdConflict from json.

func (*PostPriceListsIdConflict) Encode

func (s *PostPriceListsIdConflict) Encode(e *jx.Encoder)

Encode encodes PostPriceListsIdConflict as json.

func (*PostPriceListsIdConflict) MarshalJSON

func (s *PostPriceListsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsIdConflict) SetFake

func (s *PostPriceListsIdConflict) SetFake()

SetFake set fake values.

func (*PostPriceListsIdConflict) UnmarshalJSON

func (s *PostPriceListsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsIdConflict) Validate

func (s *PostPriceListsIdConflict) Validate() error

type PostPriceListsIdInternalServerError

type PostPriceListsIdInternalServerError Error

func (*PostPriceListsIdInternalServerError) Decode

Decode decodes PostPriceListsIdInternalServerError from json.

func (*PostPriceListsIdInternalServerError) Encode

Encode encodes PostPriceListsIdInternalServerError as json.

func (*PostPriceListsIdInternalServerError) MarshalJSON

func (s *PostPriceListsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsIdInternalServerError) SetFake

SetFake set fake values.

func (*PostPriceListsIdInternalServerError) UnmarshalJSON

func (s *PostPriceListsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsIdInternalServerError) Validate

type PostPriceListsIdNotFound

type PostPriceListsIdNotFound Error

func (*PostPriceListsIdNotFound) Decode

func (s *PostPriceListsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes PostPriceListsIdNotFound from json.

func (*PostPriceListsIdNotFound) Encode

func (s *PostPriceListsIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostPriceListsIdNotFound as json.

func (*PostPriceListsIdNotFound) MarshalJSON

func (s *PostPriceListsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsIdNotFound) SetFake

func (s *PostPriceListsIdNotFound) SetFake()

SetFake set fake values.

func (*PostPriceListsIdNotFound) UnmarshalJSON

func (s *PostPriceListsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsIdNotFound) Validate

func (s *PostPriceListsIdNotFound) Validate() error

type PostPriceListsIdParams

type PostPriceListsIdParams struct {
	// The price list's ID.
	ID string
}

PostPriceListsIdParams is parameters of PostPriceListsId operation.

type PostPriceListsIdPricesBatchAddConflict

type PostPriceListsIdPricesBatchAddConflict Error

func (*PostPriceListsIdPricesBatchAddConflict) Decode

Decode decodes PostPriceListsIdPricesBatchAddConflict from json.

func (*PostPriceListsIdPricesBatchAddConflict) Encode

Encode encodes PostPriceListsIdPricesBatchAddConflict as json.

func (*PostPriceListsIdPricesBatchAddConflict) MarshalJSON

func (s *PostPriceListsIdPricesBatchAddConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsIdPricesBatchAddConflict) SetFake

SetFake set fake values.

func (*PostPriceListsIdPricesBatchAddConflict) UnmarshalJSON

func (s *PostPriceListsIdPricesBatchAddConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsIdPricesBatchAddConflict) Validate

type PostPriceListsIdPricesBatchAddInternalServerError

type PostPriceListsIdPricesBatchAddInternalServerError Error

func (*PostPriceListsIdPricesBatchAddInternalServerError) Decode

Decode decodes PostPriceListsIdPricesBatchAddInternalServerError from json.

func (*PostPriceListsIdPricesBatchAddInternalServerError) Encode

Encode encodes PostPriceListsIdPricesBatchAddInternalServerError as json.

func (*PostPriceListsIdPricesBatchAddInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsIdPricesBatchAddInternalServerError) SetFake

SetFake set fake values.

func (*PostPriceListsIdPricesBatchAddInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsIdPricesBatchAddInternalServerError) Validate

type PostPriceListsIdPricesBatchAddNotFound

type PostPriceListsIdPricesBatchAddNotFound Error

func (*PostPriceListsIdPricesBatchAddNotFound) Decode

Decode decodes PostPriceListsIdPricesBatchAddNotFound from json.

func (*PostPriceListsIdPricesBatchAddNotFound) Encode

Encode encodes PostPriceListsIdPricesBatchAddNotFound as json.

func (*PostPriceListsIdPricesBatchAddNotFound) MarshalJSON

func (s *PostPriceListsIdPricesBatchAddNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsIdPricesBatchAddNotFound) SetFake

SetFake set fake values.

func (*PostPriceListsIdPricesBatchAddNotFound) UnmarshalJSON

func (s *PostPriceListsIdPricesBatchAddNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsIdPricesBatchAddNotFound) Validate

type PostPriceListsIdPricesBatchAddParams

type PostPriceListsIdPricesBatchAddParams struct {
	// The price list's ID.
	ID string
}

PostPriceListsIdPricesBatchAddParams is parameters of PostPriceListsIdPricesBatchAdd operation.

type PostPriceListsIdPricesBatchAddRes

type PostPriceListsIdPricesBatchAddRes interface {
	// contains filtered or unexported methods
}

type PostPriceListsIdPricesBatchAddUnprocessableEntity

type PostPriceListsIdPricesBatchAddUnprocessableEntity Error

func (*PostPriceListsIdPricesBatchAddUnprocessableEntity) Decode

Decode decodes PostPriceListsIdPricesBatchAddUnprocessableEntity from json.

func (*PostPriceListsIdPricesBatchAddUnprocessableEntity) Encode

Encode encodes PostPriceListsIdPricesBatchAddUnprocessableEntity as json.

func (*PostPriceListsIdPricesBatchAddUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsIdPricesBatchAddUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPriceListsIdPricesBatchAddUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsIdPricesBatchAddUnprocessableEntity) Validate

type PostPriceListsIdPricesBatchRemoveConflict

type PostPriceListsIdPricesBatchRemoveConflict Error

func (*PostPriceListsIdPricesBatchRemoveConflict) Decode

Decode decodes PostPriceListsIdPricesBatchRemoveConflict from json.

func (*PostPriceListsIdPricesBatchRemoveConflict) Encode

Encode encodes PostPriceListsIdPricesBatchRemoveConflict as json.

func (*PostPriceListsIdPricesBatchRemoveConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsIdPricesBatchRemoveConflict) SetFake

SetFake set fake values.

func (*PostPriceListsIdPricesBatchRemoveConflict) UnmarshalJSON

func (s *PostPriceListsIdPricesBatchRemoveConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsIdPricesBatchRemoveConflict) Validate

type PostPriceListsIdPricesBatchRemoveInternalServerError

type PostPriceListsIdPricesBatchRemoveInternalServerError Error

func (*PostPriceListsIdPricesBatchRemoveInternalServerError) Decode

Decode decodes PostPriceListsIdPricesBatchRemoveInternalServerError from json.

func (*PostPriceListsIdPricesBatchRemoveInternalServerError) Encode

Encode encodes PostPriceListsIdPricesBatchRemoveInternalServerError as json.

func (*PostPriceListsIdPricesBatchRemoveInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsIdPricesBatchRemoveInternalServerError) SetFake

SetFake set fake values.

func (*PostPriceListsIdPricesBatchRemoveInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsIdPricesBatchRemoveInternalServerError) Validate

type PostPriceListsIdPricesBatchRemoveNotFound

type PostPriceListsIdPricesBatchRemoveNotFound Error

func (*PostPriceListsIdPricesBatchRemoveNotFound) Decode

Decode decodes PostPriceListsIdPricesBatchRemoveNotFound from json.

func (*PostPriceListsIdPricesBatchRemoveNotFound) Encode

Encode encodes PostPriceListsIdPricesBatchRemoveNotFound as json.

func (*PostPriceListsIdPricesBatchRemoveNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsIdPricesBatchRemoveNotFound) SetFake

SetFake set fake values.

func (*PostPriceListsIdPricesBatchRemoveNotFound) UnmarshalJSON

func (s *PostPriceListsIdPricesBatchRemoveNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsIdPricesBatchRemoveNotFound) Validate

type PostPriceListsIdPricesBatchRemoveParams

type PostPriceListsIdPricesBatchRemoveParams struct {
	// The price list's ID.
	ID string
}

PostPriceListsIdPricesBatchRemoveParams is parameters of PostPriceListsIdPricesBatchRemove operation.

type PostPriceListsIdPricesBatchRemoveRes

type PostPriceListsIdPricesBatchRemoveRes interface {
	// contains filtered or unexported methods
}

type PostPriceListsIdPricesBatchRemoveUnprocessableEntity

type PostPriceListsIdPricesBatchRemoveUnprocessableEntity Error

func (*PostPriceListsIdPricesBatchRemoveUnprocessableEntity) Decode

Decode decodes PostPriceListsIdPricesBatchRemoveUnprocessableEntity from json.

func (*PostPriceListsIdPricesBatchRemoveUnprocessableEntity) Encode

Encode encodes PostPriceListsIdPricesBatchRemoveUnprocessableEntity as json.

func (*PostPriceListsIdPricesBatchRemoveUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsIdPricesBatchRemoveUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPriceListsIdPricesBatchRemoveUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsIdPricesBatchRemoveUnprocessableEntity) Validate

type PostPriceListsIdRes

type PostPriceListsIdRes interface {
	// contains filtered or unexported methods
}

type PostPriceListsIdUnprocessableEntity

type PostPriceListsIdUnprocessableEntity Error

func (*PostPriceListsIdUnprocessableEntity) Decode

Decode decodes PostPriceListsIdUnprocessableEntity from json.

func (*PostPriceListsIdUnprocessableEntity) Encode

Encode encodes PostPriceListsIdUnprocessableEntity as json.

func (*PostPriceListsIdUnprocessableEntity) MarshalJSON

func (s *PostPriceListsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPriceListsIdUnprocessableEntity) UnmarshalJSON

func (s *PostPriceListsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsIdUnprocessableEntity) Validate

type PostPriceListsInternalServerError

type PostPriceListsInternalServerError Error

func (*PostPriceListsInternalServerError) Decode

Decode decodes PostPriceListsInternalServerError from json.

func (*PostPriceListsInternalServerError) Encode

Encode encodes PostPriceListsInternalServerError as json.

func (*PostPriceListsInternalServerError) MarshalJSON

func (s *PostPriceListsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsInternalServerError) SetFake

func (s *PostPriceListsInternalServerError) SetFake()

SetFake set fake values.

func (*PostPriceListsInternalServerError) UnmarshalJSON

func (s *PostPriceListsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsInternalServerError) Validate

type PostPriceListsNotFound

type PostPriceListsNotFound Error

func (*PostPriceListsNotFound) Decode

func (s *PostPriceListsNotFound) Decode(d *jx.Decoder) error

Decode decodes PostPriceListsNotFound from json.

func (*PostPriceListsNotFound) Encode

func (s *PostPriceListsNotFound) Encode(e *jx.Encoder)

Encode encodes PostPriceListsNotFound as json.

func (*PostPriceListsNotFound) MarshalJSON

func (s *PostPriceListsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsNotFound) SetFake

func (s *PostPriceListsNotFound) SetFake()

SetFake set fake values.

func (*PostPriceListsNotFound) UnmarshalJSON

func (s *PostPriceListsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsNotFound) Validate

func (s *PostPriceListsNotFound) Validate() error

type PostPriceListsRes

type PostPriceListsRes interface {
	// contains filtered or unexported methods
}

type PostPriceListsUnprocessableEntity

type PostPriceListsUnprocessableEntity Error

func (*PostPriceListsUnprocessableEntity) Decode

Decode decodes PostPriceListsUnprocessableEntity from json.

func (*PostPriceListsUnprocessableEntity) Encode

Encode encodes PostPriceListsUnprocessableEntity as json.

func (*PostPriceListsUnprocessableEntity) MarshalJSON

func (s *PostPriceListsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPriceListsUnprocessableEntity) SetFake

func (s *PostPriceListsUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostPriceListsUnprocessableEntity) UnmarshalJSON

func (s *PostPriceListsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPriceListsUnprocessableEntity) Validate

type PostPricingRuleTypesConflict

type PostPricingRuleTypesConflict Error

func (*PostPricingRuleTypesConflict) Decode

Decode decodes PostPricingRuleTypesConflict from json.

func (*PostPricingRuleTypesConflict) Encode

func (s *PostPricingRuleTypesConflict) Encode(e *jx.Encoder)

Encode encodes PostPricingRuleTypesConflict as json.

func (*PostPricingRuleTypesConflict) MarshalJSON

func (s *PostPricingRuleTypesConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPricingRuleTypesConflict) SetFake

func (s *PostPricingRuleTypesConflict) SetFake()

SetFake set fake values.

func (*PostPricingRuleTypesConflict) UnmarshalJSON

func (s *PostPricingRuleTypesConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPricingRuleTypesConflict) Validate

func (s *PostPricingRuleTypesConflict) Validate() error

type PostPricingRuleTypesIdConflict

type PostPricingRuleTypesIdConflict Error

func (*PostPricingRuleTypesIdConflict) Decode

Decode decodes PostPricingRuleTypesIdConflict from json.

func (*PostPricingRuleTypesIdConflict) Encode

Encode encodes PostPricingRuleTypesIdConflict as json.

func (*PostPricingRuleTypesIdConflict) MarshalJSON

func (s *PostPricingRuleTypesIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPricingRuleTypesIdConflict) SetFake

func (s *PostPricingRuleTypesIdConflict) SetFake()

SetFake set fake values.

func (*PostPricingRuleTypesIdConflict) UnmarshalJSON

func (s *PostPricingRuleTypesIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPricingRuleTypesIdConflict) Validate

func (s *PostPricingRuleTypesIdConflict) Validate() error

type PostPricingRuleTypesIdInternalServerError

type PostPricingRuleTypesIdInternalServerError Error

func (*PostPricingRuleTypesIdInternalServerError) Decode

Decode decodes PostPricingRuleTypesIdInternalServerError from json.

func (*PostPricingRuleTypesIdInternalServerError) Encode

Encode encodes PostPricingRuleTypesIdInternalServerError as json.

func (*PostPricingRuleTypesIdInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPricingRuleTypesIdInternalServerError) SetFake

SetFake set fake values.

func (*PostPricingRuleTypesIdInternalServerError) UnmarshalJSON

func (s *PostPricingRuleTypesIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPricingRuleTypesIdInternalServerError) Validate

type PostPricingRuleTypesIdNotFound

type PostPricingRuleTypesIdNotFound Error

func (*PostPricingRuleTypesIdNotFound) Decode

Decode decodes PostPricingRuleTypesIdNotFound from json.

func (*PostPricingRuleTypesIdNotFound) Encode

Encode encodes PostPricingRuleTypesIdNotFound as json.

func (*PostPricingRuleTypesIdNotFound) MarshalJSON

func (s *PostPricingRuleTypesIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPricingRuleTypesIdNotFound) SetFake

func (s *PostPricingRuleTypesIdNotFound) SetFake()

SetFake set fake values.

func (*PostPricingRuleTypesIdNotFound) UnmarshalJSON

func (s *PostPricingRuleTypesIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPricingRuleTypesIdNotFound) Validate

func (s *PostPricingRuleTypesIdNotFound) Validate() error

type PostPricingRuleTypesIdParams

type PostPricingRuleTypesIdParams struct {
	// The pricing's ID.
	ID string
}

PostPricingRuleTypesIdParams is parameters of PostPricingRuleTypesId operation.

type PostPricingRuleTypesIdRes

type PostPricingRuleTypesIdRes interface {
	// contains filtered or unexported methods
}

type PostPricingRuleTypesIdUnprocessableEntity

type PostPricingRuleTypesIdUnprocessableEntity Error

func (*PostPricingRuleTypesIdUnprocessableEntity) Decode

Decode decodes PostPricingRuleTypesIdUnprocessableEntity from json.

func (*PostPricingRuleTypesIdUnprocessableEntity) Encode

Encode encodes PostPricingRuleTypesIdUnprocessableEntity as json.

func (*PostPricingRuleTypesIdUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPricingRuleTypesIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPricingRuleTypesIdUnprocessableEntity) UnmarshalJSON

func (s *PostPricingRuleTypesIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPricingRuleTypesIdUnprocessableEntity) Validate

type PostPricingRuleTypesInternalServerError

type PostPricingRuleTypesInternalServerError Error

func (*PostPricingRuleTypesInternalServerError) Decode

Decode decodes PostPricingRuleTypesInternalServerError from json.

func (*PostPricingRuleTypesInternalServerError) Encode

Encode encodes PostPricingRuleTypesInternalServerError as json.

func (*PostPricingRuleTypesInternalServerError) MarshalJSON

func (s *PostPricingRuleTypesInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPricingRuleTypesInternalServerError) SetFake

SetFake set fake values.

func (*PostPricingRuleTypesInternalServerError) UnmarshalJSON

func (s *PostPricingRuleTypesInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPricingRuleTypesInternalServerError) Validate

type PostPricingRuleTypesNotFound

type PostPricingRuleTypesNotFound Error

func (*PostPricingRuleTypesNotFound) Decode

Decode decodes PostPricingRuleTypesNotFound from json.

func (*PostPricingRuleTypesNotFound) Encode

func (s *PostPricingRuleTypesNotFound) Encode(e *jx.Encoder)

Encode encodes PostPricingRuleTypesNotFound as json.

func (*PostPricingRuleTypesNotFound) MarshalJSON

func (s *PostPricingRuleTypesNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPricingRuleTypesNotFound) SetFake

func (s *PostPricingRuleTypesNotFound) SetFake()

SetFake set fake values.

func (*PostPricingRuleTypesNotFound) UnmarshalJSON

func (s *PostPricingRuleTypesNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPricingRuleTypesNotFound) Validate

func (s *PostPricingRuleTypesNotFound) Validate() error

type PostPricingRuleTypesRes

type PostPricingRuleTypesRes interface {
	// contains filtered or unexported methods
}

type PostPricingRuleTypesUnprocessableEntity

type PostPricingRuleTypesUnprocessableEntity Error

func (*PostPricingRuleTypesUnprocessableEntity) Decode

Decode decodes PostPricingRuleTypesUnprocessableEntity from json.

func (*PostPricingRuleTypesUnprocessableEntity) Encode

Encode encodes PostPricingRuleTypesUnprocessableEntity as json.

func (*PostPricingRuleTypesUnprocessableEntity) MarshalJSON

func (s *PostPricingRuleTypesUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPricingRuleTypesUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPricingRuleTypesUnprocessableEntity) UnmarshalJSON

func (s *PostPricingRuleTypesUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPricingRuleTypesUnprocessableEntity) Validate

type PostProductsConflict

type PostProductsConflict Error

func (*PostProductsConflict) Decode

func (s *PostProductsConflict) Decode(d *jx.Decoder) error

Decode decodes PostProductsConflict from json.

func (*PostProductsConflict) Encode

func (s *PostProductsConflict) Encode(e *jx.Encoder)

Encode encodes PostProductsConflict as json.

func (*PostProductsConflict) MarshalJSON

func (s *PostProductsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsConflict) SetFake

func (s *PostProductsConflict) SetFake()

SetFake set fake values.

func (*PostProductsConflict) UnmarshalJSON

func (s *PostProductsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsConflict) Validate

func (s *PostProductsConflict) Validate() error

type PostProductsIdConflict

type PostProductsIdConflict Error

func (*PostProductsIdConflict) Decode

func (s *PostProductsIdConflict) Decode(d *jx.Decoder) error

Decode decodes PostProductsIdConflict from json.

func (*PostProductsIdConflict) Encode

func (s *PostProductsIdConflict) Encode(e *jx.Encoder)

Encode encodes PostProductsIdConflict as json.

func (*PostProductsIdConflict) MarshalJSON

func (s *PostProductsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdConflict) SetFake

func (s *PostProductsIdConflict) SetFake()

SetFake set fake values.

func (*PostProductsIdConflict) UnmarshalJSON

func (s *PostProductsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdConflict) Validate

func (s *PostProductsIdConflict) Validate() error

type PostProductsIdInternalServerError

type PostProductsIdInternalServerError Error

func (*PostProductsIdInternalServerError) Decode

Decode decodes PostProductsIdInternalServerError from json.

func (*PostProductsIdInternalServerError) Encode

Encode encodes PostProductsIdInternalServerError as json.

func (*PostProductsIdInternalServerError) MarshalJSON

func (s *PostProductsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdInternalServerError) SetFake

func (s *PostProductsIdInternalServerError) SetFake()

SetFake set fake values.

func (*PostProductsIdInternalServerError) UnmarshalJSON

func (s *PostProductsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdInternalServerError) Validate

type PostProductsIdNotFound

type PostProductsIdNotFound Error

func (*PostProductsIdNotFound) Decode

func (s *PostProductsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes PostProductsIdNotFound from json.

func (*PostProductsIdNotFound) Encode

func (s *PostProductsIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostProductsIdNotFound as json.

func (*PostProductsIdNotFound) MarshalJSON

func (s *PostProductsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdNotFound) SetFake

func (s *PostProductsIdNotFound) SetFake()

SetFake set fake values.

func (*PostProductsIdNotFound) UnmarshalJSON

func (s *PostProductsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdNotFound) Validate

func (s *PostProductsIdNotFound) Validate() error

type PostProductsIdOptionsConflict

type PostProductsIdOptionsConflict Error

func (*PostProductsIdOptionsConflict) Decode

Decode decodes PostProductsIdOptionsConflict from json.

func (*PostProductsIdOptionsConflict) Encode

Encode encodes PostProductsIdOptionsConflict as json.

func (*PostProductsIdOptionsConflict) MarshalJSON

func (s *PostProductsIdOptionsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdOptionsConflict) SetFake

func (s *PostProductsIdOptionsConflict) SetFake()

SetFake set fake values.

func (*PostProductsIdOptionsConflict) UnmarshalJSON

func (s *PostProductsIdOptionsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdOptionsConflict) Validate

func (s *PostProductsIdOptionsConflict) Validate() error

type PostProductsIdOptionsInternalServerError

type PostProductsIdOptionsInternalServerError Error

func (*PostProductsIdOptionsInternalServerError) Decode

Decode decodes PostProductsIdOptionsInternalServerError from json.

func (*PostProductsIdOptionsInternalServerError) Encode

Encode encodes PostProductsIdOptionsInternalServerError as json.

func (*PostProductsIdOptionsInternalServerError) MarshalJSON

func (s *PostProductsIdOptionsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdOptionsInternalServerError) SetFake

SetFake set fake values.

func (*PostProductsIdOptionsInternalServerError) UnmarshalJSON

func (s *PostProductsIdOptionsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdOptionsInternalServerError) Validate

type PostProductsIdOptionsNotFound

type PostProductsIdOptionsNotFound Error

func (*PostProductsIdOptionsNotFound) Decode

Decode decodes PostProductsIdOptionsNotFound from json.

func (*PostProductsIdOptionsNotFound) Encode

Encode encodes PostProductsIdOptionsNotFound as json.

func (*PostProductsIdOptionsNotFound) MarshalJSON

func (s *PostProductsIdOptionsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdOptionsNotFound) SetFake

func (s *PostProductsIdOptionsNotFound) SetFake()

SetFake set fake values.

func (*PostProductsIdOptionsNotFound) UnmarshalJSON

func (s *PostProductsIdOptionsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdOptionsNotFound) Validate

func (s *PostProductsIdOptionsNotFound) Validate() error

type PostProductsIdOptionsOptionIDConflict

type PostProductsIdOptionsOptionIDConflict Error

func (*PostProductsIdOptionsOptionIDConflict) Decode

Decode decodes PostProductsIdOptionsOptionIDConflict from json.

func (*PostProductsIdOptionsOptionIDConflict) Encode

Encode encodes PostProductsIdOptionsOptionIDConflict as json.

func (*PostProductsIdOptionsOptionIDConflict) MarshalJSON

func (s *PostProductsIdOptionsOptionIDConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdOptionsOptionIDConflict) SetFake

SetFake set fake values.

func (*PostProductsIdOptionsOptionIDConflict) UnmarshalJSON

func (s *PostProductsIdOptionsOptionIDConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdOptionsOptionIDConflict) Validate

type PostProductsIdOptionsOptionIDInternalServerError

type PostProductsIdOptionsOptionIDInternalServerError Error

func (*PostProductsIdOptionsOptionIDInternalServerError) Decode

Decode decodes PostProductsIdOptionsOptionIDInternalServerError from json.

func (*PostProductsIdOptionsOptionIDInternalServerError) Encode

Encode encodes PostProductsIdOptionsOptionIDInternalServerError as json.

func (*PostProductsIdOptionsOptionIDInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdOptionsOptionIDInternalServerError) SetFake

SetFake set fake values.

func (*PostProductsIdOptionsOptionIDInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdOptionsOptionIDInternalServerError) Validate

type PostProductsIdOptionsOptionIDNotFound

type PostProductsIdOptionsOptionIDNotFound Error

func (*PostProductsIdOptionsOptionIDNotFound) Decode

Decode decodes PostProductsIdOptionsOptionIDNotFound from json.

func (*PostProductsIdOptionsOptionIDNotFound) Encode

Encode encodes PostProductsIdOptionsOptionIDNotFound as json.

func (*PostProductsIdOptionsOptionIDNotFound) MarshalJSON

func (s *PostProductsIdOptionsOptionIDNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdOptionsOptionIDNotFound) SetFake

SetFake set fake values.

func (*PostProductsIdOptionsOptionIDNotFound) UnmarshalJSON

func (s *PostProductsIdOptionsOptionIDNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdOptionsOptionIDNotFound) Validate

type PostProductsIdOptionsOptionIDParams

type PostProductsIdOptionsOptionIDParams struct {
	// The product's ID.
	ID string
	// The product's option id.
	OptionID string
}

PostProductsIdOptionsOptionIDParams is parameters of PostProductsIdOptionsOption_id operation.

type PostProductsIdOptionsOptionIDRes

type PostProductsIdOptionsOptionIDRes interface {
	// contains filtered or unexported methods
}

type PostProductsIdOptionsOptionIDUnprocessableEntity

type PostProductsIdOptionsOptionIDUnprocessableEntity Error

func (*PostProductsIdOptionsOptionIDUnprocessableEntity) Decode

Decode decodes PostProductsIdOptionsOptionIDUnprocessableEntity from json.

func (*PostProductsIdOptionsOptionIDUnprocessableEntity) Encode

Encode encodes PostProductsIdOptionsOptionIDUnprocessableEntity as json.

func (*PostProductsIdOptionsOptionIDUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdOptionsOptionIDUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostProductsIdOptionsOptionIDUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdOptionsOptionIDUnprocessableEntity) Validate

type PostProductsIdOptionsParams

type PostProductsIdOptionsParams struct {
	// The product's ID.
	ID string
}

PostProductsIdOptionsParams is parameters of PostProductsIdOptions operation.

type PostProductsIdOptionsRes

type PostProductsIdOptionsRes interface {
	// contains filtered or unexported methods
}

type PostProductsIdOptionsUnprocessableEntity

type PostProductsIdOptionsUnprocessableEntity Error

func (*PostProductsIdOptionsUnprocessableEntity) Decode

Decode decodes PostProductsIdOptionsUnprocessableEntity from json.

func (*PostProductsIdOptionsUnprocessableEntity) Encode

Encode encodes PostProductsIdOptionsUnprocessableEntity as json.

func (*PostProductsIdOptionsUnprocessableEntity) MarshalJSON

func (s *PostProductsIdOptionsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdOptionsUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostProductsIdOptionsUnprocessableEntity) UnmarshalJSON

func (s *PostProductsIdOptionsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdOptionsUnprocessableEntity) Validate

type PostProductsIdParams

type PostProductsIdParams struct {
	// The product's ID.
	ID string
}

PostProductsIdParams is parameters of PostProductsId operation.

type PostProductsIdRes

type PostProductsIdRes interface {
	// contains filtered or unexported methods
}

type PostProductsIdUnprocessableEntity

type PostProductsIdUnprocessableEntity Error

func (*PostProductsIdUnprocessableEntity) Decode

Decode decodes PostProductsIdUnprocessableEntity from json.

func (*PostProductsIdUnprocessableEntity) Encode

Encode encodes PostProductsIdUnprocessableEntity as json.

func (*PostProductsIdUnprocessableEntity) MarshalJSON

func (s *PostProductsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdUnprocessableEntity) SetFake

func (s *PostProductsIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostProductsIdUnprocessableEntity) UnmarshalJSON

func (s *PostProductsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdUnprocessableEntity) Validate

type PostProductsIdVariantsConflict

type PostProductsIdVariantsConflict Error

func (*PostProductsIdVariantsConflict) Decode

Decode decodes PostProductsIdVariantsConflict from json.

func (*PostProductsIdVariantsConflict) Encode

Encode encodes PostProductsIdVariantsConflict as json.

func (*PostProductsIdVariantsConflict) MarshalJSON

func (s *PostProductsIdVariantsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdVariantsConflict) SetFake

func (s *PostProductsIdVariantsConflict) SetFake()

SetFake set fake values.

func (*PostProductsIdVariantsConflict) UnmarshalJSON

func (s *PostProductsIdVariantsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdVariantsConflict) Validate

func (s *PostProductsIdVariantsConflict) Validate() error

type PostProductsIdVariantsInternalServerError

type PostProductsIdVariantsInternalServerError Error

func (*PostProductsIdVariantsInternalServerError) Decode

Decode decodes PostProductsIdVariantsInternalServerError from json.

func (*PostProductsIdVariantsInternalServerError) Encode

Encode encodes PostProductsIdVariantsInternalServerError as json.

func (*PostProductsIdVariantsInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdVariantsInternalServerError) SetFake

SetFake set fake values.

func (*PostProductsIdVariantsInternalServerError) UnmarshalJSON

func (s *PostProductsIdVariantsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdVariantsInternalServerError) Validate

type PostProductsIdVariantsNotFound

type PostProductsIdVariantsNotFound Error

func (*PostProductsIdVariantsNotFound) Decode

Decode decodes PostProductsIdVariantsNotFound from json.

func (*PostProductsIdVariantsNotFound) Encode

Encode encodes PostProductsIdVariantsNotFound as json.

func (*PostProductsIdVariantsNotFound) MarshalJSON

func (s *PostProductsIdVariantsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdVariantsNotFound) SetFake

func (s *PostProductsIdVariantsNotFound) SetFake()

SetFake set fake values.

func (*PostProductsIdVariantsNotFound) UnmarshalJSON

func (s *PostProductsIdVariantsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdVariantsNotFound) Validate

func (s *PostProductsIdVariantsNotFound) Validate() error

type PostProductsIdVariantsParams

type PostProductsIdVariantsParams struct {
	// The product's ID.
	ID string
}

PostProductsIdVariantsParams is parameters of PostProductsIdVariants operation.

type PostProductsIdVariantsRes

type PostProductsIdVariantsRes interface {
	// contains filtered or unexported methods
}

type PostProductsIdVariantsUnprocessableEntity

type PostProductsIdVariantsUnprocessableEntity Error

func (*PostProductsIdVariantsUnprocessableEntity) Decode

Decode decodes PostProductsIdVariantsUnprocessableEntity from json.

func (*PostProductsIdVariantsUnprocessableEntity) Encode

Encode encodes PostProductsIdVariantsUnprocessableEntity as json.

func (*PostProductsIdVariantsUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdVariantsUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostProductsIdVariantsUnprocessableEntity) UnmarshalJSON

func (s *PostProductsIdVariantsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdVariantsUnprocessableEntity) Validate

type PostProductsIdVariantsVariantIDConflict

type PostProductsIdVariantsVariantIDConflict Error

func (*PostProductsIdVariantsVariantIDConflict) Decode

Decode decodes PostProductsIdVariantsVariantIDConflict from json.

func (*PostProductsIdVariantsVariantIDConflict) Encode

Encode encodes PostProductsIdVariantsVariantIDConflict as json.

func (*PostProductsIdVariantsVariantIDConflict) MarshalJSON

func (s *PostProductsIdVariantsVariantIDConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdVariantsVariantIDConflict) SetFake

SetFake set fake values.

func (*PostProductsIdVariantsVariantIDConflict) UnmarshalJSON

func (s *PostProductsIdVariantsVariantIDConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdVariantsVariantIDConflict) Validate

type PostProductsIdVariantsVariantIDInternalServerError

type PostProductsIdVariantsVariantIDInternalServerError Error

func (*PostProductsIdVariantsVariantIDInternalServerError) Decode

Decode decodes PostProductsIdVariantsVariantIDInternalServerError from json.

func (*PostProductsIdVariantsVariantIDInternalServerError) Encode

Encode encodes PostProductsIdVariantsVariantIDInternalServerError as json.

func (*PostProductsIdVariantsVariantIDInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdVariantsVariantIDInternalServerError) SetFake

SetFake set fake values.

func (*PostProductsIdVariantsVariantIDInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdVariantsVariantIDInternalServerError) Validate

type PostProductsIdVariantsVariantIDNotFound

type PostProductsIdVariantsVariantIDNotFound Error

func (*PostProductsIdVariantsVariantIDNotFound) Decode

Decode decodes PostProductsIdVariantsVariantIDNotFound from json.

func (*PostProductsIdVariantsVariantIDNotFound) Encode

Encode encodes PostProductsIdVariantsVariantIDNotFound as json.

func (*PostProductsIdVariantsVariantIDNotFound) MarshalJSON

func (s *PostProductsIdVariantsVariantIDNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdVariantsVariantIDNotFound) SetFake

SetFake set fake values.

func (*PostProductsIdVariantsVariantIDNotFound) UnmarshalJSON

func (s *PostProductsIdVariantsVariantIDNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdVariantsVariantIDNotFound) Validate

type PostProductsIdVariantsVariantIDParams

type PostProductsIdVariantsVariantIDParams struct {
	// The product's ID.
	ID string
	// The product's variant id.
	VariantID string
}

PostProductsIdVariantsVariantIDParams is parameters of PostProductsIdVariantsVariant_id operation.

type PostProductsIdVariantsVariantIDRes

type PostProductsIdVariantsVariantIDRes interface {
	// contains filtered or unexported methods
}

type PostProductsIdVariantsVariantIDUnprocessableEntity

type PostProductsIdVariantsVariantIDUnprocessableEntity Error

func (*PostProductsIdVariantsVariantIDUnprocessableEntity) Decode

Decode decodes PostProductsIdVariantsVariantIDUnprocessableEntity from json.

func (*PostProductsIdVariantsVariantIDUnprocessableEntity) Encode

Encode encodes PostProductsIdVariantsVariantIDUnprocessableEntity as json.

func (*PostProductsIdVariantsVariantIDUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsIdVariantsVariantIDUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostProductsIdVariantsVariantIDUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsIdVariantsVariantIDUnprocessableEntity) Validate

type PostProductsInternalServerError

type PostProductsInternalServerError Error

func (*PostProductsInternalServerError) Decode

Decode decodes PostProductsInternalServerError from json.

func (*PostProductsInternalServerError) Encode

Encode encodes PostProductsInternalServerError as json.

func (*PostProductsInternalServerError) MarshalJSON

func (s *PostProductsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsInternalServerError) SetFake

func (s *PostProductsInternalServerError) SetFake()

SetFake set fake values.

func (*PostProductsInternalServerError) UnmarshalJSON

func (s *PostProductsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsInternalServerError) Validate

func (s *PostProductsInternalServerError) Validate() error

type PostProductsNotFound

type PostProductsNotFound Error

func (*PostProductsNotFound) Decode

func (s *PostProductsNotFound) Decode(d *jx.Decoder) error

Decode decodes PostProductsNotFound from json.

func (*PostProductsNotFound) Encode

func (s *PostProductsNotFound) Encode(e *jx.Encoder)

Encode encodes PostProductsNotFound as json.

func (*PostProductsNotFound) MarshalJSON

func (s *PostProductsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsNotFound) SetFake

func (s *PostProductsNotFound) SetFake()

SetFake set fake values.

func (*PostProductsNotFound) UnmarshalJSON

func (s *PostProductsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsNotFound) Validate

func (s *PostProductsNotFound) Validate() error

type PostProductsRes

type PostProductsRes interface {
	// contains filtered or unexported methods
}

type PostProductsUnprocessableEntity

type PostProductsUnprocessableEntity Error

func (*PostProductsUnprocessableEntity) Decode

Decode decodes PostProductsUnprocessableEntity from json.

func (*PostProductsUnprocessableEntity) Encode

Encode encodes PostProductsUnprocessableEntity as json.

func (*PostProductsUnprocessableEntity) MarshalJSON

func (s *PostProductsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostProductsUnprocessableEntity) SetFake

func (s *PostProductsUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostProductsUnprocessableEntity) UnmarshalJSON

func (s *PostProductsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostProductsUnprocessableEntity) Validate

func (s *PostProductsUnprocessableEntity) Validate() error

type PostPromotionsConflict

type PostPromotionsConflict Error

func (*PostPromotionsConflict) Decode

func (s *PostPromotionsConflict) Decode(d *jx.Decoder) error

Decode decodes PostPromotionsConflict from json.

func (*PostPromotionsConflict) Encode

func (s *PostPromotionsConflict) Encode(e *jx.Encoder)

Encode encodes PostPromotionsConflict as json.

func (*PostPromotionsConflict) MarshalJSON

func (s *PostPromotionsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsConflict) SetFake

func (s *PostPromotionsConflict) SetFake()

SetFake set fake values.

func (*PostPromotionsConflict) UnmarshalJSON

func (s *PostPromotionsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsConflict) Validate

func (s *PostPromotionsConflict) Validate() error

type PostPromotionsIdBuyRulesBatchAddConflict

type PostPromotionsIdBuyRulesBatchAddConflict Error

func (*PostPromotionsIdBuyRulesBatchAddConflict) Decode

Decode decodes PostPromotionsIdBuyRulesBatchAddConflict from json.

func (*PostPromotionsIdBuyRulesBatchAddConflict) Encode

Encode encodes PostPromotionsIdBuyRulesBatchAddConflict as json.

func (*PostPromotionsIdBuyRulesBatchAddConflict) MarshalJSON

func (s *PostPromotionsIdBuyRulesBatchAddConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdBuyRulesBatchAddConflict) SetFake

SetFake set fake values.

func (*PostPromotionsIdBuyRulesBatchAddConflict) UnmarshalJSON

func (s *PostPromotionsIdBuyRulesBatchAddConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdBuyRulesBatchAddConflict) Validate

type PostPromotionsIdBuyRulesBatchAddInternalServerError

type PostPromotionsIdBuyRulesBatchAddInternalServerError Error

func (*PostPromotionsIdBuyRulesBatchAddInternalServerError) Decode

Decode decodes PostPromotionsIdBuyRulesBatchAddInternalServerError from json.

func (*PostPromotionsIdBuyRulesBatchAddInternalServerError) Encode

Encode encodes PostPromotionsIdBuyRulesBatchAddInternalServerError as json.

func (*PostPromotionsIdBuyRulesBatchAddInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdBuyRulesBatchAddInternalServerError) SetFake

SetFake set fake values.

func (*PostPromotionsIdBuyRulesBatchAddInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdBuyRulesBatchAddInternalServerError) Validate

type PostPromotionsIdBuyRulesBatchAddNotFound

type PostPromotionsIdBuyRulesBatchAddNotFound Error

func (*PostPromotionsIdBuyRulesBatchAddNotFound) Decode

Decode decodes PostPromotionsIdBuyRulesBatchAddNotFound from json.

func (*PostPromotionsIdBuyRulesBatchAddNotFound) Encode

Encode encodes PostPromotionsIdBuyRulesBatchAddNotFound as json.

func (*PostPromotionsIdBuyRulesBatchAddNotFound) MarshalJSON

func (s *PostPromotionsIdBuyRulesBatchAddNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdBuyRulesBatchAddNotFound) SetFake

SetFake set fake values.

func (*PostPromotionsIdBuyRulesBatchAddNotFound) UnmarshalJSON

func (s *PostPromotionsIdBuyRulesBatchAddNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdBuyRulesBatchAddNotFound) Validate

type PostPromotionsIdBuyRulesBatchAddParams

type PostPromotionsIdBuyRulesBatchAddParams struct {
	// The promotion's ID.
	ID string
}

PostPromotionsIdBuyRulesBatchAddParams is parameters of PostPromotionsIdBuyRulesBatchAdd operation.

type PostPromotionsIdBuyRulesBatchAddRes

type PostPromotionsIdBuyRulesBatchAddRes interface {
	// contains filtered or unexported methods
}

type PostPromotionsIdBuyRulesBatchAddUnprocessableEntity

type PostPromotionsIdBuyRulesBatchAddUnprocessableEntity Error

func (*PostPromotionsIdBuyRulesBatchAddUnprocessableEntity) Decode

Decode decodes PostPromotionsIdBuyRulesBatchAddUnprocessableEntity from json.

func (*PostPromotionsIdBuyRulesBatchAddUnprocessableEntity) Encode

Encode encodes PostPromotionsIdBuyRulesBatchAddUnprocessableEntity as json.

func (*PostPromotionsIdBuyRulesBatchAddUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdBuyRulesBatchAddUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPromotionsIdBuyRulesBatchAddUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdBuyRulesBatchAddUnprocessableEntity) Validate

type PostPromotionsIdBuyRulesBatchRemoveConflict

type PostPromotionsIdBuyRulesBatchRemoveConflict Error

func (*PostPromotionsIdBuyRulesBatchRemoveConflict) Decode

Decode decodes PostPromotionsIdBuyRulesBatchRemoveConflict from json.

func (*PostPromotionsIdBuyRulesBatchRemoveConflict) Encode

Encode encodes PostPromotionsIdBuyRulesBatchRemoveConflict as json.

func (*PostPromotionsIdBuyRulesBatchRemoveConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdBuyRulesBatchRemoveConflict) SetFake

SetFake set fake values.

func (*PostPromotionsIdBuyRulesBatchRemoveConflict) UnmarshalJSON

func (s *PostPromotionsIdBuyRulesBatchRemoveConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdBuyRulesBatchRemoveConflict) Validate

type PostPromotionsIdBuyRulesBatchRemoveInternalServerError

type PostPromotionsIdBuyRulesBatchRemoveInternalServerError Error

func (*PostPromotionsIdBuyRulesBatchRemoveInternalServerError) Decode

Decode decodes PostPromotionsIdBuyRulesBatchRemoveInternalServerError from json.

func (*PostPromotionsIdBuyRulesBatchRemoveInternalServerError) Encode

Encode encodes PostPromotionsIdBuyRulesBatchRemoveInternalServerError as json.

func (*PostPromotionsIdBuyRulesBatchRemoveInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdBuyRulesBatchRemoveInternalServerError) SetFake

SetFake set fake values.

func (*PostPromotionsIdBuyRulesBatchRemoveInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdBuyRulesBatchRemoveInternalServerError) Validate

type PostPromotionsIdBuyRulesBatchRemoveNotFound

type PostPromotionsIdBuyRulesBatchRemoveNotFound Error

func (*PostPromotionsIdBuyRulesBatchRemoveNotFound) Decode

Decode decodes PostPromotionsIdBuyRulesBatchRemoveNotFound from json.

func (*PostPromotionsIdBuyRulesBatchRemoveNotFound) Encode

Encode encodes PostPromotionsIdBuyRulesBatchRemoveNotFound as json.

func (*PostPromotionsIdBuyRulesBatchRemoveNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdBuyRulesBatchRemoveNotFound) SetFake

SetFake set fake values.

func (*PostPromotionsIdBuyRulesBatchRemoveNotFound) UnmarshalJSON

func (s *PostPromotionsIdBuyRulesBatchRemoveNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdBuyRulesBatchRemoveNotFound) Validate

type PostPromotionsIdBuyRulesBatchRemoveParams

type PostPromotionsIdBuyRulesBatchRemoveParams struct {
	// The promotion's ID.
	ID string
}

PostPromotionsIdBuyRulesBatchRemoveParams is parameters of PostPromotionsIdBuyRulesBatchRemove operation.

type PostPromotionsIdBuyRulesBatchRemoveRes

type PostPromotionsIdBuyRulesBatchRemoveRes interface {
	// contains filtered or unexported methods
}

type PostPromotionsIdBuyRulesBatchRemoveUnprocessableEntity

type PostPromotionsIdBuyRulesBatchRemoveUnprocessableEntity Error

func (*PostPromotionsIdBuyRulesBatchRemoveUnprocessableEntity) Decode

Decode decodes PostPromotionsIdBuyRulesBatchRemoveUnprocessableEntity from json.

func (*PostPromotionsIdBuyRulesBatchRemoveUnprocessableEntity) Encode

Encode encodes PostPromotionsIdBuyRulesBatchRemoveUnprocessableEntity as json.

func (*PostPromotionsIdBuyRulesBatchRemoveUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdBuyRulesBatchRemoveUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPromotionsIdBuyRulesBatchRemoveUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdBuyRulesBatchRemoveUnprocessableEntity) Validate

type PostPromotionsIdConflict

type PostPromotionsIdConflict Error

func (*PostPromotionsIdConflict) Decode

func (s *PostPromotionsIdConflict) Decode(d *jx.Decoder) error

Decode decodes PostPromotionsIdConflict from json.

func (*PostPromotionsIdConflict) Encode

func (s *PostPromotionsIdConflict) Encode(e *jx.Encoder)

Encode encodes PostPromotionsIdConflict as json.

func (*PostPromotionsIdConflict) MarshalJSON

func (s *PostPromotionsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdConflict) SetFake

func (s *PostPromotionsIdConflict) SetFake()

SetFake set fake values.

func (*PostPromotionsIdConflict) UnmarshalJSON

func (s *PostPromotionsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdConflict) Validate

func (s *PostPromotionsIdConflict) Validate() error

type PostPromotionsIdInternalServerError

type PostPromotionsIdInternalServerError Error

func (*PostPromotionsIdInternalServerError) Decode

Decode decodes PostPromotionsIdInternalServerError from json.

func (*PostPromotionsIdInternalServerError) Encode

Encode encodes PostPromotionsIdInternalServerError as json.

func (*PostPromotionsIdInternalServerError) MarshalJSON

func (s *PostPromotionsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdInternalServerError) SetFake

SetFake set fake values.

func (*PostPromotionsIdInternalServerError) UnmarshalJSON

func (s *PostPromotionsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdInternalServerError) Validate

type PostPromotionsIdNotFound

type PostPromotionsIdNotFound Error

func (*PostPromotionsIdNotFound) Decode

func (s *PostPromotionsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes PostPromotionsIdNotFound from json.

func (*PostPromotionsIdNotFound) Encode

func (s *PostPromotionsIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostPromotionsIdNotFound as json.

func (*PostPromotionsIdNotFound) MarshalJSON

func (s *PostPromotionsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdNotFound) SetFake

func (s *PostPromotionsIdNotFound) SetFake()

SetFake set fake values.

func (*PostPromotionsIdNotFound) UnmarshalJSON

func (s *PostPromotionsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdNotFound) Validate

func (s *PostPromotionsIdNotFound) Validate() error

type PostPromotionsIdParams

type PostPromotionsIdParams struct {
	// The promotion's ID.
	ID string
}

PostPromotionsIdParams is parameters of PostPromotionsId operation.

type PostPromotionsIdRes

type PostPromotionsIdRes interface {
	// contains filtered or unexported methods
}

type PostPromotionsIdRulesBatchAddConflict

type PostPromotionsIdRulesBatchAddConflict Error

func (*PostPromotionsIdRulesBatchAddConflict) Decode

Decode decodes PostPromotionsIdRulesBatchAddConflict from json.

func (*PostPromotionsIdRulesBatchAddConflict) Encode

Encode encodes PostPromotionsIdRulesBatchAddConflict as json.

func (*PostPromotionsIdRulesBatchAddConflict) MarshalJSON

func (s *PostPromotionsIdRulesBatchAddConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdRulesBatchAddConflict) SetFake

SetFake set fake values.

func (*PostPromotionsIdRulesBatchAddConflict) UnmarshalJSON

func (s *PostPromotionsIdRulesBatchAddConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdRulesBatchAddConflict) Validate

type PostPromotionsIdRulesBatchAddInternalServerError

type PostPromotionsIdRulesBatchAddInternalServerError Error

func (*PostPromotionsIdRulesBatchAddInternalServerError) Decode

Decode decodes PostPromotionsIdRulesBatchAddInternalServerError from json.

func (*PostPromotionsIdRulesBatchAddInternalServerError) Encode

Encode encodes PostPromotionsIdRulesBatchAddInternalServerError as json.

func (*PostPromotionsIdRulesBatchAddInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdRulesBatchAddInternalServerError) SetFake

SetFake set fake values.

func (*PostPromotionsIdRulesBatchAddInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdRulesBatchAddInternalServerError) Validate

type PostPromotionsIdRulesBatchAddNotFound

type PostPromotionsIdRulesBatchAddNotFound Error

func (*PostPromotionsIdRulesBatchAddNotFound) Decode

Decode decodes PostPromotionsIdRulesBatchAddNotFound from json.

func (*PostPromotionsIdRulesBatchAddNotFound) Encode

Encode encodes PostPromotionsIdRulesBatchAddNotFound as json.

func (*PostPromotionsIdRulesBatchAddNotFound) MarshalJSON

func (s *PostPromotionsIdRulesBatchAddNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdRulesBatchAddNotFound) SetFake

SetFake set fake values.

func (*PostPromotionsIdRulesBatchAddNotFound) UnmarshalJSON

func (s *PostPromotionsIdRulesBatchAddNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdRulesBatchAddNotFound) Validate

type PostPromotionsIdRulesBatchAddParams

type PostPromotionsIdRulesBatchAddParams struct {
	// The promotion's ID.
	ID string
}

PostPromotionsIdRulesBatchAddParams is parameters of PostPromotionsIdRulesBatchAdd operation.

type PostPromotionsIdRulesBatchAddRes

type PostPromotionsIdRulesBatchAddRes interface {
	// contains filtered or unexported methods
}

type PostPromotionsIdRulesBatchAddUnprocessableEntity

type PostPromotionsIdRulesBatchAddUnprocessableEntity Error

func (*PostPromotionsIdRulesBatchAddUnprocessableEntity) Decode

Decode decodes PostPromotionsIdRulesBatchAddUnprocessableEntity from json.

func (*PostPromotionsIdRulesBatchAddUnprocessableEntity) Encode

Encode encodes PostPromotionsIdRulesBatchAddUnprocessableEntity as json.

func (*PostPromotionsIdRulesBatchAddUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdRulesBatchAddUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPromotionsIdRulesBatchAddUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdRulesBatchAddUnprocessableEntity) Validate

type PostPromotionsIdRulesBatchRemoveConflict

type PostPromotionsIdRulesBatchRemoveConflict Error

func (*PostPromotionsIdRulesBatchRemoveConflict) Decode

Decode decodes PostPromotionsIdRulesBatchRemoveConflict from json.

func (*PostPromotionsIdRulesBatchRemoveConflict) Encode

Encode encodes PostPromotionsIdRulesBatchRemoveConflict as json.

func (*PostPromotionsIdRulesBatchRemoveConflict) MarshalJSON

func (s *PostPromotionsIdRulesBatchRemoveConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdRulesBatchRemoveConflict) SetFake

SetFake set fake values.

func (*PostPromotionsIdRulesBatchRemoveConflict) UnmarshalJSON

func (s *PostPromotionsIdRulesBatchRemoveConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdRulesBatchRemoveConflict) Validate

type PostPromotionsIdRulesBatchRemoveInternalServerError

type PostPromotionsIdRulesBatchRemoveInternalServerError Error

func (*PostPromotionsIdRulesBatchRemoveInternalServerError) Decode

Decode decodes PostPromotionsIdRulesBatchRemoveInternalServerError from json.

func (*PostPromotionsIdRulesBatchRemoveInternalServerError) Encode

Encode encodes PostPromotionsIdRulesBatchRemoveInternalServerError as json.

func (*PostPromotionsIdRulesBatchRemoveInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdRulesBatchRemoveInternalServerError) SetFake

SetFake set fake values.

func (*PostPromotionsIdRulesBatchRemoveInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdRulesBatchRemoveInternalServerError) Validate

type PostPromotionsIdRulesBatchRemoveNotFound

type PostPromotionsIdRulesBatchRemoveNotFound Error

func (*PostPromotionsIdRulesBatchRemoveNotFound) Decode

Decode decodes PostPromotionsIdRulesBatchRemoveNotFound from json.

func (*PostPromotionsIdRulesBatchRemoveNotFound) Encode

Encode encodes PostPromotionsIdRulesBatchRemoveNotFound as json.

func (*PostPromotionsIdRulesBatchRemoveNotFound) MarshalJSON

func (s *PostPromotionsIdRulesBatchRemoveNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdRulesBatchRemoveNotFound) SetFake

SetFake set fake values.

func (*PostPromotionsIdRulesBatchRemoveNotFound) UnmarshalJSON

func (s *PostPromotionsIdRulesBatchRemoveNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdRulesBatchRemoveNotFound) Validate

type PostPromotionsIdRulesBatchRemoveParams

type PostPromotionsIdRulesBatchRemoveParams struct {
	// The promotion's ID.
	ID string
}

PostPromotionsIdRulesBatchRemoveParams is parameters of PostPromotionsIdRulesBatchRemove operation.

type PostPromotionsIdRulesBatchRemoveRes

type PostPromotionsIdRulesBatchRemoveRes interface {
	// contains filtered or unexported methods
}

type PostPromotionsIdRulesBatchRemoveUnprocessableEntity

type PostPromotionsIdRulesBatchRemoveUnprocessableEntity Error

func (*PostPromotionsIdRulesBatchRemoveUnprocessableEntity) Decode

Decode decodes PostPromotionsIdRulesBatchRemoveUnprocessableEntity from json.

func (*PostPromotionsIdRulesBatchRemoveUnprocessableEntity) Encode

Encode encodes PostPromotionsIdRulesBatchRemoveUnprocessableEntity as json.

func (*PostPromotionsIdRulesBatchRemoveUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdRulesBatchRemoveUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPromotionsIdRulesBatchRemoveUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdRulesBatchRemoveUnprocessableEntity) Validate

type PostPromotionsIdRulesBatchUpdateConflict

type PostPromotionsIdRulesBatchUpdateConflict Error

func (*PostPromotionsIdRulesBatchUpdateConflict) Decode

Decode decodes PostPromotionsIdRulesBatchUpdateConflict from json.

func (*PostPromotionsIdRulesBatchUpdateConflict) Encode

Encode encodes PostPromotionsIdRulesBatchUpdateConflict as json.

func (*PostPromotionsIdRulesBatchUpdateConflict) MarshalJSON

func (s *PostPromotionsIdRulesBatchUpdateConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdRulesBatchUpdateConflict) SetFake

SetFake set fake values.

func (*PostPromotionsIdRulesBatchUpdateConflict) UnmarshalJSON

func (s *PostPromotionsIdRulesBatchUpdateConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdRulesBatchUpdateConflict) Validate

type PostPromotionsIdRulesBatchUpdateInternalServerError

type PostPromotionsIdRulesBatchUpdateInternalServerError Error

func (*PostPromotionsIdRulesBatchUpdateInternalServerError) Decode

Decode decodes PostPromotionsIdRulesBatchUpdateInternalServerError from json.

func (*PostPromotionsIdRulesBatchUpdateInternalServerError) Encode

Encode encodes PostPromotionsIdRulesBatchUpdateInternalServerError as json.

func (*PostPromotionsIdRulesBatchUpdateInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdRulesBatchUpdateInternalServerError) SetFake

SetFake set fake values.

func (*PostPromotionsIdRulesBatchUpdateInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdRulesBatchUpdateInternalServerError) Validate

type PostPromotionsIdRulesBatchUpdateNotFound

type PostPromotionsIdRulesBatchUpdateNotFound Error

func (*PostPromotionsIdRulesBatchUpdateNotFound) Decode

Decode decodes PostPromotionsIdRulesBatchUpdateNotFound from json.

func (*PostPromotionsIdRulesBatchUpdateNotFound) Encode

Encode encodes PostPromotionsIdRulesBatchUpdateNotFound as json.

func (*PostPromotionsIdRulesBatchUpdateNotFound) MarshalJSON

func (s *PostPromotionsIdRulesBatchUpdateNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdRulesBatchUpdateNotFound) SetFake

SetFake set fake values.

func (*PostPromotionsIdRulesBatchUpdateNotFound) UnmarshalJSON

func (s *PostPromotionsIdRulesBatchUpdateNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdRulesBatchUpdateNotFound) Validate

type PostPromotionsIdRulesBatchUpdateParams

type PostPromotionsIdRulesBatchUpdateParams struct {
	// The promotion's ID.
	ID string
}

PostPromotionsIdRulesBatchUpdateParams is parameters of PostPromotionsIdRulesBatchUpdate operation.

type PostPromotionsIdRulesBatchUpdateRes

type PostPromotionsIdRulesBatchUpdateRes interface {
	// contains filtered or unexported methods
}

type PostPromotionsIdRulesBatchUpdateUnprocessableEntity

type PostPromotionsIdRulesBatchUpdateUnprocessableEntity Error

func (*PostPromotionsIdRulesBatchUpdateUnprocessableEntity) Decode

Decode decodes PostPromotionsIdRulesBatchUpdateUnprocessableEntity from json.

func (*PostPromotionsIdRulesBatchUpdateUnprocessableEntity) Encode

Encode encodes PostPromotionsIdRulesBatchUpdateUnprocessableEntity as json.

func (*PostPromotionsIdRulesBatchUpdateUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdRulesBatchUpdateUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPromotionsIdRulesBatchUpdateUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdRulesBatchUpdateUnprocessableEntity) Validate

type PostPromotionsIdTargetRulesBatchAddConflict

type PostPromotionsIdTargetRulesBatchAddConflict Error

func (*PostPromotionsIdTargetRulesBatchAddConflict) Decode

Decode decodes PostPromotionsIdTargetRulesBatchAddConflict from json.

func (*PostPromotionsIdTargetRulesBatchAddConflict) Encode

Encode encodes PostPromotionsIdTargetRulesBatchAddConflict as json.

func (*PostPromotionsIdTargetRulesBatchAddConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdTargetRulesBatchAddConflict) SetFake

SetFake set fake values.

func (*PostPromotionsIdTargetRulesBatchAddConflict) UnmarshalJSON

func (s *PostPromotionsIdTargetRulesBatchAddConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdTargetRulesBatchAddConflict) Validate

type PostPromotionsIdTargetRulesBatchAddInternalServerError

type PostPromotionsIdTargetRulesBatchAddInternalServerError Error

func (*PostPromotionsIdTargetRulesBatchAddInternalServerError) Decode

Decode decodes PostPromotionsIdTargetRulesBatchAddInternalServerError from json.

func (*PostPromotionsIdTargetRulesBatchAddInternalServerError) Encode

Encode encodes PostPromotionsIdTargetRulesBatchAddInternalServerError as json.

func (*PostPromotionsIdTargetRulesBatchAddInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdTargetRulesBatchAddInternalServerError) SetFake

SetFake set fake values.

func (*PostPromotionsIdTargetRulesBatchAddInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdTargetRulesBatchAddInternalServerError) Validate

type PostPromotionsIdTargetRulesBatchAddNotFound

type PostPromotionsIdTargetRulesBatchAddNotFound Error

func (*PostPromotionsIdTargetRulesBatchAddNotFound) Decode

Decode decodes PostPromotionsIdTargetRulesBatchAddNotFound from json.

func (*PostPromotionsIdTargetRulesBatchAddNotFound) Encode

Encode encodes PostPromotionsIdTargetRulesBatchAddNotFound as json.

func (*PostPromotionsIdTargetRulesBatchAddNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdTargetRulesBatchAddNotFound) SetFake

SetFake set fake values.

func (*PostPromotionsIdTargetRulesBatchAddNotFound) UnmarshalJSON

func (s *PostPromotionsIdTargetRulesBatchAddNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdTargetRulesBatchAddNotFound) Validate

type PostPromotionsIdTargetRulesBatchAddParams

type PostPromotionsIdTargetRulesBatchAddParams struct {
	// The promotion's ID.
	ID string
}

PostPromotionsIdTargetRulesBatchAddParams is parameters of PostPromotionsIdTargetRulesBatchAdd operation.

type PostPromotionsIdTargetRulesBatchAddRes

type PostPromotionsIdTargetRulesBatchAddRes interface {
	// contains filtered or unexported methods
}

type PostPromotionsIdTargetRulesBatchAddUnprocessableEntity

type PostPromotionsIdTargetRulesBatchAddUnprocessableEntity Error

func (*PostPromotionsIdTargetRulesBatchAddUnprocessableEntity) Decode

Decode decodes PostPromotionsIdTargetRulesBatchAddUnprocessableEntity from json.

func (*PostPromotionsIdTargetRulesBatchAddUnprocessableEntity) Encode

Encode encodes PostPromotionsIdTargetRulesBatchAddUnprocessableEntity as json.

func (*PostPromotionsIdTargetRulesBatchAddUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdTargetRulesBatchAddUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPromotionsIdTargetRulesBatchAddUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdTargetRulesBatchAddUnprocessableEntity) Validate

type PostPromotionsIdTargetRulesBatchRemoveConflict

type PostPromotionsIdTargetRulesBatchRemoveConflict Error

func (*PostPromotionsIdTargetRulesBatchRemoveConflict) Decode

Decode decodes PostPromotionsIdTargetRulesBatchRemoveConflict from json.

func (*PostPromotionsIdTargetRulesBatchRemoveConflict) Encode

Encode encodes PostPromotionsIdTargetRulesBatchRemoveConflict as json.

func (*PostPromotionsIdTargetRulesBatchRemoveConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdTargetRulesBatchRemoveConflict) SetFake

SetFake set fake values.

func (*PostPromotionsIdTargetRulesBatchRemoveConflict) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdTargetRulesBatchRemoveConflict) Validate

type PostPromotionsIdTargetRulesBatchRemoveInternalServerError

type PostPromotionsIdTargetRulesBatchRemoveInternalServerError Error

func (*PostPromotionsIdTargetRulesBatchRemoveInternalServerError) Decode

Decode decodes PostPromotionsIdTargetRulesBatchRemoveInternalServerError from json.

func (*PostPromotionsIdTargetRulesBatchRemoveInternalServerError) Encode

Encode encodes PostPromotionsIdTargetRulesBatchRemoveInternalServerError as json.

func (*PostPromotionsIdTargetRulesBatchRemoveInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdTargetRulesBatchRemoveInternalServerError) SetFake

SetFake set fake values.

func (*PostPromotionsIdTargetRulesBatchRemoveInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdTargetRulesBatchRemoveInternalServerError) Validate

type PostPromotionsIdTargetRulesBatchRemoveNotFound

type PostPromotionsIdTargetRulesBatchRemoveNotFound Error

func (*PostPromotionsIdTargetRulesBatchRemoveNotFound) Decode

Decode decodes PostPromotionsIdTargetRulesBatchRemoveNotFound from json.

func (*PostPromotionsIdTargetRulesBatchRemoveNotFound) Encode

Encode encodes PostPromotionsIdTargetRulesBatchRemoveNotFound as json.

func (*PostPromotionsIdTargetRulesBatchRemoveNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdTargetRulesBatchRemoveNotFound) SetFake

SetFake set fake values.

func (*PostPromotionsIdTargetRulesBatchRemoveNotFound) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdTargetRulesBatchRemoveNotFound) Validate

type PostPromotionsIdTargetRulesBatchRemoveParams

type PostPromotionsIdTargetRulesBatchRemoveParams struct {
	// The promotion's ID.
	ID string
}

PostPromotionsIdTargetRulesBatchRemoveParams is parameters of PostPromotionsIdTargetRulesBatchRemove operation.

type PostPromotionsIdTargetRulesBatchRemoveRes

type PostPromotionsIdTargetRulesBatchRemoveRes interface {
	// contains filtered or unexported methods
}

type PostPromotionsIdTargetRulesBatchRemoveUnprocessableEntity

type PostPromotionsIdTargetRulesBatchRemoveUnprocessableEntity Error

func (*PostPromotionsIdTargetRulesBatchRemoveUnprocessableEntity) Decode

Decode decodes PostPromotionsIdTargetRulesBatchRemoveUnprocessableEntity from json.

func (*PostPromotionsIdTargetRulesBatchRemoveUnprocessableEntity) Encode

Encode encodes PostPromotionsIdTargetRulesBatchRemoveUnprocessableEntity as json.

func (*PostPromotionsIdTargetRulesBatchRemoveUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdTargetRulesBatchRemoveUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPromotionsIdTargetRulesBatchRemoveUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdTargetRulesBatchRemoveUnprocessableEntity) Validate

type PostPromotionsIdUnprocessableEntity

type PostPromotionsIdUnprocessableEntity Error

func (*PostPromotionsIdUnprocessableEntity) Decode

Decode decodes PostPromotionsIdUnprocessableEntity from json.

func (*PostPromotionsIdUnprocessableEntity) Encode

Encode encodes PostPromotionsIdUnprocessableEntity as json.

func (*PostPromotionsIdUnprocessableEntity) MarshalJSON

func (s *PostPromotionsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostPromotionsIdUnprocessableEntity) UnmarshalJSON

func (s *PostPromotionsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsIdUnprocessableEntity) Validate

type PostPromotionsInternalServerError

type PostPromotionsInternalServerError Error

func (*PostPromotionsInternalServerError) Decode

Decode decodes PostPromotionsInternalServerError from json.

func (*PostPromotionsInternalServerError) Encode

Encode encodes PostPromotionsInternalServerError as json.

func (*PostPromotionsInternalServerError) MarshalJSON

func (s *PostPromotionsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsInternalServerError) SetFake

func (s *PostPromotionsInternalServerError) SetFake()

SetFake set fake values.

func (*PostPromotionsInternalServerError) UnmarshalJSON

func (s *PostPromotionsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsInternalServerError) Validate

type PostPromotionsNotFound

type PostPromotionsNotFound Error

func (*PostPromotionsNotFound) Decode

func (s *PostPromotionsNotFound) Decode(d *jx.Decoder) error

Decode decodes PostPromotionsNotFound from json.

func (*PostPromotionsNotFound) Encode

func (s *PostPromotionsNotFound) Encode(e *jx.Encoder)

Encode encodes PostPromotionsNotFound as json.

func (*PostPromotionsNotFound) MarshalJSON

func (s *PostPromotionsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsNotFound) SetFake

func (s *PostPromotionsNotFound) SetFake()

SetFake set fake values.

func (*PostPromotionsNotFound) UnmarshalJSON

func (s *PostPromotionsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsNotFound) Validate

func (s *PostPromotionsNotFound) Validate() error

type PostPromotionsRes

type PostPromotionsRes interface {
	// contains filtered or unexported methods
}

type PostPromotionsUnprocessableEntity

type PostPromotionsUnprocessableEntity Error

func (*PostPromotionsUnprocessableEntity) Decode

Decode decodes PostPromotionsUnprocessableEntity from json.

func (*PostPromotionsUnprocessableEntity) Encode

Encode encodes PostPromotionsUnprocessableEntity as json.

func (*PostPromotionsUnprocessableEntity) MarshalJSON

func (s *PostPromotionsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostPromotionsUnprocessableEntity) SetFake

func (s *PostPromotionsUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostPromotionsUnprocessableEntity) UnmarshalJSON

func (s *PostPromotionsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostPromotionsUnprocessableEntity) Validate

type PostRegionsConflict

type PostRegionsConflict Error

func (*PostRegionsConflict) Decode

func (s *PostRegionsConflict) Decode(d *jx.Decoder) error

Decode decodes PostRegionsConflict from json.

func (*PostRegionsConflict) Encode

func (s *PostRegionsConflict) Encode(e *jx.Encoder)

Encode encodes PostRegionsConflict as json.

func (*PostRegionsConflict) MarshalJSON

func (s *PostRegionsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostRegionsConflict) SetFake

func (s *PostRegionsConflict) SetFake()

SetFake set fake values.

func (*PostRegionsConflict) UnmarshalJSON

func (s *PostRegionsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostRegionsConflict) Validate

func (s *PostRegionsConflict) Validate() error

type PostRegionsIdConflict

type PostRegionsIdConflict Error

func (*PostRegionsIdConflict) Decode

func (s *PostRegionsIdConflict) Decode(d *jx.Decoder) error

Decode decodes PostRegionsIdConflict from json.

func (*PostRegionsIdConflict) Encode

func (s *PostRegionsIdConflict) Encode(e *jx.Encoder)

Encode encodes PostRegionsIdConflict as json.

func (*PostRegionsIdConflict) MarshalJSON

func (s *PostRegionsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostRegionsIdConflict) SetFake

func (s *PostRegionsIdConflict) SetFake()

SetFake set fake values.

func (*PostRegionsIdConflict) UnmarshalJSON

func (s *PostRegionsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostRegionsIdConflict) Validate

func (s *PostRegionsIdConflict) Validate() error

type PostRegionsIdInternalServerError

type PostRegionsIdInternalServerError Error

func (*PostRegionsIdInternalServerError) Decode

Decode decodes PostRegionsIdInternalServerError from json.

func (*PostRegionsIdInternalServerError) Encode

Encode encodes PostRegionsIdInternalServerError as json.

func (*PostRegionsIdInternalServerError) MarshalJSON

func (s *PostRegionsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostRegionsIdInternalServerError) SetFake

func (s *PostRegionsIdInternalServerError) SetFake()

SetFake set fake values.

func (*PostRegionsIdInternalServerError) UnmarshalJSON

func (s *PostRegionsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostRegionsIdInternalServerError) Validate

type PostRegionsIdNotFound

type PostRegionsIdNotFound Error

func (*PostRegionsIdNotFound) Decode

func (s *PostRegionsIdNotFound) Decode(d *jx.Decoder) error

Decode decodes PostRegionsIdNotFound from json.

func (*PostRegionsIdNotFound) Encode

func (s *PostRegionsIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostRegionsIdNotFound as json.

func (*PostRegionsIdNotFound) MarshalJSON

func (s *PostRegionsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostRegionsIdNotFound) SetFake

func (s *PostRegionsIdNotFound) SetFake()

SetFake set fake values.

func (*PostRegionsIdNotFound) UnmarshalJSON

func (s *PostRegionsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostRegionsIdNotFound) Validate

func (s *PostRegionsIdNotFound) Validate() error

type PostRegionsIdParams

type PostRegionsIdParams struct {
	// The region's ID.
	ID string
}

PostRegionsIdParams is parameters of PostRegionsId operation.

type PostRegionsIdRes

type PostRegionsIdRes interface {
	// contains filtered or unexported methods
}

type PostRegionsIdUnprocessableEntity

type PostRegionsIdUnprocessableEntity Error

func (*PostRegionsIdUnprocessableEntity) Decode

Decode decodes PostRegionsIdUnprocessableEntity from json.

func (*PostRegionsIdUnprocessableEntity) Encode

Encode encodes PostRegionsIdUnprocessableEntity as json.

func (*PostRegionsIdUnprocessableEntity) MarshalJSON

func (s *PostRegionsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostRegionsIdUnprocessableEntity) SetFake

func (s *PostRegionsIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostRegionsIdUnprocessableEntity) UnmarshalJSON

func (s *PostRegionsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostRegionsIdUnprocessableEntity) Validate

type PostRegionsInternalServerError

type PostRegionsInternalServerError Error

func (*PostRegionsInternalServerError) Decode

Decode decodes PostRegionsInternalServerError from json.

func (*PostRegionsInternalServerError) Encode

Encode encodes PostRegionsInternalServerError as json.

func (*PostRegionsInternalServerError) MarshalJSON

func (s *PostRegionsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostRegionsInternalServerError) SetFake

func (s *PostRegionsInternalServerError) SetFake()

SetFake set fake values.

func (*PostRegionsInternalServerError) UnmarshalJSON

func (s *PostRegionsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostRegionsInternalServerError) Validate

func (s *PostRegionsInternalServerError) Validate() error

type PostRegionsNotFound

type PostRegionsNotFound Error

func (*PostRegionsNotFound) Decode

func (s *PostRegionsNotFound) Decode(d *jx.Decoder) error

Decode decodes PostRegionsNotFound from json.

func (*PostRegionsNotFound) Encode

func (s *PostRegionsNotFound) Encode(e *jx.Encoder)

Encode encodes PostRegionsNotFound as json.

func (*PostRegionsNotFound) MarshalJSON

func (s *PostRegionsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostRegionsNotFound) SetFake

func (s *PostRegionsNotFound) SetFake()

SetFake set fake values.

func (*PostRegionsNotFound) UnmarshalJSON

func (s *PostRegionsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostRegionsNotFound) Validate

func (s *PostRegionsNotFound) Validate() error

type PostRegionsRes

type PostRegionsRes interface {
	// contains filtered or unexported methods
}

type PostRegionsUnprocessableEntity

type PostRegionsUnprocessableEntity Error

func (*PostRegionsUnprocessableEntity) Decode

Decode decodes PostRegionsUnprocessableEntity from json.

func (*PostRegionsUnprocessableEntity) Encode

Encode encodes PostRegionsUnprocessableEntity as json.

func (*PostRegionsUnprocessableEntity) MarshalJSON

func (s *PostRegionsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostRegionsUnprocessableEntity) SetFake

func (s *PostRegionsUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostRegionsUnprocessableEntity) UnmarshalJSON

func (s *PostRegionsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostRegionsUnprocessableEntity) Validate

func (s *PostRegionsUnprocessableEntity) Validate() error

type PostSalesChannelsConflict

type PostSalesChannelsConflict Error

func (*PostSalesChannelsConflict) Decode

func (s *PostSalesChannelsConflict) Decode(d *jx.Decoder) error

Decode decodes PostSalesChannelsConflict from json.

func (*PostSalesChannelsConflict) Encode

func (s *PostSalesChannelsConflict) Encode(e *jx.Encoder)

Encode encodes PostSalesChannelsConflict as json.

func (*PostSalesChannelsConflict) MarshalJSON

func (s *PostSalesChannelsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostSalesChannelsConflict) SetFake

func (s *PostSalesChannelsConflict) SetFake()

SetFake set fake values.

func (*PostSalesChannelsConflict) UnmarshalJSON

func (s *PostSalesChannelsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostSalesChannelsConflict) Validate

func (s *PostSalesChannelsConflict) Validate() error

type PostSalesChannelsIdConflict

type PostSalesChannelsIdConflict Error

func (*PostSalesChannelsIdConflict) Decode

Decode decodes PostSalesChannelsIdConflict from json.

func (*PostSalesChannelsIdConflict) Encode

func (s *PostSalesChannelsIdConflict) Encode(e *jx.Encoder)

Encode encodes PostSalesChannelsIdConflict as json.

func (*PostSalesChannelsIdConflict) MarshalJSON

func (s *PostSalesChannelsIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostSalesChannelsIdConflict) SetFake

func (s *PostSalesChannelsIdConflict) SetFake()

SetFake set fake values.

func (*PostSalesChannelsIdConflict) UnmarshalJSON

func (s *PostSalesChannelsIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostSalesChannelsIdConflict) Validate

func (s *PostSalesChannelsIdConflict) Validate() error

type PostSalesChannelsIdInternalServerError

type PostSalesChannelsIdInternalServerError Error

func (*PostSalesChannelsIdInternalServerError) Decode

Decode decodes PostSalesChannelsIdInternalServerError from json.

func (*PostSalesChannelsIdInternalServerError) Encode

Encode encodes PostSalesChannelsIdInternalServerError as json.

func (*PostSalesChannelsIdInternalServerError) MarshalJSON

func (s *PostSalesChannelsIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostSalesChannelsIdInternalServerError) SetFake

SetFake set fake values.

func (*PostSalesChannelsIdInternalServerError) UnmarshalJSON

func (s *PostSalesChannelsIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostSalesChannelsIdInternalServerError) Validate

type PostSalesChannelsIdNotFound

type PostSalesChannelsIdNotFound Error

func (*PostSalesChannelsIdNotFound) Decode

Decode decodes PostSalesChannelsIdNotFound from json.

func (*PostSalesChannelsIdNotFound) Encode

func (s *PostSalesChannelsIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostSalesChannelsIdNotFound as json.

func (*PostSalesChannelsIdNotFound) MarshalJSON

func (s *PostSalesChannelsIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostSalesChannelsIdNotFound) SetFake

func (s *PostSalesChannelsIdNotFound) SetFake()

SetFake set fake values.

func (*PostSalesChannelsIdNotFound) UnmarshalJSON

func (s *PostSalesChannelsIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostSalesChannelsIdNotFound) Validate

func (s *PostSalesChannelsIdNotFound) Validate() error

type PostSalesChannelsIdParams

type PostSalesChannelsIdParams struct {
	// The sales channel's ID.
	ID string
}

PostSalesChannelsIdParams is parameters of PostSalesChannelsId operation.

type PostSalesChannelsIdProductsBatchAddConflict

type PostSalesChannelsIdProductsBatchAddConflict Error

func (*PostSalesChannelsIdProductsBatchAddConflict) Decode

Decode decodes PostSalesChannelsIdProductsBatchAddConflict from json.

func (*PostSalesChannelsIdProductsBatchAddConflict) Encode

Encode encodes PostSalesChannelsIdProductsBatchAddConflict as json.

func (*PostSalesChannelsIdProductsBatchAddConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostSalesChannelsIdProductsBatchAddConflict) SetFake

SetFake set fake values.

func (*PostSalesChannelsIdProductsBatchAddConflict) UnmarshalJSON

func (s *PostSalesChannelsIdProductsBatchAddConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostSalesChannelsIdProductsBatchAddConflict) Validate

type PostSalesChannelsIdProductsBatchAddInternalServerError

type PostSalesChannelsIdProductsBatchAddInternalServerError Error

func (*PostSalesChannelsIdProductsBatchAddInternalServerError) Decode

Decode decodes PostSalesChannelsIdProductsBatchAddInternalServerError from json.

func (*PostSalesChannelsIdProductsBatchAddInternalServerError) Encode

Encode encodes PostSalesChannelsIdProductsBatchAddInternalServerError as json.

func (*PostSalesChannelsIdProductsBatchAddInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostSalesChannelsIdProductsBatchAddInternalServerError) SetFake

SetFake set fake values.

func (*PostSalesChannelsIdProductsBatchAddInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostSalesChannelsIdProductsBatchAddInternalServerError) Validate

type PostSalesChannelsIdProductsBatchAddNotFound

type PostSalesChannelsIdProductsBatchAddNotFound Error

func (*PostSalesChannelsIdProductsBatchAddNotFound) Decode

Decode decodes PostSalesChannelsIdProductsBatchAddNotFound from json.

func (*PostSalesChannelsIdProductsBatchAddNotFound) Encode

Encode encodes PostSalesChannelsIdProductsBatchAddNotFound as json.

func (*PostSalesChannelsIdProductsBatchAddNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostSalesChannelsIdProductsBatchAddNotFound) SetFake

SetFake set fake values.

func (*PostSalesChannelsIdProductsBatchAddNotFound) UnmarshalJSON

func (s *PostSalesChannelsIdProductsBatchAddNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostSalesChannelsIdProductsBatchAddNotFound) Validate

type PostSalesChannelsIdProductsBatchAddParams

type PostSalesChannelsIdProductsBatchAddParams struct {
	// The sales channel's ID.
	ID string
}

PostSalesChannelsIdProductsBatchAddParams is parameters of PostSalesChannelsIdProductsBatchAdd operation.

type PostSalesChannelsIdProductsBatchAddRes

type PostSalesChannelsIdProductsBatchAddRes interface {
	// contains filtered or unexported methods
}

type PostSalesChannelsIdProductsBatchAddUnprocessableEntity

type PostSalesChannelsIdProductsBatchAddUnprocessableEntity Error

func (*PostSalesChannelsIdProductsBatchAddUnprocessableEntity) Decode

Decode decodes PostSalesChannelsIdProductsBatchAddUnprocessableEntity from json.

func (*PostSalesChannelsIdProductsBatchAddUnprocessableEntity) Encode

Encode encodes PostSalesChannelsIdProductsBatchAddUnprocessableEntity as json.

func (*PostSalesChannelsIdProductsBatchAddUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostSalesChannelsIdProductsBatchAddUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostSalesChannelsIdProductsBatchAddUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostSalesChannelsIdProductsBatchAddUnprocessableEntity) Validate

type PostSalesChannelsIdRes

type PostSalesChannelsIdRes interface {
	// contains filtered or unexported methods
}

type PostSalesChannelsIdUnprocessableEntity

type PostSalesChannelsIdUnprocessableEntity Error

func (*PostSalesChannelsIdUnprocessableEntity) Decode

Decode decodes PostSalesChannelsIdUnprocessableEntity from json.

func (*PostSalesChannelsIdUnprocessableEntity) Encode

Encode encodes PostSalesChannelsIdUnprocessableEntity as json.

func (*PostSalesChannelsIdUnprocessableEntity) MarshalJSON

func (s *PostSalesChannelsIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostSalesChannelsIdUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostSalesChannelsIdUnprocessableEntity) UnmarshalJSON

func (s *PostSalesChannelsIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostSalesChannelsIdUnprocessableEntity) Validate

type PostSalesChannelsInternalServerError

type PostSalesChannelsInternalServerError Error

func (*PostSalesChannelsInternalServerError) Decode

Decode decodes PostSalesChannelsInternalServerError from json.

func (*PostSalesChannelsInternalServerError) Encode

Encode encodes PostSalesChannelsInternalServerError as json.

func (*PostSalesChannelsInternalServerError) MarshalJSON

func (s *PostSalesChannelsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostSalesChannelsInternalServerError) SetFake

SetFake set fake values.

func (*PostSalesChannelsInternalServerError) UnmarshalJSON

func (s *PostSalesChannelsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostSalesChannelsInternalServerError) Validate

type PostSalesChannelsNotFound

type PostSalesChannelsNotFound Error

func (*PostSalesChannelsNotFound) Decode

func (s *PostSalesChannelsNotFound) Decode(d *jx.Decoder) error

Decode decodes PostSalesChannelsNotFound from json.

func (*PostSalesChannelsNotFound) Encode

func (s *PostSalesChannelsNotFound) Encode(e *jx.Encoder)

Encode encodes PostSalesChannelsNotFound as json.

func (*PostSalesChannelsNotFound) MarshalJSON

func (s *PostSalesChannelsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostSalesChannelsNotFound) SetFake

func (s *PostSalesChannelsNotFound) SetFake()

SetFake set fake values.

func (*PostSalesChannelsNotFound) UnmarshalJSON

func (s *PostSalesChannelsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostSalesChannelsNotFound) Validate

func (s *PostSalesChannelsNotFound) Validate() error

type PostSalesChannelsRes

type PostSalesChannelsRes interface {
	// contains filtered or unexported methods
}

type PostSalesChannelsUnprocessableEntity

type PostSalesChannelsUnprocessableEntity Error

func (*PostSalesChannelsUnprocessableEntity) Decode

Decode decodes PostSalesChannelsUnprocessableEntity from json.

func (*PostSalesChannelsUnprocessableEntity) Encode

Encode encodes PostSalesChannelsUnprocessableEntity as json.

func (*PostSalesChannelsUnprocessableEntity) MarshalJSON

func (s *PostSalesChannelsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostSalesChannelsUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostSalesChannelsUnprocessableEntity) UnmarshalJSON

func (s *PostSalesChannelsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostSalesChannelsUnprocessableEntity) Validate

type PostStockLocationsConflict

type PostStockLocationsConflict Error

func (*PostStockLocationsConflict) Decode

Decode decodes PostStockLocationsConflict from json.

func (*PostStockLocationsConflict) Encode

func (s *PostStockLocationsConflict) Encode(e *jx.Encoder)

Encode encodes PostStockLocationsConflict as json.

func (*PostStockLocationsConflict) MarshalJSON

func (s *PostStockLocationsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostStockLocationsConflict) SetFake

func (s *PostStockLocationsConflict) SetFake()

SetFake set fake values.

func (*PostStockLocationsConflict) UnmarshalJSON

func (s *PostStockLocationsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostStockLocationsConflict) Validate

func (s *PostStockLocationsConflict) Validate() error

type PostStockLocationsInternalServerError

type PostStockLocationsInternalServerError Error

func (*PostStockLocationsInternalServerError) Decode

Decode decodes PostStockLocationsInternalServerError from json.

func (*PostStockLocationsInternalServerError) Encode

Encode encodes PostStockLocationsInternalServerError as json.

func (*PostStockLocationsInternalServerError) MarshalJSON

func (s *PostStockLocationsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostStockLocationsInternalServerError) SetFake

SetFake set fake values.

func (*PostStockLocationsInternalServerError) UnmarshalJSON

func (s *PostStockLocationsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostStockLocationsInternalServerError) Validate

type PostStockLocationsNotFound

type PostStockLocationsNotFound Error

func (*PostStockLocationsNotFound) Decode

Decode decodes PostStockLocationsNotFound from json.

func (*PostStockLocationsNotFound) Encode

func (s *PostStockLocationsNotFound) Encode(e *jx.Encoder)

Encode encodes PostStockLocationsNotFound as json.

func (*PostStockLocationsNotFound) MarshalJSON

func (s *PostStockLocationsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostStockLocationsNotFound) SetFake

func (s *PostStockLocationsNotFound) SetFake()

SetFake set fake values.

func (*PostStockLocationsNotFound) UnmarshalJSON

func (s *PostStockLocationsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostStockLocationsNotFound) Validate

func (s *PostStockLocationsNotFound) Validate() error

type PostStockLocationsOK

type PostStockLocationsOK struct{}

PostStockLocationsOK is response for PostStockLocations operation.

type PostStockLocationsRes

type PostStockLocationsRes interface {
	// contains filtered or unexported methods
}

type PostStockLocationsUnprocessableEntity

type PostStockLocationsUnprocessableEntity Error

func (*PostStockLocationsUnprocessableEntity) Decode

Decode decodes PostStockLocationsUnprocessableEntity from json.

func (*PostStockLocationsUnprocessableEntity) Encode

Encode encodes PostStockLocationsUnprocessableEntity as json.

func (*PostStockLocationsUnprocessableEntity) MarshalJSON

func (s *PostStockLocationsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostStockLocationsUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostStockLocationsUnprocessableEntity) UnmarshalJSON

func (s *PostStockLocationsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostStockLocationsUnprocessableEntity) Validate

type PostStoresIdConflict

type PostStoresIdConflict Error

func (*PostStoresIdConflict) Decode

func (s *PostStoresIdConflict) Decode(d *jx.Decoder) error

Decode decodes PostStoresIdConflict from json.

func (*PostStoresIdConflict) Encode

func (s *PostStoresIdConflict) Encode(e *jx.Encoder)

Encode encodes PostStoresIdConflict as json.

func (*PostStoresIdConflict) MarshalJSON

func (s *PostStoresIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostStoresIdConflict) SetFake

func (s *PostStoresIdConflict) SetFake()

SetFake set fake values.

func (*PostStoresIdConflict) UnmarshalJSON

func (s *PostStoresIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostStoresIdConflict) Validate

func (s *PostStoresIdConflict) Validate() error

type PostStoresIdInternalServerError

type PostStoresIdInternalServerError Error

func (*PostStoresIdInternalServerError) Decode

Decode decodes PostStoresIdInternalServerError from json.

func (*PostStoresIdInternalServerError) Encode

Encode encodes PostStoresIdInternalServerError as json.

func (*PostStoresIdInternalServerError) MarshalJSON

func (s *PostStoresIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostStoresIdInternalServerError) SetFake

func (s *PostStoresIdInternalServerError) SetFake()

SetFake set fake values.

func (*PostStoresIdInternalServerError) UnmarshalJSON

func (s *PostStoresIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostStoresIdInternalServerError) Validate

func (s *PostStoresIdInternalServerError) Validate() error

type PostStoresIdNotFound

type PostStoresIdNotFound Error

func (*PostStoresIdNotFound) Decode

func (s *PostStoresIdNotFound) Decode(d *jx.Decoder) error

Decode decodes PostStoresIdNotFound from json.

func (*PostStoresIdNotFound) Encode

func (s *PostStoresIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostStoresIdNotFound as json.

func (*PostStoresIdNotFound) MarshalJSON

func (s *PostStoresIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostStoresIdNotFound) SetFake

func (s *PostStoresIdNotFound) SetFake()

SetFake set fake values.

func (*PostStoresIdNotFound) UnmarshalJSON

func (s *PostStoresIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostStoresIdNotFound) Validate

func (s *PostStoresIdNotFound) Validate() error

type PostStoresIdParams

type PostStoresIdParams struct {
	// The store's ID.
	ID string
}

PostStoresIdParams is parameters of PostStoresId operation.

type PostStoresIdRes

type PostStoresIdRes interface {
	// contains filtered or unexported methods
}

type PostStoresIdUnprocessableEntity

type PostStoresIdUnprocessableEntity Error

func (*PostStoresIdUnprocessableEntity) Decode

Decode decodes PostStoresIdUnprocessableEntity from json.

func (*PostStoresIdUnprocessableEntity) Encode

Encode encodes PostStoresIdUnprocessableEntity as json.

func (*PostStoresIdUnprocessableEntity) MarshalJSON

func (s *PostStoresIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostStoresIdUnprocessableEntity) SetFake

func (s *PostStoresIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostStoresIdUnprocessableEntity) UnmarshalJSON

func (s *PostStoresIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostStoresIdUnprocessableEntity) Validate

func (s *PostStoresIdUnprocessableEntity) Validate() error

type PostTaxRatesConflict

type PostTaxRatesConflict Error

func (*PostTaxRatesConflict) Decode

func (s *PostTaxRatesConflict) Decode(d *jx.Decoder) error

Decode decodes PostTaxRatesConflict from json.

func (*PostTaxRatesConflict) Encode

func (s *PostTaxRatesConflict) Encode(e *jx.Encoder)

Encode encodes PostTaxRatesConflict as json.

func (*PostTaxRatesConflict) MarshalJSON

func (s *PostTaxRatesConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRatesConflict) SetFake

func (s *PostTaxRatesConflict) SetFake()

SetFake set fake values.

func (*PostTaxRatesConflict) UnmarshalJSON

func (s *PostTaxRatesConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRatesConflict) Validate

func (s *PostTaxRatesConflict) Validate() error

type PostTaxRatesIdConflict

type PostTaxRatesIdConflict Error

func (*PostTaxRatesIdConflict) Decode

func (s *PostTaxRatesIdConflict) Decode(d *jx.Decoder) error

Decode decodes PostTaxRatesIdConflict from json.

func (*PostTaxRatesIdConflict) Encode

func (s *PostTaxRatesIdConflict) Encode(e *jx.Encoder)

Encode encodes PostTaxRatesIdConflict as json.

func (*PostTaxRatesIdConflict) MarshalJSON

func (s *PostTaxRatesIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRatesIdConflict) SetFake

func (s *PostTaxRatesIdConflict) SetFake()

SetFake set fake values.

func (*PostTaxRatesIdConflict) UnmarshalJSON

func (s *PostTaxRatesIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRatesIdConflict) Validate

func (s *PostTaxRatesIdConflict) Validate() error

type PostTaxRatesIdInternalServerError

type PostTaxRatesIdInternalServerError Error

func (*PostTaxRatesIdInternalServerError) Decode

Decode decodes PostTaxRatesIdInternalServerError from json.

func (*PostTaxRatesIdInternalServerError) Encode

Encode encodes PostTaxRatesIdInternalServerError as json.

func (*PostTaxRatesIdInternalServerError) MarshalJSON

func (s *PostTaxRatesIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRatesIdInternalServerError) SetFake

func (s *PostTaxRatesIdInternalServerError) SetFake()

SetFake set fake values.

func (*PostTaxRatesIdInternalServerError) UnmarshalJSON

func (s *PostTaxRatesIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRatesIdInternalServerError) Validate

type PostTaxRatesIdNotFound

type PostTaxRatesIdNotFound Error

func (*PostTaxRatesIdNotFound) Decode

func (s *PostTaxRatesIdNotFound) Decode(d *jx.Decoder) error

Decode decodes PostTaxRatesIdNotFound from json.

func (*PostTaxRatesIdNotFound) Encode

func (s *PostTaxRatesIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostTaxRatesIdNotFound as json.

func (*PostTaxRatesIdNotFound) MarshalJSON

func (s *PostTaxRatesIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRatesIdNotFound) SetFake

func (s *PostTaxRatesIdNotFound) SetFake()

SetFake set fake values.

func (*PostTaxRatesIdNotFound) UnmarshalJSON

func (s *PostTaxRatesIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRatesIdNotFound) Validate

func (s *PostTaxRatesIdNotFound) Validate() error

type PostTaxRatesIdParams

type PostTaxRatesIdParams struct {
	// The tax rate's ID.
	ID string
}

PostTaxRatesIdParams is parameters of PostTaxRatesId operation.

type PostTaxRatesIdRes

type PostTaxRatesIdRes interface {
	// contains filtered or unexported methods
}

type PostTaxRatesIdRulesConflict

type PostTaxRatesIdRulesConflict Error

func (*PostTaxRatesIdRulesConflict) Decode

Decode decodes PostTaxRatesIdRulesConflict from json.

func (*PostTaxRatesIdRulesConflict) Encode

func (s *PostTaxRatesIdRulesConflict) Encode(e *jx.Encoder)

Encode encodes PostTaxRatesIdRulesConflict as json.

func (*PostTaxRatesIdRulesConflict) MarshalJSON

func (s *PostTaxRatesIdRulesConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRatesIdRulesConflict) SetFake

func (s *PostTaxRatesIdRulesConflict) SetFake()

SetFake set fake values.

func (*PostTaxRatesIdRulesConflict) UnmarshalJSON

func (s *PostTaxRatesIdRulesConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRatesIdRulesConflict) Validate

func (s *PostTaxRatesIdRulesConflict) Validate() error

type PostTaxRatesIdRulesInternalServerError

type PostTaxRatesIdRulesInternalServerError Error

func (*PostTaxRatesIdRulesInternalServerError) Decode

Decode decodes PostTaxRatesIdRulesInternalServerError from json.

func (*PostTaxRatesIdRulesInternalServerError) Encode

Encode encodes PostTaxRatesIdRulesInternalServerError as json.

func (*PostTaxRatesIdRulesInternalServerError) MarshalJSON

func (s *PostTaxRatesIdRulesInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRatesIdRulesInternalServerError) SetFake

SetFake set fake values.

func (*PostTaxRatesIdRulesInternalServerError) UnmarshalJSON

func (s *PostTaxRatesIdRulesInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRatesIdRulesInternalServerError) Validate

type PostTaxRatesIdRulesNotFound

type PostTaxRatesIdRulesNotFound Error

func (*PostTaxRatesIdRulesNotFound) Decode

Decode decodes PostTaxRatesIdRulesNotFound from json.

func (*PostTaxRatesIdRulesNotFound) Encode

func (s *PostTaxRatesIdRulesNotFound) Encode(e *jx.Encoder)

Encode encodes PostTaxRatesIdRulesNotFound as json.

func (*PostTaxRatesIdRulesNotFound) MarshalJSON

func (s *PostTaxRatesIdRulesNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRatesIdRulesNotFound) SetFake

func (s *PostTaxRatesIdRulesNotFound) SetFake()

SetFake set fake values.

func (*PostTaxRatesIdRulesNotFound) UnmarshalJSON

func (s *PostTaxRatesIdRulesNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRatesIdRulesNotFound) Validate

func (s *PostTaxRatesIdRulesNotFound) Validate() error

type PostTaxRatesIdRulesParams

type PostTaxRatesIdRulesParams struct {
	// The tax rate's ID.
	ID string
}

PostTaxRatesIdRulesParams is parameters of PostTaxRatesIdRules operation.

type PostTaxRatesIdRulesRes

type PostTaxRatesIdRulesRes interface {
	// contains filtered or unexported methods
}

type PostTaxRatesIdRulesUnprocessableEntity

type PostTaxRatesIdRulesUnprocessableEntity Error

func (*PostTaxRatesIdRulesUnprocessableEntity) Decode

Decode decodes PostTaxRatesIdRulesUnprocessableEntity from json.

func (*PostTaxRatesIdRulesUnprocessableEntity) Encode

Encode encodes PostTaxRatesIdRulesUnprocessableEntity as json.

func (*PostTaxRatesIdRulesUnprocessableEntity) MarshalJSON

func (s *PostTaxRatesIdRulesUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRatesIdRulesUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostTaxRatesIdRulesUnprocessableEntity) UnmarshalJSON

func (s *PostTaxRatesIdRulesUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRatesIdRulesUnprocessableEntity) Validate

type PostTaxRatesIdUnprocessableEntity

type PostTaxRatesIdUnprocessableEntity Error

func (*PostTaxRatesIdUnprocessableEntity) Decode

Decode decodes PostTaxRatesIdUnprocessableEntity from json.

func (*PostTaxRatesIdUnprocessableEntity) Encode

Encode encodes PostTaxRatesIdUnprocessableEntity as json.

func (*PostTaxRatesIdUnprocessableEntity) MarshalJSON

func (s *PostTaxRatesIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRatesIdUnprocessableEntity) SetFake

func (s *PostTaxRatesIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostTaxRatesIdUnprocessableEntity) UnmarshalJSON

func (s *PostTaxRatesIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRatesIdUnprocessableEntity) Validate

type PostTaxRatesInternalServerError

type PostTaxRatesInternalServerError Error

func (*PostTaxRatesInternalServerError) Decode

Decode decodes PostTaxRatesInternalServerError from json.

func (*PostTaxRatesInternalServerError) Encode

Encode encodes PostTaxRatesInternalServerError as json.

func (*PostTaxRatesInternalServerError) MarshalJSON

func (s *PostTaxRatesInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRatesInternalServerError) SetFake

func (s *PostTaxRatesInternalServerError) SetFake()

SetFake set fake values.

func (*PostTaxRatesInternalServerError) UnmarshalJSON

func (s *PostTaxRatesInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRatesInternalServerError) Validate

func (s *PostTaxRatesInternalServerError) Validate() error

type PostTaxRatesNotFound

type PostTaxRatesNotFound Error

func (*PostTaxRatesNotFound) Decode

func (s *PostTaxRatesNotFound) Decode(d *jx.Decoder) error

Decode decodes PostTaxRatesNotFound from json.

func (*PostTaxRatesNotFound) Encode

func (s *PostTaxRatesNotFound) Encode(e *jx.Encoder)

Encode encodes PostTaxRatesNotFound as json.

func (*PostTaxRatesNotFound) MarshalJSON

func (s *PostTaxRatesNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRatesNotFound) SetFake

func (s *PostTaxRatesNotFound) SetFake()

SetFake set fake values.

func (*PostTaxRatesNotFound) UnmarshalJSON

func (s *PostTaxRatesNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRatesNotFound) Validate

func (s *PostTaxRatesNotFound) Validate() error

type PostTaxRatesRes

type PostTaxRatesRes interface {
	// contains filtered or unexported methods
}

type PostTaxRatesUnprocessableEntity

type PostTaxRatesUnprocessableEntity Error

func (*PostTaxRatesUnprocessableEntity) Decode

Decode decodes PostTaxRatesUnprocessableEntity from json.

func (*PostTaxRatesUnprocessableEntity) Encode

Encode encodes PostTaxRatesUnprocessableEntity as json.

func (*PostTaxRatesUnprocessableEntity) MarshalJSON

func (s *PostTaxRatesUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRatesUnprocessableEntity) SetFake

func (s *PostTaxRatesUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostTaxRatesUnprocessableEntity) UnmarshalJSON

func (s *PostTaxRatesUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRatesUnprocessableEntity) Validate

func (s *PostTaxRatesUnprocessableEntity) Validate() error

type PostTaxRegionsConflict

type PostTaxRegionsConflict Error

func (*PostTaxRegionsConflict) Decode

func (s *PostTaxRegionsConflict) Decode(d *jx.Decoder) error

Decode decodes PostTaxRegionsConflict from json.

func (*PostTaxRegionsConflict) Encode

func (s *PostTaxRegionsConflict) Encode(e *jx.Encoder)

Encode encodes PostTaxRegionsConflict as json.

func (*PostTaxRegionsConflict) MarshalJSON

func (s *PostTaxRegionsConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRegionsConflict) SetFake

func (s *PostTaxRegionsConflict) SetFake()

SetFake set fake values.

func (*PostTaxRegionsConflict) UnmarshalJSON

func (s *PostTaxRegionsConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRegionsConflict) Validate

func (s *PostTaxRegionsConflict) Validate() error

type PostTaxRegionsInternalServerError

type PostTaxRegionsInternalServerError Error

func (*PostTaxRegionsInternalServerError) Decode

Decode decodes PostTaxRegionsInternalServerError from json.

func (*PostTaxRegionsInternalServerError) Encode

Encode encodes PostTaxRegionsInternalServerError as json.

func (*PostTaxRegionsInternalServerError) MarshalJSON

func (s *PostTaxRegionsInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRegionsInternalServerError) SetFake

func (s *PostTaxRegionsInternalServerError) SetFake()

SetFake set fake values.

func (*PostTaxRegionsInternalServerError) UnmarshalJSON

func (s *PostTaxRegionsInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRegionsInternalServerError) Validate

type PostTaxRegionsNotFound

type PostTaxRegionsNotFound Error

func (*PostTaxRegionsNotFound) Decode

func (s *PostTaxRegionsNotFound) Decode(d *jx.Decoder) error

Decode decodes PostTaxRegionsNotFound from json.

func (*PostTaxRegionsNotFound) Encode

func (s *PostTaxRegionsNotFound) Encode(e *jx.Encoder)

Encode encodes PostTaxRegionsNotFound as json.

func (*PostTaxRegionsNotFound) MarshalJSON

func (s *PostTaxRegionsNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRegionsNotFound) SetFake

func (s *PostTaxRegionsNotFound) SetFake()

SetFake set fake values.

func (*PostTaxRegionsNotFound) UnmarshalJSON

func (s *PostTaxRegionsNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRegionsNotFound) Validate

func (s *PostTaxRegionsNotFound) Validate() error

type PostTaxRegionsRes

type PostTaxRegionsRes interface {
	// contains filtered or unexported methods
}

type PostTaxRegionsUnprocessableEntity

type PostTaxRegionsUnprocessableEntity Error

func (*PostTaxRegionsUnprocessableEntity) Decode

Decode decodes PostTaxRegionsUnprocessableEntity from json.

func (*PostTaxRegionsUnprocessableEntity) Encode

Encode encodes PostTaxRegionsUnprocessableEntity as json.

func (*PostTaxRegionsUnprocessableEntity) MarshalJSON

func (s *PostTaxRegionsUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostTaxRegionsUnprocessableEntity) SetFake

func (s *PostTaxRegionsUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostTaxRegionsUnprocessableEntity) UnmarshalJSON

func (s *PostTaxRegionsUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostTaxRegionsUnprocessableEntity) Validate

type PostUsersConflict

type PostUsersConflict Error

func (*PostUsersConflict) Decode

func (s *PostUsersConflict) Decode(d *jx.Decoder) error

Decode decodes PostUsersConflict from json.

func (*PostUsersConflict) Encode

func (s *PostUsersConflict) Encode(e *jx.Encoder)

Encode encodes PostUsersConflict as json.

func (*PostUsersConflict) MarshalJSON

func (s *PostUsersConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostUsersConflict) SetFake

func (s *PostUsersConflict) SetFake()

SetFake set fake values.

func (*PostUsersConflict) UnmarshalJSON

func (s *PostUsersConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostUsersConflict) Validate

func (s *PostUsersConflict) Validate() error

type PostUsersIdConflict

type PostUsersIdConflict Error

func (*PostUsersIdConflict) Decode

func (s *PostUsersIdConflict) Decode(d *jx.Decoder) error

Decode decodes PostUsersIdConflict from json.

func (*PostUsersIdConflict) Encode

func (s *PostUsersIdConflict) Encode(e *jx.Encoder)

Encode encodes PostUsersIdConflict as json.

func (*PostUsersIdConflict) MarshalJSON

func (s *PostUsersIdConflict) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostUsersIdConflict) SetFake

func (s *PostUsersIdConflict) SetFake()

SetFake set fake values.

func (*PostUsersIdConflict) UnmarshalJSON

func (s *PostUsersIdConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostUsersIdConflict) Validate

func (s *PostUsersIdConflict) Validate() error

type PostUsersIdInternalServerError

type PostUsersIdInternalServerError Error

func (*PostUsersIdInternalServerError) Decode

Decode decodes PostUsersIdInternalServerError from json.

func (*PostUsersIdInternalServerError) Encode

Encode encodes PostUsersIdInternalServerError as json.

func (*PostUsersIdInternalServerError) MarshalJSON

func (s *PostUsersIdInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostUsersIdInternalServerError) SetFake

func (s *PostUsersIdInternalServerError) SetFake()

SetFake set fake values.

func (*PostUsersIdInternalServerError) UnmarshalJSON

func (s *PostUsersIdInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostUsersIdInternalServerError) Validate

func (s *PostUsersIdInternalServerError) Validate() error

type PostUsersIdNotFound

type PostUsersIdNotFound Error

func (*PostUsersIdNotFound) Decode

func (s *PostUsersIdNotFound) Decode(d *jx.Decoder) error

Decode decodes PostUsersIdNotFound from json.

func (*PostUsersIdNotFound) Encode

func (s *PostUsersIdNotFound) Encode(e *jx.Encoder)

Encode encodes PostUsersIdNotFound as json.

func (*PostUsersIdNotFound) MarshalJSON

func (s *PostUsersIdNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostUsersIdNotFound) SetFake

func (s *PostUsersIdNotFound) SetFake()

SetFake set fake values.

func (*PostUsersIdNotFound) UnmarshalJSON

func (s *PostUsersIdNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostUsersIdNotFound) Validate

func (s *PostUsersIdNotFound) Validate() error

type PostUsersIdParams

type PostUsersIdParams struct {
	// The user's ID.
	ID string
}

PostUsersIdParams is parameters of PostUsersId operation.

type PostUsersIdRes

type PostUsersIdRes interface {
	// contains filtered or unexported methods
}

type PostUsersIdUnprocessableEntity

type PostUsersIdUnprocessableEntity Error

func (*PostUsersIdUnprocessableEntity) Decode

Decode decodes PostUsersIdUnprocessableEntity from json.

func (*PostUsersIdUnprocessableEntity) Encode

Encode encodes PostUsersIdUnprocessableEntity as json.

func (*PostUsersIdUnprocessableEntity) MarshalJSON

func (s *PostUsersIdUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostUsersIdUnprocessableEntity) SetFake

func (s *PostUsersIdUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostUsersIdUnprocessableEntity) UnmarshalJSON

func (s *PostUsersIdUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostUsersIdUnprocessableEntity) Validate

func (s *PostUsersIdUnprocessableEntity) Validate() error

type PostUsersInternalServerError

type PostUsersInternalServerError Error

func (*PostUsersInternalServerError) Decode

Decode decodes PostUsersInternalServerError from json.

func (*PostUsersInternalServerError) Encode

func (s *PostUsersInternalServerError) Encode(e *jx.Encoder)

Encode encodes PostUsersInternalServerError as json.

func (*PostUsersInternalServerError) MarshalJSON

func (s *PostUsersInternalServerError) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostUsersInternalServerError) SetFake

func (s *PostUsersInternalServerError) SetFake()

SetFake set fake values.

func (*PostUsersInternalServerError) UnmarshalJSON

func (s *PostUsersInternalServerError) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostUsersInternalServerError) Validate

func (s *PostUsersInternalServerError) Validate() error

type PostUsersNotFound

type PostUsersNotFound Error

func (*PostUsersNotFound) Decode

func (s *PostUsersNotFound) Decode(d *jx.Decoder) error

Decode decodes PostUsersNotFound from json.

func (*PostUsersNotFound) Encode

func (s *PostUsersNotFound) Encode(e *jx.Encoder)

Encode encodes PostUsersNotFound as json.

func (*PostUsersNotFound) MarshalJSON

func (s *PostUsersNotFound) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostUsersNotFound) SetFake

func (s *PostUsersNotFound) SetFake()

SetFake set fake values.

func (*PostUsersNotFound) UnmarshalJSON

func (s *PostUsersNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostUsersNotFound) Validate

func (s *PostUsersNotFound) Validate() error

type PostUsersRes

type PostUsersRes interface {
	// contains filtered or unexported methods
}

type PostUsersUnprocessableEntity

type PostUsersUnprocessableEntity Error

func (*PostUsersUnprocessableEntity) Decode

Decode decodes PostUsersUnprocessableEntity from json.

func (*PostUsersUnprocessableEntity) Encode

func (s *PostUsersUnprocessableEntity) Encode(e *jx.Encoder)

Encode encodes PostUsersUnprocessableEntity as json.

func (*PostUsersUnprocessableEntity) MarshalJSON

func (s *PostUsersUnprocessableEntity) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*PostUsersUnprocessableEntity) SetFake

func (s *PostUsersUnprocessableEntity) SetFake()

SetFake set fake values.

func (*PostUsersUnprocessableEntity) UnmarshalJSON

func (s *PostUsersUnprocessableEntity) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostUsersUnprocessableEntity) Validate

func (s *PostUsersUnprocessableEntity) Validate() error

type PostWorkflowsExecutionsWorkflowIdRunConflict

type PostWorkflowsExecutionsWorkflowIdRunConflict Error

func (*PostWorkflowsExecutionsWorkflowIdRunConflict) Decode

Decode decodes PostWorkflowsExecutionsWorkflowIdRunConflict from json.

func (*PostWorkflowsExecutionsWorkflowIdRunConflict) Encode

Encode encodes PostWorkflowsExecutionsWorkflowIdRunConflict as json.

func (*PostWorkflowsExecutionsWorkflowIdRunConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostWorkflowsExecutionsWorkflowIdRunConflict) SetFake

SetFake set fake values.

func (*PostWorkflowsExecutionsWorkflowIdRunConflict) UnmarshalJSON

func (s *PostWorkflowsExecutionsWorkflowIdRunConflict) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostWorkflowsExecutionsWorkflowIdRunConflict) Validate

type PostWorkflowsExecutionsWorkflowIdRunInternalServerError

type PostWorkflowsExecutionsWorkflowIdRunInternalServerError Error

func (*PostWorkflowsExecutionsWorkflowIdRunInternalServerError) Decode

Decode decodes PostWorkflowsExecutionsWorkflowIdRunInternalServerError from json.

func (*PostWorkflowsExecutionsWorkflowIdRunInternalServerError) Encode

Encode encodes PostWorkflowsExecutionsWorkflowIdRunInternalServerError as json.

func (*PostWorkflowsExecutionsWorkflowIdRunInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostWorkflowsExecutionsWorkflowIdRunInternalServerError) SetFake

SetFake set fake values.

func (*PostWorkflowsExecutionsWorkflowIdRunInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostWorkflowsExecutionsWorkflowIdRunInternalServerError) Validate

type PostWorkflowsExecutionsWorkflowIdRunNotFound

type PostWorkflowsExecutionsWorkflowIdRunNotFound Error

func (*PostWorkflowsExecutionsWorkflowIdRunNotFound) Decode

Decode decodes PostWorkflowsExecutionsWorkflowIdRunNotFound from json.

func (*PostWorkflowsExecutionsWorkflowIdRunNotFound) Encode

Encode encodes PostWorkflowsExecutionsWorkflowIdRunNotFound as json.

func (*PostWorkflowsExecutionsWorkflowIdRunNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostWorkflowsExecutionsWorkflowIdRunNotFound) SetFake

SetFake set fake values.

func (*PostWorkflowsExecutionsWorkflowIdRunNotFound) UnmarshalJSON

func (s *PostWorkflowsExecutionsWorkflowIdRunNotFound) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostWorkflowsExecutionsWorkflowIdRunNotFound) Validate

type PostWorkflowsExecutionsWorkflowIdRunParams

type PostWorkflowsExecutionsWorkflowIdRunParams struct {
	// The workflows execution's workflow id.
	WorkflowID string
}

PostWorkflowsExecutionsWorkflowIdRunParams is parameters of PostWorkflowsExecutionsWorkflow_idRun operation.

type PostWorkflowsExecutionsWorkflowIdRunRes

type PostWorkflowsExecutionsWorkflowIdRunRes interface {
	// contains filtered or unexported methods
}

type PostWorkflowsExecutionsWorkflowIdRunUnprocessableEntity

type PostWorkflowsExecutionsWorkflowIdRunUnprocessableEntity Error

func (*PostWorkflowsExecutionsWorkflowIdRunUnprocessableEntity) Decode

Decode decodes PostWorkflowsExecutionsWorkflowIdRunUnprocessableEntity from json.

func (*PostWorkflowsExecutionsWorkflowIdRunUnprocessableEntity) Encode

Encode encodes PostWorkflowsExecutionsWorkflowIdRunUnprocessableEntity as json.

func (*PostWorkflowsExecutionsWorkflowIdRunUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostWorkflowsExecutionsWorkflowIdRunUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostWorkflowsExecutionsWorkflowIdRunUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostWorkflowsExecutionsWorkflowIdRunUnprocessableEntity) Validate

type PostWorkflowsExecutionsWorkflowIdStepsFailureConflict

type PostWorkflowsExecutionsWorkflowIdStepsFailureConflict Error

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureConflict) Decode

Decode decodes PostWorkflowsExecutionsWorkflowIdStepsFailureConflict from json.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureConflict) Encode

Encode encodes PostWorkflowsExecutionsWorkflowIdStepsFailureConflict as json.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureConflict) SetFake

SetFake set fake values.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureConflict) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureConflict) Validate

type PostWorkflowsExecutionsWorkflowIdStepsFailureInternalServerError

type PostWorkflowsExecutionsWorkflowIdStepsFailureInternalServerError Error

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureInternalServerError) Decode

Decode decodes PostWorkflowsExecutionsWorkflowIdStepsFailureInternalServerError from json.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureInternalServerError) Encode

Encode encodes PostWorkflowsExecutionsWorkflowIdStepsFailureInternalServerError as json.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureInternalServerError) SetFake

SetFake set fake values.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureInternalServerError) Validate

type PostWorkflowsExecutionsWorkflowIdStepsFailureNotFound

type PostWorkflowsExecutionsWorkflowIdStepsFailureNotFound Error

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureNotFound) Decode

Decode decodes PostWorkflowsExecutionsWorkflowIdStepsFailureNotFound from json.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureNotFound) Encode

Encode encodes PostWorkflowsExecutionsWorkflowIdStepsFailureNotFound as json.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureNotFound) SetFake

SetFake set fake values.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureNotFound) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureNotFound) Validate

type PostWorkflowsExecutionsWorkflowIdStepsFailureParams

type PostWorkflowsExecutionsWorkflowIdStepsFailureParams struct {
	// The workflows execution's workflow id.
	WorkflowID string
}

PostWorkflowsExecutionsWorkflowIdStepsFailureParams is parameters of PostWorkflowsExecutionsWorkflow_idStepsFailure operation.

type PostWorkflowsExecutionsWorkflowIdStepsFailureRes

type PostWorkflowsExecutionsWorkflowIdStepsFailureRes interface {
	// contains filtered or unexported methods
}

type PostWorkflowsExecutionsWorkflowIdStepsFailureUnprocessableEntity

type PostWorkflowsExecutionsWorkflowIdStepsFailureUnprocessableEntity Error

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureUnprocessableEntity) Decode

Decode decodes PostWorkflowsExecutionsWorkflowIdStepsFailureUnprocessableEntity from json.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureUnprocessableEntity) Encode

Encode encodes PostWorkflowsExecutionsWorkflowIdStepsFailureUnprocessableEntity as json.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsFailureUnprocessableEntity) Validate

type PostWorkflowsExecutionsWorkflowIdStepsSuccessConflict

type PostWorkflowsExecutionsWorkflowIdStepsSuccessConflict Error

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessConflict) Decode

Decode decodes PostWorkflowsExecutionsWorkflowIdStepsSuccessConflict from json.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessConflict) Encode

Encode encodes PostWorkflowsExecutionsWorkflowIdStepsSuccessConflict as json.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessConflict) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessConflict) SetFake

SetFake set fake values.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessConflict) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessConflict) Validate

type PostWorkflowsExecutionsWorkflowIdStepsSuccessInternalServerError

type PostWorkflowsExecutionsWorkflowIdStepsSuccessInternalServerError Error

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessInternalServerError) Decode

Decode decodes PostWorkflowsExecutionsWorkflowIdStepsSuccessInternalServerError from json.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessInternalServerError) Encode

Encode encodes PostWorkflowsExecutionsWorkflowIdStepsSuccessInternalServerError as json.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessInternalServerError) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessInternalServerError) SetFake

SetFake set fake values.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessInternalServerError) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessInternalServerError) Validate

type PostWorkflowsExecutionsWorkflowIdStepsSuccessNotFound

type PostWorkflowsExecutionsWorkflowIdStepsSuccessNotFound Error

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessNotFound) Decode

Decode decodes PostWorkflowsExecutionsWorkflowIdStepsSuccessNotFound from json.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessNotFound) Encode

Encode encodes PostWorkflowsExecutionsWorkflowIdStepsSuccessNotFound as json.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessNotFound) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessNotFound) SetFake

SetFake set fake values.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessNotFound) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessNotFound) Validate

type PostWorkflowsExecutionsWorkflowIdStepsSuccessParams

type PostWorkflowsExecutionsWorkflowIdStepsSuccessParams struct {
	// The workflows execution's workflow id.
	WorkflowID string
}

PostWorkflowsExecutionsWorkflowIdStepsSuccessParams is parameters of PostWorkflowsExecutionsWorkflow_idStepsSuccess operation.

type PostWorkflowsExecutionsWorkflowIdStepsSuccessRes

type PostWorkflowsExecutionsWorkflowIdStepsSuccessRes interface {
	// contains filtered or unexported methods
}

type PostWorkflowsExecutionsWorkflowIdStepsSuccessUnprocessableEntity

type PostWorkflowsExecutionsWorkflowIdStepsSuccessUnprocessableEntity Error

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessUnprocessableEntity) Decode

Decode decodes PostWorkflowsExecutionsWorkflowIdStepsSuccessUnprocessableEntity from json.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessUnprocessableEntity) Encode

Encode encodes PostWorkflowsExecutionsWorkflowIdStepsSuccessUnprocessableEntity as json.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessUnprocessableEntity) MarshalJSON

MarshalJSON implements stdjson.Marshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessUnprocessableEntity) SetFake

SetFake set fake values.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessUnprocessableEntity) UnmarshalJSON

UnmarshalJSON implements stdjson.Unmarshaler.

func (*PostWorkflowsExecutionsWorkflowIdStepsSuccessUnprocessableEntity) Validate

type R400Error

type R400Error struct {
	Type           R400ErrorType // switch on this field
	Error          Error
	MultipleErrors MultipleErrors
}

R400Error represents sum type.

func NewErrorR400Error

func NewErrorR400Error(v Error) R400Error

NewErrorR400Error returns new R400Error from Error.

func NewMultipleErrorsR400Error

func NewMultipleErrorsR400Error(v MultipleErrors) R400Error

NewMultipleErrorsR400Error returns new R400Error from MultipleErrors.

func (*R400Error) Decode

func (s *R400Error) Decode(d *jx.Decoder) error

Decode decodes R400Error from json.

func (R400Error) Encode

func (s R400Error) Encode(e *jx.Encoder)

Encode encodes R400Error as json.

func (R400Error) GetError

func (s R400Error) GetError() (v Error, ok bool)

GetError returns Error and true boolean if R400Error is Error.

func (R400Error) GetMultipleErrors

func (s R400Error) GetMultipleErrors() (v MultipleErrors, ok bool)

GetMultipleErrors returns MultipleErrors and true boolean if R400Error is MultipleErrors.

func (R400Error) IsError

func (s R400Error) IsError() bool

IsError reports whether R400Error is Error.

func (R400Error) IsMultipleErrors

func (s R400Error) IsMultipleErrors() bool

IsMultipleErrors reports whether R400Error is MultipleErrors.

func (R400Error) MarshalJSON

func (s R400Error) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*R400Error) SetError

func (s *R400Error) SetError(v Error)

SetError sets R400Error to Error.

func (*R400Error) SetFake

func (s *R400Error) SetFake()

SetFake set fake values.

func (*R400Error) SetMultipleErrors

func (s *R400Error) SetMultipleErrors(v MultipleErrors)

SetMultipleErrors sets R400Error to MultipleErrors.

func (*R400Error) UnmarshalJSON

func (s *R400Error) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

func (R400Error) Validate

func (s R400Error) Validate() error

type R400ErrorType

type R400ErrorType string

R400ErrorType is oneOf type of R400Error.

const (
	ErrorR400Error          R400ErrorType = "Error"
	MultipleErrorsR400Error R400ErrorType = "MultipleErrors"
)

Possible values for R400ErrorType.

type Route

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

Route is route object.

func (Route) Args

func (r Route) Args() []string

Args returns parsed arguments.

func (Route) Name

func (r Route) Name() string

Name returns ogen operation name.

It is guaranteed to be unique and not empty.

func (Route) OperationID

func (r Route) OperationID() string

OperationID returns OpenAPI operationId.

func (Route) PathPattern

func (r Route) PathPattern() string

PathPattern returns OpenAPI path.

func (Route) Summary

func (r Route) Summary() string

Summary returns OpenAPI summary.

type SecurityHandler

type SecurityHandler interface {
	// HandleAPIToken handles api_token security.
	HandleAPIToken(ctx context.Context, operationName string, t APIToken) (context.Context, error)
	// HandleCookieAuth handles cookie_auth security.
	HandleCookieAuth(ctx context.Context, operationName string, t CookieAuth) (context.Context, error)
	// HandleJwtToken handles jwt_token security.
	HandleJwtToken(ctx context.Context, operationName string, t JwtToken) (context.Context, error)
}

SecurityHandler is handler for security parameters.

type SecuritySource

type SecuritySource interface {
	// APIToken provides api_token security value.
	APIToken(ctx context.Context, operationName string) (APIToken, error)
	// CookieAuth provides cookie_auth security value.
	CookieAuth(ctx context.Context, operationName string) (CookieAuth, error)
	// JwtToken provides jwt_token security value.
	JwtToken(ctx context.Context, operationName string) (JwtToken, error)
}

SecuritySource is provider of security values (tokens, passwords, etc.).

type Server

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

Server implements http server based on OpenAPI v3 specification and calls Handler to handle requests.

func NewServer

func NewServer(h Handler, sec SecurityHandler, opts ...ServerOption) (*Server, error)

NewServer creates new Server.

func (*Server) FindPath

func (s *Server) FindPath(method string, u *url.URL) (r Route, _ bool)

FindPath finds Route for given method and URL.

func (*Server) FindRoute

func (s *Server) FindRoute(method, path string) (Route, bool)

FindRoute finds Route for given method and path.

Note: this method does not unescape path or handle reserved characters in path properly. Use FindPath instead.

func (*Server) ServeHTTP

func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)

ServeHTTP serves http request as defined by OpenAPI v3 specification, calling handler that matches the path or returning not found error.

type ServerOption

type ServerOption interface {
	// contains filtered or unexported methods
}

ServerOption is server config option.

func WithErrorHandler

func WithErrorHandler(h ErrorHandler) ServerOption

WithErrorHandler specifies error handler to use.

func WithMaxMultipartMemory

func WithMaxMultipartMemory(max int64) ServerOption

WithMaxMultipartMemory specifies limit of memory for storing file parts. File parts which can't be stored in memory will be stored on disk in temporary files.

func WithMethodNotAllowed

func WithMethodNotAllowed(methodNotAllowed func(w http.ResponseWriter, r *http.Request, allowed string)) ServerOption

WithMethodNotAllowed specifies Method Not Allowed handler to use.

func WithMiddleware

func WithMiddleware(m ...Middleware) ServerOption

WithMiddleware specifies middlewares to use.

func WithNotFound

func WithNotFound(notFound http.HandlerFunc) ServerOption

WithNotFound specifies Not Found handler to use.

func WithPathPrefix

func WithPathPrefix(prefix string) ServerOption

WithPathPrefix specifies server path prefix.

type StockLocationAddress

type StockLocationAddress struct {
	// The address's address 1.
	Address1 string `json:"address_1"`
	// The address's address 2.
	Address2 OptString `json:"address_2"`
	// The address's company.
	Company OptString `json:"company"`
	// The address's city.
	City OptString `json:"city"`
	// The address's country code.
	CountryCode string `json:"country_code"`
	// The address's phone.
	Phone OptString `json:"phone"`
	// The address's postal code.
	PostalCode OptString `json:"postal_code"`
	// The address's province.
	Province OptString `json:"province"`
}

The stock location's address. Ref: #/components/schemas/StockLocationAddress

func (*StockLocationAddress) Decode

func (s *StockLocationAddress) Decode(d *jx.Decoder) error

Decode decodes StockLocationAddress from json.

func (*StockLocationAddress) Encode

func (s *StockLocationAddress) Encode(e *jx.Encoder)

Encode implements json.Marshaler.

func (*StockLocationAddress) GetAddress1

func (s *StockLocationAddress) GetAddress1() string

GetAddress1 returns the value of Address1.

func (*StockLocationAddress) GetAddress2

func (s *StockLocationAddress) GetAddress2() OptString

GetAddress2 returns the value of Address2.

func (*StockLocationAddress) GetCity

func (s *StockLocationAddress) GetCity() OptString

GetCity returns the value of City.

func (*StockLocationAddress) GetCompany

func (s *StockLocationAddress) GetCompany() OptString

GetCompany returns the value of Company.

func (*StockLocationAddress) GetCountryCode

func (s *StockLocationAddress) GetCountryCode() string

GetCountryCode returns the value of CountryCode.

func (*StockLocationAddress) GetPhone

func (s *StockLocationAddress) GetPhone() OptString

GetPhone returns the value of Phone.

func (*StockLocationAddress) GetPostalCode

func (s *StockLocationAddress) GetPostalCode() OptString

GetPostalCode returns the value of PostalCode.

func (*StockLocationAddress) GetProvince

func (s *StockLocationAddress) GetProvince() OptString

GetProvince returns the value of Province.

func (*StockLocationAddress) MarshalJSON

func (s *StockLocationAddress) MarshalJSON() ([]byte, error)

MarshalJSON implements stdjson.Marshaler.

func (*StockLocationAddress) SetAddress1

func (s *StockLocationAddress) SetAddress1(val string)

SetAddress1 sets the value of Address1.

func (*StockLocationAddress) SetAddress2

func (s *StockLocationAddress) SetAddress2(val OptString)

SetAddress2 sets the value of Address2.

func (*StockLocationAddress) SetCity

func (s *StockLocationAddress) SetCity(val OptString)

SetCity sets the value of City.

func (*StockLocationAddress) SetCompany

func (s *StockLocationAddress) SetCompany(val OptString)

SetCompany sets the value of Company.

func (*StockLocationAddress) SetCountryCode

func (s *StockLocationAddress) SetCountryCode(val string)

SetCountryCode sets the value of CountryCode.

func (*StockLocationAddress) SetFake

func (s *StockLocationAddress) SetFake()

SetFake set fake values.

func (*StockLocationAddress) SetPhone

func (s *StockLocationAddress) SetPhone(val OptString)

SetPhone sets the value of Phone.

func (*StockLocationAddress) SetPostalCode

func (s *StockLocationAddress) SetPostalCode(val OptString)

SetPostalCode sets the value of PostalCode.

func (*StockLocationAddress) SetProvince

func (s *StockLocationAddress) SetProvince(val OptString)

SetProvince sets the value of Province.

func (*StockLocationAddress) UnmarshalJSON

func (s *StockLocationAddress) UnmarshalJSON(data []byte) error

UnmarshalJSON implements stdjson.Unmarshaler.

type Unauthorized

type Unauthorized struct {
	Data io.Reader
}

func (Unauthorized) Read

func (s Unauthorized) Read(p []byte) (n int, err error)

Read reads data from the Data reader.

Kept to satisfy the io.Reader interface.

type UnimplementedHandler

type UnimplementedHandler struct{}

UnimplementedHandler is no-op Handler which returns http.ErrNotImplemented.

func (UnimplementedHandler) DeleteApiKeysId

func (UnimplementedHandler) DeleteApiKeysId(ctx context.Context, req jx.Raw, params DeleteApiKeysIdParams) (r DeleteApiKeysIdRes, _ error)

DeleteApiKeysId implements DeleteApiKeysId operation.

Delete a api key.

DELETE /admin/api-keys/{id}

func (UnimplementedHandler) DeleteCampaignsId

func (UnimplementedHandler) DeleteCampaignsId(ctx context.Context, req jx.Raw, params DeleteCampaignsIdParams) (r DeleteCampaignsIdRes, _ error)

DeleteCampaignsId implements DeleteCampaignsId operation.

Delete a campaign.

DELETE /admin/campaigns/{id}

func (UnimplementedHandler) DeleteCollectionsId

func (UnimplementedHandler) DeleteCollectionsId(ctx context.Context, req jx.Raw, params DeleteCollectionsIdParams) (r DeleteCollectionsIdRes, _ error)

DeleteCollectionsId implements DeleteCollectionsId operation.

Delete a collection.

DELETE /admin/collections/{id}

func (UnimplementedHandler) DeleteCustomerGroupsId

DeleteCustomerGroupsId implements DeleteCustomerGroupsId operation.

Delete a customer group.

DELETE /admin/customer-groups/{id}

func (UnimplementedHandler) DeleteCustomersId

func (UnimplementedHandler) DeleteCustomersId(ctx context.Context, req jx.Raw, params DeleteCustomersIdParams) (r DeleteCustomersIdRes, _ error)

DeleteCustomersId implements DeleteCustomersId operation.

Delete a customer.

DELETE /admin/customers/{id}

func (UnimplementedHandler) DeleteCustomersIdAddressesAddressID

DeleteCustomersIdAddressesAddressID implements DeleteCustomersIdAddressesAddress_id operation.

Remove a list of addresses from a customer. This doesn't delete the Address, only the association between the Address and the customer.

DELETE /admin/customers/{id}/addresses/{address_id}

func (UnimplementedHandler) DeleteInventoryItemsId

DeleteInventoryItemsId implements DeleteInventoryItemsId operation.

Delete a inventory item.

DELETE /admin/inventory-items/{id}

func (UnimplementedHandler) DeleteInventoryItemsIdLocationLevelsLocationID

DeleteInventoryItemsIdLocationLevelsLocationID implements DeleteInventoryItemsIdLocationLevelsLocation_id operation.

Remove a list of location levels from a inventory item. This doesn't delete the Location Level, only the association between the Location Level and the inventory item.

DELETE /admin/inventory-items/{id}/location-levels/{location_id}

func (UnimplementedHandler) DeleteInvitesId

func (UnimplementedHandler) DeleteInvitesId(ctx context.Context, req jx.Raw, params DeleteInvitesIdParams) (r DeleteInvitesIdRes, _ error)

DeleteInvitesId implements DeleteInvitesId operation.

Delete a invite.

DELETE /admin/invites/{id}

func (UnimplementedHandler) DeletePriceListsId

func (UnimplementedHandler) DeletePriceListsId(ctx context.Context, req jx.Raw, params DeletePriceListsIdParams) (r DeletePriceListsIdRes, _ error)

DeletePriceListsId implements DeletePriceListsId operation.

Delete a price list.

DELETE /admin/price-lists/{id}

func (UnimplementedHandler) DeletePricingRuleTypesId

DeletePricingRuleTypesId implements DeletePricingRuleTypesId operation.

Remove a list of rule types from a pricing. This doesn't delete the Rule Type, only the association between the Rule Type and the pricing.

DELETE /admin/pricing/rule-types/{id}

func (UnimplementedHandler) DeleteProductsId

func (UnimplementedHandler) DeleteProductsId(ctx context.Context, req jx.Raw, params DeleteProductsIdParams) (r DeleteProductsIdRes, _ error)

DeleteProductsId implements DeleteProductsId operation.

Delete a product.

DELETE /admin/products/{id}

func (UnimplementedHandler) DeleteProductsIdOptionsOptionID

DeleteProductsIdOptionsOptionID implements DeleteProductsIdOptionsOption_id operation.

Remove a list of options from a product. This doesn't delete the Option, only the association between the Option and the product.

DELETE /admin/products/{id}/options/{option_id}

func (UnimplementedHandler) DeleteProductsIdVariantsVariantID

DeleteProductsIdVariantsVariantID implements DeleteProductsIdVariantsVariant_id operation.

Remove a list of variants from a product. This doesn't delete the Variant, only the association between the Variant and the product.

DELETE /admin/products/{id}/variants/{variant_id}

func (UnimplementedHandler) DeletePromotionsId

func (UnimplementedHandler) DeletePromotionsId(ctx context.Context, req jx.Raw, params DeletePromotionsIdParams) (r DeletePromotionsIdRes, _ error)

DeletePromotionsId implements DeletePromotionsId operation.

Delete a promotion.

DELETE /admin/promotions/{id}

func (UnimplementedHandler) DeleteRegionsId

func (UnimplementedHandler) DeleteRegionsId(ctx context.Context, req jx.Raw, params DeleteRegionsIdParams) (r DeleteRegionsIdRes, _ error)

DeleteRegionsId implements DeleteRegionsId operation.

Delete a region.

DELETE /admin/regions/{id}

func (UnimplementedHandler) DeleteSalesChannelsId

DeleteSalesChannelsId implements DeleteSalesChannelsId operation.

Delete a sales channel.

DELETE /admin/sales-channels/{id}

func (UnimplementedHandler) DeleteStockLocationsId

DeleteStockLocationsId implements DeleteStockLocationsId operation.

Delete a stock location.

DELETE /admin/stock-locations/{id}

func (UnimplementedHandler) DeleteTaxRatesId

func (UnimplementedHandler) DeleteTaxRatesId(ctx context.Context, req jx.Raw, params DeleteTaxRatesIdParams) (r DeleteTaxRatesIdRes, _ error)

DeleteTaxRatesId implements DeleteTaxRatesId operation.

Delete a tax rate.

DELETE /admin/tax-rates/{id}

func (UnimplementedHandler) DeleteTaxRatesIdRulesRuleID

DeleteTaxRatesIdRulesRuleID implements DeleteTaxRatesIdRulesRule_id operation.

Remove a list of rules from a tax rate. This doesn't delete the Rule, only the association between the Rule and the tax rate.

DELETE /admin/tax-rates/{id}/rules/{rule_id}

func (UnimplementedHandler) DeleteTaxRegionsId

func (UnimplementedHandler) DeleteTaxRegionsId(ctx context.Context, req jx.Raw, params DeleteTaxRegionsIdParams) (r DeleteTaxRegionsIdRes, _ error)

DeleteTaxRegionsId implements DeleteTaxRegionsId operation.

Delete a tax region.

DELETE /admin/tax-regions/{id}

func (UnimplementedHandler) DeleteUsersId

func (UnimplementedHandler) DeleteUsersId(ctx context.Context, req jx.Raw, params DeleteUsersIdParams) (r DeleteUsersIdRes, _ error)

DeleteUsersId implements DeleteUsersId operation.

Delete a user.

DELETE /admin/users/{id}

func (UnimplementedHandler) GetApiKeys

func (UnimplementedHandler) GetApiKeys(ctx context.Context, req jx.Raw) (r GetApiKeysRes, _ error)

GetApiKeys implements GetApiKeys operation.

Retrieve a list of api keys. The api keys can be filtered by fields such as `id`. The api keys can also be sorted or paginated.

GET /admin/api-keys

func (UnimplementedHandler) GetApiKeysId

func (UnimplementedHandler) GetApiKeysId(ctx context.Context, req jx.Raw, params GetApiKeysIdParams) (r GetApiKeysIdRes, _ error)

GetApiKeysId implements GetApiKeysId operation.

Retrieve a api key by its ID. You can expand the api key's relations or select the fields that should be returned.

GET /admin/api-keys/{id}

func (UnimplementedHandler) GetCampaigns

func (UnimplementedHandler) GetCampaigns(ctx context.Context, req jx.Raw) (r GetCampaignsRes, _ error)

GetCampaigns implements GetCampaigns operation.

Retrieve a list of campaigns. The campaigns can be filtered by fields such as `id`. The campaigns can also be sorted or paginated.

GET /admin/campaigns

func (UnimplementedHandler) GetCampaignsId

func (UnimplementedHandler) GetCampaignsId(ctx context.Context, req jx.Raw, params GetCampaignsIdParams) (r GetCampaignsIdRes, _ error)

GetCampaignsId implements GetCampaignsId operation.

Retrieve a campaign by its ID. You can expand the campaign's relations or select the fields that should be returned.

GET /admin/campaigns/{id}

func (UnimplementedHandler) GetCollections

func (UnimplementedHandler) GetCollections(ctx context.Context, req jx.Raw) (r GetCollectionsRes, _ error)

GetCollections implements GetCollections operation.

Retrieve a list of collections. The collections can be filtered by fields such as `id`. The collections can also be sorted or paginated.

GET /admin/collections

func (UnimplementedHandler) GetCollectionsId

func (UnimplementedHandler) GetCollectionsId(ctx context.Context, req jx.Raw, params GetCollectionsIdParams) (r GetCollectionsIdRes, _ error)

GetCollectionsId implements GetCollectionsId operation.

Retrieve a collection by its ID. You can expand the collection's relations or select the fields that should be returned.

GET /admin/collections/{id}

func (UnimplementedHandler) GetCurrencies

func (UnimplementedHandler) GetCurrencies(ctx context.Context, req jx.Raw) (r GetCurrenciesRes, _ error)

GetCurrencies implements GetCurrencies operation.

Retrieve a list of currencies. The currencies can be filtered by fields such as `id`. The currencies can also be sorted or paginated.

GET /admin/currencies

func (UnimplementedHandler) GetCurrenciesCode

func (UnimplementedHandler) GetCurrenciesCode(ctx context.Context, req jx.Raw, params GetCurrenciesCodeParams) (r GetCurrenciesCodeRes, _ error)

GetCurrenciesCode implements GetCurrenciesCode operation.

Retrieve a currency by its ID. You can expand the currency's relations or select the fields that should be returned.

GET /admin/currencies/{code}

func (UnimplementedHandler) GetCustomerGroups

func (UnimplementedHandler) GetCustomerGroups(ctx context.Context, req jx.Raw) (r GetCustomerGroupsRes, _ error)

GetCustomerGroups implements GetCustomerGroups operation.

Retrieve a list of customer groups. The customer groups can be filtered by fields such as `id`. The customer groups can also be sorted or paginated.

GET /admin/customer-groups

func (UnimplementedHandler) GetCustomerGroupsId

func (UnimplementedHandler) GetCustomerGroupsId(ctx context.Context, req jx.Raw, params GetCustomerGroupsIdParams) (r GetCustomerGroupsIdRes, _ error)

GetCustomerGroupsId implements GetCustomerGroupsId operation.

Retrieve a customer group by its ID. You can expand the customer group's relations or select the fields that should be returned.

GET /admin/customer-groups/{id}

func (UnimplementedHandler) GetCustomerGroupsIdCustomers

GetCustomerGroupsIdCustomers implements GetCustomerGroupsIdCustomers operation.

Retrieve a list of customers in a customer group. The customers can be filtered by fields like FILTER FIELDS. The customers can also be paginated.

GET /admin/customer-groups/{id}/customers

func (UnimplementedHandler) GetCustomers

func (UnimplementedHandler) GetCustomers(ctx context.Context, req jx.Raw) (r GetCustomersRes, _ error)

GetCustomers implements GetCustomers operation.

Retrieve a list of customers. The customers can be filtered by fields such as `id`. The customers can also be sorted or paginated.

GET /admin/customers

func (UnimplementedHandler) GetCustomersId

func (UnimplementedHandler) GetCustomersId(ctx context.Context, req jx.Raw, params GetCustomersIdParams) (r GetCustomersIdRes, _ error)

GetCustomersId implements GetCustomersId operation.

Retrieve a customer by its ID. You can expand the customer's relations or select the fields that should be returned.

GET /admin/customers/{id}

func (UnimplementedHandler) GetCustomersIdAddresses

GetCustomersIdAddresses implements GetCustomersIdAddresses operation.

Retrieve a list of addresses in a customer. The addresses can be filtered by fields like FILTER FIELDS. The addresses can also be paginated.

GET /admin/customers/{id}/addresses

func (UnimplementedHandler) GetCustomersIdAddressesAddressID

GetCustomersIdAddressesAddressID implements GetCustomersIdAddressesAddress_id operation.

Retrieve a list of addresses in a customer. The addresses can be filtered by fields like FILTER FIELDS. The addresses can also be paginated.

GET /admin/customers/{id}/addresses/{address_id}

func (UnimplementedHandler) GetInventoryItems

func (UnimplementedHandler) GetInventoryItems(ctx context.Context, req jx.Raw) (r GetInventoryItemsRes, _ error)

GetInventoryItems implements GetInventoryItems operation.

Retrieve a list of inventory items. The inventory items can be filtered by fields such as `id`. The inventory items can also be sorted or paginated.

GET /admin/inventory-items

func (UnimplementedHandler) GetInventoryItemsId

func (UnimplementedHandler) GetInventoryItemsId(ctx context.Context, req jx.Raw, params GetInventoryItemsIdParams) (r GetInventoryItemsIdRes, _ error)

GetInventoryItemsId implements GetInventoryItemsId operation.

Retrieve a inventory item by its ID. You can expand the inventory item's relations or select the fields that should be returned.

GET /admin/inventory-items/{id}

func (UnimplementedHandler) GetInvites

func (UnimplementedHandler) GetInvites(ctx context.Context, req jx.Raw) (r GetInvitesRes, _ error)

GetInvites implements GetInvites operation.

Retrieve a list of invites. The invites can be filtered by fields such as `id`. The invites can also be sorted or paginated.

GET /admin/invites

func (UnimplementedHandler) GetInvitesId

func (UnimplementedHandler) GetInvitesId(ctx context.Context, req jx.Raw, params GetInvitesIdParams) (r GetInvitesIdRes, _ error)

GetInvitesId implements GetInvitesId operation.

Retrieve a invite by its ID. You can expand the invite's relations or select the fields that should be returned.

GET /admin/invites/{id}

func (UnimplementedHandler) GetPayments

func (UnimplementedHandler) GetPayments(ctx context.Context, req jx.Raw) (r GetPaymentsRes, _ error)

GetPayments implements GetPayments operation.

Retrieve a list of payments. The payments can be filtered by fields such as `id`. The payments can also be sorted or paginated.

GET /admin/payments

func (UnimplementedHandler) GetPaymentsId

func (UnimplementedHandler) GetPaymentsId(ctx context.Context, req jx.Raw, params GetPaymentsIdParams) (r GetPaymentsIdRes, _ error)

GetPaymentsId implements GetPaymentsId operation.

Retrieve a payment by its ID. You can expand the payment's relations or select the fields that should be returned.

GET /admin/payments/{id}

func (UnimplementedHandler) GetPriceLists

func (UnimplementedHandler) GetPriceLists(ctx context.Context, req jx.Raw) (r GetPriceListsRes, _ error)

GetPriceLists implements GetPriceLists operation.

Retrieve a list of price lists. The price lists can be filtered by fields such as `id`. The price lists can also be sorted or paginated.

GET /admin/price-lists

func (UnimplementedHandler) GetPriceListsId

func (UnimplementedHandler) GetPriceListsId(ctx context.Context, req jx.Raw, params GetPriceListsIdParams) (r GetPriceListsIdRes, _ error)

GetPriceListsId implements GetPriceListsId operation.

Retrieve a price list by its ID. You can expand the price list's relations or select the fields that should be returned.

GET /admin/price-lists/{id}

func (UnimplementedHandler) GetPricingRuleTypes

GetPricingRuleTypes implements GetPricingRuleTypes operation.

Retrieve a list of pricing. The pricing can be filtered by fields such as `id`. The pricing can also be sorted or paginated.

GET /admin/pricing/rule-types

func (UnimplementedHandler) GetPricingRuleTypesId

GetPricingRuleTypesId implements GetPricingRuleTypesId operation.

Retrieve a list of rule types in a pricing. The rule types can be filtered by fields like FILTER FIELDS. The rule types can also be paginated.

GET /admin/pricing/rule-types/{id}

func (UnimplementedHandler) GetProducts

GetProducts implements GetProducts operation.

Retrieve a list of products. The products can be filtered by fields such as `id`. The products can also be sorted or paginated.

GET /admin/products

func (UnimplementedHandler) GetProductsId

func (UnimplementedHandler) GetProductsId(ctx context.Context, req jx.Raw, params GetProductsIdParams) (r GetProductsIdRes, _ error)

GetProductsId implements GetProductsId operation.

Retrieve a product by its ID. You can expand the product's relations or select the fields that should be returned.

GET /admin/products/{id}

func (UnimplementedHandler) GetProductsIdOptions

func (UnimplementedHandler) GetProductsIdOptions(ctx context.Context, req jx.Raw, params GetProductsIdOptionsParams) (r GetProductsIdOptionsRes, _ error)

GetProductsIdOptions implements GetProductsIdOptions operation.

Retrieve a list of options in a product. The options can be filtered by fields like FILTER FIELDS. The options can also be paginated.

GET /admin/products/{id}/options

func (UnimplementedHandler) GetProductsIdOptionsOptionID

GetProductsIdOptionsOptionID implements GetProductsIdOptionsOption_id operation.

Retrieve a list of options in a product. The options can be filtered by fields like FILTER FIELDS. The options can also be paginated.

GET /admin/products/{id}/options/{option_id}

func (UnimplementedHandler) GetProductsIdVariants

GetProductsIdVariants implements GetProductsIdVariants operation.

Retrieve a list of variants in a product. The variants can be filtered by fields like FILTER FIELDS. The variants can also be paginated.

GET /admin/products/{id}/variants

func (UnimplementedHandler) GetProductsIdVariantsVariantID

GetProductsIdVariantsVariantID implements GetProductsIdVariantsVariant_id operation.

Retrieve a list of variants in a product. The variants can be filtered by fields like FILTER FIELDS. The variants can also be paginated.

GET /admin/products/{id}/variants/{variant_id}

func (UnimplementedHandler) GetPromotions

func (UnimplementedHandler) GetPromotions(ctx context.Context, req jx.Raw) (r GetPromotionsRes, _ error)

GetPromotions implements GetPromotions operation.

Retrieve a list of promotions. The promotions can be filtered by fields such as `id`. The promotions can also be sorted or paginated.

GET /admin/promotions

func (UnimplementedHandler) GetPromotionsId

GetPromotionsId implements GetPromotionsId operation.

Retrieve a promotion by its ID. You can expand the promotion's relations or select the fields that should be returned.

GET /admin/promotions/{id}

func (UnimplementedHandler) GetRegions

func (UnimplementedHandler) GetRegions(ctx context.Context, req jx.Raw) (r GetRegionsRes, _ error)

GetRegions implements GetRegions operation.

Retrieve a list of regions. The regions can be filtered by fields such as `id`. The regions can also be sorted or paginated.

GET /admin/regions

func (UnimplementedHandler) GetRegionsId

func (UnimplementedHandler) GetRegionsId(ctx context.Context, req jx.Raw, params GetRegionsIdParams) (r GetRegionsIdRes, _ error)

GetRegionsId implements GetRegionsId operation.

Retrieve a region by its ID. You can expand the region's relations or select the fields that should be returned.

GET /admin/regions/{id}

func (UnimplementedHandler) GetSalesChannels

func (UnimplementedHandler) GetSalesChannels(ctx context.Context, req jx.Raw) (r GetSalesChannelsRes, _ error)

GetSalesChannels implements GetSalesChannels operation.

Retrieve a list of sales channels. The sales channels can be filtered by fields such as `id`. The sales channels can also be sorted or paginated.

GET /admin/sales-channels

func (UnimplementedHandler) GetSalesChannelsId

func (UnimplementedHandler) GetSalesChannelsId(ctx context.Context, req jx.Raw, params GetSalesChannelsIdParams) (r GetSalesChannelsIdRes, _ error)

GetSalesChannelsId implements GetSalesChannelsId operation.

Retrieve a sales channel by its ID. You can expand the sales channel's relations or select the fields that should be returned.

GET /admin/sales-channels/{id}

func (UnimplementedHandler) GetStockLocationsId

GetStockLocationsId implements GetStockLocationsId operation.

Retrieve a stock location by its ID. You can expand the stock location's relations or select the fields that should be returned.

GET /admin/stock-locations/{id}

func (UnimplementedHandler) GetStores

func (UnimplementedHandler) GetStores(ctx context.Context, req jx.Raw) (r GetStoresRes, _ error)

GetStores implements GetStores operation.

Retrieve a list of stores. The stores can be filtered by fields such as `id`. The stores can also be sorted or paginated.

GET /admin/stores

func (UnimplementedHandler) GetStoresId

func (UnimplementedHandler) GetStoresId(ctx context.Context, req jx.Raw, params GetStoresIdParams) (r GetStoresIdRes, _ error)

GetStoresId implements GetStoresId operation.

Retrieve a store by its ID. You can expand the store's relations or select the fields that should be returned.

GET /admin/stores/{id}

func (UnimplementedHandler) GetTaxRates

func (UnimplementedHandler) GetTaxRates(ctx context.Context, req jx.Raw) (r GetTaxRatesRes, _ error)

GetTaxRates implements GetTaxRates operation.

Retrieve a list of tax rates. The tax rates can be filtered by fields such as `id`. The tax rates can also be sorted or paginated.

GET /admin/tax-rates

func (UnimplementedHandler) GetTaxRatesId

func (UnimplementedHandler) GetTaxRatesId(ctx context.Context, req jx.Raw, params GetTaxRatesIdParams) (r GetTaxRatesIdRes, _ error)

GetTaxRatesId implements GetTaxRatesId operation.

Retrieve a tax rate by its ID. You can expand the tax rate's relations or select the fields that should be returned.

GET /admin/tax-rates/{id}

func (UnimplementedHandler) GetUsers

func (UnimplementedHandler) GetUsers(ctx context.Context, req jx.Raw) (r GetUsersRes, _ error)

GetUsers implements GetUsers operation.

Retrieve a list of users. The users can be filtered by fields such as `id`. The users can also be sorted or paginated.

GET /admin/users

func (UnimplementedHandler) GetUsersId

func (UnimplementedHandler) GetUsersId(ctx context.Context, req jx.Raw, params GetUsersIdParams) (r GetUsersIdRes, _ error)

GetUsersId implements GetUsersId operation.

Retrieve a user by its ID. You can expand the user's relations or select the fields that should be returned.

GET /admin/users/{id}

func (UnimplementedHandler) GetUsersMe

func (UnimplementedHandler) GetUsersMe(ctx context.Context, req jx.Raw) (r GetUsersMeRes, _ error)

GetUsersMe implements GetUsersMe operation.

Retrieve a list of users. The users can be filtered by fields such as `id`. The users can also be sorted or paginated.

GET /admin/users/me

func (UnimplementedHandler) GetWorkflowsExecutions

func (UnimplementedHandler) GetWorkflowsExecutions(ctx context.Context, req jx.Raw) (r GetWorkflowsExecutionsRes, _ error)

GetWorkflowsExecutions implements GetWorkflowsExecutions operation.

Retrieve a list of workflows executions. The workflows executions can be filtered by fields such as `id`. The workflows executions can also be sorted or paginated.

GET /admin/workflows-executions

func (UnimplementedHandler) GetWorkflowsExecutionsId

GetWorkflowsExecutionsId implements GetWorkflowsExecutionsId operation.

Retrieve a workflows execution by its ID. You can expand the workflows execution's relations or select the fields that should be returned.

GET /admin/workflows-executions/{id}

func (UnimplementedHandler) GetWorkflowsExecutionsWorkflowIdSubscribe

GetWorkflowsExecutionsWorkflowIdSubscribe implements GetWorkflowsExecutionsWorkflow_idSubscribe operation.

Retrieve a list of subscribes in a workflows execution. The subscribes can be filtered by fields like FILTER FIELDS. The subscribes can also be paginated.

GET /admin/workflows-executions/{workflow_id}/subscribe

func (UnimplementedHandler) GetWorkflowsExecutionsWorkflowIdTransactionID

GetWorkflowsExecutionsWorkflowIdTransactionID implements GetWorkflowsExecutionsWorkflow_idTransaction_id operation.

Retrieve a list of in a workflows execution. The can be filtered by fields like FILTER FIELDS. The can also be paginated.

GET /admin/workflows-executions/{workflow_id}/{transaction_id}

func (UnimplementedHandler) GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribe

GetWorkflowsExecutionsWorkflowIdTransactionIdStepIdSubscribe implements GetWorkflowsExecutionsWorkflow_idTransaction_idStep_idSubscribe operation.

Retrieve a list of subscribes in a workflows execution. The subscribes can be filtered by fields like FILTER FIELDS. The subscribes can also be paginated.

GET /admin/workflows-executions/{workflow_id}/{transaction_id}/{step_id}/subscribe

func (UnimplementedHandler) PostApiKeys

func (UnimplementedHandler) PostApiKeys(ctx context.Context, req jx.Raw) (r PostApiKeysRes, _ error)

PostApiKeys implements PostApiKeys operation.

Create a api key.

POST /admin/api-keys

func (UnimplementedHandler) PostApiKeysId

func (UnimplementedHandler) PostApiKeysId(ctx context.Context, req jx.Raw, params PostApiKeysIdParams) (r PostApiKeysIdRes, _ error)

PostApiKeysId implements PostApiKeysId operation.

Update a api key's details.

POST /admin/api-keys/{id}

func (UnimplementedHandler) PostApiKeysIdRevoke

func (UnimplementedHandler) PostApiKeysIdRevoke(ctx context.Context, req jx.Raw, params PostApiKeysIdRevokeParams) (r PostApiKeysIdRevokeRes, _ error)

PostApiKeysIdRevoke implements PostApiKeysIdRevoke operation.

Add a list of revokes to a api key.

POST /admin/api-keys/{id}/revoke

func (UnimplementedHandler) PostCampaigns

func (UnimplementedHandler) PostCampaigns(ctx context.Context, req jx.Raw) (r PostCampaignsRes, _ error)

PostCampaigns implements PostCampaigns operation.

Create a campaign.

POST /admin/campaigns

func (UnimplementedHandler) PostCampaignsId

PostCampaignsId implements PostCampaignsId operation.

Update a campaign's details.

POST /admin/campaigns/{id}

func (UnimplementedHandler) PostCollections

func (UnimplementedHandler) PostCollections(ctx context.Context, req jx.Raw) (r PostCollectionsRes, _ error)

PostCollections implements PostCollections operation.

Create a collection.

POST /admin/collections

func (UnimplementedHandler) PostCollectionsId

func (UnimplementedHandler) PostCollectionsId(ctx context.Context, req jx.Raw, params PostCollectionsIdParams) (r PostCollectionsIdRes, _ error)

PostCollectionsId implements PostCollectionsId operation.

Update a collection's details.

POST /admin/collections/{id}

func (UnimplementedHandler) PostCustomerGroups

func (UnimplementedHandler) PostCustomerGroups(ctx context.Context, req jx.Raw) (r PostCustomerGroupsRes, _ error)

PostCustomerGroups implements PostCustomerGroups operation.

Create a customer group.

POST /admin/customer-groups

func (UnimplementedHandler) PostCustomerGroupsId

func (UnimplementedHandler) PostCustomerGroupsId(ctx context.Context, req jx.Raw, params PostCustomerGroupsIdParams) (r PostCustomerGroupsIdRes, _ error)

PostCustomerGroupsId implements PostCustomerGroupsId operation.

Update a customer group's details.

POST /admin/customer-groups/{id}

func (UnimplementedHandler) PostCustomerGroupsIdCustomersBatch

PostCustomerGroupsIdCustomersBatch implements PostCustomerGroupsIdCustomersBatch operation.

Add a list of customers to a customer group.

POST /admin/customer-groups/{id}/customers/batch

func (UnimplementedHandler) PostCustomerGroupsIdCustomersRemove

PostCustomerGroupsIdCustomersRemove implements PostCustomerGroupsIdCustomersRemove operation.

Add a list of removes to a customer group.

POST /admin/customer-groups/{id}/customers/remove

func (UnimplementedHandler) PostCustomers

func (UnimplementedHandler) PostCustomers(ctx context.Context, req jx.Raw) (r PostCustomersRes, _ error)

PostCustomers implements PostCustomers operation.

Create a customer.

POST /admin/customers

func (UnimplementedHandler) PostCustomersId

func (UnimplementedHandler) PostCustomersId(ctx context.Context, req jx.Raw, params PostCustomersIdParams) (r PostCustomersIdRes, _ error)

PostCustomersId implements PostCustomersId operation.

Update a customer's details.

POST /admin/customers/{id}

func (UnimplementedHandler) PostCustomersIdAddresses

PostCustomersIdAddresses implements PostCustomersIdAddresses operation.

Add a list of addresses to a customer.

POST /admin/customers/{id}/addresses

func (UnimplementedHandler) PostCustomersIdAddressesAddressID

PostCustomersIdAddressesAddressID implements PostCustomersIdAddressesAddress_id operation.

Add a list of addresses to a customer.

POST /admin/customers/{id}/addresses/{address_id}

func (UnimplementedHandler) PostFulfillmentShippingOptionsIdRulesBatchAdd

PostFulfillmentShippingOptionsIdRulesBatchAdd implements PostFulfillmentShippingOptionsIdRulesBatchAdd operation.

Add a list of adds to a fulfillment.

POST /admin/fulfillment/shipping-options/{id}/rules/batch/add

func (UnimplementedHandler) PostFulfillmentShippingOptionsIdRulesBatchRemove

PostFulfillmentShippingOptionsIdRulesBatchRemove implements PostFulfillmentShippingOptionsIdRulesBatchRemove operation.

Add a list of removes to a fulfillment.

POST /admin/fulfillment/shipping-options/{id}/rules/batch/remove

func (UnimplementedHandler) PostInventoryItems

PostInventoryItems implements PostInventoryItems operation.

Create a inventory item.

POST /admin/inventory-items

func (UnimplementedHandler) PostInventoryItemsId

PostInventoryItemsId implements PostInventoryItemsId operation.

Update a inventory item's details.

POST /admin/inventory-items/{id}

func (UnimplementedHandler) PostInventoryItemsIdLocationLevels

PostInventoryItemsIdLocationLevels implements PostInventoryItemsIdLocationLevels operation.

Add a list of location levels to a inventory item.

POST /admin/inventory-items/{id}/location-levels

func (UnimplementedHandler) PostInventoryItemsIdLocationLevelsLocationID

PostInventoryItemsIdLocationLevelsLocationID implements PostInventoryItemsIdLocationLevelsLocation_id operation.

Add a list of location levels to a inventory item.

POST /admin/inventory-items/{id}/location-levels/{location_id}

func (UnimplementedHandler) PostInvites

func (UnimplementedHandler) PostInvites(ctx context.Context, req jx.Raw) (r PostInvitesRes, _ error)

PostInvites implements PostInvites operation.

Create a invite.

POST /admin/invites

func (UnimplementedHandler) PostInvitesAccept

PostInvitesAccept implements PostInvitesAccept operation.

Create a invite.

POST /admin/invites/accept

func (UnimplementedHandler) PostInvitesIdResend

func (UnimplementedHandler) PostInvitesIdResend(ctx context.Context, req jx.Raw, params PostInvitesIdResendParams) (r PostInvitesIdResendRes, _ error)

PostInvitesIdResend implements PostInvitesIdResend operation.

Add a list of resends to a invite.

POST /admin/invites/{id}/resend

func (UnimplementedHandler) PostPaymentsIdCapture

PostPaymentsIdCapture implements PostPaymentsIdCapture operation.

Add a list of captures to a payment.

POST /admin/payments/{id}/capture

func (UnimplementedHandler) PostPaymentsIdRefund

PostPaymentsIdRefund implements PostPaymentsIdRefund operation.

Add a list of refunds to a payment.

POST /admin/payments/{id}/refund

func (UnimplementedHandler) PostPriceLists

PostPriceLists implements PostPriceLists operation.

Create a price list.

POST /admin/price-lists

func (UnimplementedHandler) PostPriceListsId

PostPriceListsId implements PostPriceListsId operation.

Update a price list's details.

POST /admin/price-lists/{id}

func (UnimplementedHandler) PostPriceListsIdPricesBatchAdd

PostPriceListsIdPricesBatchAdd implements PostPriceListsIdPricesBatchAdd operation.

Add a list of adds to a price list.

POST /admin/price-lists/{id}/prices/batch/add

func (UnimplementedHandler) PostPriceListsIdPricesBatchRemove

PostPriceListsIdPricesBatchRemove implements PostPriceListsIdPricesBatchRemove operation.

Add a list of removes to a price list.

POST /admin/price-lists/{id}/prices/batch/remove

func (UnimplementedHandler) PostPricingRuleTypes

PostPricingRuleTypes implements PostPricingRuleTypes operation.

Create a pricing.

POST /admin/pricing/rule-types

func (UnimplementedHandler) PostPricingRuleTypesId

PostPricingRuleTypesId implements PostPricingRuleTypesId operation.

Add a list of rule types to a pricing.

POST /admin/pricing/rule-types/{id}

func (UnimplementedHandler) PostProducts

func (UnimplementedHandler) PostProducts(ctx context.Context, req jx.Raw) (r PostProductsRes, _ error)

PostProducts implements PostProducts operation.

Create a product.

POST /admin/products

func (UnimplementedHandler) PostProductsId

func (UnimplementedHandler) PostProductsId(ctx context.Context, req jx.Raw, params PostProductsIdParams) (r PostProductsIdRes, _ error)

PostProductsId implements PostProductsId operation.

Update a product's details.

POST /admin/products/{id}

func (UnimplementedHandler) PostProductsIdOptions

PostProductsIdOptions implements PostProductsIdOptions operation.

Add a list of options to a product.

POST /admin/products/{id}/options

func (UnimplementedHandler) PostProductsIdOptionsOptionID

PostProductsIdOptionsOptionID implements PostProductsIdOptionsOption_id operation.

Add a list of options to a product.

POST /admin/products/{id}/options/{option_id}

func (UnimplementedHandler) PostProductsIdVariants

PostProductsIdVariants implements PostProductsIdVariants operation.

Add a list of variants to a product.

POST /admin/products/{id}/variants

func (UnimplementedHandler) PostProductsIdVariantsVariantID

PostProductsIdVariantsVariantID implements PostProductsIdVariantsVariant_id operation.

Add a list of variants to a product.

POST /admin/products/{id}/variants/{variant_id}

func (UnimplementedHandler) PostPromotions

func (UnimplementedHandler) PostPromotions(ctx context.Context, req jx.Raw) (r PostPromotionsRes, _ error)

PostPromotions implements PostPromotions operation.

Create a promotion.

POST /admin/promotions

func (UnimplementedHandler) PostPromotionsId

PostPromotionsId implements PostPromotionsId operation.

Update a promotion's details.

POST /admin/promotions/{id}

func (UnimplementedHandler) PostPromotionsIdBuyRulesBatchAdd

PostPromotionsIdBuyRulesBatchAdd implements PostPromotionsIdBuyRulesBatchAdd operation.

Add a list of adds to a promotion.

POST /admin/promotions/{id}/buy-rules/batch/add

func (UnimplementedHandler) PostPromotionsIdBuyRulesBatchRemove

PostPromotionsIdBuyRulesBatchRemove implements PostPromotionsIdBuyRulesBatchRemove operation.

Add a list of removes to a promotion.

POST /admin/promotions/{id}/buy-rules/batch/remove

func (UnimplementedHandler) PostPromotionsIdRulesBatchAdd

PostPromotionsIdRulesBatchAdd implements PostPromotionsIdRulesBatchAdd operation.

Add a list of adds to a promotion.

POST /admin/promotions/{id}/rules/batch/add

func (UnimplementedHandler) PostPromotionsIdRulesBatchRemove

PostPromotionsIdRulesBatchRemove implements PostPromotionsIdRulesBatchRemove operation.

Add a list of removes to a promotion.

POST /admin/promotions/{id}/rules/batch/remove

func (UnimplementedHandler) PostPromotionsIdRulesBatchUpdate

PostPromotionsIdRulesBatchUpdate implements PostPromotionsIdRulesBatchUpdate operation.

Add a list of updates to a promotion.

POST /admin/promotions/{id}/rules/batch/update

func (UnimplementedHandler) PostPromotionsIdTargetRulesBatchAdd

PostPromotionsIdTargetRulesBatchAdd implements PostPromotionsIdTargetRulesBatchAdd operation.

Add a list of adds to a promotion.

POST /admin/promotions/{id}/target-rules/batch/add

func (UnimplementedHandler) PostPromotionsIdTargetRulesBatchRemove

PostPromotionsIdTargetRulesBatchRemove implements PostPromotionsIdTargetRulesBatchRemove operation.

Add a list of removes to a promotion.

POST /admin/promotions/{id}/target-rules/batch/remove

func (UnimplementedHandler) PostRegions

func (UnimplementedHandler) PostRegions(ctx context.Context, req jx.Raw) (r PostRegionsRes, _ error)

PostRegions implements PostRegions operation.

Create a region.

POST /admin/regions

func (UnimplementedHandler) PostRegionsId

func (UnimplementedHandler) PostRegionsId(ctx context.Context, req jx.Raw, params PostRegionsIdParams) (r PostRegionsIdRes, _ error)

PostRegionsId implements PostRegionsId operation.

Update a region's details.

POST /admin/regions/{id}

func (UnimplementedHandler) PostSalesChannels

func (UnimplementedHandler) PostSalesChannels(ctx context.Context, req jx.Raw) (r PostSalesChannelsRes, _ error)

PostSalesChannels implements PostSalesChannels operation.

Create a sales channel.

POST /admin/sales-channels

func (UnimplementedHandler) PostSalesChannelsId

func (UnimplementedHandler) PostSalesChannelsId(ctx context.Context, req jx.Raw, params PostSalesChannelsIdParams) (r PostSalesChannelsIdRes, _ error)

PostSalesChannelsId implements PostSalesChannelsId operation.

Update a sales channel's details.

POST /admin/sales-channels/{id}

func (UnimplementedHandler) PostSalesChannelsIdProductsBatchAdd

PostSalesChannelsIdProductsBatchAdd implements PostSalesChannelsIdProductsBatchAdd operation.

Add a list of adds to a sales channel.

POST /admin/sales-channels/{id}/products/batch/add

func (UnimplementedHandler) PostStockLocations

PostStockLocations implements PostStockLocations operation.

Create a stock location.

POST /admin/stock-locations

func (UnimplementedHandler) PostStoresId

func (UnimplementedHandler) PostStoresId(ctx context.Context, req jx.Raw, params PostStoresIdParams) (r PostStoresIdRes, _ error)

PostStoresId implements PostStoresId operation.

Update a store's details.

POST /admin/stores/{id}

func (UnimplementedHandler) PostTaxRates

PostTaxRates implements PostTaxRates operation.

Create a tax rate.

POST /admin/tax-rates

func (UnimplementedHandler) PostTaxRatesId

PostTaxRatesId implements PostTaxRatesId operation.

Update a tax rate's details.

POST /admin/tax-rates/{id}

func (UnimplementedHandler) PostTaxRatesIdRules

PostTaxRatesIdRules implements PostTaxRatesIdRules operation.

Add a list of rules to a tax rate.

POST /admin/tax-rates/{id}/rules

func (UnimplementedHandler) PostTaxRegions

PostTaxRegions implements PostTaxRegions operation.

Create a tax region.

POST /admin/tax-regions

func (UnimplementedHandler) PostUsers

func (UnimplementedHandler) PostUsers(ctx context.Context, req jx.Raw) (r PostUsersRes, _ error)

PostUsers implements PostUsers operation.

Create a user.

POST /admin/users

func (UnimplementedHandler) PostUsersId

PostUsersId implements PostUsersId operation.

Update a user's details.

POST /admin/users/{id}

func (UnimplementedHandler) PostWorkflowsExecutionsWorkflowIdRun

PostWorkflowsExecutionsWorkflowIdRun implements PostWorkflowsExecutionsWorkflow_idRun operation.

Add a list of runs to a workflows execution.

POST /admin/workflows-executions/{workflow_id}/run

func (UnimplementedHandler) PostWorkflowsExecutionsWorkflowIdStepsFailure

PostWorkflowsExecutionsWorkflowIdStepsFailure implements PostWorkflowsExecutionsWorkflow_idStepsFailure operation.

Add a list of failures to a workflows execution.

POST /admin/workflows-executions/{workflow_id}/steps/failure

func (UnimplementedHandler) PostWorkflowsExecutionsWorkflowIdStepsSuccess

PostWorkflowsExecutionsWorkflowIdStepsSuccess implements PostWorkflowsExecutionsWorkflow_idStepsSuccess operation.

Add a list of successes to a workflows execution.

POST /admin/workflows-executions/{workflow_id}/steps/success

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL