Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseGetTransferInfo ¶ added in v1.3.0
type ResponseGetTransferInfo struct {
*ResponseTransfer
MchID string `xml:"mch_id"`
AppID string `xml:"appid"`
DetailID string `xml:"detail_id"`
PartnerTradeNO string `xml:"partner_trade_no"`
Status string `xml:"status"`
PaymentAmount string `xml:"payment_amount"`
OpenID string `xml:"openid"`
TransferTime string `xml:"transfer_time"`
TransferName string `xml:"transfer_name"`
Desc string `xml:"desc"`
}
type ResponseTransfer ¶
type ResponseTransferToBalance ¶ added in v1.2.1
type ResponseTransferToBalance struct {
*ResponseTransfer
MchAppID string `xml:"mch_appid"`
MchID string `xml:"mchid"`
DeviceInfo string `xml:"device_info"`
NonceStr string `xml:"nonce_str"`
PartnerTradeNo string `xml:"partner_trade_no"`
PaymentNo string `xml:"payment_no"`
PaymentTime string `xml:"payment_time"`
}
Click to show internal directories.
Click to hide internal directories.