wmoperqueryboxpricetypeanddetail

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 BoxPrice

type BoxPrice struct {
	BoxPriceDetail BoxPriceDetail `json:"boxPriceDetail"`
	/**
	 * 打包费类型, 0为按商品收费, 1 为按订单收费, 2为按口袋收费
	 */
	BoxPriceType int32 `json:"boxPriceType"`
}

type BoxPriceDetail

type BoxPriceDetail struct {
	/**
	 * 打包费收取方式 1为按阶梯价格收费, 2为按一口价收费
	 */
	BoxPriceRuleType int32 `json:"boxPriceRuleType"`
	/**
	 * 一口价价格
	 */
	FixedPrice float32 `json:"fixedPrice"`
	/**
	 * 阶梯规则, 要求规则数量最少两条最多十条
	 */
	BoxPriceRulesVoList []BoxPriceRulesVo `json:"boxPriceRulesVoList"`
}

type BoxPriceRulesVo

type BoxPriceRulesVo struct {
	/**
	 * 阶梯最高价
	 */
	EndPrice float32 `json:"endPrice"`
	/**
	 * 该阶梯内的打包费
	 */
	LadderPrice float32 `json:"ladderPrice"`
	/**
	 * 阶梯起始价
	 */
	StartPrice float32 `json:"startPrice"`
}

type WmoperQueryBoxPriceTypeAndDetailRequest

type WmoperQueryBoxPriceTypeAndDetailRequest struct {
}

func (*WmoperQueryBoxPriceTypeAndDetailRequest) DoInvoke

type WmoperQueryBoxPriceTypeAndDetailResponse

type WmoperQueryBoxPriceTypeAndDetailResponse struct {
	Code    string   `json:"code"`
	Msg     string   `json:"msg"`
	Data    BoxPrice `json:"data"`
	TraceId string   `json:"traceId"`
}

func (*WmoperQueryBoxPriceTypeAndDetailResponse) IsSuccess

func (response *WmoperQueryBoxPriceTypeAndDetailResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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