Unit.Resource.Institution (Unit v1.0.0)

Copy Markdown View Source

Represents a financial institution (routing number lookup).

Summary

Types

t()

@type t() :: %Unit.Resource.Institution{
  is_ach_supported: boolean(),
  is_fast_payments_supported: boolean(),
  is_wire_supported: boolean(),
  name: String.t() | nil,
  routing_number: String.t()
}