suningnetallianceordersettlenewget

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 8, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetOrdersettlenew

type GetOrdersettlenew struct {
	SettlementInfo []SettlementInfo `json:"settlementInfo"`
}

type Response

type Response struct {
	response2.TopResponse
	SnResponseContent SnResponseContent `json:"sn_responseContent"`
}

suning.netalliance.ordersettlenew.get 订单结算信息接口

func (*Response) WrapResult

func (t *Response) WrapResult(result string)

解析输出结果

type SettlementInfo

type SettlementInfo struct {
	SellName                  string `json:"sellName"`
	NeedPayCommission         string `json:"needPayCommission"`
	ProductThirdCatalog       string `json:"productThirdCatalog"`
	ProductSecondCatalog      string `json:"productSecondCatalog"`
	OrderLineStatusDesc       string `json:"orderLineStatusDesc"`
	ProductName               string `json:"productName"`
	OrderLineFlag             string `json:"orderLineFlag"`
	CommissionRatio           string `json:"commissionRatio"`
	SellerCode                string `json:"sellerCode"`
	ReturnCommission          string `json:"returnCommission"`
	PayAmount                 string `json:"payAmount"`
	PrePayCommission          string `json:"prePayCommission"`
	ProductFirstCatalog       string `json:"productFirstCatalog"`
	OrderCode                 string `json:"orderCode"`
	IsGrant                   string `json:"isGrant"`
	OrderLineNumber           string `json:"orderLineNumber"`
	GoodsNum                  string `json:"goodsNum"`
	OrderLineStatusChangeTime string `json:"orderLineStatusChangeTime"`
	IsWholesale               string `json:"isWholesale"`
	ChildAccountID            string `json:"childAccountId"`
}

orderCode String 1001434507 订单号 orderLineNumber String 10541154444 订单行项目号 orderLineStatusDesc String 支付完成 订单行项目状态 orderLineStatusChangeTime String 2014-07-19 21:12:22 行项目状态更新时间,格式:yyyy-MM-dd HH:mm:ss commissionRatio String 2% 佣金比例 payAmount String 1000 实付金额 prePayCommission String 20 预付佣金金额 needPayCommission String 20 应付佣金金额 productName String 苹果6 商品名称 productFirstCatalog String 手机/数码/配件 商品一级目录 productSecondCatalog String 手机通讯 商品二级目录 productThirdCatalog String 手机 商品三级目录 productFourthCatalog String 苹果手机 商品四级目录 isWholesale String 0 是否违规:0:否;1:是 isGrant String 1 结算状态,0:未结算;1:已结算 childAccountId String 100022122 子推广账号ID sellerName String 玉石买买提 商户名称 sellerCode String 23232323 商户编码 goodsNum String 12323 商品编码 orderLineFlag String 1 订单行标记 returnCommission String 1 是否返佣,0:否;1:是

type SnBody

type SnBody struct {
	GetOrdersettlenew GetOrdersettlenew `json:"getOrdersettlenew"`
}

type SnError

type SnError struct {
	ErrorMsg  string `json:"error_msg"`
	ErrorCode string `json:"error_code"`
}

type SnResponseContent

type SnResponseContent struct {
	SnBody  SnBody   `json:"sn_body"`
	SnError *SnError `json:"sn_error"`
}

Jump to

Keyboard shortcuts

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