Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace > SaleDocument Class > SaleDocument Properties > CurrencyRateCIT Property 

Drukuj

.NET Framework Class Library

SaleDocument.CurrencyRateCIT Property

Kurs waluty CIT/PIT.

Namespace: Sage.PL.WebAPI.Interface.Sales.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Sales (in Sage.PL.WebAPI.Interface.Sales.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property CurrencyRateCIT As Decimal
 Get
 Set

C#

public decimal CurrencyRateCIT { getset; }

Visual C++

public:
property Decimal CurrencyRateCIT {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_currencyRateCIT();
function set_currencyRateCIT(value);

See Also

SaleDocument Class

SaleDocument Members

Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace