Unit.Resource.AtmLocation (Unit v1.0.0)

Copy Markdown View Source

Represents a nearby ATM location returned from the ATM locator API.

Summary

Types

t()

@type t() :: %Unit.Resource.AtmLocation{
  accepts_deposits: boolean(),
  address: map() | nil,
  coordinates: map() | nil,
  hours: [String.t()],
  id: String.t() | nil,
  name: String.t() | nil,
  network: String.t() | nil,
  surcharge_free: boolean(),
  type: String.t() | nil,
  wheelchair_accessible: boolean()
}

Functions

cast(map)

@spec cast(map()) :: t()