View Source Plaid.Transactions.Sync (plaid v3.3.0)
Data structure for transactions/sync API
Link to this section Summary
Link to this section Types
@type t() :: %Plaid.Transactions.Sync{ added: [Plaid.Transactions.Transaction.t()], has_more: boolean(), modified: [Plaid.Transactions.Transaction.t()], next_cursor: String.t(), removed: [Plaid.Transactions.RemovedTransaction.t()], request_id: String.t() }