response

package
v1.3.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2022 License: MIT Imports: 1 Imported by: 0

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 ResponseTransfer struct {
	XMLName    xml.Name `xml:"xml"`
	Text       string   `xml:",chardata"`
	ReturnCode string   `xml:"return_code"`
	ReturnMsg  string   `xml:"return_msg"`
	ResultCode string   `xml:"result_code"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL