Interface iCalculatePointsPayload

interface iCalculatePointsPayload {
    address?: string;
    applicationId: string;
    bookmark?: string;
    pageId: string;
    skipCache?: boolean;
}

Properties

address?: string

The address to calculate points for

applicationId: string

The application ID to calculate points for

bookmark?: string

The pagination bookmark to start from

pageId: string

The page ID to calculate points for

skipCache?: boolean

Skip the cache and calculate points from scratch

MMNEPVFCICPMFPCPTTAAATR