Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestDownloadUrl ¶ added in v3.4.14
type ResponseApplyForElecSign ¶ added in v3.4.14
type ResponseApplyForElecSign struct {
response.ResponsePayment
State string `json:"state"`
CreateTime time.Time `json:"create_time"`
}
type ResponseCancelBill ¶ added in v3.4.8
type ResponseQueryElecSign ¶ added in v3.4.14
type ResponseQueryOutBill ¶ added in v3.4.8
type ResponseQueryOutBill struct {
MchId string `json:"mch_id"`
OutBillNo string `json:"out_bill_no"`
TransferBillNo string `json:"transfer_bill_no"`
Appid string `json:"appid"`
State string `json:"state"`
TransferAmount int `json:"transfer_amount"`
TransferRemark string `json:"transfer_remark"`
FailReason string `json:"fail_reason"`
Openid string `json:"openid"`
UserName string `json:"user_name"`
CreateTime string `json:"create_time"`
UpdateTime string `json:"update_time"`
}
type ResponseQueryTransferBill ¶ added in v3.4.8
type ResponseQueryTransferBill struct {
MchId string `json:"mch_id"`
OutBillNo string `json:"out_bill_no"`
TransferBillNo string `json:"transfer_bill_no"`
Appid string `json:"appid"`
State string `json:"state"`
TransferAmount int `json:"transfer_amount"`
TransferRemark string `json:"transfer_remark"`
FailReason string `json:"fail_reason"`
Openid string `json:"openid"`
UserName string `json:"user_name"`
CreateTime time.Time `json:"create_time"`
UpdateTime time.Time `json:"update_time"`
}
type ResponseTransferBills ¶
Click to show internal directories.
Click to hide internal directories.