export FeesBulkListResponse

interface FeesBulkListResponse {
    count?: number;
    data?: null | FeesBulk[];
    page?: null | number;
    total_count?: number;
}

Properties

count?: number

This is the count of records returned

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

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