Interface ActivityHistoryRequest

interface ActivityHistoryRequest {
    dealId?: string;
    detailed?: boolean;
    filter?: string;
    from?: string;
    pageSize?: number;
    to?: string;
}

Properties

dealId?: string
detailed?: boolean
filter?: string
from?: string
pageSize?: number
to?: string