Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestPayTransferToPocket ¶
type RequestPayTransferToPocket struct {
}
type RequestTransferBills ¶
type RequestTransferBills struct {
Appid string `json:"appid,omitempty"`
OutBillNo string `json:"out_bill_no,omitempty"`
TransferSceneId string `json:"transfer_scene_id,omitempty"`
Openid string `json:"openid,omitempty"`
UserName string `json:"user_name,omitempty"`
TransferAmount int `json:"transfer_amount,omitempty"`
TransferRemark string `json:"transfer_remark,omitempty"`
NotifyUrl string `json:"notify_url,omitempty"`
UserRecvPerception string `json:"user_recv_perception,omitempty"`
TransferSceneReportInfos []TransferSceneReportInfo `json:"transfer_scene_report_infos,omitempty"`
}
type TransferSceneReportInfo ¶
Click to show internal directories.
Click to hide internal directories.