Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseInvoiceGetInfo ¶
type ResponseInvoiceGetInfo struct {
*response.ResponseWork
CardID string `json:"card_id"`
BeginTime string `json:"begin_time"`
EndTime string `json:"end_time"`
OpenID string `json:"openid"`
Type string `json:"type"`
Payee string `json:"payee"`
Detail string `json:"detail"`
UserInfo *power.HashMap `json:"user_info"`
}
type ResponseInvoiceGetInfoBatch ¶
type ResponseInvoiceGetInfoBatch struct {
*response.ResponseWork
ItemList []*power.HashMap `json:"item_list"`
}
Click to show internal directories.
Click to hide internal directories.