@sumup/sdk
    Preparing search index...

    Type Alias ListPayoutsQueryParams

    type ListPayoutsQueryParams = {
        end_date: string;
        format?: "json" | "csv";
        limit?: number;
        order?: "desc" | "asc";
        start_date: string;
    }
    Index

    Properties

    end_date: string
    format?: "json" | "csv"
    limit?: number
    order?: "desc" | "asc"
    start_date: string