Skip to main content

GetNewDeliveryPriceResponse

Type Alias GetNewDeliveryPriceResponse 

Source
pub type GetNewDeliveryPriceResponse = NewDeliveryPriceResult;

Aliased Type§

pub struct GetNewDeliveryPriceResponse {
    pub category: Option<String>,
    pub list: Option<Vec<NewDeliveryPriceRecord>>,
}

Fields§

§category: Option<String>§list: Option<Vec<NewDeliveryPriceRecord>>