Type Alias ReportsGetCallChargesUsageReportResponse
ReportsGetCallChargesUsageReportResponse: {
call_charges?: {
billing_number?: string;
call_log_id?: string;
call_type?: string;
callee_billing_number?: string;
callee_number?: string;
caller_billing_number?: string;
caller_number?: string;
calling_party_name?: string;
charge_mode?: string;
cost_center?: string;
currency?: string;
department?: string;
duration?: number;
employee_id?: string;
end_time?: string;
forward_number_billing?: string;
rate?: string;
service_type?: string;
total_charge?: string;
}[];
from?: string;
next_page_token?: string;
page_size?: number;
to?: string;
total_records?: number;
}