update_price

Function update_price 

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