| Package | Description |
|---|---|
| com.byteplus.billing | |
| com.byteplus.billing.model |
| Modifier and Type | Method and Description |
|---|---|
ListBillResponse |
BillingApi.listBill(ListBillRequest body) |
com.squareup.okhttp.Call |
BillingApi.listBillAsync(ListBillRequest body,
ApiCallback<ListBillResponse> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
BillingApi.listBillCall(ListBillRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for listBill
|
ApiResponse<ListBillResponse> |
BillingApi.listBillWithHttpInfo(@NotNull ListBillRequest body) |
| Modifier and Type | Method and Description |
|---|---|
ListBillRequest |
ListBillRequest.addBillCategoryParentItem(String billCategoryParentItem) |
ListBillRequest |
ListBillRequest.addBillingModeItem(String billingModeItem) |
ListBillRequest |
ListBillRequest.addOwnerIDItem(Long ownerIDItem) |
ListBillRequest |
ListBillRequest.addPayerIDItem(Long payerIDItem) |
ListBillRequest |
ListBillRequest.addProductItem(String productItem) |
ListBillRequest |
ListBillRequest.billCategoryParent(List<String> billCategoryParent) |
ListBillRequest |
ListBillRequest.billingMode(List<String> billingMode) |
ListBillRequest |
ListBillRequest.billPeriod(String billPeriod) |
ListBillRequest |
ListBillRequest.ignoreZero(Integer ignoreZero) |
ListBillRequest |
ListBillRequest.limit(Integer limit) |
ListBillRequest |
ListBillRequest.needRecordNum(Integer needRecordNum) |
ListBillRequest |
ListBillRequest.offset(Integer offset) |
ListBillRequest |
ListBillRequest.ownerID(List<Long> ownerID) |
ListBillRequest |
ListBillRequest.payerID(List<Long> payerID) |
ListBillRequest |
ListBillRequest.payStatus(String payStatus) |
ListBillRequest |
ListBillRequest.product(List<String> product) |
Copyright © 2025. All rights reserved.