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



In This Topic
    PriceModifierBase.PriceModifierType Enumeration
    In This Topic
    Values used to identify the pricing calculation behavior of a PriceModifier.
    Syntax
    'Declaration
     
    
    Public Enum PriceModifierBase.PriceModifierType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PriceModifierBase.PriceModifierType
    public enum PriceModifierBase.PriceModifierType : System.Enum 
    public enum class PriceModifierBase.PriceModifierType : public System.Enum 
    Members
    MemberDescription
    AdHocChargeIndicates pricing is calculated for a specific problem or scenario, non-generalizable, and not intended to be adapted to other purposes.
    CashOnDeliveryIndicates pricing is based upon a collect-on-delivery (COD) amount for an order.
    DistanceBasePriceIndicates pricing is calculated based upon the distance between two locations.
    OtherIndicates pricing is based upon a general or miscellaneous factor.
    SignatureCaptureIndicates pricing is related to the collection of a signature during the collection or delivery of an order.
    TaxIndicates pricing is related to an enforced tax.
    Inheritance Hierarchy

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

    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