pub async fn update_price(
configuration: &Configuration,
id: &str,
price_h_vat: f64,
vat: f64,
) -> Result<Fee, Error<UpdatePriceError>>pub async fn update_price(
configuration: &Configuration,
id: &str,
price_h_vat: f64,
vat: f64,
) -> Result<Fee, Error<UpdatePriceError>>