Inttegro.FinancialAccounts.FinancialAccountAddress (inttegro v0.1.1)

Copy Markdown View Source

Typed Inttegro domain value.

Summary

Types

t()

@type t() :: %Inttegro.FinancialAccounts.FinancialAccountAddress{
  city: String.t(),
  country: String.t(),
  line_1: String.t(),
  line_2: String.t() | nil,
  name: String.t() | nil,
  phone: String.t() | nil,
  post_code: String.t() | nil,
  region: String.t()
}

Functions

from_map(map)

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

new!(attrs \\ %{})

@spec new!(map() | keyword()) :: t()

to_map(value)

@spec to_map(t()) :: map()