superm_getPlatformPickUpEstimatedCharge_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 SelectedCalendarPeriod

type SelectedCalendarPeriod struct {
	// 时间段开始时间;Unix时间戳,单位:秒
	TimeBeginTs int64 `json:"time_begin_ts"`
	// 时间段结束时间;Unix时间戳,单位:秒
	TimeEndTs int64 `json:"time_end_ts"`
}

type SupermGetPlatformPickUpEstimatedChargeParam

type SupermGetPlatformPickUpEstimatedChargeParam struct {
	// 售后单ID
	AftersaleId int64 `json:"aftersale_id"`
	// 查询的时间段
	SelectedCalendarPeriod *SelectedCalendarPeriod `json:"selected_calendar_period"`
	// 查询的费用类型;1 -呼叫运力费用;2-取消运力费用
	DispatcherFeeType int32 `json:"dispatcher_fee_type"`
}

type SupermGetPlatformPickUpEstimatedChargeRequest

type SupermGetPlatformPickUpEstimatedChargeRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *SupermGetPlatformPickUpEstimatedChargeParam
}

func (*SupermGetPlatformPickUpEstimatedChargeRequest) Execute

func (c *SupermGetPlatformPickUpEstimatedChargeRequest) Execute(accessToken *doudian_sdk.AccessToken) (*superm_getPlatformPickUpEstimatedCharge_response.SupermGetPlatformPickUpEstimatedChargeResponse, error)

func (*SupermGetPlatformPickUpEstimatedChargeRequest) GetParamObject

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

func (*SupermGetPlatformPickUpEstimatedChargeRequest) GetParams

func (*SupermGetPlatformPickUpEstimatedChargeRequest) GetUrlPath

Jump to

Keyboard shortcuts

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