Typed Inttegro request parameters.
@type t() :: %Inttegro.FinancialAccountUpdateRequest{ account_id: String.t(), custom_data: %{optional(String.t()) => term()} | nil, description: String.t() | nil, label: String.t() | nil, owner: Inttegro.FinancialAccountOwnerUpdateInput.t() | nil, reference: String.t() | nil }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()