pub async fn list_financial_events(
    configuration: &Configuration,
    max_results_per_page: Option<i32>,
    posted_after: Option<String>,
    posted_before: Option<String>,
    next_token: Option<&str>
) -> Result<ListFinancialEventsResponse, Error>
Expand description

Returns financial events for the specified data range. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 0.5 | 30 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.