pub type GetDeliveryPriceResponse = DeliveryPriceResult;Expand description
Response payload for the get delivery price endpoint.
Aliased Type§
pub struct GetDeliveryPriceResponse {
pub category: Option<String>,
pub next_page_cursor: Option<String>,
pub list: Option<Vec<DeliveryPriceRecord>>,
}Fields§
§category: Option<String>§next_page_cursor: Option<String>§list: Option<Vec<DeliveryPriceRecord>>