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>>