View Source Plaid.Income (plaid v3.3.0)
Functions for Plaid income
endpoint.
Link to this section Summary
Functions
Gets Income data associated with an Access Token.
Link to this section Types
@type error() :: {:error, Plaid.Error.t() | any()} | no_return()
@type t() :: %Plaid.Income{ income: Plaid.Income.Income.t(), item: Plaid.Item.t(), request_id: String.t() }
Link to this section Functions
Gets Income data associated with an Access Token.
Parameters
%{
access_token: "access-env-identifier"
}