The highest tagged major version is
v3.
package
Version:
v1.3.3
Opens a new window with list of versions in this module.
Published: May 17, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ResponseProfitSharingAddReceiver struct {
Type string `json:"type"`
Account string `json:"accountService"`
Name string `json:"name"`
RelationType string `json:"relation_type"`
}
type ResponseProfitSharingDeleteReceiver struct {
Type string `json:"type"`
Account string `json:"accountService"`
}
type ResponseProfitSharingGetBills struct {
DownloadURL string `json:"download_url"`
HashType string `json:"hash_type"`
HashValue string `json:"hash_value"`
}
type ResponseProfitSharingOrder struct {
TransactionID string `json:"transaction_id"`
OutOrderNO string `json:"out_order_no"`
OrderID string `json:"order_id"`
State string `json:"state"`
Receivers []*power.HashMap `json:"receivers"`
}
type ResponseProfitSharingReturnOrder struct {
OrderID string `json:"order_id"`
OutOrderNO string `json:"out_order_no"`
OutReturnNO string `json:"out_return_no"`
ReturnID string `json:"return_id"`
ReturnMchID string `json:"return_mchid"`
Amount float64 `json:"amount"`
Description string `json:"description"`
Result string `json:"result"`
FailReason string `json:"fail_reason"`
CreateTime string `json:"create_time"`
FinishTime string `json:"finish_time"`
}
type ResponseProfitSharingTransaction struct {
TransactionID string `json:"transaction_id"`
UnsplitAmount string `json:"unsplit_amount"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.