client

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddressInfo

type AddressInfo struct {
	AddressDetail    *string `json:"addressDetail,omitempty" xml:"addressDetail,omitempty"`
	AddressId        *int64  `json:"addressId,omitempty" xml:"addressId,omitempty"`
	DivisionCode     *string `json:"divisionCode,omitempty" xml:"divisionCode,omitempty"`
	Receiver         *string `json:"receiver,omitempty" xml:"receiver,omitempty"`
	ReceiverPhone    *string `json:"receiverPhone,omitempty" xml:"receiverPhone,omitempty"`
	TownDivisionCode *string `json:"townDivisionCode,omitempty" xml:"townDivisionCode,omitempty"`
}

func (AddressInfo) GoString

func (s AddressInfo) GoString() string

func (*AddressInfo) SetAddressDetail

func (s *AddressInfo) SetAddressDetail(v string) *AddressInfo

func (*AddressInfo) SetAddressId

func (s *AddressInfo) SetAddressId(v int64) *AddressInfo

func (*AddressInfo) SetDivisionCode

func (s *AddressInfo) SetDivisionCode(v string) *AddressInfo

func (*AddressInfo) SetReceiver

func (s *AddressInfo) SetReceiver(v string) *AddressInfo

func (*AddressInfo) SetReceiverPhone

func (s *AddressInfo) SetReceiverPhone(v string) *AddressInfo

func (*AddressInfo) SetTownDivisionCode

func (s *AddressInfo) SetTownDivisionCode(v string) *AddressInfo

func (AddressInfo) String

func (s AddressInfo) String() string

type ApplyReason

type ApplyReason struct {
	ReasonTextId *int64  `json:"reasonTextId,omitempty" xml:"reasonTextId,omitempty"`
	ReasonTips   *string `json:"reasonTips,omitempty" xml:"reasonTips,omitempty"`
}

func (ApplyReason) GoString

func (s ApplyReason) GoString() string

func (*ApplyReason) SetReasonTextId

func (s *ApplyReason) SetReasonTextId(v int64) *ApplyReason

func (*ApplyReason) SetReasonTips

func (s *ApplyReason) SetReasonTips(v string) *ApplyReason

func (ApplyReason) String

func (s ApplyReason) String() string

type CancelRefundOrderResponse

type CancelRefundOrderResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RefundOrderResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CancelRefundOrderResponse) GoString

func (s CancelRefundOrderResponse) GoString() string

func (*CancelRefundOrderResponse) SetBody

func (*CancelRefundOrderResponse) SetHeaders

func (*CancelRefundOrderResponse) SetStatusCode

func (CancelRefundOrderResponse) String

func (s CancelRefundOrderResponse) String() string

type Category

type Category struct {
	CategoryId *int64  `json:"categoryId,omitempty" xml:"categoryId,omitempty"`
	Leaf       *bool   `json:"leaf,omitempty" xml:"leaf,omitempty"`
	Level      *int32  `json:"level,omitempty" xml:"level,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	ParentId   *int64  `json:"parentId,omitempty" xml:"parentId,omitempty"`
}

func (Category) GoString

func (s Category) GoString() string

func (*Category) SetCategoryId

func (s *Category) SetCategoryId(v int64) *Category

func (*Category) SetLeaf

func (s *Category) SetLeaf(v bool) *Category

func (*Category) SetLevel

func (s *Category) SetLevel(v int32) *Category

func (*Category) SetName

func (s *Category) SetName(v string) *Category

func (*Category) SetParentId

func (s *Category) SetParentId(v int64) *Category

func (Category) String

func (s Category) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) CancelRefundOrder

func (client *Client) CancelRefundOrder(disputeId *string) (_result *CancelRefundOrderResponse, _err error)

func (*Client) CancelRefundOrderWithOptions

func (client *Client) CancelRefundOrderWithOptions(disputeId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CancelRefundOrderResponse, _err error)

func (*Client) ConfirmDisburse

func (client *Client) ConfirmDisburse(request *ConfirmDisburseRequest) (_result *ConfirmDisburseResponse, _err error)

func (*Client) ConfirmDisburseWithOptions

func (client *Client) ConfirmDisburseWithOptions(request *ConfirmDisburseRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ConfirmDisburseResponse, _err error)

func (*Client) CreateGoodsShippingNotice

func (client *Client) CreateGoodsShippingNotice(request *CreateGoodsShippingNoticeRequest) (_result *CreateGoodsShippingNoticeResponse, _err error)

func (*Client) CreateGoodsShippingNoticeWithOptions

func (client *Client) CreateGoodsShippingNoticeWithOptions(request *CreateGoodsShippingNoticeRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateGoodsShippingNoticeResponse, _err error)

func (*Client) CreatePurchaseOrder

func (client *Client) CreatePurchaseOrder(request *CreatePurchaseOrderRequest) (_result *CreatePurchaseOrderResponse, _err error)

func (*Client) CreatePurchaseOrderWithOptions

func (client *Client) CreatePurchaseOrderWithOptions(request *CreatePurchaseOrderRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreatePurchaseOrderResponse, _err error)

func (*Client) CreateRefundOrder

func (client *Client) CreateRefundOrder(request *CreateRefundOrderRequest) (_result *CreateRefundOrderResponse, _err error)

func (*Client) CreateRefundOrderWithOptions

func (client *Client) CreateRefundOrderWithOptions(request *CreateRefundOrderRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateRefundOrderResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetOrder

func (client *Client) GetOrder(orderId *string) (_result *GetOrderResponse, _err error)

func (*Client) GetOrderWithOptions

func (client *Client) GetOrderWithOptions(orderId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetOrderResponse, _err error)

func (*Client) GetProduct

func (client *Client) GetProduct(productId *string, request *GetProductRequest) (_result *GetProductResponse, _err error)

func (*Client) GetProductSaleInfo

func (client *Client) GetProductSaleInfo(productId *string, request *GetProductSaleInfoRequest) (_result *GetProductSaleInfoResponse, _err error)

func (*Client) GetProductSaleInfoWithOptions

func (client *Client) GetProductSaleInfoWithOptions(productId *string, request *GetProductSaleInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProductSaleInfoResponse, _err error)

func (*Client) GetProductWithOptions

func (client *Client) GetProductWithOptions(productId *string, request *GetProductRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProductResponse, _err error)

func (*Client) GetPurchaseOrderStatus

func (client *Client) GetPurchaseOrderStatus(purchaseOrderId *string) (_result *GetPurchaseOrderStatusResponse, _err error)

func (*Client) GetPurchaseOrderStatusWithOptions

func (client *Client) GetPurchaseOrderStatusWithOptions(purchaseOrderId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetPurchaseOrderStatusResponse, _err error)

func (*Client) GetRefundOrder

func (client *Client) GetRefundOrder(disputeId *string) (_result *GetRefundOrderResponse, _err error)

func (*Client) GetRefundOrderWithOptions

func (client *Client) GetRefundOrderWithOptions(disputeId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetRefundOrderResponse, _err error)

func (*Client) GetShop

func (client *Client) GetShop(shopId *string) (_result *GetShopResponse, _err error)

func (*Client) GetShopWithOptions

func (client *Client) GetShopWithOptions(shopId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetShopResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) ListLogisticsOrders

func (client *Client) ListLogisticsOrders(orderId *string) (_result *ListLogisticsOrdersResponse, _err error)

func (*Client) ListLogisticsOrdersWithOptions

func (client *Client) ListLogisticsOrdersWithOptions(orderId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListLogisticsOrdersResponse, _err error)

func (*Client) ListProductGeneralBills

func (client *Client) ListProductGeneralBills(request *ListProductGeneralBillsRequest) (_result *ListProductGeneralBillsResponse, _err error)

func (*Client) ListProductGeneralBillsWithOptions

func (client *Client) ListProductGeneralBillsWithOptions(request *ListProductGeneralBillsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProductGeneralBillsResponse, _err error)

func (*Client) ListProductSaleInfos

func (client *Client) ListProductSaleInfos(request *ListProductSaleInfosRequest) (_result *ListProductSaleInfosResponse, _err error)

func (*Client) ListProductSaleInfosWithOptions

func (client *Client) ListProductSaleInfosWithOptions(request *ListProductSaleInfosRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProductSaleInfosResponse, _err error)

func (*Client) ListProducts

func (client *Client) ListProducts(request *ListProductsRequest) (_result *ListProductsResponse, _err error)

func (*Client) ListProductsWithOptions

func (client *Client) ListProductsWithOptions(request *ListProductsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProductsResponse, _err error)

func (*Client) ListShops

func (client *Client) ListShops(request *ListShopsRequest) (_result *ListShopsResponse, _err error)

func (*Client) ListShopsWithOptions

func (client *Client) ListShopsWithOptions(request *ListShopsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListShopsResponse, _err error)

func (*Client) ListSkuSaleInfos

func (client *Client) ListSkuSaleInfos(request *ListSkuSaleInfosRequest) (_result *ListSkuSaleInfosResponse, _err error)

func (*Client) ListSkuSaleInfosWithOptions

func (client *Client) ListSkuSaleInfosWithOptions(request *ListSkuSaleInfosRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListSkuSaleInfosResponse, _err error)

func (*Client) QueryChildDivisionCode

func (client *Client) QueryChildDivisionCode(request *QueryChildDivisionCodeRequest) (_result *QueryChildDivisionCodeResponse, _err error)

func (*Client) QueryChildDivisionCodeWithOptions

func (client *Client) QueryChildDivisionCodeWithOptions(request *QueryChildDivisionCodeRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *QueryChildDivisionCodeResponse, _err error)

func (*Client) QueryOrders

func (client *Client) QueryOrders(request *QueryOrdersRequest) (_result *QueryOrdersResponse, _err error)

func (*Client) QueryOrdersWithOptions

func (client *Client) QueryOrdersWithOptions(request *QueryOrdersRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *QueryOrdersResponse, _err error)

func (*Client) RenderPurchaseOrder

func (client *Client) RenderPurchaseOrder(request *RenderPurchaseOrderRequest) (_result *RenderPurchaseOrderResponse, _err error)

func (*Client) RenderPurchaseOrderWithOptions

func (client *Client) RenderPurchaseOrderWithOptions(request *RenderPurchaseOrderRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RenderPurchaseOrderResponse, _err error)

func (*Client) RenderRefundOrder

func (client *Client) RenderRefundOrder(request *RenderRefundOrderRequest) (_result *RenderRefundOrderResponse, _err error)

func (*Client) RenderRefundOrderWithOptions

func (client *Client) RenderRefundOrderWithOptions(request *RenderRefundOrderRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RenderRefundOrderResponse, _err error)

type ConfirmDisburseCmd

type ConfirmDisburseCmd struct {
	OrderId         *string `json:"orderId,omitempty" xml:"orderId,omitempty"`
	PurchaseOrderId *string `json:"purchaseOrderId,omitempty" xml:"purchaseOrderId,omitempty"`
}

func (ConfirmDisburseCmd) GoString

func (s ConfirmDisburseCmd) GoString() string

func (*ConfirmDisburseCmd) SetOrderId

func (s *ConfirmDisburseCmd) SetOrderId(v string) *ConfirmDisburseCmd

func (*ConfirmDisburseCmd) SetPurchaseOrderId

func (s *ConfirmDisburseCmd) SetPurchaseOrderId(v string) *ConfirmDisburseCmd

func (ConfirmDisburseCmd) String

func (s ConfirmDisburseCmd) String() string

type ConfirmDisburseRequest

type ConfirmDisburseRequest struct {
	Body *ConfirmDisburseCmd `json:"body,omitempty" xml:"body,omitempty"`
}

func (ConfirmDisburseRequest) GoString

func (s ConfirmDisburseRequest) GoString() string

func (*ConfirmDisburseRequest) SetBody

func (ConfirmDisburseRequest) String

func (s ConfirmDisburseRequest) String() string

type ConfirmDisburseResponse

type ConfirmDisburseResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ConfirmDisburseResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ConfirmDisburseResponse) GoString

func (s ConfirmDisburseResponse) GoString() string

func (*ConfirmDisburseResponse) SetBody

func (*ConfirmDisburseResponse) SetHeaders

func (*ConfirmDisburseResponse) SetStatusCode

func (ConfirmDisburseResponse) String

func (s ConfirmDisburseResponse) String() string

type ConfirmDisburseResult

type ConfirmDisburseResult struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (ConfirmDisburseResult) GoString

func (s ConfirmDisburseResult) GoString() string

func (*ConfirmDisburseResult) SetRequestId

func (*ConfirmDisburseResult) SetResult

func (ConfirmDisburseResult) String

func (s ConfirmDisburseResult) String() string

type CreateGoodsShippingNoticeRequest

type CreateGoodsShippingNoticeRequest struct {
	Body *GoodsShippingNoticeCreateCmd `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateGoodsShippingNoticeRequest) GoString

func (*CreateGoodsShippingNoticeRequest) SetBody

func (CreateGoodsShippingNoticeRequest) String

type CreateGoodsShippingNoticeResponse

type CreateGoodsShippingNoticeResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GoodsShippingNoticeCreateResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateGoodsShippingNoticeResponse) GoString

