Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseCodeURL ¶
type ResponseCodeURL struct {
response.ResponsePayment
CodeURL string `json:"code_url"`
}
type ResponseH5URL ¶
type ResponseH5URL struct {
response.ResponsePayment
H5URL string `json:"h5_url"`
}
type ResponseHeaderCloseOrdr ¶
type ResponseHeaderCloseOrdr struct {
response.ResponsePayment
Status string `header:"status"`
}
type ResponseOrder ¶
type ResponseOrder struct {
response.ResponsePayment
Amount *object.HashMap `json:"amount"`
AppID string `json:"appid"`
Attach string `json:"attach"`
BankType string `json:"bank_type"`
MchID string `json:"mchid"`
OutTradeNo string `json:"out_trade_no"`
Payer *object.HashMap `json:"payer"`
PromotionDetail []*object.HashMap `json:"promotion_detail"`
SuccessTime string `json:"success_time"`
TradeState string `json:"trade_state"`
TradeStateDesc string `json:"trade_state_desc"`
TradeType string `json:"trade_type"`
TransactionID string `json:"transaction_id"`
}
type ResponseUnitfy ¶
type ResponseUnitfy struct {
response.ResponsePayment
PrepayID string `json:"prepay_id"`
}
Click to show internal directories.
Click to hide internal directories.