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



In This Topic
    BasePrice Property
    In This Topic
    The base price of the Order.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("Base Price")>
    Public Property BasePrice As Decimal
    'Usage
     
    
    Dim instance As OrderBase
    Dim value As Decimal
     
    instance.BasePrice = value
     
    value = instance.BasePrice
    [DataMember(false)]
    [DisplayName("Base Price")]
    public decimal BasePrice {get; set;}
    [DataMember(false)]
    [DisplayName("Base Price")]
    public:
    property decimal BasePrice {
       decimal get();
       void set (    decimal value);
    }
    Remarks
    This value is calculated before any PriceModifiers or other miscellaneous adjustments have been applied.
    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