Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultClient = FeecenterClient{Client: core.DefaultClient}
Functions ¶
Types ¶
type DescribeBillsResp ¶
type DescribeBillsResp struct {
Code int64 `json:"code"`
CodeDesc string `json:"codeDesc"`
Data struct {
Data []struct {
ActionType string `json:"actionType"`
Amount string `json:"amount"`
Balance string `json:"balance"`
BillID string `json:"billId"`
CalcUnit string `json:"calcUnit"`
FeeID string `json:"feeId"`
OperationInfo string `json:"operationInfo"`
OperationTime string `json:"operationTime"`
PayMode string `json:"payMode"`
PayType string `json:"payType"`
ProductCode string `json:"productCode"`
Status string `json:"status"`
SubProductCode string `json:"subProductCode"`
} `json:"data"`
In int64 `json:"in"`
Out int64 `json:"out"`
Total int64 `json:"total"`
} `json:"data"`
Message string `json:"message"`
}
func DescribeBills ¶
func DescribeBills(options ...string) (*DescribeBillsResp, error)
func (*DescribeBillsResp) String ¶
func (r *DescribeBillsResp) String(args ...interface{}) (string, error)
type DescribeResourceBillsResp ¶
type DescribeResourceBillsResp struct {
Code int64 `json:"code"`
CodeDesc string `json:"codeDesc"`
Data struct {
Amount int64 `json:"amount"`
Data []interface{} `json:"data"`
ProductCodeList []interface{} `json:"productCodeList"`
Total int64 `json:"total"`
} `json:"data"`
Message string `json:"message"`
}
func DescribeResourceBills ¶
func DescribeResourceBills(options ...string) (*DescribeResourceBillsResp, error)
func (*DescribeResourceBillsResp) String ¶
func (r *DescribeResourceBillsResp) String(args ...interface{}) (string, error)
type FeecenterClient ¶
func NewClient ¶
func NewClient() *FeecenterClient
func (*FeecenterClient) DescribeBills ¶
func (c *FeecenterClient) DescribeBills(options ...string) (*DescribeBillsResp, error)
func (*FeecenterClient) DescribeResourceBills ¶
func (c *FeecenterClient) DescribeResourceBills(options ...string) (*DescribeResourceBillsResp, error)
Click to show internal directories.
Click to hide internal directories.