Skip to content

Commit

Permalink
PO-1696 Add status to AIAR struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Strijbos committed Apr 30, 2024
1 parent c520099 commit 005c2df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ibanity/api/xs2a/account_information_access_request.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ defmodule Ibanity.Xs2a.AccountInformationAccessRequest do
requested_account_references: nil,
errors: nil,
skip_ibanity_completion_callback: false,
allow_financial_institution_redirect_uri: false
allow_financial_institution_redirect_uri: false,
status: nil

@api_schema_path ["xs2a", "customer", "financialInstitution", "accountInformationAccessRequests"]

Expand Down

0 comments on commit 005c2df

Please sign in to comment.