OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / CustomerBase Class / BillingAdjustmentPercentage Property



In This Topic
    BillingAdjustmentPercentage Property
    In This Topic
    The billing adjustment percentage assigned to this Customer.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("Billing Adjustment Percentage")>
    Public Property BillingAdjustmentPercentage As Decimal
    'Usage
     
    
    Dim instance As CustomerBase
    Dim value As Decimal
     
    instance.BillingAdjustmentPercentage = value
     
    value = instance.BillingAdjustmentPercentage
    [DataMember(false)]
    [DisplayName("Billing Adjustment Percentage")]
    public decimal BillingAdjustmentPercentage {get; set;}
    [DataMember(false)]
    [DisplayName("Billing Adjustment Percentage")]
    public:
    property decimal BillingAdjustmentPercentage {
       decimal get();
       void set (    decimal value);
    }
    Remarks
    This value is represented as a whole number. (e.g. a value of 45% is shown as '45')
    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