the quarterly rent for account type including VAT
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property QuarterlyRentIncVat As Decimal |
| C# |
|---|
| public decimal QuarterlyRentIncVat { get; set; } |
| C++ |
|---|
| public property decimal QuarterlyRentIncVat sealed { decimal get(); void set(decimal value); } |
| J# |
|---|
| /** property */ public decimal get_QuarterlyRentIncVat(); /** property */ public void set_QuarterlyRentIncVat(decimal value); |
| JScript |
|---|
| public function get QuarterlyRentIncVat() : Decimal public function set QuarterlyRentIncVat(value : Decimal); |