export PayerInviteResponseListResponse

interface PayerInviteResponseListResponse {
    count?: number;
    data?: null | PayerInviteResponse[];
    page?: null | number;
    total_count?: number;
}

Properties

count?: number

This is the count of records returned

data?: null | PayerInviteResponse[]
page?: null | number
total_count?: number

This is the total count of records available, Needed for pagination