Documentation ¶
Index ¶
- type SelectedCalendarPeriod
- type SupermGetPlatformPickUpEstimatedChargeParam
- type SupermGetPlatformPickUpEstimatedChargeRequest
- func (c *SupermGetPlatformPickUpEstimatedChargeRequest) Execute(accessToken *doudian_sdk.AccessToken) (...)
- func (c *SupermGetPlatformPickUpEstimatedChargeRequest) GetParamObject() interface{}
- func (c *SupermGetPlatformPickUpEstimatedChargeRequest) GetParams() *SupermGetPlatformPickUpEstimatedChargeParam
- func (c *SupermGetPlatformPickUpEstimatedChargeRequest) GetUrlPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SelectedCalendarPeriod ¶
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 New ¶
func New() *SupermGetPlatformPickUpEstimatedChargeRequest
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 (c *SupermGetPlatformPickUpEstimatedChargeRequest) GetParams() *SupermGetPlatformPickUpEstimatedChargeParam
func (*SupermGetPlatformPickUpEstimatedChargeRequest) GetUrlPath ¶
func (c *SupermGetPlatformPickUpEstimatedChargeRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.