orderqueryzbshippingfee

package
v0.0.0-...-905ac7b Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OrderQueryZbShippingFeeRequest

type OrderQueryZbShippingFeeRequest struct {
	/**
	 *  订单号,多个订单号逗号隔开
	 */
	OrderIds string `json:"orderIds"`
}

func (*OrderQueryZbShippingFeeRequest) DoInvoke

type OrderQueryZbShippingFeeResponse

type OrderQueryZbShippingFeeResponse struct {
	Code    string         `json:"code"`
	Msg     string         `json:"msg"`
	Data    []Shippinginfo `json:"data"`
	TraceId string         `json:"traceId"`
}

func (*OrderQueryZbShippingFeeResponse) IsSuccess

func (response *OrderQueryZbShippingFeeResponse) IsSuccess() bool

type Shippinginfo

type Shippinginfo struct {
	/**
	 * 订单号
	 */
	OrderId string `json:"orderId"`
	/**
	 * 用户可见订单号
	 */
	OrderViewId string `json:"orderViewId"`
	/**
	 * 配送费
	 */
	ShippingFee string `json:"shippingFee"`
	/**
	 * 配送说明
	 */
	ShippingTip string `json:"shippingTip"`
}

Jump to

Keyboard shortcuts

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