Ibanity.Xs2a.FinancialInstitutionCountry (ibanity v0.12.0)

Financial institution countries API wrapper

Link to this section Summary

Functions

Lists all countries of the available financial institutions.

Link to this section Functions

Lists all countries of the available financial institutions.

See list/1

Lists all financial institution countries.

Returns {:ok, collection} where collection is a Ibanity.Collection where items are of type Ibanity.Xs2a.FinancialInstitutionCountry, otherwise it returns {:error, reason}.

example

Example

iex> FinancialInstitutionCountry.list
{:ok, %Ibanity.Collection{items: [%Ibanity.FinancialInstitutionCountry{...}], ...}