Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseProfitSharingDeleteReceiver ¶
type ResponseProfitSharingDeleteReceiver struct { response.ResponsePayment Type string `json:"type"` Account string `json:"accountService"` }
type ResponseProfitSharingGetBills ¶
type ResponseProfitSharingGetBills struct { response.ResponsePayment DownloadURL string `json:"download_url"` HashType string `json:"hash_type"` HashValue string `json:"hash_value"` }
type ResponseProfitSharingReturnOrder ¶
type ResponseProfitSharingReturnOrder struct { response.ResponsePayment 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 ¶
type ResponseProfitSharingTransaction struct { response.ResponsePayment TransactionID string `json:"transaction_id"` UnsplitAmount string `json:"unsplit_amount"` }
Click to show internal directories.
Click to hide internal directories.