cancelorder

package
v0.0.0-...-905ac7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CancelOrderRequest

type CancelOrderRequest struct {
	/**
	 *  快驴订单编号
	 */
	OrderId string `json:"orderId"`
	/**
	 *  取消原因
	 */
	CancelReason string `json:"cancelReason"`
	/**
	 *  取消备注
	 */
	CancelRemark string `json:"cancelRemark"`
	/**
	 *  取消人
	 */
	CancelUser string `json:"cancelUser"`
	/**
	 *  品牌标识,除华住外其他服务商必传。
	 */
	BrandIdentify string `json:"brandIdentify"`
}

func (*CancelOrderRequest) DoInvoke

func (req *CancelOrderRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*CancelOrderResponse, error)

type CancelOrderResponse

type CancelOrderResponse struct {
	Code    string `json:"code"`
	Msg     string `json:"msg"`
	TraceId string `json:"traceId"`
}

func (*CancelOrderResponse) IsSuccess

func (response *CancelOrderResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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