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 8829829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ibanity/api/xs2a/account_information_access_request.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ defmodule Ibanity.Xs2a.AccountInformationAccessRequest do
defstruct id: nil,
redirect_link: nil,
requested_account_references: nil,
status: nil,
errors: nil,
skip_ibanity_completion_callback: false,
allow_financial_institution_redirect_uri: false
Expand Down Expand Up @@ -76,6 +77,7 @@ defmodule Ibanity.Xs2a.AccountInformationAccessRequest do
id: {~w(id), :string},
redirect_link: {~w(links redirect), :string},
requested_account_references: {~w(attributes requestedAccountReferences), :string},
status: {~w(attributes status), :string},
errors: {~w(attributes errors), :string},
skip_ibanity_completion_callback: {~w(attributes skipIbanityCompletionCallback), :boolean},
allow_financial_institution_redirect_uri: {~w(attributes allowFinancialInstitutionRedirectUri), :boolean},
Expand Down

0 comments on commit 8829829

Please sign in to comment.