Values accepted for Type in the BankAccounts API.
Prefer the documented atoms returned by values/0. The type also accepts strings so a
newer server value can be preserved by an older SDK instead of failing during decoding.
Bank-account ownership, address, and country-specific account values shared by financial accounts and payment methods. Account details are typed without exposing provider credentials or treating one country's format as universal.
Summary
Functions
Returns the documented Inttegro.BankAccounts.Type atoms known by this SDK version.
Types
@type t() :: :ghana_bank_account | String.t()
A type atom or an unknown wire value preserved as a string.
Functions
@spec values() :: [t()]
Returns the documented Inttegro.BankAccounts.Type atoms known by this SDK version.