PlaidEx.Schemas.IdentityData (plaid_ex v1.0.0)

Copy Markdown View Source

Identity data returned by /identity/get.

Summary

Types

t()

@type t() :: %PlaidEx.Schemas.IdentityData{account_id: String.t(), owners: [map()]}

Functions

from_map(map)

@spec from_map(map()) :: t()