You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,47 @@ For each account-specific transaction, the client provides corresponding `can*`
215
215
|`canGetPortfolio(accountNumber?)`| Checks if portfolio information fetching is supported |
216
216
|`canGetCreditCardStatements(accountNumber?)`| Checks if credit card statements fetching is supported |
217
217
218
+
### Transaction Parameters
219
+
220
+
The configuration object provides methods to access transaction-specific parameters and capabilities provided by the bank:
221
+
222
+
#### `config.getTransactionParameters<T>(transId: string): T | undefined`
223
+
224
+
Returns the bank-specific parameters for a transaction type, if available. These parameters contain transaction limits, supported formats, and other bank-specific constraints.
0 commit comments