aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiPerpetualsCreateCsvRebatesResponse

    Response body for the CSV rebate report.

    interface ApiPerpetualsCreateCsvRebatesResponse {
        csv: string;
    }
    Index
    csv: string

    The CSV-formatted rebate data as a string.