warehouse_edit_request

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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WarehouseEditParam

type WarehouseEditParam struct {
	// 外部仓库id
	OutWarehouseId string `json:"out_warehouse_id"`
	// 仓库名称
	Name *string `json:"name"`
	// 仓库介绍
	Intro *string `json:"intro"`
	// 省地址编码
	AddressId1 *int64 `json:"address_id1"`
	// 市地址编码
	AddressId2 *int64 `json:"address_id2"`
	// 区地址编码
	AddressId3 *int64 `json:"address_id3"`
	// 街道地址编码
	AddressId4 *int64 `json:"address_id4"`
	// 详细地址
	AddressDetail *string `json:"address_detail"`
}

type WarehouseEditRequest

type WarehouseEditRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *WarehouseEditParam
}

func New

func New() *WarehouseEditRequest

func (*WarehouseEditRequest) Execute

func (c *WarehouseEditRequest) Execute(accessToken *doudian_sdk.AccessToken) (*warehouse_edit_response.WarehouseEditResponse, error)

func (*WarehouseEditRequest) GetParamObject

func (c *WarehouseEditRequest) GetParamObject() interface{}

func (*WarehouseEditRequest) GetParams

func (c *WarehouseEditRequest) GetParams() *WarehouseEditParam

func (*WarehouseEditRequest) GetUrlPath

func (c *WarehouseEditRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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