We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc298e commit 95e6bb8Copy full SHA for 95e6bb8
cuenca/resources/__init__.py
@@ -2,6 +2,7 @@
2
'ApiKey',
3
'Account',
4
'Arpc',
5
+ 'BankAccountValidations',
6
'BalanceEntry',
7
'BillPayment',
8
'Card',
@@ -41,6 +42,7 @@
41
42
from .api_keys import ApiKey
43
from .arpc import Arpc
44
from .balance_entries import BalanceEntry
45
+from .bank_account_validations import BankAccountValidations
46
from .bill_payments import BillPayment
47
from .card_activations import CardActivation
48
from .card_transactions import CardTransaction
@@ -81,6 +83,7 @@
81
83
ApiKey,
82
84
Account,
85
Arpc,
86
+ BankAccountValidations,
87
BalanceEntry,
88
BillPayment,
89
Card,
0 commit comments