pub async fn list_financial_event_groups(
    configuration: &Configuration,
    max_results_per_page: Option<i32>,
    financial_event_group_started_before: Option<String>,
    financial_event_group_started_after: Option<String>,
    next_token: Option<&str>
) -> Result<ListFinancialEventGroupsResponse, Error>
Expand description

Returns financial event groups for a given date 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.