Skip to main content

NewDeliveryPriceResponse

Type Alias NewDeliveryPriceResponse 

Source
pub type NewDeliveryPriceResponse = NewDeliveryPriceResult;
Expand description

Response payload for the new delivery price endpoint.

Aliased Type§

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

Fields§

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