Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListBonusPaymentsRequest

import type { ListBonusPaymentsRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface ListBonusPaymentsRequest {
AssignmentId?: string | null;
HITId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AssignmentId?: string | null
[src]

The ID of the assignment associated with the bonus payments to retrieve. If specified, only bonus payments for the given assignment are returned. Either the HITId parameter or the AssignmentId parameter must be specified

§
HITId?: string | null
[src]

The ID of the HIT associated with the bonus payments to retrieve. If not specified, all bonus payments for all assignments for the given HIT are returned. Either the HITId parameter or the AssignmentId parameter must be specified

§
MaxResults?: number | null
[src]
§
NextToken?: string | null
[src]

Pagination token