Skip to content

Commit 8a21726

Browse files
Ugo Lambertdamienbr
authored andcommitted
PL-3706 Add bulkPaymentInstructionLimits to the financial institution API and 3 other fields
1 parent 3b07e22 commit 8a21726

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

lib/ibanity/api/xs2a/financial_institution.ex

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
215223
end

0 commit comments

Comments
 (0)