Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 870 Bytes

File metadata and controls

14 lines (11 loc) · 870 Bytes

Flipdish.Model.DeliveryZone

Properties

Name Type Description Notes
Id int? Delivery Fee Area Id [optional]
FeeChargedToStore double? Delivery Fee charged to store [optional]
DeliveryFee double? Delivery fee (will not be set below 0) [optional]
MinimumDeliveryOrderAmount double? Minimum delivery order amount (will not be set below 0) [optional]
WellKnownText string Spatial data in Well Known Text format We also support CIRCLE((0 0, 200)) - (centerLong centerLat, radius in m) [optional]
IsEnabled bool? Is delivery zone enabled [optional]

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