Type Alias ReportsGetCallChargesUsageReportQueryParams

ReportsGetCallChargesUsageReportQueryParams: {
    billing_account_id?: string;
    from?: string;
    next_page_token?: string;
    page_size?: number;
    show_charges_only?: boolean;
    to?: string;
}