Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificate ¶
type Certificate struct {
SerialNo string `json:"serial_no"`
EffectiveTime time.Time `json:"effective_time "`
ExpireTime time.Time `json:"expire_time "`
EncryptCertificate struct {
Algorithm string `json:"algorithm"`
Nonce string `json:"nonce"`
AssociatedData string `json:"associated_data"`
Ciphertext string `json:"ciphertext"`
} `json:"encrypt_certificate"`
}
type ResponseGetCertificates ¶
type ResponseGetCertificates struct {
Data []*Certificate `json:"data"`
}
type ResponseGetPublicKey ¶
type ResponseGetPublicKey struct {
response.ResponsePayment
MchID string `xml:"mch_id"`
PubKey string `xml:"pub_key"`
}
Click to show internal directories.
Click to hide internal directories.