@@ -34,7 +34,11 @@ defmodule Ibanity.Xs2a.FinancialInstitution do
3434 maintenance_to: nil ,
3535 maintenance_type: nil ,
3636 time_zone: nil ,
37- pending_transactions_available: nil
37+ pending_transactions_available: nil ,
38+ bulk_payment_instructions_limit: nil ,
39+ expected_authorization_lifetime: nil ,
40+ payment_debtor_account_reference_required: nil ,
41+ bulk_payment_debtor_account_reference_required: nil
3842
3943 @ resource_type "financial_institution"
4044
@@ -209,7 +213,11 @@ defmodule Ibanity.Xs2a.FinancialInstitution do
209213 maintenance_to: { ~w( attributes maintenanceTo) , :datetime } ,
210214 maintenance_type: { ~w( attributes maintenanceType) , :string } ,
211215 time_zone: { ~w( attributes timeZone) , :string } ,
212- pending_transactions_available: { ~w( attributes pendingTransactionsAvailable) , :boolean }
216+ pending_transactions_available: { ~w( attributes pendingTransactionsAvailable) , :boolean } ,
217+ bulk_payment_instructions_limit: { ~w( attributes bulkPaymentInstructionsLimit) , :integer } ,
218+ expected_authorization_lifetime: { ~w( attributes expectedAuthorizationLifetime) , :integer } ,
219+ payment_debtor_account_reference_required: { ~w( attributes paymentDebtorAccountReferenceRequired) , :boolean } ,
220+ bulk_payment_debtor_account_reference_required: { ~w( attributes bulkPaymentDebtorAccountReferenceRequired) , :boolean }
213221 ]
214222 end
215223end
0 commit comments