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

ListBonusPaymentsResponse

import type { ListBonusPaymentsResponse } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface ListBonusPaymentsResponse {
BonusPayments?: BonusPayment[] | null;
NextToken?: string | null;
NumResults?: number | null;
}

§Properties

§
BonusPayments?: BonusPayment[] | null
[src]

A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.

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

The number of bonus payments on this page in the filtered results list, equivalent to the number of bonus payments being returned by this call.