OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / OrderBase Class / PriceAdjustment Property



In This Topic
    PriceAdjustment Property
    In This Topic
    A flat-amount adjustment value added to the pricing of this Order.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("Price Adjustment")>
    Public Property PriceAdjustment As Decimal
    'Usage
     
    
    Dim instance As OrderBase
    Dim value As Decimal
     
    instance.PriceAdjustment = value
     
    value = instance.PriceAdjustment
    [DataMember(false)]
    [DisplayName("Price Adjustment")]
    public decimal PriceAdjustment {get; set;}
    [DataMember(false)]
    [DisplayName("Price Adjustment")]
    public:
    property decimal PriceAdjustment {
       decimal get();
       void set (    decimal value);
    }
    Remarks
    Included in the final calculated TotalCost value.
    Independent of any value defined within in BillingAdjustmentPercentage.
    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