public class BillAccountClient extends Object
| 构造器和说明 |
|---|
BillAccountClient(OpenApiClient openApiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
BaseRes<GetBillListRes> |
getBillList(GetBillListReq req) |
BaseRes<GetBillSummaryListRes> |
getBillSummaryList(GetBillSummaryListReq req) |
BaseRes<GetOrderDetailRes> |
getOrderDetail(GetOrderDetailReq req) |
BaseRes<List<GetUsageListRes>> |
getUsageList(GetUsageListReq req) |
public BillAccountClient(OpenApiClient openApiClient)
public BaseRes<List<GetUsageListRes>> getUsageList(GetUsageListReq req) throws ApiException
ApiExceptionpublic BaseRes<GetBillSummaryListRes> getBillSummaryList(GetBillSummaryListReq req) throws ApiException
ApiExceptionpublic BaseRes<GetBillListRes> getBillList(GetBillListReq req) throws ApiException
ApiExceptionpublic BaseRes<GetOrderDetailRes> getOrderDetail(GetOrderDetailReq req) throws ApiException
ApiExceptionCopyright © 2025. All rights reserved.