Type Alias ReportsGetBillingReportsResponse

ReportsGetBillingReportsResponse: {
    billing_reports?: {
        end_date?: string;
        id?: string;
        start_date?: string;
        tax_amount?: string;
        total_amount?: string;
        type?: number;
    }[];
    currency?: string;
}