Interface PaymentBulkResultResponseListResponse

export PaymentBulkResultResponseListResponse

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

Properties

count?: number

This is the count of records returned

object?: null | string

The name of this object

page?: null | number
total_count?: number

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