OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / PaymentBase Class / Amount Property



In This Topic
    Amount Property
    In This Topic
    The amount that this Payment will deduct from the remaining balance of the assigned Invoice.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("Amount")>
    Public Property Amount As Decimal
    'Usage
     
    
    Dim instance As PaymentBase
    Dim value As Decimal
     
    instance.Amount = value
     
    value = instance.Amount
    [DataMember(false)]
    [DisplayName("Amount")]
    public decimal Amount {get; set;}
    [DataMember(false)]
    [DisplayName("Amount")]
    public:
    property decimal Amount {
       decimal get();
       void set (    decimal value);
    }
    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