Interface PaymentBulkResultResponseListResponse

export PaymentBulkResultResponseListResponse

interface PaymentBulkResultResponseListResponse {
    count?: number;
    data?: null | PaymentBulkResultResponse[];
    page?: null | number;
    total_count?: number;
}

Properties

count?: number

This is the count of records returned

page?: null | number
total_count?: number

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