freightTemplate_list_response

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2022 License: MulanPSL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FreightTemplateListData

type FreightTemplateListData struct {
	// 运费模版列表
	List []ListItem `json:"List"`
	// 总数
	Count int64 `json:"Count"`
}

type FreightTemplateListResponse

type FreightTemplateListResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *FreightTemplateListData `json:"data"`
}

type ListItem

type ListItem struct {
	// 运费模版
	Template *Template `json:"template"`
}

type Template

type Template struct {
	// 运费模板id,可用于商品发布接口使用
	Id int64 `json:"id"`
	// 运费模板名称
	TemplateName string `json:"template_name"`
	// 发货省份id
	ProductProvince string `json:"product_province"`
	// 发货城市id
	ProductCity string `json:"product_city"`
	// 计价方式-1.按重量计价 2.按数量计价
	CalculateType int64 `json:"calculate_type"`
	// 快递方式-1.快递 目前仅支持1
	TransferType int64 `json:"transfer_type"`
	// 模板类型-0:阶梯计价 1:固定运费 2:卖家包邮 3:货到付款
	RuleType int64 `json:"rule_type"`
	// 固定运费金额(单位:分) 固定运费模板必填 1-9900之间的整数
	FixedAmount int64 `json:"fixed_amount"`
}

Jump to

Keyboard shortcuts

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