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

    Interface ApiReferralsGetRefereesResponse

    Response containing one page of referees and the unpaginated total count.

    interface ApiReferralsGetRefereesResponse {
        refCode: string;
        referees: ReferralsRefereeInfo[];
        totalCount: number;
    }
    Index
    refCode: string

    The referral code queried.

    Referees returned for the requested page.

    totalCount: number

    Total number of referees for the code before applying limit and offset.