Brasilapi.Banks.Bank (BrasilAPI v0.1.5)

View Source

Represents a Brazilian bank with its identifying information.

Summary

Functions

Creates a Bank struct from API response data.

Types

t()

@type t() :: %Brasilapi.Banks.Bank{
  code: integer(),
  full_name: String.t(),
  ispb: String.t(),
  name: String.t()
}

Functions

from_map(map)

@spec from_map(map()) :: t()

Creates a Bank struct from API response data.