Inttegro.PaymentMethods.PaymentMethodSupplied (inttegro v0.1.1)

Copy Markdown View Source

Typed Inttegro domain value.

Summary

Types

t()

@type t() :: %Inttegro.PaymentMethods.PaymentMethodSupplied{
  attempt_id: String.t() | nil,
  by: String.t(),
  channel: String.t() | nil,
  resource_id: String.t() | nil,
  resource_type: String.t() | nil,
  supplied_at: 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()