Request parameters for listTransactions operation in DefaultApi.

DefaultApiListTransactionsRequest

interface DefaultApiListTransactionsRequest {
    marketplaceId?: string;
    nextToken?: string;
    postedAfter: string;
    postedBefore?: string;
}

Properties

marketplaceId?: string

A string token used to select Marketplace ID.

DefaultApiListTransactions

nextToken?: string

A string token returned in the response of your previous request.

DefaultApiListTransactions

postedAfter: string

A date used for selecting transactions posted after (or at) a specified time. The date-time must be no later than two minutes before the request was submitted, in ISO 8601 date time format.

DefaultApiListTransactions

postedBefore?: string

A date used for selecting transactions posted before (but not at) a specified time. The date-time must be later than PostedAfter and no later than two minutes before the request was submitted, in ISO 8601 date time format. If PostedAfter and PostedBefore are more than 180 days apart, no transactions are returned. You must specify the PostedAfter parameter if you specify the PostedBefore parameter. Default: Now minus two minutes.

DefaultApiListTransactions

MMNEPVFCICPMFPCPTTAAATR