The highest tagged major version is
v3.
package
Version:
v2.0.27
Opens a new window with list of versions in this module.
Published: Nov 12, 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 Receiver struct {
Type string `json:"type"`
Account string `json:"account"`
Name string `json:"name,omitempty"`
Amount int64 `json:"amount,omitempty"`
Description string `json:"description,omitempty"`
}
type RequestQuery struct {
TransactionID string `json:"transaction_id,omitempty"`
OutOrderNO string `json:"out_order_no,omitempty"`
Receivers []*Receiver `json:"reason,omitempty"`
UnfreezeUnSplit bool `json:"unfreeze_unsplit,omitempty"`
}
type RequestShare struct {
AppID string `json:"appid,omitempty"`
TransactionID string `json:"transaction_id,omitempty"`
OutOrderNO string `json:"out_order_no,omitempty"`
Receivers []*Receiver `json:"receivers,omitempty"`
UnfreezeUnSplit bool `json:"unfreeze_unsplit,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.