Sage.PL.WebAPI.Interface.Enums Namespace > enumCurrencyRateType Enumeration

Drukuj

.NET Framework Class Library

enumCurrencyRateType Enumeration

Wyliczenie typów kursu waluty

Namespace: Sage.PL.WebAPI.Interface.Enums

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

Syntax

Visual Basic

Public Enumeration enumCurrencyRateType

C#

public enum enumCurrencyRateType

Visual C++

public enum class enumCurrencyRateType

JavaScript

Sage.PL.WebAPI.Interface.Enums.enumCurrencyRateType = function();
Sage.PL.WebAPI.Interface.Enums.enumCurrencyRateType.createEnum('Sage.PL.WebAPI.Interface.Enums.enumCurrencyRateType', false);

Members


Member name

Value

Description


WithoutCurrency

0

Bez waluty


Purchase

1

Zakup


Sale

2

Sprzedaż


Mean

3

Średni

See Also

Sage.PL.WebAPI.Interface.Enums Namespace