Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfirmDeliveryInfo ¶
type ProductServiceVo ¶
type ProductServiceVo struct {
/* 交付单号 (Optional) */
DeliverNumber string `json:"deliverNumber"`
/* 订单号 (Optional) */
OrderNumber string `json:"orderNumber"`
/* 产品ID (Optional) */
ProductId int `json:"productId"`
/* sku ID (Optional) */
SkuId int `json:"skuId"`
/* sku名称 (Optional) */
SkuName string `json:"skuName"`
/* 服务code (Optional) */
ServiceCode string `json:"serviceCode"`
/* 数量 (Optional) */
Num int `json:"num"`
/* 周期 (Optional) */
Period int `json:"period"`
/* 周期类型 (Optional) */
PeriodType int `json:"periodType"`
/* 周期类型名称 (Optional) */
PeriodTypeName string `json:"periodTypeName"`
/* 账号数量 (Optional) */
AccountNum int `json:"accountNum"`
/* 交付状态 (Optional) */
DeliverStatus int `json:"deliverStatus"`
/* 交付状态名称 (Optional) */
DeliverStatusName string `json:"deliverStatusName"`
/* 服务生效时间,格式:yyyy-MM-dd HH:mm:ss (Optional) */
EffectiveDt string `json:"effectiveDt"`
/* 服务过期时间,格式:yyyy-MM-dd HH:mm:ss (Optional) */
FailureDt string `json:"failureDt"`
/* 商品属性 (Optional) */
ExtraInfo string `json:"extraInfo"`
/* 交付单备注 (Optional) */
Remark string `json:"remark"`
}
type ProductServiceVoListData ¶
type ProductServiceVoListData struct {
/* 页码 (Optional) */
PageNo int `json:"pageNo"`
/* 每页记录数 (Optional) */
PageSize int `json:"pageSize"`
/* 总记录数 (Optional) */
TotalRecord int `json:"totalRecord"`
/* 总页数 (Optional) */
TotalPage int `json:"totalPage"`
/* 交付单信息列表 (Optional) */
DataList []ProductServiceVo `json:"dataList"`
}
Click to show internal directories.
Click to hide internal directories.