order_getShopAccountItem_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 OrderGetShopAccountItemParam

type OrderGetShopAccountItemParam struct {
	// 开始时间
	StartTime *string `json:"start_time"`
	// 结束时间
	EndTime *string `json:"end_time"`
	// 订单号(如果订单号未传,则时间必须传)
	OrderId *string `json:"order_id"`
	// 查询数量(不传默认100,最大为1000)
	Size *int32 `json:"size"`
	// 动账账户 0: 所有 1: 微信 2:支付宝 3:合众支付 4:聚合支付
	AccountType *int32 `json:"account_type"`
	// 计费类型 0:全部 1:鲁班广告 2:精选联盟 3:值点商城 4:小店自卖 5:橙子建站 6:POI 7:抖+ 8:穿山甲 9:服务市场 10:服务市场外包客服 11:学浪
	BizType *int32 `json:"biz_type"`
	// 时间类型 0 动账时间 1 下单时间
	TimeType *int32 `json:"time_type"`
	// 开始下标  请求值为上一次响应参数的next_index,第一次请求不传
	StartIndex *string `json:"start_index"`
	// 产品id
	ProductId *string `json:"product_id"`
}

type OrderGetShopAccountItemRequest

type OrderGetShopAccountItemRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *OrderGetShopAccountItemParam
}

func (*OrderGetShopAccountItemRequest) Execute

func (c *OrderGetShopAccountItemRequest) Execute(accessToken *doudian_sdk.AccessToken) (*order_getShopAccountItem_response.OrderGetShopAccountItemResponse, error)

func (*OrderGetShopAccountItemRequest) GetParamObject

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

func (*OrderGetShopAccountItemRequest) GetParams

func (*OrderGetShopAccountItemRequest) GetUrlPath

func (c *OrderGetShopAccountItemRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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