Mayson Monorepo Documentation
    Preparing search index...
    interface ReportRunCreateParams {
        report_type: string;
        expand?: string[];
        parameters?: Stripe.Reporting.ReportRunCreateParams.Parameters;
    }
    Index

    Properties

    report_type: string

    The ID of the report type to run, such as "balance.summary.1".

    expand?: string[]

    Specifies which fields in the response should be expanded.

    Parameters specifying how the report should be run. Different Report Types have different required and optional parameters, listed in the API Access to Reports documentation.