OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / PriceModifierBase.InputFieldType Enumeration



In This Topic
    PriceModifierBase.InputFieldType Enumeration
    In This Topic
    Values used to identify specific Order field used when calculating the pricing of a PriceModifier.
    Syntax
    'Declaration
     
    
    Public Enum PriceModifierBase.InputFieldType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PriceModifierBase.InputFieldType
    public enum PriceModifierBase.InputFieldType : System.Enum 
    public enum class PriceModifierBase.InputFieldType : public System.Enum 
    Members
    MemberDescription
    BasePriceReferences an Order's BasePrice field.
    CollectionDurationReferences the time window of an Order's CollectionDurationStart and CollectionDurationEnd fields.
    CustomReferences a custom user-defined value.
    DeclaredValueReferences an Order's DeclaredValue field.
    DeliveryDurationReferences the time window of an Order's DeliveryDurationStart and DeliveryDurationEnd fields.
    DepthReferences an Order's Length field.
    DimensionsReferences the product of an Order's Height, Length, and Width fields as cubic dimensions.
    HeightReferences an Order's Height field.
    MileageReferences an Order's Distance field.
    NoneSpecifies that a field has not been defined.
    PackageTypeReferences an Order's Package Type field.
    QuantityReferences an Order's Quantity field.
    VehicleTypeReferences an Order's Vehicle Type field.
    WeightReferences an Order's Weight field.
    WidthReferences an Order's Width field.
    ZoneLookupTableReferences the zones assigned to an Order.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             OnTime.Extensions.SDK.PriceModifierBase.InputFieldType

    Requirements

    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

    See Also