the VAT of the quarterly rent for account type


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

Syntax

Visual Basic (Declaration)
Public Property QuarterlyRentVat As Decimal
C#
public decimal QuarterlyRentVat { get; set; }
C++
public property decimal QuarterlyRentVat sealed  {
    decimal get();
    void set(decimal value);
}
J#
/** property */
public decimal get_QuarterlyRentVat();

/** property */
public void set_QuarterlyRentVat(decimal value);
JScript
public function get QuarterlyRentVat() : Decimal

public function set QuarterlyRentVat(value : Decimal);

See Also