Skip to main content

get_products

Function get_products 

Source
pub async fn get_products(
    configuration: &Configuration,
    requestor: Option<&str>,
    accept_language: Option<&str>,
    traceparent: Option<&str>,
    tracestate: Option<&str>,
    x_accept_namespace: Option<&str>,
    page: Option<&str>,
    product_code: Option<&str>,
    issuing_date: Option<String>,
    travel_date: Option<String>,
) -> Result<ProductCollectionResponse, Error<GetProductsError>>