PaylikeCurrency class

PaylikeCurrency describes a single currency in the collection

Constructors

PaylikeCurrency(String code, String currency, int numeric, int exponent, bool funding, bool deprecated)
Creates a PaylikeCurrency instance
PaylikeCurrency.fromJSON(Map<String, dynamic> json)
Creates a PaylikeCurrency instance using JSON

Properties

code String
Currency code (e.g. USD, EUR, GBP)
getter/setter pair
currency String
Currency name (e.g. United States dollar, Euro, Pound Sterling)
getter/setter pair
deprecated bool
Indicates if the given currency is supported yet (e.g. the old Venezuelan bolívar soberan is deprecated now)
getter/setter pair
exponent int
Exponent to use with a given currency
getter/setter pair
funding bool
Indicates currency support for your merchant account
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
numeric int
Numeric code for the currency (e.g. 840, 978, 826)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited