Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.17 KB

DeliveryQuote.md

File metadata and controls

19 lines (16 loc) · 1.17 KB

# DeliveryQuote

Properties

Name Type Description Notes
id string Delivery request ID. [optional]
status string Quote status. [optional]
wait_time_options int[] Possible wait time durations in minutes [optional]
distance \OpenAPI\Client\Model\Distance [optional]
currency_code string The 3-letter currency code (ISO 4217) to use for all monetary values. [optional]
base_fee double Use the cost field instead. [optional]
extra_fee double Use the cost field instead. [optional]
total_fee double Use the cost field instead. [optional]
cost \OpenAPI\Client\Model\DeliveryCost [optional]
provider string Delivery Service Provider Slug. [optional]
fulfillment_path \OpenAPI\Client\Model\FulfillmentPathEntity[] List of entities involved in the fulfillment processing path. [optional]

[Back to Model list] [Back to API list] [Back to README]