func (*CreateGoodsShippingNoticeResponse) SetBody

func (*CreateGoodsShippingNoticeResponse) SetHeaders

func (*CreateGoodsShippingNoticeResponse) SetStatusCode

func (CreateGoodsShippingNoticeResponse) String

type CreatePurchaseOrderRequest

type CreatePurchaseOrderRequest struct {
	Body *PurchaseOrderCreateCmd `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreatePurchaseOrderRequest) GoString

func (s CreatePurchaseOrderRequest) GoString() string

func (*CreatePurchaseOrderRequest) SetBody

func (CreatePurchaseOrderRequest) String

type CreatePurchaseOrderResponse

type CreatePurchaseOrderResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PurchaseOrderCreateResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreatePurchaseOrderResponse) GoString

func (s CreatePurchaseOrderResponse) GoString() string

func (*CreatePurchaseOrderResponse) SetBody

func (*CreatePurchaseOrderResponse) SetHeaders

func (*CreatePurchaseOrderResponse) SetStatusCode

func (CreatePurchaseOrderResponse) String

type CreateRefundOrderRequest

type CreateRefundOrderRequest struct {
	Body *RefundOrderCmd `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateRefundOrderRequest) GoString

func (s CreateRefundOrderRequest) GoString() string

func (*CreateRefundOrderRequest) SetBody

func (CreateRefundOrderRequest) String

func (s CreateRefundOrderRequest) String() string

type CreateRefundOrderResponse

type CreateRefundOrderResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RefundOrderResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateRefundOrderResponse) GoString

func (s CreateRefundOrderResponse) GoString() string

func (*CreateRefundOrderResponse) SetBody

func (*CreateRefundOrderResponse) SetHeaders

func (*CreateRefundOrderResponse) SetStatusCode

func (CreateRefundOrderResponse) String

func (s CreateRefundOrderResponse) String() string

type DeliveryInfo

type DeliveryInfo struct {
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id          *string `json:"id,omitempty" xml:"id,omitempty"`
	PostFee     *int64  `json:"postFee,omitempty" xml:"postFee,omitempty"`
	ServiceType *int64  `json:"serviceType,omitempty" xml:"serviceType,omitempty"`
}

func (DeliveryInfo) GoString

func (s DeliveryInfo) GoString() string

func (*DeliveryInfo) SetDisplayName

func (s *DeliveryInfo) SetDisplayName(v string) *DeliveryInfo

func (*DeliveryInfo) SetId

func (s *DeliveryInfo) SetId(v string) *DeliveryInfo

func (*DeliveryInfo) SetPostFee

func (s *DeliveryInfo) SetPostFee(v int64) *DeliveryInfo

func (*DeliveryInfo) SetServiceType

func (s *DeliveryInfo) SetServiceType(v int64) *DeliveryInfo

func (DeliveryInfo) String

func (s DeliveryInfo) String() string

type DistributionMaxRefundFee

type DistributionMaxRefundFee struct {
	MaxRefundFee *int64 `json:"maxRefundFee,omitempty" xml:"maxRefundFee,omitempty"`
	MinRefundFee *int64 `json:"minRefundFee,omitempty" xml:"minRefundFee,omitempty"`
}

func (DistributionMaxRefundFee) GoString

func (s DistributionMaxRefundFee) GoString() string

func (*DistributionMaxRefundFee) SetMaxRefundFee

func (*DistributionMaxRefundFee) SetMinRefundFee

func (DistributionMaxRefundFee) String

func (s DistributionMaxRefundFee) String() string

type Division

type Division struct {
	DivisionCode  *int64  `json:"divisionCode,omitempty" xml:"divisionCode,omitempty"`
	DivisionLevel *int64  `json:"divisionLevel,omitempty" xml:"divisionLevel,omitempty"`
	DivisionName  *string `json:"divisionName,omitempty" xml:"divisionName,omitempty"`
	ParentId      *int64  `json:"parentId,omitempty" xml:"parentId,omitempty"`
	Pinyin        *string `json:"pinyin,omitempty" xml:"pinyin,omitempty"`
}

func (Division) GoString

func (s Division) GoString() string

func (*Division) SetDivisionCode

func (s *Division) SetDivisionCode(v int64) *Division

func (*Division) SetDivisionLevel

func (s *Division) SetDivisionLevel(v int64) *Division

func (*Division) SetDivisionName

func (s *Division) SetDivisionName(v string) *Division

func (*Division) SetParentId

func (s *Division) SetParentId(v int64) *Division

func (*Division) SetPinyin

func (s *Division) SetPinyin(v string) *Division

func (Division) String

func (s Division) String() string

type DivisionPageResult

type DivisionPageResult struct {
	DivisionList []*Division `json:"divisionList,omitempty" xml:"divisionList,omitempty" type:"Repeated"`
	RequestId    *string     `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (DivisionPageResult) GoString

func (s DivisionPageResult) GoString() string

func (*DivisionPageResult) SetDivisionList

func (s *DivisionPageResult) SetDivisionList(v []*Division) *DivisionPageResult

func (*DivisionPageResult) SetRequestId

func (s *DivisionPageResult) SetRequestId(v string) *DivisionPageResult

func (DivisionPageResult) String

func (s DivisionPageResult) String() string

type DivisionQuery

type DivisionQuery struct {
	DivisionCode *string `json:"divisionCode,omitempty" xml:"divisionCode,omitempty"`
}

func (DivisionQuery) GoString

func (s DivisionQuery) GoString() string

func (*DivisionQuery) SetDivisionCode

func (s *DivisionQuery) SetDivisionCode(v string) *DivisionQuery

func (DivisionQuery) String

func (s DivisionQuery) String() string

type GeneralBill

type GeneralBill struct {
	BillId      *string   `json:"billId,omitempty" xml:"billId,omitempty"`
	BillPeriod  *string   `json:"billPeriod,omitempty" xml:"billPeriod,omitempty"`
	DownloadUrl []*string `json:"downloadUrl,omitempty" xml:"downloadUrl,omitempty" type:"Repeated"`
	EndTime     *string   `json:"endTime,omitempty" xml:"endTime,omitempty"`
	GmtCreate   *string   `json:"gmtCreate,omitempty" xml:"gmtCreate,omitempty"`
	GmtModified *string   `json:"gmtModified,omitempty" xml:"gmtModified,omitempty"`
	ShopId      *string   `json:"shopId,omitempty" xml:"shopId,omitempty"`
	ShopName    *string   `json:"shopName,omitempty" xml:"shopName,omitempty"`
	StartTime   *string   `json:"startTime,omitempty" xml:"startTime,omitempty"`
	TotalAmount *Money    `json:"totalAmount,omitempty" xml:"totalAmount,omitempty"`
}

func (GeneralBill) GoString

func (s GeneralBill) GoString() string

func (*GeneralBill) SetBillId

func (s *GeneralBill) SetBillId(v string) *GeneralBill

func (*GeneralBill) SetBillPeriod

func (s *GeneralBill) SetBillPeriod(v string) *GeneralBill

func (*GeneralBill) SetDownloadUrl

func (s *GeneralBill) SetDownloadUrl(v []*string) *GeneralBill

func (*GeneralBill) SetEndTime

func (s *GeneralBill) SetEndTime(v string) *GeneralBill

func (*GeneralBill) SetGmtCreate

func (s *GeneralBill) SetGmtCreate(v string) *GeneralBill

func (*GeneralBill) SetGmtModified

func (s *GeneralBill) SetGmtModified(v string) *GeneralBill

func (*GeneralBill) SetShopId

func (s *GeneralBill) SetShopId(v string) *GeneralBill

func (*GeneralBill) SetShopName

func (s *GeneralBill) SetShopName(v string) *GeneralBill

func (*GeneralBill) SetStartTime

func (s *GeneralBill) SetStartTime(v string) *GeneralBill

func (*GeneralBill) SetTotalAmount

func (s *GeneralBill) SetTotalAmount(v *Money) *GeneralBill

func (GeneralBill) String

func (s GeneralBill) String() string

type GeneralBillPageQuery

type GeneralBillPageQuery struct {
	Asc            *bool   `json:"asc,omitempty" xml:"asc,omitempty"`
	BillId         *string `json:"billId,omitempty" xml:"billId,omitempty"`
	BillPeriod     *string `json:"billPeriod,omitempty" xml:"billPeriod,omitempty"`
	Limit          *int32  `json:"limit,omitempty" xml:"limit,omitempty"`
	OrderBy        *string `json:"orderBy,omitempty" xml:"orderBy,omitempty"`
	OrderDirection *string `json:"orderDirection,omitempty" xml:"orderDirection,omitempty"`
	PageNumber     *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize       *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	ShopId         *string `json:"shopId,omitempty" xml:"shopId,omitempty"`
	Start          *int32  `json:"start,omitempty" xml:"start,omitempty"`
}

func (GeneralBillPageQuery) GoString

func (s GeneralBillPageQuery) GoString() string

func (*GeneralBillPageQuery) SetAsc

func (*GeneralBillPageQuery) SetBillId

func (*GeneralBillPageQuery) SetBillPeriod

func (s *GeneralBillPageQuery) SetBillPeriod(v string) *GeneralBillPageQuery

func (*GeneralBillPageQuery) SetLimit

func (*GeneralBillPageQuery) SetOrderBy

func (*GeneralBillPageQuery) SetOrderDirection

func (s *GeneralBillPageQuery) SetOrderDirection(v string) *GeneralBillPageQuery

func (*GeneralBillPageQuery) SetPageNumber

func (s *GeneralBillPageQuery) SetPageNumber(v int32) *GeneralBillPageQuery

func (*GeneralBillPageQuery) SetPageSize

func (s *GeneralBillPageQuery) SetPageSize(v int32) *GeneralBillPageQuery

func (*GeneralBillPageQuery) SetShopId

func (*GeneralBillPageQuery) SetStart

func (GeneralBillPageQuery) String

func (s GeneralBillPageQuery) String() string

type GeneralBillPageResult

type GeneralBillPageResult struct {
	GeneralBills []*GeneralBill `json:"generalBills,omitempty" xml:"generalBills,omitempty" type:"Repeated"`
	PageNumber   *int32         `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize     *int32         `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	RequestId    *string        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Total        *int32         `json:"total,omitempty" xml:"total,omitempty"`
}

func (GeneralBillPageResult) GoString

func (s GeneralBillPageResult) GoString() string

func (*GeneralBillPageResult) SetGeneralBills

func (s *GeneralBillPageResult) SetGeneralBills(v []*GeneralBill) *GeneralBillPageResult

func (*GeneralBillPageResult) SetPageNumber

func (s *GeneralBillPageResult) SetPageNumber(v int32) *GeneralBillPageResult

func (*GeneralBillPageResult) SetPageSize

func (*GeneralBillPageResult) SetRequestId

func (*GeneralBillPageResult) SetTotal

func (GeneralBillPageResult) String

func (s GeneralBillPageResult) String() string

type GetOrderResponse

type GetOrderResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *OrderResult       `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetOrderResponse) GoString

func (s GetOrderResponse) GoString() string

func (*GetOrderResponse) SetBody

func (*GetOrderResponse) SetHeaders

func (s *GetOrderResponse) SetHeaders(v map[string]*string) *GetOrderResponse

func (*GetOrderResponse) SetStatusCode

func (s *GetOrderResponse) SetStatusCode(v int32) *GetOrderResponse

func (GetOrderResponse) String

func (s GetOrderResponse) String() string

type GetProductRequest

type GetProductRequest struct {
	DistributorShopId *string `json:"distributorShopId,omitempty" xml:"distributorShopId,omitempty"`
	DivisionCode      *string `json:"divisionCode,omitempty" xml:"divisionCode,omitempty"`
}

func (GetProductRequest) GoString

func (s GetProductRequest) GoString() string

func (*GetProductRequest) SetDistributorShopId

func (s *GetProductRequest) SetDistributorShopId(v string) *GetProductRequest

func (*GetProductRequest) SetDivisionCode

func (s *GetProductRequest) SetDivisionCode(v string) *GetProductRequest

func (GetProductRequest) String

func (s GetProductRequest) String() string

type GetProductResponse

type GetProductResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *Product           `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetProductResponse) GoString

func (s GetProductResponse) GoString() string

func (*GetProductResponse) SetBody

func (*GetProductResponse) SetHeaders

func (s *GetProductResponse) SetHeaders(v map[string]*string) *GetProductResponse

func (*GetProductResponse) SetStatusCode

func (s *GetProductResponse) SetStatusCode(v int32) *GetProductResponse

func (GetProductResponse) String

func (s GetProductResponse) String() string

type GetProductSaleInfoRequest

type GetProductSaleInfoRequest struct {
	DistributorShopId *string `json:"distributorShopId,omitempty" xml:"distributorShopId,omitempty"`
	DivisionCode      *string `json:"divisionCode,omitempty" xml:"divisionCode,omitempty"`
}

func (GetProductSaleInfoRequest) GoString

func (s GetProductSaleInfoRequest) GoString() string

func (*GetProductSaleInfoRequest) SetDistributorShopId

func (s *GetProductSaleInfoRequest) SetDistributorShopId(v string) *GetProductSaleInfoRequest

func (*GetProductSaleInfoRequest) SetDivisionCode

func (GetProductSaleInfoRequest) String

func (s GetProductSaleInfoRequest) String() string

type GetProductSaleInfoResponse

type GetProductSaleInfoResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ProductSaleInfo   `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetProductSaleInfoResponse) GoString

