Request parameters for listFinancialEventsByOrderId operation in DefaultApi.

DefaultApiListFinancialEventsByOrderIdRequest

interface DefaultApiListFinancialEventsByOrderIdRequest {
    maxResultsPerPage?: number;
    nextToken?: string;
    orderId: string;
}

Properties

maxResultsPerPage?: number

The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the API responds with 'InvalidInput'.

DefaultApiListFinancialEventsByOrderId

nextToken?: string

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

DefaultApiListFinancialEventsByOrderId

orderId: string

An Amazon-defined order identifier, in 3-7-7 format.

DefaultApiListFinancialEventsByOrderId