sherweb_billing_payable_charges
Retrieve payable charges for a billing period, including products, pricing, deductions, fees, and taxes. Filter by billing cycle type and date range.
Instructions
Get payable charges for a billing period. Returns charges including products, pricing, deductions, fees, and taxes. Filter by billing cycle type (OneTime, Monthly, Yearly) and date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| pageSize | No | Number of items per page (default: 50) | |
| periodTo | No | End date of the billing period (ISO 8601 format, e.g., 2025-01-31) | |
| periodFrom | No | Start date of the billing period (ISO 8601 format, e.g., 2025-01-01) | |
| billingCycleType | No | The billing cycle type to filter by (OneTime, Monthly, or Yearly) |