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