the quarterly rent for account type excluding vat


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property QuarterlyRentExVat As Decimal
C#
public decimal QuarterlyRentExVat { get; }
C++
public property decimal QuarterlyRentExVat sealed  {
    decimal get();
}
J#
/** property */
public decimal get_QuarterlyRentExVat();
JScript
public function get QuarterlyRentExVat() : Decimal

See Also