Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUnbindOrderListResult ¶
type GetUnbindOrderListResult struct { commonentity.Result Warning string `json:"warning"` Response GetUnbindOrderListResultResponse `json:"response"` }
GetUnbindOrderListResult
type GetUnbindOrderListResultResponse ¶
type GetUnbindOrderListResultResponse struct { More bool `json:"more"` NextCursor string `json:"next_cursor"` OrderList []OrderEntity `json:"order_list"` }
GetUnbindOrderListResultResponse
func (GetUnbindOrderListResultResponse) String ¶
func (g GetUnbindOrderListResultResponse) String() string
String
type OrderEntity ¶
Click to show internal directories.
Click to hide internal directories.