A savable version of a Currency.
Currency
Namespace: Esper.Inventool.DataManagement Access: public Type: struct Attributes: [Serializable]
Esper.Inventool.DataManagement
public
struct
[Serializable]
id
int
The ID of the currency.
value
SavableCurrencyValue
The savable currency value.
SavableCurrency(Currency currency)
-
Constructor. Creates a savable currency from a Currency.
ToCurrency()
Converts this SavableCurrency back into a Currency.
SavableCurrency
Last updated 4 months ago