func (s GetProductSaleInfoResponse) GoString() string

func (*GetProductSaleInfoResponse) SetBody

func (*GetProductSaleInfoResponse) SetHeaders

func (*GetProductSaleInfoResponse) SetStatusCode

func (GetProductSaleInfoResponse) String

type GetPurchaseOrderStatusResponse

type GetPurchaseOrderStatusResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PurchaseOrderStatusResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetPurchaseOrderStatusResponse) GoString

func (*GetPurchaseOrderStatusResponse) SetBody

func (*GetPurchaseOrderStatusResponse) SetHeaders

func (*GetPurchaseOrderStatusResponse) SetStatusCode

func (GetPurchaseOrderStatusResponse) String

type GetRefundOrderResponse

type GetRefundOrderResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RefundResult      `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetRefundOrderResponse) GoString

func (s GetRefundOrderResponse) GoString() string

func (*GetRefundOrderResponse) SetBody

func (*GetRefundOrderResponse) SetHeaders

func (*GetRefundOrderResponse) SetStatusCode

func (GetRefundOrderResponse) String

func (s GetRefundOrderResponse) String() string

type GetShopResponse

type GetShopResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *Shop              `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (GetShopResponse) GoString

func (s GetShopResponse) GoString() string

func (*GetShopResponse) SetBody

func (s *GetShopResponse) SetBody(v *Shop) *GetShopResponse

func (*GetShopResponse) SetHeaders

func (s *GetShopResponse) SetHeaders(v map[string]*string) *GetShopResponse

func (*GetShopResponse) SetStatusCode

func (s *GetShopResponse) SetStatusCode(v int32) *GetShopResponse

func (GetShopResponse) String

func (s GetShopResponse) String() string

type Good

type Good struct {
	GoodName  *string `json:"goodName,omitempty" xml:"goodName,omitempty"`
	ProductId *string `json:"productId,omitempty" xml:"productId,omitempty"`
	Quantity  *int32  `json:"quantity,omitempty" xml:"quantity,omitempty"`
}

func (Good) GoString

func (s Good) GoString() string

func (*Good) SetGoodName

func (s *Good) SetGoodName(v string) *Good

func (*Good) SetProductId

func (s *Good) SetProductId(v string) *Good

func (*Good) SetQuantity

func (s *Good) SetQuantity(v int32) *Good

func (Good) String

func (s Good) String() string

type GoodsShippingNoticeCreateCmd

type GoodsShippingNoticeCreateCmd struct {
	CpCode      *string `json:"cpCode,omitempty" xml:"cpCode,omitempty"`
	DisputeId   *int64  `json:"disputeId,omitempty" xml:"disputeId,omitempty"`
	LogisticsNo *string `json:"logisticsNo,omitempty" xml:"logisticsNo,omitempty"`
}

func (GoodsShippingNoticeCreateCmd) GoString

func (s GoodsShippingNoticeCreateCmd) GoString() string

func (*GoodsShippingNoticeCreateCmd) SetCpCode

func (*GoodsShippingNoticeCreateCmd) SetDisputeId

func (*GoodsShippingNoticeCreateCmd) SetLogisticsNo

func (GoodsShippingNoticeCreateCmd) String

type GoodsShippingNoticeCreateResult

type GoodsShippingNoticeCreateResult struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (GoodsShippingNoticeCreateResult) GoString

func (*GoodsShippingNoticeCreateResult) SetRequestId

func (*GoodsShippingNoticeCreateResult) SetResult

func (GoodsShippingNoticeCreateResult) String

type LeavePictureList

type LeavePictureList struct {
	Desc    *string `json:"desc,omitempty" xml:"desc,omitempty"`
	Picture *string `json:"picture,omitempty" xml:"picture,omitempty"`
}

func (LeavePictureList) GoString

func (s LeavePictureList) GoString() string

func (*LeavePictureList) SetDesc

func (s *LeavePictureList) SetDesc(v string) *LeavePictureList

func (*LeavePictureList) SetPicture

func (s *LeavePictureList) SetPicture(v string) *LeavePictureList

func (LeavePictureList) String

func (s LeavePictureList) String() string

type ListLogisticsOrdersResponse

type ListLogisticsOrdersResponse struct {
	Headers    map[string]*string        `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                    `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *LogisticsOrderListResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListLogisticsOrdersResponse) GoString

func (s ListLogisticsOrdersResponse) GoString() string

func (*ListLogisticsOrdersResponse) SetBody

func (*ListLogisticsOrdersResponse) SetHeaders

func (*ListLogisticsOrdersResponse) SetStatusCode

func (ListLogisticsOrdersResponse) String

type ListProductGeneralBillsRequest

type ListProductGeneralBillsRequest struct {
	Body *GeneralBillPageQuery `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListProductGeneralBillsRequest) GoString

func (*ListProductGeneralBillsRequest) SetBody

func (ListProductGeneralBillsRequest) String

type ListProductGeneralBillsResponse

type ListProductGeneralBillsResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *GeneralBillPageResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListProductGeneralBillsResponse) GoString

func (*ListProductGeneralBillsResponse) SetBody

func (*ListProductGeneralBillsResponse) SetHeaders

func (*ListProductGeneralBillsResponse) SetStatusCode

func (ListProductGeneralBillsResponse) String

type ListProductSaleInfosRequest

type ListProductSaleInfosRequest struct {
	Body *ProductSaleInfoListQuery `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListProductSaleInfosRequest) GoString

func (s ListProductSaleInfosRequest) GoString() string

func (*ListProductSaleInfosRequest) SetBody

func (ListProductSaleInfosRequest) String

type ListProductSaleInfosResponse

type ListProductSaleInfosResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ProductSaleInfoListResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListProductSaleInfosResponse) GoString

func (s ListProductSaleInfosResponse) GoString() string

func (*ListProductSaleInfosResponse) SetBody

func (*ListProductSaleInfosResponse) SetHeaders

func (*ListProductSaleInfosResponse) SetStatusCode

func (ListProductSaleInfosResponse) String

type ListProductsRequest

type ListProductsRequest struct {
	DistributorShopId *string `json:"distributorShopId,omitempty" xml:"distributorShopId,omitempty"`
	PageNumber        *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize          *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (ListProductsRequest) GoString

func (s ListProductsRequest) GoString() string

func (*ListProductsRequest) SetDistributorShopId

func (s *ListProductsRequest) SetDistributorShopId(v string) *ListProductsRequest

func (*ListProductsRequest) SetPageNumber

func (s *ListProductsRequest) SetPageNumber(v int32) *ListProductsRequest

func (*ListProductsRequest) SetPageSize

func (s *ListProductsRequest) SetPageSize(v int32) *ListProductsRequest

func (ListProductsRequest) String

func (s ListProductsRequest) String() string

type ListProductsResponse

type ListProductsResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ProductPageResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListProductsResponse) GoString

func (s ListProductsResponse) GoString() string

func (*ListProductsResponse) SetBody

func (*ListProductsResponse) SetHeaders

func (s *ListProductsResponse) SetHeaders(v map[string]*string) *ListProductsResponse

func (*ListProductsResponse) SetStatusCode

func (s *ListProductsResponse) SetStatusCode(v int32) *ListProductsResponse

func (ListProductsResponse) String

func (s ListProductsResponse) String() string

type ListShopsRequest

type ListShopsRequest struct {
	ChannelSupplierId *string `json:"channelSupplierId,omitempty" xml:"channelSupplierId,omitempty"`
	EndDate           *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	PageNumber        *int32  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize          *int32  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	ShopId            *string `json:"shopId,omitempty" xml:"shopId,omitempty"`
	ShopName          *string `json:"shopName,omitempty" xml:"shopName,omitempty"`
	StartDate         *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
}

func (ListShopsRequest) GoString

func (s ListShopsRequest) GoString() string

func (*ListShopsRequest) SetChannelSupplierId

func (s *ListShopsRequest) SetChannelSupplierId(v string) *ListShopsRequest

func (*ListShopsRequest) SetEndDate

func (s *ListShopsRequest) SetEndDate(v string) *ListShopsRequest

func (*ListShopsRequest) SetPageNumber

func (s *ListShopsRequest) SetPageNumber(v int32) *ListShopsRequest

func (*ListShopsRequest) SetPageSize

func (s *ListShopsRequest) SetPageSize(v int32) *ListShopsRequest

func (*ListShopsRequest) SetShopId

func (s *ListShopsRequest) SetShopId(v string) *ListShopsRequest

func (*ListShopsRequest) SetShopName

func (s *ListShopsRequest) SetShopName(v string) *ListShopsRequest

func (*ListShopsRequest) SetStartDate

func (s *ListShopsRequest) SetStartDate(v string) *ListShopsRequest

func (ListShopsRequest) String

func (s ListShopsRequest) String() string

type ListShopsResponse

type ListShopsResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *ShopPageResult    `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListShopsResponse) GoString

func (s ListShopsResponse) GoString() string

func (*ListShopsResponse) SetBody

func (*ListShopsResponse) SetHeaders

func (s *ListShopsResponse) SetHeaders(v map[string]*string) *ListShopsResponse

func (*ListShopsResponse) SetStatusCode

func (s *ListShopsResponse) SetStatusCode(v int32) *ListShopsResponse

func (ListShopsResponse) String

func (s ListShopsResponse) String() string

type ListSkuSaleInfosRequest

type ListSkuSaleInfosRequest struct {
	Body *SkuSaleInfoListQuery `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListSkuSaleInfosRequest) GoString

func (s ListSkuSaleInfosRequest) GoString() string

func (*ListSkuSaleInfosRequest) SetBody

func (ListSkuSaleInfosRequest) String

func (s ListSkuSaleInfosRequest) String() string

type ListSkuSaleInfosResponse

