Represents a nearby ATM location returned from the ATM locator API.
@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() }
@spec cast(map()) :: t()