address_list_response

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: Apache-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 AddressListData

type AddressListData struct {
	// 地址总数
	Total int64 `json:"total"`
	// 页码
	PageSize int64 `json:"page_size"`
	// 每页数量
	PageNo int64 `json:"page_no"`
	// 地址列表
	AddressList []AddressListItem `json:"address_list"`
}

type AddressListItem

type AddressListItem struct {
	// 地址库id
	AddressId int64 `json:"address_id"`
	// 收/发件人
	RecieverName string `json:"reciever_name"`
	// 是否为退货默认
	IsDefault int64 `json:"is_default"`
	// 是否为发货默认
	IsSendDefault int64 `json:"is_send_default"`
	// 创建时间,时间戳,秒
	CreateTime string `json:"create_time"`
	// 更新时间,时间戳,秒
	UpdateTime string `json:"update_time"`
	// 收件人省份
	ReceiverProvinc string `json:"receiver_provinc"`
	// 收件人城市
	ReceiverCity string `json:"receiver_city"`
	// 收件人地区
	ReceiverDistrict string `json:"receiver_district"`
	// 收件人详情地址
	ReceiverDetail string `json:"receiver_detail"`
	// 收件人街道
	ReceiverStreet string `json:"receiver_street"`
	// 地址备注信息
	Remark string `json:"remark"`
}

type AddressListResponse

type AddressListResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *AddressListData `json:"data"`
}

Jump to

Keyboard shortcuts

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