type ListSkuSaleInfosResponse struct {
	Headers    map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *SkuSaleInfoListResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (ListSkuSaleInfosResponse) GoString

func (s ListSkuSaleInfosResponse) GoString() string

func (*ListSkuSaleInfosResponse) SetBody

func (*ListSkuSaleInfosResponse) SetHeaders

func (*ListSkuSaleInfosResponse) SetStatusCode

func (ListSkuSaleInfosResponse) String

func (s ListSkuSaleInfosResponse) String() string

type LogisticsDetail

type LogisticsDetail struct {
	OcurrTimeStr *string `json:"ocurrTimeStr,omitempty" xml:"ocurrTimeStr,omitempty"`
	StanderdDesc *string `json:"standerdDesc,omitempty" xml:"standerdDesc,omitempty"`
}

func (LogisticsDetail) GoString

func (s LogisticsDetail) GoString() string

func (*LogisticsDetail) SetOcurrTimeStr

func (s *LogisticsDetail) SetOcurrTimeStr(v string) *LogisticsDetail

func (*LogisticsDetail) SetStanderdDesc

func (s *LogisticsDetail) SetStanderdDesc(v string) *LogisticsDetail

func (LogisticsDetail) String

func (s LogisticsDetail) String() string

type LogisticsOrderListResult

type LogisticsOrderListResult struct {
	LogisticsOrderList []*LogisticsOrderResult `json:"logisticsOrderList,omitempty" xml:"logisticsOrderList,omitempty" type:"Repeated"`
	RequestId          *string                 `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (LogisticsOrderListResult) GoString

func (s LogisticsOrderListResult) GoString() string

func (*LogisticsOrderListResult) SetLogisticsOrderList

func (*LogisticsOrderListResult) SetRequestId

func (LogisticsOrderListResult) String

func (s LogisticsOrderListResult) String() string

type LogisticsOrderResult

type LogisticsOrderResult struct {
	DataProvider         *string            `json:"dataProvider,omitempty" xml:"dataProvider,omitempty"`
	DataProviderTitle    *string            `json:"dataProviderTitle,omitempty" xml:"dataProviderTitle,omitempty"`
	Goods                []*Good            `json:"goods,omitempty" xml:"goods,omitempty" type:"Repeated"`
	LogisticsCompanyCode *string            `json:"logisticsCompanyCode,omitempty" xml:"logisticsCompanyCode,omitempty"`
	LogisticsCompanyName *string            `json:"logisticsCompanyName,omitempty" xml:"logisticsCompanyName,omitempty"`
	LogisticsDetailList  []*LogisticsDetail `json:"logisticsDetailList,omitempty" xml:"logisticsDetailList,omitempty" type:"Repeated"`
	MailNo               *string            `json:"mailNo,omitempty" xml:"mailNo,omitempty"`
}

func (LogisticsOrderResult) GoString

func (s LogisticsOrderResult) GoString() string

func (*LogisticsOrderResult) SetDataProvider

func (s *LogisticsOrderResult) SetDataProvider(v string) *LogisticsOrderResult

func (*LogisticsOrderResult) SetDataProviderTitle

func (s *LogisticsOrderResult) SetDataProviderTitle(v string) *LogisticsOrderResult

func (*LogisticsOrderResult) SetGoods

func (s *LogisticsOrderResult) SetGoods(v []*Good) *LogisticsOrderResult

func (*LogisticsOrderResult) SetLogisticsCompanyCode

func (s *LogisticsOrderResult) SetLogisticsCompanyCode(v string) *LogisticsOrderResult

func (*LogisticsOrderResult) SetLogisticsCompanyName

func (s *LogisticsOrderResult) SetLogisticsCompanyName(v string) *LogisticsOrderResult

func (*LogisticsOrderResult) SetLogisticsDetailList

func (s *LogisticsOrderResult) SetLogisticsDetailList(v []*LogisticsDetail) *LogisticsOrderResult

func (*LogisticsOrderResult) SetMailNo

func (LogisticsOrderResult) String

func (s LogisticsOrderResult) String() string

type Money

type Money struct {
	Amount         *int64         `json:"amount,omitempty" xml:"amount,omitempty"`
	AmountAsString *string        `json:"amountAsString,omitempty" xml:"amountAsString,omitempty"`
	AmountString   *string        `json:"amountString,omitempty" xml:"amountString,omitempty"`
	Cent           *int64         `json:"cent,omitempty" xml:"cent,omitempty"`
	Currency       *MoneyCurrency `json:"currency,omitempty" xml:"currency,omitempty" type:"Struct"`
	CurrencyCode   *string        `json:"currencyCode,omitempty" xml:"currencyCode,omitempty"`
	Positive       *bool          `json:"positive,omitempty" xml:"positive,omitempty"`
}

func (Money) GoString

func (s Money) GoString() string

func (*Money) SetAmount

func (s *Money) SetAmount(v int64) *Money

func (*Money) SetAmountAsString

func (s *Money) SetAmountAsString(v string) *Money

func (*Money) SetAmountString

func (s *Money) SetAmountString(v string) *Money

func (*Money) SetCent

func (s *Money) SetCent(v int64) *Money

func (*Money) SetCurrency

func (s *Money) SetCurrency(v *MoneyCurrency) *Money

func (*Money) SetCurrencyCode

func (s *Money) SetCurrencyCode(v string) *Money

func (*Money) SetPositive

func (s *Money) SetPositive(v bool) *Money

func (Money) String

func (s Money) String() string

type MoneyCurrency

type MoneyCurrency struct {
	CurrencyCode          *string `json:"currencyCode,omitempty" xml:"currencyCode,omitempty"`
	DefaultFractionDigits *int32  `json:"defaultFractionDigits,omitempty" xml:"defaultFractionDigits,omitempty"`
	DisplayName           *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	NumericCode           *int32  `json:"numericCode,omitempty" xml:"numericCode,omitempty"`
	Symbol                *string `json:"symbol,omitempty" xml:"symbol,omitempty"`
}

func (MoneyCurrency) GoString

func (s MoneyCurrency) GoString() string

func (*MoneyCurrency) SetCurrencyCode

func (s *MoneyCurrency) SetCurrencyCode(v string) *MoneyCurrency

func (*MoneyCurrency) SetDefaultFractionDigits

func (s *MoneyCurrency) SetDefaultFractionDigits(v int32) *MoneyCurrency

func (*MoneyCurrency) SetDisplayName

func (s *MoneyCurrency) SetDisplayName(v string) *MoneyCurrency

func (*MoneyCurrency) SetNumericCode

func (s *MoneyCurrency) SetNumericCode(v int32) *MoneyCurrency

func (*MoneyCurrency) SetSymbol

func (s *MoneyCurrency) SetSymbol(v string) *MoneyCurrency

func (MoneyCurrency) String

func (s MoneyCurrency) String() string

type OrderLineResult

type OrderLineResult struct {
	LogisticsStatus *string         `json:"logisticsStatus,omitempty" xml:"logisticsStatus,omitempty"`
	Number          *string         `json:"number,omitempty" xml:"number,omitempty"`
	OrderId         *string         `json:"orderId,omitempty" xml:"orderId,omitempty"`
	OrderLineId     *string         `json:"orderLineId,omitempty" xml:"orderLineId,omitempty"`
	OrderLineStatus *string         `json:"orderLineStatus,omitempty" xml:"orderLineStatus,omitempty"`
	ProductId       *string         `json:"productId,omitempty" xml:"productId,omitempty"`
	ProductPic      *string         `json:"productPic,omitempty" xml:"productPic,omitempty"`
	ProductPrice    []*ProductPrice `json:"productPrice,omitempty" xml:"productPrice,omitempty" type:"Repeated"`
	ProductTitle    *string         `json:"productTitle,omitempty" xml:"productTitle,omitempty"`
	SkuId           *string         `json:"skuId,omitempty" xml:"skuId,omitempty"`
	SkuTitle        *string         `json:"skuTitle,omitempty" xml:"skuTitle,omitempty"`
}

func (OrderLineResult) GoString

func (s OrderLineResult) GoString() string

func (*OrderLineResult) SetLogisticsStatus

func (s *OrderLineResult) SetLogisticsStatus(v string) *OrderLineResult

func (*OrderLineResult) SetNumber

func (s *OrderLineResult) SetNumber(v string) *OrderLineResult

func (*OrderLineResult) SetOrderId

func (s *OrderLineResult) SetOrderId(v string) *OrderLineResult

func (*OrderLineResult) SetOrderLineId

func (s *OrderLineResult) SetOrderLineId(v string) *OrderLineResult

func (*OrderLineResult) SetOrderLineStatus

func (s *OrderLineResult) SetOrderLineStatus(v string) *OrderLineResult

func (*OrderLineResult) SetProductId

func (s *OrderLineResult) SetProductId(v string) *OrderLineResult

func (*OrderLineResult) SetProductPic

func (s *OrderLineResult) SetProductPic(v string) *OrderLineResult

func (*OrderLineResult) SetProductPrice

func (s *OrderLineResult) SetProductPrice(v []*ProductPrice) *OrderLineResult

func (*OrderLineResult) SetProductTitle

func (s *OrderLineResult) SetProductTitle(v string) *OrderLineResult

func (*OrderLineResult) SetSkuId

func (s *OrderLineResult) SetSkuId(v string) *OrderLineResult

func (*OrderLineResult) SetSkuTitle

func (s *OrderLineResult) SetSkuTitle(v string) *OrderLineResult

func (OrderLineResult) String

func (s OrderLineResult) String() string

type OrderListResult

type OrderListResult struct {
	OrderList []*OrderResult `json:"orderList,omitempty" xml:"orderList,omitempty" type:"Repeated"`
	RequestId *string        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Total     *int32         `json:"total,omitempty" xml:"total,omitempty"`
}

func (OrderListResult) GoString

func (s OrderListResult) GoString() string

func (*OrderListResult) SetOrderList

func (s *OrderListResult) SetOrderList(v []*OrderResult) *OrderListResult

func (*OrderListResult) SetRequestId

func (s *OrderListResult) SetRequestId(v string) *OrderListResult

func (*OrderListResult) SetTotal

func (s *OrderListResult) SetTotal(v int32) *OrderListResult

func (OrderListResult) String

func (s OrderListResult) String() string

type OrderPageQuery

type OrderPageQuery struct {
	OrderIdList     []*string `json:"orderIdList,omitempty" xml:"orderIdList,omitempty" type:"Repeated"`
	PageNumber      *int32    `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize        *int32    `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	PurchaseOrderId *string   `json:"purchaseOrderId,omitempty" xml:"purchaseOrderId,omitempty"`
}

func (OrderPageQuery) GoString

func (s OrderPageQuery) GoString() string

func (*OrderPageQuery) SetOrderIdList

func (s *OrderPageQuery) SetOrderIdList(v []*string) *OrderPageQuery

func (*OrderPageQuery) SetPageNumber

func (s *OrderPageQuery) SetPageNumber(v int32) *OrderPageQuery

func (*OrderPageQuery) SetPageSize

func (s *OrderPageQuery) SetPageSize(v int32) *OrderPageQuery

func (*OrderPageQuery) SetPurchaseOrderId

func (s *OrderPageQuery) SetPurchaseOrderId(v string) *OrderPageQuery

func (OrderPageQuery) String

func (s OrderPageQuery) String() string

type OrderProductResult

type OrderProductResult struct {
	CanSell       *bool                  `json:"canSell,omitempty" xml:"canSell,omitempty"`
	Features      map[string]interface{} `json:"features,omitempty" xml:"features,omitempty"`
	Message       *string                `json:"message,omitempty" xml:"message,omitempty"`
	Price         *int64                 `json:"price,omitempty" xml:"price,omitempty"`
	ProductId     *string                `json:"productId,omitempty" xml:"productId,omitempty"`
	ProductPicUrl *string                `json:"productPicUrl,omitempty" xml:"productPicUrl,omitempty"`
	ProductTitle  *string                `json:"productTitle,omitempty" xml:"productTitle,omitempty"`
	Quantity      *int32                 `json:"quantity,omitempty" xml:"quantity,omitempty"`
	ShopId        *string                `json:"shopId,omitempty" xml:"shopId,omitempty"`
	SkuId         *string                `json:"skuId,omitempty" xml:"skuId,omitempty"`
	SkuTitle      *string                `json:"skuTitle,omitempty" xml:"skuTitle,omitempty"`
}

func (OrderProductResult) GoString

func (s OrderProductResult) GoString() string

func (*OrderProductResult) SetCanSell

func (s *OrderProductResult) SetCanSell(v bool) *OrderProductResult

func (*OrderProductResult) SetFeatures

func (s *OrderProductResult) SetFeatures(v map[string]interface{}) *OrderProductResult

func (*OrderProductResult) SetMessage

func (s *OrderProductResult) SetMessage(v string) *OrderProductResult

func (*OrderProductResult) SetPrice

func (*OrderProductResult) SetProductId

func (s *OrderProductResult) SetProductId(v string) *OrderProductResult

func (*OrderProductResult) SetProductPicUrl

func (s *OrderProductResult) SetProductPicUrl(v string) *OrderProductResult

func (*OrderProductResult) SetProductTitle

func (s *OrderProductResult) SetProductTitle(v string) *OrderProductResult

func (*OrderProductResult) SetQuantity

func (s *OrderProductResult) SetQuantity(v int32) *OrderProductResult

func (*OrderProductResult) SetShopId

func (s *OrderProductResult) SetShopId(v string) *OrderProductResult

func (*OrderProductResult) SetSkuId

func (*OrderProductResult) SetSkuTitle

func (s *OrderProductResult) SetSkuTitle(v string) *OrderProductResult

func (OrderProductResult) String

func (s OrderProductResult) String() string

type OrderRenderProductDTO

type OrderRenderProductDTO struct {
	ProductId *string `json:"productId,omitempty" xml:"productId,omitempty"`
	Quantity  *int32  `json:"quantity,omitempty" xml:"quantity,omitempty"`
	ShopId    *string `json:"shopId,omitempty" xml:"shopId,omitempty"`
	SkuId     *string `json:"skuId,omitempty" xml:"skuId,omitempty"`
}

func (OrderRenderProductDTO) GoString

func (s OrderRenderProductDTO) GoString() string

func (*OrderRenderProductDTO) SetProductId

func (*OrderRenderProductDTO) SetQuantity

func (*OrderRenderProductDTO) SetShopId

func (*OrderRenderProductDTO) SetSkuId

func (OrderRenderProductDTO) String

func (s OrderRenderProductDTO) String() string

type OrderRenderResult

type OrderRenderResult struct {
	CanSell          *bool                  `json:"canSell,omitempty" xml:"canSell,omitempty"`
	DeliveryInfoList []*DeliveryInfo        `json:"deliveryInfoList,omitempty" xml:"deliveryInfoList,omitempty" type:"Repeated"`
	ExtInfo          map[string]interface{} `json:"extInfo,omitempty" xml:"extInfo,omitempty"`
	Message          *string                `json:"message,omitempty" xml:"message,omitempty"`
	ProductList      []*OrderProductResult  `json:"productList,omitempty" xml:"productList,omitempty" type:"Repeated"`
}

func (OrderRenderResult) GoString

func (s OrderRenderResult) GoString() string

func (*OrderRenderResult) SetCanSell

func (s *OrderRenderResult) SetCanSell(v bool) *OrderRenderResult

func (*OrderRenderResult) SetDeliveryInfoList

func (s *OrderRenderResult) SetDeliveryInfoList(v []*DeliveryInfo) *OrderRenderResult

func (*OrderRenderResult) SetExtInfo

func (s *OrderRenderResult) SetExtInfo(v map[string]interface{}) *OrderRenderResult

func (*OrderRenderResult) SetMessage

func (s *OrderRenderResult) SetMessage(v string) *OrderRenderResult

func (*OrderRenderResult) SetProductList

func (s *OrderRenderResult) SetProductList(v []*OrderProductResult) *OrderRenderResult

func (OrderRenderResult) String

func (s OrderRenderResult) String() string

type OrderResult

type OrderResult struct {
	CreateDate      *string            `json:"createDate,omitempty" xml:"createDate,omitempty"`
	DistributorId   *string            `json:"distributorId,omitempty" xml:"distributorId,omitempty"`
	LogisticsStatus *string            `json:"logisticsStatus,omitempty" xml:"logisticsStatus,omitempty"`
	OrderAmount     *string            `json:"orderAmount,omitempty" xml:"orderAmount,omitempty"`
	OrderId         *string            `json:"orderId,omitempty" xml:"orderId,omitempty"`
	OrderLineList   []*OrderLineResult `json:"orderLineList,omitempty" xml:"orderLineList,omitempty" type:"Repeated"`
	OrderStatus     *string            `json:"orderStatus,omitempty" xml:"orderStatus,omitempty"`
	RequestId       *string            `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (OrderResult) GoString

func (s OrderResult) GoString() string

func (*OrderResult) SetCreateDate

func (s *OrderResult) SetCreateDate(v string) *OrderResult

func (*OrderResult) SetDistributorId

func (s *OrderResult) SetDistributorId(v string) *OrderResult

func (*OrderResult) SetLogisticsStatus

func (s *OrderResult) SetLogisticsStatus(v string) *OrderResult

func (*OrderResult) SetOrderAmount

func (s *OrderResult) SetOrderAmount(v string) *OrderResult

func (*OrderResult) SetOrderId

func (s *OrderResult) SetOrderId(v string) *OrderResult

func (*OrderResult) SetOrderLineList

func (s *OrderResult) SetOrderLineList(v []*OrderLineResult) *OrderResult

func (*OrderResult) SetOrderStatus

func (s *OrderResult) SetOrderStatus(v string) *OrderResult

func (*OrderResult) SetRequestId

func (s *OrderResult) SetRequestId(v string) *OrderResult

func (OrderResult) String

func (s OrderResult) String() string

type Product

type Product struct {
	CanSell        *bool              `json:"canSell,omitempty" xml:"canSell,omitempty"`
	CategoryChain  []*Category        `json:"categoryChain,omitempty" xml:"categoryChain,omitempty" type:"Repeated"`
	CategoryLeafId *int64             `json:"categoryLeafId,omitempty" xml:"categoryLeafId,omitempty"`
	DescPath       *string            `json:"descPath,omitempty" xml:"descPath,omitempty"`
	DivisionCode   *string            `json:"divisionCode,omitempty" xml:"divisionCode,omitempty"`
	FuzzyQuantity  *string            `json:"fuzzyQuantity,omitempty" xml:"fuzzyQuantity,omitempty"`
	Images         []*string          `json:"images,omitempty" xml:"images,omitempty" type:"Repeated"`
	PicUrl         *string            `json:"picUrl,omitempty" xml:"picUrl,omitempty"`
	ProductId      *string            `json:"productId,omitempty" xml:"productId,omitempty"`
	ProductSpecs   []*ProductSpec     `json:"productSpecs,omitempty" xml:"productSpecs,omitempty" type:"Repeated"`
	ProductStatus  *string            `json:"productStatus,omitempty" xml:"productStatus,omitempty"`
	ProductType    *string            `json:"productType,omitempty" xml:"productType,omitempty"`
	Properties     []*ProductProperty `json:"properties,omitempty" xml:"properties,omitempty" type:"Repeated"`
	Quantity       *int64             `json:"quantity,omitempty" xml:"quantity,omitempty"`
	RequestId      *string            `json:"requestId,omitempty" xml:"requestId,omitempty"`
	ShopId         *string            `json:"shopId,omitempty" xml:"shopId,omitempty"`
	Skus           []*Sku             `json:"skus,omitempty" xml:"skus,omitempty" type:"Repeated"`
	SoldQuantity   *string            `json:"soldQuantity,omitempty" xml:"soldQuantity,omitempty"`
	TaxCode        *string            `json:"taxCode,omitempty" xml:"taxCode,omitempty"`
	TaxRate        *int32             `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Title          *string            `json:"title,omitempty" xml:"title,omitempty"`
}

func (Product) GoString

func (s Product) GoString() string

func (*Product) SetCanSell

func (s *Product) SetCanSell(v bool) *Product

func (*Product) SetCategoryChain

func (s *Product) SetCategoryChain(v []*Category) *Product

func (*Product) SetCategoryLeafId

func (s *Product) SetCategoryLeafId(v int64) *Product

func (*Product) SetDescPath

func (s *Product) SetDescPath(v string) *Product

func (*Product) SetDivisionCode

func (s *Product) SetDivisionCode(v string) *Product

func (*Product) SetFuzzyQuantity

func (s *Product) SetFuzzyQuantity(v string) *Product

func (*Product) SetImages

func (s *Product) SetImages(v []*string) *Product

func (*Product) SetPicUrl

func (s *Product) SetPicUrl(v string) *Product

func (*Product) SetProductId

func (s *Product) SetProductId(v string) *Product

func (*Product) SetProductSpecs

func (s *Product) SetProductSpecs(v []*ProductSpec) *Product

func (*Product) SetProductStatus

func (s *Product) SetProductStatus(v string) *Product

func (*Product) SetProductType

func (s *Product) SetProductType(v string) *Product

func (*Product) SetProperties

func (s *Product) SetProperties(v []*ProductProperty) *Product

func (*Product) SetQuantity

func (s *Product) SetQuantity(v int64) *Product

func (*Product) SetRequestId

func (s *Product) SetRequestId(v string) *Product

func (*Product) SetShopId

func (s *Product) SetShopId(v string) *Product

func (*Product) SetSkus

func (s *Product) SetSkus(v []*Sku) *Product

func (*Product) SetSoldQuantity

func (s *Product) SetSoldQuantity(v string) *Product

func (*Product) SetTaxCode

func (s *Product) SetTaxCode(v string) *Product

func (*Product) SetTaxRate

func (s *Product) SetTaxRate(v int32) *Product

func (*Product) SetTitle

func (s *Product) SetTitle(v string) *Product

func (Product) String

func (s Product) String() string

type ProductDTO

type ProductDTO struct {
	Price     *int64  `json:"price,omitempty" xml:"price,omitempty"`
	ProductId *string `json:"productId,omitempty" xml:"productId,omitempty"`
	Quantity  *int32  `json:"quantity,omitempty" xml:"quantity,omitempty"`
	ShopId    *string `json:"shopId,omitempty" xml:"shopId,omitempty"`
	SkuId     *string `json:"skuId,omitempty" xml:"skuId,omitempty"`
}

func (ProductDTO) GoString

func (s ProductDTO) GoString() string

func (*ProductDTO) SetPrice

func (s *ProductDTO) SetPrice(v int64) *ProductDTO

func (*ProductDTO) SetProductId

func (s *ProductDTO) SetProductId(v string) *ProductDTO

func (*ProductDTO) SetQuantity

func (s *ProductDTO) SetQuantity(v int32) *ProductDTO

func (*ProductDTO) SetShopId

func (s *ProductDTO) SetShopId(v string) *ProductDTO

func (*ProductDTO) SetSkuId

func (s *ProductDTO) SetSkuId(v string) *ProductDTO

func (ProductDTO) String

func (s ProductDTO) String() string

type ProductPageResult

type ProductPageResult struct {
	PageNumber *int32     `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int32     `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Products   []*Product `json:"products,omitempty" xml:"products,omitempty" type:"Repeated"`
	RequestId  *string    `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Total      *int32     `json:"total,omitempty" xml:"total,omitempty"`
}

func (ProductPageResult) GoString

func (s ProductPageResult) GoString() string

func (*ProductPageResult) SetPageNumber

func (s *ProductPageResult) SetPageNumber(v int32) *ProductPageResult

func (*ProductPageResult) SetPageSize

func (s *ProductPageResult) SetPageSize(v int32) *ProductPageResult

func (*ProductPageResult) SetProducts

func (s *ProductPageResult) SetProducts(v []*Product) *ProductPageResult

func (*ProductPageResult) SetRequestId

func (s *ProductPageResult) SetRequestId(v string) *ProductPageResult

func (*ProductPageResult) SetTotal

func (s *ProductPageResult) SetTotal(v int32) *ProductPageResult

func (ProductPageResult) String

func (s ProductPageResult) String() string

type ProductPrice

type ProductPrice struct {
	FundAmountMoney *string `json:"fundAmountMoney,omitempty" xml:"fundAmountMoney,omitempty"`
}

func (ProductPrice) GoString

func (s ProductPrice) GoString() string

func (*ProductPrice) SetFundAmountMoney

func (s *ProductPrice) SetFundAmountMoney(v string) *ProductPrice

func (ProductPrice) String

func (s ProductPrice) String() string

type ProductProperty

type ProductProperty struct {
	Text   *string   `json:"text,omitempty" xml:"text,omitempty"`
	Values []*string `json:"values,omitempty" xml:"values,omitempty" type:"Repeated"`
}

func (ProductProperty) GoString

func (s ProductProperty) GoString() string

func (*ProductProperty) SetText

func (s *ProductProperty) SetText(v string) *ProductProperty

func (*ProductProperty) SetValues

func (s *ProductProperty) SetValues(v []*string) *ProductProperty

func (ProductProperty) String

func (s ProductProperty) String() string

type ProductQuery

type ProductQuery struct {
	DistributorShopId *string `json:"distributorShopId,omitempty" xml:"distributorShopId,omitempty"`
	DivisionCode      *string `json:"divisionCode,omitempty" xml:"divisionCode,omitempty"`
}

func (ProductQuery) GoString

func (s ProductQuery) GoString() string

func (*ProductQuery) SetDistributorShopId

func (s *ProductQuery) SetDistributorShopId(v string) *ProductQuery

func (*ProductQuery) SetDivisionCode

func (s *ProductQuery) SetDivisionCode(v string) *ProductQuery

func (ProductQuery) String

func (s ProductQuery) String() string

type ProductSaleInfo

type ProductSaleInfo struct {
	CanSell       *bool          `json:"canSell,omitempty" xml:"canSell,omitempty"`
	DivisionCode  *string        `json:"divisionCode,omitempty" xml:"divisionCode,omitempty"`
	FuzzyQuantity *string        `json:"fuzzyQuantity,omitempty" xml:"fuzzyQuantity,omitempty"`
	ProductId     *string        `json:"productId,omitempty" xml:"productId,omitempty"`
	ProductStatus *string        `json:"productStatus,omitempty" xml:"productStatus,omitempty"`
	Quantity      *int64         `json:"quantity,omitempty" xml:"quantity,omitempty"`
	RequestId     *string        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	ShopId        *string        `json:"shopId,omitempty" xml:"shopId,omitempty"`
	Skus          []*SkuSaleInfo `json:"skus,omitempty" xml:"skus,omitempty" type:"Repeated"`
	Title         *string        `json:"title,omitempty" xml:"title,omitempty"`
}

func (ProductSaleInfo) GoString

func (s ProductSaleInfo) GoString() string

func (*ProductSaleInfo) SetCanSell

func (s *ProductSaleInfo) SetCanSell(v bool) *ProductSaleInfo

func (*ProductSaleInfo) SetDivisionCode

func (s *ProductSaleInfo) SetDivisionCode(v string) *ProductSaleInfo

func (*ProductSaleInfo) SetFuzzyQuantity

func (s *ProductSaleInfo) SetFuzzyQuantity(v string) *ProductSaleInfo

func (*ProductSaleInfo) SetProductId

func (s *ProductSaleInfo) SetProductId(v string) *ProductSaleInfo

func (*ProductSaleInfo) SetProductStatus

func (s *ProductSaleInfo) SetProductStatus(v string) *ProductSaleInfo

func (*ProductSaleInfo) SetQuantity

func (s *ProductSaleInfo) SetQuantity(v int64) *ProductSaleInfo

func (*ProductSaleInfo) SetRequestId

func (s *ProductSaleInfo) SetRequestId(v string) *ProductSaleInfo

func (*ProductSaleInfo) SetShopId

func (s *ProductSaleInfo) SetShopId(v string) *ProductSaleInfo

func (*ProductSaleInfo) SetSkus

func (s *ProductSaleInfo) SetSkus(v []*SkuSaleInfo) *ProductSaleInfo

func (*ProductSaleInfo) SetTitle

func (s *ProductSaleInfo) SetTitle(v string) *ProductSaleInfo

func (ProductSaleInfo) String

func (s ProductSaleInfo) String() string

type ProductSaleInfoListQuery

type ProductSaleInfoListQuery struct {
	DistributorShopId *string   `json:"distributorShopId,omitempty" xml:"distributorShopId,omitempty"`
	DivisionCode      *string   `json:"divisionCode,omitempty" xml:"divisionCode,omitempty"`
	ProductIds        []*string `json:"productIds,omitempty" xml:"productIds,omitempty" type:"Repeated"`
}

func (ProductSaleInfoListQuery) GoString

func (s ProductSaleInfoListQuery) GoString() string

func (*ProductSaleInfoListQuery) SetDistributorShopId

func (s *ProductSaleInfoListQuery) SetDistributorShopId(v string) *ProductSaleInfoListQuery

func (*ProductSaleInfoListQuery) SetDivisionCode

func (*ProductSaleInfoListQuery) SetProductIds

func (ProductSaleInfoListQuery) String

func (s ProductSaleInfoListQuery) String() string

type ProductSaleInfoListResult

type ProductSaleInfoListResult struct {
	ProductSaleInfos []*ProductSaleInfo `json:"productSaleInfos,omitempty" xml:"productSaleInfos,omitempty" type:"Repeated"`
	RequestId        *string            `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (ProductSaleInfoListResult) GoString

func (s ProductSaleInfoListResult) GoString() string

func (*ProductSaleInfoListResult) SetProductSaleInfos

func (*ProductSaleInfoListResult) SetRequestId

func (ProductSaleInfoListResult) String

func (s ProductSaleInfoListResult) String() string

type ProductSaleInfoQuery

type ProductSaleInfoQuery struct {
	DistributorShopId *string `json:"distributorShopId,omitempty" xml:"distributorShopId,omitempty"`
	DivisionCode      *string `json:"divisionCode,omitempty" xml:"divisionCode,omitempty"`
}

func (ProductSaleInfoQuery) GoString

func (s ProductSaleInfoQuery) GoString() string

func (*ProductSaleInfoQuery) SetDistributorShopId

func (s *ProductSaleInfoQuery) SetDistributorShopId(v string) *ProductSaleInfoQuery

func (*ProductSaleInfoQuery) SetDivisionCode

func (s *ProductSaleInfoQuery) SetDivisionCode(v string) *ProductSaleInfoQuery

func (ProductSaleInfoQuery) String

func (s ProductSaleInfoQuery) String() string

type ProductSpec

type ProductSpec struct {
	Key    *string             `json:"key,omitempty" xml:"key,omitempty"`
	KeyId  *int64              `json:"keyId,omitempty" xml:"keyId,omitempty"`
	Values []*ProductSpecValue `json:"values,omitempty" xml:"values,omitempty" type:"Repeated"`
}

func (ProductSpec) GoString

func (s ProductSpec) GoString() string

func (*ProductSpec) SetKey

func (s *ProductSpec) SetKey(v string) *ProductSpec

func (*ProductSpec) SetKeyId

func (s *ProductSpec) SetKeyId(v int64) *ProductSpec

func (*ProductSpec) SetValues

func (s *ProductSpec) SetValues(v []*ProductSpecValue) *ProductSpec

func (ProductSpec) String

func (s ProductSpec) String() string

type ProductSpecValue

type ProductSpecValue struct {
	Value   *string `json:"value,omitempty" xml:"value,omitempty"`
	ValueId *int64  `json:"valueId,omitempty" xml:"valueId,omitempty"`
}

func (ProductSpecValue) GoString

func (s ProductSpecValue) GoString() string

func (*ProductSpecValue) SetValue

func (s *ProductSpecValue) SetValue(v string) *ProductSpecValue

func (*ProductSpecValue) SetValueId

func (s *ProductSpecValue) SetValueId(v int64) *ProductSpecValue

func (ProductSpecValue) String

func (s ProductSpecValue) String() string

type PurchaseOrderCreateCmd

type PurchaseOrderCreateCmd struct {
	BuyerId              *string                `json:"buyerId,omitempty" xml:"buyerId,omitempty"`
	DeliveryAddress      *AddressInfo           `json:"deliveryAddress,omitempty" xml:"deliveryAddress,omitempty"`
	ExtInfo              map[string]interface{} `json:"extInfo,omitempty" xml:"extInfo,omitempty"`
	OuterPurchaseOrderId *string                `json:"outerPurchaseOrderId,omitempty" xml:"outerPurchaseOrderId,omitempty"`
	ProductList          []*ProductDTO          `json:"productList,omitempty" xml:"productList,omitempty" type:"Repeated"`
}

func (PurchaseOrderCreateCmd) GoString

func (s PurchaseOrderCreateCmd) GoString() string

func (*PurchaseOrderCreateCmd) SetBuyerId

func (*PurchaseOrderCreateCmd) SetDeliveryAddress

func (s *PurchaseOrderCreateCmd) SetDeliveryAddress(v *AddressInfo) *PurchaseOrderCreateCmd

func (*PurchaseOrderCreateCmd) SetExtInfo

func (s *PurchaseOrderCreateCmd) SetExtInfo(v map[string]interface{}) *PurchaseOrderCreateCmd

func (*PurchaseOrderCreateCmd) SetOuterPurchaseOrderId

func (s *PurchaseOrderCreateCmd) SetOuterPurchaseOrderId(v string) *PurchaseOrderCreateCmd

func (*PurchaseOrderCreateCmd) SetProductList

func (s *PurchaseOrderCreateCmd) SetProductList(v []*ProductDTO) *PurchaseOrderCreateCmd

func (PurchaseOrderCreateCmd) String

func (s PurchaseOrderCreateCmd) String() string

type PurchaseOrderCreateResult

type PurchaseOrderCreateResult struct {
	PurchaseOrderId *string `json:"purchaseOrderId,omitempty" xml:"purchaseOrderId,omitempty"`
	RequestId       *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (PurchaseOrderCreateResult) GoString

func (s PurchaseOrderCreateResult) GoString() string

func (*PurchaseOrderCreateResult) SetPurchaseOrderId

func (*PurchaseOrderCreateResult) SetRequestId

func (PurchaseOrderCreateResult) String

func (s PurchaseOrderCreateResult) String() string

type PurchaseOrderRenderQuery

type PurchaseOrderRenderQuery struct {
	BuyerId         *string                  `json:"buyerId,omitempty" xml:"buyerId,omitempty"`
	DeliveryAddress *AddressInfo             `json:"deliveryAddress,omitempty" xml:"deliveryAddress,omitempty"`
	ExtInfo         map[string]interface{}   `json:"extInfo,omitempty" xml:"extInfo,omitempty"`
	ProductList     []*OrderRenderProductDTO `json:"productList,omitempty" xml:"productList,omitempty" type:"Repeated"`
}

func (PurchaseOrderRenderQuery) GoString

func (s PurchaseOrderRenderQuery) GoString() string

func (*PurchaseOrderRenderQuery) SetBuyerId

func (*PurchaseOrderRenderQuery) SetDeliveryAddress

func (*PurchaseOrderRenderQuery) SetExtInfo

func (s *PurchaseOrderRenderQuery) SetExtInfo(v map[string]interface{}) *PurchaseOrderRenderQuery

func (*PurchaseOrderRenderQuery) SetProductList

func (PurchaseOrderRenderQuery) String

func (s PurchaseOrderRenderQuery) String() string

type PurchaseOrderRenderResult

type PurchaseOrderRenderResult struct {
	AddressList         []*AddressInfo         `json:"addressList,omitempty" xml:"addressList,omitempty" type:"Repeated"`
	CanSell             *bool                  `json:"canSell,omitempty" xml:"canSell,omitempty"`
	ExtInfo             map[string]interface{} `json:"extInfo,omitempty" xml:"extInfo,omitempty"`
	Message             *string                `json:"message,omitempty" xml:"message,omitempty"`
	OrderList           []*OrderRenderResult   `json:"orderList,omitempty" xml:"orderList,omitempty" type:"Repeated"`
	RequestId           *string                `json:"requestId,omitempty" xml:"requestId,omitempty"`
	UnsellableOrderList []*OrderRenderResult   `json:"unsellableOrderList,omitempty" xml:"unsellableOrderList,omitempty" type:"Repeated"`
}

func (PurchaseOrderRenderResult) GoString

func (s PurchaseOrderRenderResult) GoString() string

func (*PurchaseOrderRenderResult) SetAddressList

func (*PurchaseOrderRenderResult) SetCanSell

func (*PurchaseOrderRenderResult) SetExtInfo

func (s *PurchaseOrderRenderResult) SetExtInfo(v map[string]interface{}) *PurchaseOrderRenderResult

func (*PurchaseOrderRenderResult) SetMessage

func (*PurchaseOrderRenderResult) SetOrderList

func (*PurchaseOrderRenderResult) SetRequestId

func (*PurchaseOrderRenderResult) SetUnsellableOrderList

func (PurchaseOrderRenderResult) String

func (s PurchaseOrderRenderResult) String() string

type PurchaseOrderStatusResult

type PurchaseOrderStatusResult struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Status    *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (PurchaseOrderStatusResult) GoString

func (s PurchaseOrderStatusResult) GoString() string

func (*PurchaseOrderStatusResult) SetRequestId

func (*PurchaseOrderStatusResult) SetStatus

func (PurchaseOrderStatusResult) String

func (s PurchaseOrderStatusResult) String() string

type QueryChildDivisionCodeRequest

type QueryChildDivisionCodeRequest struct {
	Body *DivisionQuery `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryChildDivisionCodeRequest) GoString

func (*QueryChildDivisionCodeRequest) SetBody

func (QueryChildDivisionCodeRequest) String

type QueryChildDivisionCodeResponse

type QueryChildDivisionCodeResponse struct {
	Headers    map[string]*string  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *DivisionPageResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryChildDivisionCodeResponse) GoString

func (*QueryChildDivisionCodeResponse) SetBody

func (*QueryChildDivisionCodeResponse) SetHeaders

func (*QueryChildDivisionCodeResponse) SetStatusCode

func (QueryChildDivisionCodeResponse) String

type QueryOrdersRequest

type QueryOrdersRequest struct {
	Body *OrderPageQuery `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryOrdersRequest) GoString

func (s QueryOrdersRequest) GoString() string

func (*QueryOrdersRequest) SetBody

func (QueryOrdersRequest) String

func (s QueryOrdersRequest) String() string

type QueryOrdersResponse

type QueryOrdersResponse struct {
	Headers    map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32             `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *OrderListResult   `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (QueryOrdersResponse) GoString

func (s QueryOrdersResponse) GoString() string

func (*QueryOrdersResponse) SetBody

func (*QueryOrdersResponse) SetHeaders

func (s *QueryOrdersResponse) SetHeaders(v map[string]*string) *QueryOrdersResponse

func (*QueryOrdersResponse) SetStatusCode

func (s *QueryOrdersResponse) SetStatusCode(v int32) *QueryOrdersResponse

func (QueryOrdersResponse) String

func (s QueryOrdersResponse) String() string

type RefundFeeData

type RefundFeeData struct {
	MaxRefundFee *int64 `json:"maxRefundFee,omitempty" xml:"maxRefundFee,omitempty"`
	MinRefundFee *int64 `json:"minRefundFee,omitempty" xml:"minRefundFee,omitempty"`
}

func (RefundFeeData) GoString

func (s RefundFeeData) GoString() string

func (*RefundFeeData) SetMaxRefundFee

func (s *RefundFeeData) SetMaxRefundFee(v int64) *RefundFeeData

func (*RefundFeeData) SetMinRefundFee

func (s *RefundFeeData) SetMinRefundFee(v int64) *RefundFeeData

func (RefundFeeData) String

func (s RefundFeeData) String() string

type RefundOrderCmd

type RefundOrderCmd struct {
	ApplyReasonTextId *int64              `json:"applyReasonTextId,omitempty" xml:"applyReasonTextId,omitempty"`
	ApplyReasonTips   *string             `json:"applyReasonTips,omitempty" xml:"applyReasonTips,omitempty"`
	ApplyRefundCount  *int32              `json:"applyRefundCount,omitempty" xml:"applyRefundCount,omitempty"`
	ApplyRefundFee    *int64              `json:"applyRefundFee,omitempty" xml:"applyRefundFee,omitempty"`
	BizClaimType      *int32              `json:"bizClaimType,omitempty" xml:"bizClaimType,omitempty"`
	GoodsStatus       *int32              `json:"goodsStatus,omitempty" xml:"goodsStatus,omitempty"`
	LeaveMessage      *string             `json:"leaveMessage,omitempty" xml:"leaveMessage,omitempty"`
	LeavePictureLists []*LeavePictureList `json:"leavePictureLists,omitempty" xml:"leavePictureLists,omitempty" type:"Repeated"`
	OrderLineId       *string             `json:"orderLineId,omitempty" xml:"orderLineId,omitempty"`
}

func (RefundOrderCmd) GoString

func (s RefundOrderCmd) GoString() string

func (*RefundOrderCmd) SetApplyReasonTextId

func (s *RefundOrderCmd) SetApplyReasonTextId(v int64) *RefundOrderCmd

func (*RefundOrderCmd) SetApplyReasonTips

func (s *RefundOrderCmd) SetApplyReasonTips(v string) *RefundOrderCmd

func (*RefundOrderCmd) SetApplyRefundCount

func (s *RefundOrderCmd) SetApplyRefundCount(v int32) *RefundOrderCmd

func (*RefundOrderCmd) SetApplyRefundFee

func (s *RefundOrderCmd) SetApplyRefundFee(v int64) *RefundOrderCmd

func (*RefundOrderCmd) SetBizClaimType

func (s *RefundOrderCmd) SetBizClaimType(v int32) *RefundOrderCmd

func (*RefundOrderCmd) SetGoodsStatus

func (s *RefundOrderCmd) SetGoodsStatus(v int32) *RefundOrderCmd

func (*RefundOrderCmd) SetLeaveMessage

func (s *RefundOrderCmd) SetLeaveMessage(v string) *RefundOrderCmd

func (*RefundOrderCmd) SetLeavePictureLists

func (s *RefundOrderCmd) SetLeavePictureLists(v []*LeavePictureList) *RefundOrderCmd

func (*RefundOrderCmd) SetOrderLineId

func (s *RefundOrderCmd) SetOrderLineId(v string) *RefundOrderCmd

func (RefundOrderCmd) String

func (s RefundOrderCmd) String() string

type RefundOrderResult

type RefundOrderResult struct {
	DisputeId     *string `json:"disputeId,omitempty" xml:"disputeId,omitempty"`
	DisputeStatus *int32  `json:"disputeStatus,omitempty" xml:"disputeStatus,omitempty"`
	DisputeType   *int32  `json:"disputeType,omitempty" xml:"disputeType,omitempty"`
	OrderLineId   *string `json:"orderLineId,omitempty" xml:"orderLineId,omitempty"`
	RequestId     *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (RefundOrderResult) GoString

func (s RefundOrderResult) GoString() string

func (*RefundOrderResult) SetDisputeId

func (s *RefundOrderResult) SetDisputeId(v string) *RefundOrderResult

func (*RefundOrderResult) SetDisputeStatus

func (s *RefundOrderResult) SetDisputeStatus(v int32) *RefundOrderResult

func (*RefundOrderResult) SetDisputeType

func (s *RefundOrderResult) SetDisputeType(v int32) *RefundOrderResult

func (*RefundOrderResult) SetOrderLineId

func (s *RefundOrderResult) SetOrderLineId(v string) *RefundOrderResult

func (*RefundOrderResult) SetRequestId

func (s *RefundOrderResult) SetRequestId(v string) *RefundOrderResult

func (RefundOrderResult) String

func (s RefundOrderResult) String() string

type RefundReason

type RefundReason struct {
	ProofRequired      *bool   `json:"proofRequired,omitempty" xml:"proofRequired,omitempty"`
	ReasonTextId       *string `json:"reasonTextId,omitempty" xml:"reasonTextId,omitempty"`
	ReasonTips         *string `json:"reasonTips,omitempty" xml:"reasonTips,omitempty"`
	RefundDescRequired *bool   `json:"refundDescRequired,omitempty" xml:"refundDescRequired,omitempty"`
}

func (RefundReason) GoString

func (s RefundReason) GoString() string

func (*RefundReason) SetProofRequired

func (s *RefundReason) SetProofRequired(v bool) *RefundReason

func (*RefundReason) SetReasonTextId

func (s *RefundReason) SetReasonTextId(v string) *RefundReason

func (*RefundReason) SetReasonTips

func (s *RefundReason) SetReasonTips(v string) *RefundReason

func (*RefundReason) SetRefundDescRequired

func (s *RefundReason) SetRefundDescRequired(v bool) *RefundReason

func (RefundReason) String

func (s RefundReason) String() string

type RefundRenderCmd

type RefundRenderCmd struct {
	BizClaimType *int32  `json:"bizClaimType,omitempty" xml:"bizClaimType,omitempty"`
	GoodsStatus  *int32  `json:"goodsStatus,omitempty" xml:"goodsStatus,omitempty"`
	OrderLineId  *string `json:"orderLineId,omitempty" xml:"orderLineId,omitempty"`
}

func (RefundRenderCmd) GoString

func (s RefundRenderCmd) GoString() string

func (*RefundRenderCmd) SetBizClaimType

func (s *RefundRenderCmd) SetBizClaimType(v int32) *RefundRenderCmd

func (*RefundRenderCmd) SetGoodsStatus

func (s *RefundRenderCmd) SetGoodsStatus(v int32) *RefundRenderCmd

func (*RefundRenderCmd) SetOrderLineId

func (s *RefundRenderCmd) SetOrderLineId(v string) *RefundRenderCmd

func (RefundRenderCmd) String

func (s RefundRenderCmd) String() string

type RefundRenderResult

type RefundRenderResult struct {
	BizClaimType     *int32                    `json:"bizClaimType,omitempty" xml:"bizClaimType,omitempty"`
	MainOrderRefund  *bool                     `json:"mainOrderRefund,omitempty" xml:"mainOrderRefund,omitempty"`
	MaxRefundFeeData *DistributionMaxRefundFee `json:"maxRefundFeeData,omitempty" xml:"maxRefundFeeData,omitempty"`
	OrderLineId      *string                   `json:"orderLineId,omitempty" xml:"orderLineId,omitempty"`
	RefundReasonList []*RefundReason           `json:"refundReasonList,omitempty" xml:"refundReasonList,omitempty" type:"Repeated"`
	RequestId        *string                   `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (RefundRenderResult) GoString

func (s RefundRenderResult) GoString() string

func (*RefundRenderResult) SetBizClaimType

func (s *RefundRenderResult) SetBizClaimType(v int32) *RefundRenderResult

func (*RefundRenderResult) SetMainOrderRefund

func (s *RefundRenderResult) SetMainOrderRefund(v bool) *RefundRenderResult

func (*RefundRenderResult) SetMaxRefundFeeData

func (*RefundRenderResult) SetOrderLineId

func (s *RefundRenderResult) SetOrderLineId(v string) *RefundRenderResult

func (*RefundRenderResult) SetRefundReasonList

func (s *RefundRenderResult) SetRefundReasonList(v []*RefundReason) *RefundRenderResult

func (*RefundRenderResult) SetRequestId

func (s *RefundRenderResult) SetRequestId(v string) *RefundRenderResult

func (RefundRenderResult) String

func (s RefundRenderResult) String() string

type RefundResult

type RefundResult struct {
	ApplyDisputeDesc             *string        `json:"applyDisputeDesc,omitempty" xml:"applyDisputeDesc,omitempty"`
	ApplyReason                  *ApplyReason   `json:"applyReason,omitempty" xml:"applyReason,omitempty"`
	BizClaimType                 *int32         `json:"bizClaimType,omitempty" xml:"bizClaimType,omitempty"`
	DisputeCreateTime            *string        `json:"disputeCreateTime,omitempty" xml:"disputeCreateTime,omitempty"`
	DisputeDesc                  *string        `json:"disputeDesc,omitempty" xml:"disputeDesc,omitempty"`
	DisputeEndTime               *string        `json:"disputeEndTime,omitempty" xml:"disputeEndTime,omitempty"`
	DisputeId                    *string        `json:"disputeId,omitempty" xml:"disputeId,omitempty"`
	DisputeStatus                *int32         `json:"disputeStatus,omitempty" xml:"disputeStatus,omitempty"`
	DisputeType                  *int32         `json:"disputeType,omitempty" xml:"disputeType,omitempty"`
	OrderId                      *string        `json:"orderId,omitempty" xml:"orderId,omitempty"`
	OrderLineId                  *string        `json:"orderLineId,omitempty" xml:"orderLineId,omitempty"`
	OrderLogisticsStatus         *int32         `json:"orderLogisticsStatus,omitempty" xml:"orderLogisticsStatus,omitempty"`
	RefundFee                    *int64         `json:"refundFee,omitempty" xml:"refundFee,omitempty"`
	RefundFeeData                *RefundFeeData `json:"refundFeeData,omitempty" xml:"refundFeeData,omitempty"`
	RefunderAddress              *string        `json:"refunderAddress,omitempty" xml:"refunderAddress,omitempty"`
	RefunderName                 *string        `json:"refunderName,omitempty" xml:"refunderName,omitempty"`
	RefunderTel                  *string        `json:"refunderTel,omitempty" xml:"refunderTel,omitempty"`
	RefunderZipCode              *string        `json:"refunderZipCode,omitempty" xml:"refunderZipCode,omitempty"`
	ReturnGoodLogisticsStatus    *int32         `json:"returnGoodLogisticsStatus,omitempty" xml:"returnGoodLogisticsStatus,omitempty"`
	SellerAgreeMsg               *string        `json:"sellerAgreeMsg,omitempty" xml:"sellerAgreeMsg,omitempty"`
	SellerRefuseAgreementMessage *string        `json:"sellerRefuseAgreementMessage,omitempty" xml:"sellerRefuseAgreementMessage,omitempty"`
	SellerRefuseReason           *string        `json:"sellerRefuseReason,omitempty" xml:"sellerRefuseReason,omitempty"`
}

func (RefundResult) GoString

func (s RefundResult) GoString() string

func (*RefundResult) SetApplyDisputeDesc

func (s *RefundResult) SetApplyDisputeDesc(v string) *RefundResult

func (*RefundResult) SetApplyReason

func (s *RefundResult) SetApplyReason(v *ApplyReason) *RefundResult

func (*RefundResult) SetBizClaimType

func (s *RefundResult) SetBizClaimType(v int32) *RefundResult

func (*RefundResult) SetDisputeCreateTime

func (s *RefundResult) SetDisputeCreateTime(v string) *RefundResult

func (*RefundResult) SetDisputeDesc

func (s *RefundResult) SetDisputeDesc(v string) *RefundResult

func (*RefundResult) SetDisputeEndTime

func (s *RefundResult) SetDisputeEndTime(v string) *RefundResult

func (*RefundResult) SetDisputeId

func (s *RefundResult) SetDisputeId(v string) *RefundResult

func (*RefundResult) SetDisputeStatus

func (s *RefundResult) SetDisputeStatus(v int32) *RefundResult

func (*RefundResult) SetDisputeType

func (s *RefundResult) SetDisputeType(v int32) *RefundResult

func (*RefundResult) SetOrderId

func (s *RefundResult) SetOrderId(v string) *RefundResult

func (*RefundResult) SetOrderLineId

func (s *RefundResult) SetOrderLineId(v string) *RefundResult

func (*RefundResult) SetOrderLogisticsStatus

func (s *RefundResult) SetOrderLogisticsStatus(v int32) *RefundResult

func (*RefundResult) SetRefundFee

func (s *RefundResult) SetRefundFee(v int64) *RefundResult

func (*RefundResult) SetRefundFeeData

func (s *RefundResult) SetRefundFeeData(v *RefundFeeData) *RefundResult

func (*RefundResult) SetRefunderAddress

func (s *RefundResult) SetRefunderAddress(v string) *RefundResult

func (*RefundResult) SetRefunderName

func (s *RefundResult) SetRefunderName(v string) *RefundResult

func (*RefundResult) SetRefunderTel

func (s *RefundResult) SetRefunderTel(v string) *RefundResult

func (*RefundResult) SetRefunderZipCode

func (s *RefundResult) SetRefunderZipCode(v string) *RefundResult

func (*RefundResult) SetReturnGoodLogisticsStatus

func (s *RefundResult) SetReturnGoodLogisticsStatus(v int32) *RefundResult

func (*RefundResult) SetSellerAgreeMsg

func (s *RefundResult) SetSellerAgreeMsg(v string) *RefundResult

func (*RefundResult) SetSellerRefuseAgreementMessage

func (s *RefundResult) SetSellerRefuseAgreementMessage(v string) *RefundResult

func (*RefundResult) SetSellerRefuseReason

func (s *RefundResult) SetSellerRefuseReason(v string) *RefundResult

func (RefundResult) String

func (s RefundResult) String() string

type RenderPurchaseOrderRequest

type RenderPurchaseOrderRequest struct {
	Body *PurchaseOrderRenderQuery `json:"body,omitempty" xml:"body,omitempty"`
}

func (RenderPurchaseOrderRequest) GoString

func (s RenderPurchaseOrderRequest) GoString() string

func (*RenderPurchaseOrderRequest) SetBody

func (RenderPurchaseOrderRequest) String

type RenderPurchaseOrderResponse

type RenderPurchaseOrderResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *PurchaseOrderRenderResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RenderPurchaseOrderResponse) GoString

func (s RenderPurchaseOrderResponse) GoString() string

func (*RenderPurchaseOrderResponse) SetBody

func (*RenderPurchaseOrderResponse) SetHeaders

func (*RenderPurchaseOrderResponse) SetStatusCode

func (RenderPurchaseOrderResponse) String

type RenderRefundOrderRequest

type RenderRefundOrderRequest struct {
	Body *RefundRenderCmd `json:"body,omitempty" xml:"body,omitempty"`
}

func (RenderRefundOrderRequest) GoString

func (s RenderRefundOrderRequest) GoString() string

func (*RenderRefundOrderRequest) SetBody

func (RenderRefundOrderRequest) String

func (s RenderRefundOrderRequest) String() string

type RenderRefundOrderResponse

type RenderRefundOrderResponse struct {
	Headers    map[string]*string  `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	StatusCode *int32              `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"`
	Body       *RefundRenderResult `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (RenderRefundOrderResponse) GoString

func (s RenderRefundOrderResponse) GoString() string

func (*RenderRefundOrderResponse) SetBody

func (*RenderRefundOrderResponse) SetHeaders

func (*RenderRefundOrderResponse) SetStatusCode

func (RenderRefundOrderResponse) String

func (s RenderRefundOrderResponse) String() string

type Shop

type Shop struct {
	ChannelSupplierId *string `json:"channelSupplierId,omitempty" xml:"channelSupplierId,omitempty"`
	DistributorId     *string `json:"distributorId,omitempty" xml:"distributorId,omitempty"`
	EndDate           *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	ShopId            *string `json:"shopId,omitempty" xml:"shopId,omitempty"`
	ShopName          *string `json:"shopName,omitempty" xml:"shopName,omitempty"`
	ShopType          *string `json:"shopType,omitempty" xml:"shopType,omitempty"`
	StartDate         *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	Status            *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (Shop) GoString

func (s Shop) GoString() string

func (*Shop) SetChannelSupplierId

func (s *Shop) SetChannelSupplierId(v string) *Shop

func (*Shop) SetDistributorId

func (s *Shop) SetDistributorId(v string) *Shop

func (*Shop) SetEndDate

func (s *Shop) SetEndDate(v string) *Shop

func (*Shop) SetShopId

func (s *Shop) SetShopId(v string) *Shop

func (*Shop) SetShopName

func (s *Shop) SetShopName(v string) *Shop

func (*Shop) SetShopType

func (s *Shop) SetShopType(v string) *Shop

func (*Shop) SetStartDate

func (s *Shop) SetStartDate(v string) *Shop

func (*Shop) SetStatus

func (s *Shop) SetStatus(v string) *Shop

func (Shop) String

func (s Shop) String() string

type ShopPageDataResult

type ShopPageDataResult struct {
	ChannelSupplierId *string `json:"channelSupplierId,omitempty" xml:"channelSupplierId,omitempty"`
	EndDate           *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	ShopId            *string `json:"shopId,omitempty" xml:"shopId,omitempty"`
	ShopName          *string `json:"shopName,omitempty" xml:"shopName,omitempty"`
	ShopType          *string `json:"shopType,omitempty" xml:"shopType,omitempty"`
	StartDate         *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	Status            *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (ShopPageDataResult) GoString

func (s ShopPageDataResult) GoString() string

func (*ShopPageDataResult) SetChannelSupplierId

func (s *ShopPageDataResult) SetChannelSupplierId(v string) *ShopPageDataResult

func (*ShopPageDataResult) SetEndDate

func (s *ShopPageDataResult) SetEndDate(v string) *ShopPageDataResult

func (*ShopPageDataResult) SetShopId

func (s *ShopPageDataResult) SetShopId(v string) *ShopPageDataResult

func (*ShopPageDataResult) SetShopName

func (s *ShopPageDataResult) SetShopName(v string) *ShopPageDataResult

func (*ShopPageDataResult) SetShopType

func (s *ShopPageDataResult) SetShopType(v string) *ShopPageDataResult

func (*ShopPageDataResult) SetStartDate

func (s *ShopPageDataResult) SetStartDate(v string) *ShopPageDataResult

func (*ShopPageDataResult) SetStatus

func (s *ShopPageDataResult) SetStatus(v string) *ShopPageDataResult

func (ShopPageDataResult) String

func (s ShopPageDataResult) String() string

type ShopPageResult

type ShopPageResult struct {
	RequestId *string               `json:"requestId,omitempty" xml:"requestId,omitempty"`
	ShopList  []*ShopPageDataResult `json:"shopList,omitempty" xml:"shopList,omitempty" type:"Repeated"`
	Total     *int32                `json:"total,omitempty" xml:"total,omitempty"`
}

func (ShopPageResult) GoString

func (s ShopPageResult) GoString() string

func (*ShopPageResult) SetRequestId

func (s *ShopPageResult) SetRequestId(v string) *ShopPageResult

func (*ShopPageResult) SetShopList

func (s *ShopPageResult) SetShopList(v []*ShopPageDataResult) *ShopPageResult

func (*ShopPageResult) SetTotal

func (s *ShopPageResult) SetTotal(v int32) *ShopPageResult

func (ShopPageResult) String

func (s ShopPageResult) String() string

type Sku

type Sku struct {
	CanSell       *bool      `json:"canSell,omitempty" xml:"canSell,omitempty"`
	DivisionCode  *string    `json:"divisionCode,omitempty" xml:"divisionCode,omitempty"`
	FuzzyQuantity *string    `json:"fuzzyQuantity,omitempty" xml:"fuzzyQuantity,omitempty"`
	MarkPrice     *int64     `json:"markPrice,omitempty" xml:"markPrice,omitempty"`
	PicUrl        *string    `json:"picUrl,omitempty" xml:"picUrl,omitempty"`
	PlatformPrice *int64     `json:"platformPrice,omitempty" xml:"platformPrice,omitempty"`
	Price         *int64     `json:"price,omitempty" xml:"price,omitempty"`
	ProductId     *string    `json:"productId,omitempty" xml:"productId,omitempty"`
	Quantity      *int64     `json:"quantity,omitempty" xml:"quantity,omitempty"`
	ShopId        *string    `json:"shopId,omitempty" xml:"shopId,omitempty"`
	SkuId         *string    `json:"skuId,omitempty" xml:"skuId,omitempty"`
	SkuSpecs      []*SkuSpec `json:"skuSpecs,omitempty" xml:"skuSpecs,omitempty" type:"Repeated"`
	SkuSpecsCode  *string    `json:"skuSpecsCode,omitempty" xml:"skuSpecsCode,omitempty"`
	SkuStatus     *string    `json:"skuStatus,omitempty" xml:"skuStatus,omitempty"`
	Title         *string    `json:"title,omitempty" xml:"title,omitempty"`
}

func (Sku) GoString

func (s Sku) GoString() string

func (*Sku) SetCanSell

func (s *Sku) SetCanSell(v bool) *Sku

func (*Sku) SetDivisionCode

func (s *Sku) SetDivisionCode(v string) *Sku

func (*Sku) SetFuzzyQuantity

func (s *Sku) SetFuzzyQuantity(v string) *Sku

func (*Sku) SetMarkPrice

func (s *Sku) SetMarkPrice(v int64) *Sku

func (*Sku) SetPicUrl

func (s *Sku) SetPicUrl(v string) *Sku

func (*Sku) SetPlatformPrice

func (s *Sku) SetPlatformPrice(v int64) *Sku

func (*Sku) SetPrice

func (s *Sku) SetPrice(v int64) *Sku

func (*Sku) SetProductId

func (s *Sku) SetProductId(v string) *Sku

func (*Sku) SetQuantity

func (s *Sku) SetQuantity(v int64) *Sku

func (*Sku) SetShopId

func (s *Sku) SetShopId(v string) *Sku

func (*Sku) SetSkuId

func (s *Sku) SetSkuId(v string) *Sku

func (*Sku) SetSkuSpecs

func (s *Sku) SetSkuSpecs(v []*SkuSpec) *Sku

func (*Sku) SetSkuSpecsCode

func (s *Sku) SetSkuSpecsCode(v string) *Sku

func (*Sku) SetSkuStatus

func (s *Sku) SetSkuStatus(v string) *Sku

func (*Sku) SetTitle

func (s *Sku) SetTitle(v string) *Sku

func (Sku) String

func (s Sku) String() string

type SkuQueryParam

type SkuQueryParam struct {
	ProductId *string `json:"productId,omitempty" xml:"productId,omitempty"`
	SkuId     *string `json:"skuId,omitempty" xml:"skuId,omitempty"`
}

func (SkuQueryParam) GoString

func (s SkuQueryParam) GoString() string

func (*SkuQueryParam) SetProductId

func (s *SkuQueryParam) SetProductId(v string) *SkuQueryParam

func (*SkuQueryParam) SetSkuId

func (s *SkuQueryParam) SetSkuId(v string) *SkuQueryParam

func (SkuQueryParam) String

func (s SkuQueryParam) String() string

type SkuSaleInfo

type SkuSaleInfo struct {
	CanSell       *bool   `json:"canSell,omitempty" xml:"canSell,omitempty"`
	DivisionCode  *string `json:"divisionCode,omitempty" xml:"divisionCode,omitempty"`
	FuzzyQuantity *string `json:"fuzzyQuantity,omitempty" xml:"fuzzyQuantity,omitempty"`
	MarkPrice     *int64  `json:"markPrice,omitempty" xml:"markPrice,omitempty"`
	Price         *int64  `json:"price,omitempty" xml:"price,omitempty"`
	ProductId     *string `json:"productId,omitempty" xml:"productId,omitempty"`
	Quantity      *int64  `json:"quantity,omitempty" xml:"quantity,omitempty"`
	ShopId        *string `json:"shopId,omitempty" xml:"shopId,omitempty"`
	SkuId         *string `json:"skuId,omitempty" xml:"skuId,omitempty"`
	SkuStatus     *string `json:"skuStatus,omitempty" xml:"skuStatus,omitempty"`
	Title         *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (SkuSaleInfo) GoString

func (s SkuSaleInfo) GoString() string

func (*SkuSaleInfo) SetCanSell

func (s *SkuSaleInfo) SetCanSell(v bool) *SkuSaleInfo

func (*SkuSaleInfo) SetDivisionCode

func (s *SkuSaleInfo) SetDivisionCode(v string) *SkuSaleInfo

func (*SkuSaleInfo) SetFuzzyQuantity

func (s *SkuSaleInfo) SetFuzzyQuantity(v string) *SkuSaleInfo

func (*SkuSaleInfo) SetMarkPrice

func (s *SkuSaleInfo) SetMarkPrice(v int64) *SkuSaleInfo

func (*SkuSaleInfo) SetPrice

func (s *SkuSaleInfo) SetPrice(v int64) *SkuSaleInfo

func (*SkuSaleInfo) SetProductId

func (s *SkuSaleInfo) SetProductId(v string) *SkuSaleInfo

func (*SkuSaleInfo) SetQuantity

func (s *SkuSaleInfo) SetQuantity(v int64) *SkuSaleInfo

func (*SkuSaleInfo) SetShopId

func (s *SkuSaleInfo) SetShopId(v string) *SkuSaleInfo

func (*SkuSaleInfo) SetSkuId

func (s *SkuSaleInfo) SetSkuId(v string) *SkuSaleInfo

func (*SkuSaleInfo) SetSkuStatus

func (s *SkuSaleInfo) SetSkuStatus(v string) *SkuSaleInfo

func (*SkuSaleInfo) SetTitle

func (s *SkuSaleInfo) SetTitle(v string) *SkuSaleInfo

func (SkuSaleInfo) String

func (s SkuSaleInfo) String() string

type SkuSaleInfoListQuery

type SkuSaleInfoListQuery struct {
	DistributorShopId *string          `json:"distributorShopId,omitempty" xml:"distributorShopId,omitempty"`
	DivisionCode      *string          `json:"divisionCode,omitempty" xml:"divisionCode,omitempty"`
	SkuQueryParams    []*SkuQueryParam `json:"skuQueryParams,omitempty" xml:"skuQueryParams,omitempty" type:"Repeated"`
}

func (SkuSaleInfoListQuery) GoString

func (s SkuSaleInfoListQuery) GoString() string

func (*SkuSaleInfoListQuery) SetDistributorShopId

func (s *SkuSaleInfoListQuery) SetDistributorShopId(v string) *SkuSaleInfoListQuery

func (*SkuSaleInfoListQuery) SetDivisionCode

func (s *SkuSaleInfoListQuery) SetDivisionCode(v string) *SkuSaleInfoListQuery

func (*SkuSaleInfoListQuery) SetSkuQueryParams

func (s *SkuSaleInfoListQuery) SetSkuQueryParams(v []*SkuQueryParam) *SkuSaleInfoListQuery

func (SkuSaleInfoListQuery) String

func (s SkuSaleInfoListQuery) String() string

type SkuSaleInfoListResult

type SkuSaleInfoListResult struct {
	RequestId    *string        `json:"requestId,omitempty" xml:"requestId,omitempty"`
	SkuSaleInfos []*SkuSaleInfo `json:"skuSaleInfos,omitempty" xml:"skuSaleInfos,omitempty" type:"Repeated"`
}

func (SkuSaleInfoListResult) GoString

func (s SkuSaleInfoListResult) GoString() string

func (*SkuSaleInfoListResult) SetRequestId

func (*SkuSaleInfoListResult) SetSkuSaleInfos

func (s *SkuSaleInfoListResult) SetSkuSaleInfos(v []*SkuSaleInfo) *SkuSaleInfoListResult

func (SkuSaleInfoListResult) String

func (s SkuSaleInfoListResult) String() string

type SkuSpec

type SkuSpec struct {
	Key     *string `json:"key,omitempty" xml:"key,omitempty"`
	KeyId   *int64  `json:"keyId,omitempty" xml:"keyId,omitempty"`
	Value   *string `json:"value,omitempty" xml:"value,omitempty"`
	ValueId *int64  `json:"valueId,omitempty" xml:"valueId,omitempty"`
}

func (SkuSpec) GoString

func (s SkuSpec) GoString() string

func (*SkuSpec) SetKey

func (s *SkuSpec) SetKey(v string) *SkuSpec

func (*SkuSpec) SetKeyId

func (s *SkuSpec) SetKeyId(v int64) *SkuSpec

func (*SkuSpec) SetValue

func (s *SkuSpec) SetValue(v string) *SkuSpec

func (*SkuSpec) SetValueId

func (s *SkuSpec) SetValueId(v int64) *SkuSpec

func (SkuSpec) String

func (s SkuSpec) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL