Savable Currency

💾 SavableCurrency Struct

A savable version of a Currency.

Namespace: Esper.Inventool.DataManagement Access: public Type: struct Attributes: [Serializable]


📦 Fields

Access
Field
Type
Description

public

id

int

The ID of the currency.

public

value

SavableCurrencyValue

The savable currency value.


🧰 Methods

Access
Method
Returns
Description

public

SavableCurrency(Currency currency)

-

Constructor. Creates a savable currency from a Currency.

public

ToCurrency()

Currency

Converts this SavableCurrency back into a Currency.


Last updated