Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderApplyPartRefundRequest ¶
type OrderApplyPartRefundRequest struct { /** * 申请部分退款的具体原因 */ Reason string `json:"reason"` /** * 订单号 */ OrderId int64 `json:"orderId"` /** * 部分退款菜品详情 */ FoodData string `json:"foodData"` }
func (*OrderApplyPartRefundRequest) DoInvoke ¶
func (req *OrderApplyPartRefundRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*OrderApplyPartRefundResponse, error)
type OrderApplyPartRefundResponse ¶
type OrderApplyPartRefundResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 操作结果 */ Data string `json:"data"` TraceId string `json:"traceId"` }
func (*OrderApplyPartRefundResponse) IsSuccess ¶
func (response *OrderApplyPartRefundResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.