Search
Plaid Link Metadata data structure.
@type t() :: %Plaid.Link.Metadata{ access_token: String.t(), account_filters: map(), client_name: String.t(), country_codes: [String.t()], initial_products: [String.t()], language: String.t(), products: [String.t()], redirect_uri: String.t(), user: map(), webhook: String.t() }