Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupbuyAgreeRefundRequest ¶
type GroupbuyAgreeRefundRequest struct { BookingOrderId string `json:"bookingOrderId"` OpIp string `json:"opIp"` OpPlatform string `json:"opPlatform"` OpUuid string `json:"opUuid"` }
func (*GroupbuyAgreeRefundRequest) DoInvoke ¶
func (req *GroupbuyAgreeRefundRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*GroupbuyAgreeRefundResponse, error)
type GroupbuyAgreeRefundResponse ¶
type GroupbuyAgreeRefundResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data Data `json:"data"` TraceId string `json:"traceId"` }
func (*GroupbuyAgreeRefundResponse) IsSuccess ¶
func (response *GroupbuyAgreeRefundResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.