Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,22 @@ public class FinancialInstitution implements IbanityModel {
private String status;
private boolean deprecated;
private String timeZone;
private boolean bulkPaymentsEnabled;
private String bulkPaymentsProductTypes;
private boolean futureDatedPaymentsAllowed;
private String maintenanceFrom;
private String maintenanceTo;
private String maintenanceType;
private boolean paymentsEnabled;
private String paymentsProductTypes;
private boolean periodicPaymentsEnabled;
private String periodicPaymentsProductTypes;
private String sharedBrandName;
private String sharedBrandReference;
private boolean pendingTransactionsAvailable;
private Integer bulkPaymentInstructionsLimit;
private Integer expectedAuthorizationLifetime;
private boolean paymentDebtorAccountReferenceRequired;
private boolean bulkPaymentDebtorAccountReferenceRequired;
}

Loading