pub type GetBasePricesResponse = GetBasePricesResponse200Body;

Aliased Type§

struct GetBasePricesResponse {
    pub prices: Option<Vec<Price>>,
}

Fields§

§prices: Option<Vec<Price>>

The list of prices that satisfy the request.