View Source Appwrite.Types.CurrencyList (appwrite v0.1.6)
Represents a list of currencies.
Fields
total(integer): Total number of currencies that matched the query.currencies([Appwrite.Types.Currency.t]): List of currencies.
Summary
Types
@type t() :: %Appwrite.Types.CurrencyList{ currencies: [Appwrite.Types.Currency.t()], total: integer() }