Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponsePayTransferToPocket ¶
type ResponsePayTransferToPocket struct {
*response.ResponsePayment
AppID string `json:"appid"`
MchID string `json:"mch_id"`
DeviceInfo string `json:"device_info"`
NonceStr string `json:"nonce_str"`
PartnerTradeNO string `json:"partner_trade_no"`
PaymentNO string `json:"payment_no"`
PaymentTime string `json:"payment_time"`
}
type ResponseQueryTransferToPocket ¶
type ResponseQueryTransferToPocket struct {
*response.ResponsePayment
MchID string `json:"mch_id"`
AppID string `json:"appid"`
DetailID string `json:"detail_id"`
PartnerTradeNO string `json:"partner_trade_no"`
Status string `json:"status"`
PaymentAmount int `json:"payment_amount"`
OpenID string `json:"openid"`
TransferTime string `json:"transfer_time"`
TransferName string `json:"transfer_name"`
Desc string `json:"desc"`
}
Click to show internal directories.
Click to hide internal directories.