CurrencyCloud class

CurrencyCloud is the Class that provides the Interface for external calls. Using this library starts by getting a CurrencyCloud instance and calling the API methods one wants to use on that.

Constructors

CurrencyCloud(String loginId, String apiKey, {bool useLiveUri = false})
factory

Properties

authApi AuthenticateApi
final
balancesApi BalancesApi
final
beneficiariesApi BeneficiariesApi
final
client CurrencyCloudClient
getter/setter pair
conversionApi ConversionsApi
final
hashCode int
The hash code for this object.
no setterinherited
paymentsApi PaymentsApi
final
ratesApi RatesApi
final
referenceDataApi ReferenceDataApi
final
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