Type Alias ReportsGetBillingInvoiceReportsResponse
ReportsGetBillingInvoiceReportsResponse: {
currency?: string;
invoices?: {
end_date?: string;
invoice_charge_name?: string;
invoice_number?: string;
quantity?: number;
start_date?: string;
tax_amount?: string;
total_amount?: string;
}[];
}