'DeclarationPublic Enum OrderBase.BasePriceTypes Inherits System.Enum
'UsageDim instance As OrderBase.BasePriceTypes
public enum OrderBase.BasePriceTypes : System.Enum
public enum class OrderBase.BasePriceTypes : public System.Enum
'DeclarationPublic Enum OrderBase.BasePriceTypes Inherits System.Enum
'UsageDim instance As OrderBase.BasePriceTypes
public enum OrderBase.BasePriceTypes : System.Enum
public enum class OrderBase.BasePriceTypes : public System.Enum
| Member | Description | 
|---|---|
| Distance | Distance-based pricing between the collection and delivery locations. | 
| FlatRate | A pre-determined flat rate. | 
| None | Indicates an undefined or invalid value. | 
| ZoneToZone | Zone-to-Zone pricing between the zones assigned to the collection and delivery locations. | 
System.Object
   System.ValueType
      System.Enum
         OnTime.Extensions.SDK.OrderBase.BasePriceTypes
Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022