Typed Inttegro request parameters.
Summary
Types
@type t() :: %Inttegro.FinancialAccountDoshRequest{ currency: String.t(), custom_data: %{optional(String.t()) => term()} | nil, description: String.t() | nil, dosh_account: %{optional(String.t()) => term()}, label: String.t(), owner: Inttegro.FinancialAccountOwnerInput.t(), pull_configuration: Inttegro.FinancialAccountDoshRequestPullConfiguration.t() | nil, push_configuration: Inttegro.FinancialAccountDoshRequestPushConfiguration.t() | nil, reference: String.t(), type: Inttegro.FinancialAccountType.t() }