The highest tagged major version is
v3.
package
Version:
v2.0.1-beta9
Opens a new window with list of versions in this module.
Published: Jun 10, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Receivers struct {
Type string `json:"type"`
Account string `json:"account"`
Name string `json:"name"`
Amount int64 `json:"amount"`
Description string `json:"description"`
}
type RequestQuery struct {
TransactionID string `json:"transaction_id,omitempty"`
OutOrderNO string `json:"out_order_no,omitempty"`
Receivers *Receivers `json:"reason,omitempty"`
UnfreezeUnSplit bool `json:"notify_url,omitempty"`
}
type RequestShare struct {
AppID string `json:"appid,omitempty"`
TransactionID string `json:"transaction_id,omitempty"`
OutOrderNO string `json:"out_order_no,omitempty"`
Receivers *Receivers `json:"reason,omitempty"`
UnfreezeUnSplit bool `json:"notify_url,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.