order_getSettleBillDetailV2_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 OrderGetSettleBillDetailV2Param

type OrderGetSettleBillDetailV2Param struct {
	// 查询页大小(默认100,最大为200)
	Size *int64 `json:"size"`
	// 查询开始时间。注:订单号未传的情况下,时间必须传
	StartTime *string `json:"start_time"`
	// 查询结束时间。和end_time的时间间隔建议不超过7天。注:订单号未传的情况下,时间必须传
	EndTime *string `json:"end_time"`
	// SKU单,子订单号
	OrderId *string `json:"order_id"`
	// 商品id
	ProductId *string `json:"product_id"`
	// 结算账户 0:全部 1:微信(升级前) 2:微信 3:支付宝 4:合众支付 5:聚合账户
	PayType *string `json:"pay_type"`
	// 业务类型,不传则默认为0 0:全部 1:鲁班广告, 2:精选联盟 ,3:值点商城,  4:小店自卖
	FlowType *string `json:"flow_type"`
	// 时间类型 0:结算时间 1:下单时间
	TimeType *string `json:"time_type"`
	// 查询开始索引,值为上一次请求的结果next_start_index,第一次查询可以不填
	StartIndex *string `json:"start_index"`
}

type OrderGetSettleBillDetailV2Request

type OrderGetSettleBillDetailV2Request struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *OrderGetSettleBillDetailV2Param
}

func (*OrderGetSettleBillDetailV2Request) Execute

func (c *OrderGetSettleBillDetailV2Request) Execute(accessToken *doudian_sdk.AccessToken) (*order_getSettleBillDetailV2_response.OrderGetSettleBillDetailV2Response, error)

func (*OrderGetSettleBillDetailV2Request) GetParamObject

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

func (*OrderGetSettleBillDetailV2Request) GetParams

func (*OrderGetSettleBillDetailV2Request) GetUrlPath

func (c *OrderGetSettleBillDetailV2Request) GetUrlPath() string

Jump to

Keyboard shortcuts

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