Service

Type Alias Service 

Source
pub type Service = Service<f64>;

Aliased Type§

pub struct Service {
    pub total: f64,
    pub price_insurance_ex: f64,
    pub fee: f64,
    pub insured_amount: f64,
    pub service: String,
    pub transit_time: String,
    pub pickup_dates: Vec<String>,
    pub pickup_time: HashMap<String, String>,
}

Fields§

§total: f64§price_insurance_ex: f64§fee: f64§insured_amount: f64§service: String§transit_time: String§pickup_dates: Vec<String>§pickup_time: HashMap<String, String>