Inttegro.CountrySpecification (inttegro v0.1.0)

Copy Markdown View Source

Typed Inttegro domain value.

Summary

Types

t()

@type t() :: %Inttegro.CountrySpecification{
  banks: Inttegro.CountryBankDirectory.t() | nil,
  bt_aging_specs: [String.t()],
  country_code: String.t(),
  country_name: String.t(),
  currencies: [String.t()],
  financial_account_types: [String.t()],
  id_document_types: [String.t()],
  legal_entity_types: [String.t()],
  payment_methods: [String.t()],
  payout_schedules: [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()