Begin implementing per-requisition configuration
This commit is contained in:
@@ -171,7 +171,7 @@ class TransactionsCurrencyExchange(MyModel):
|
||||
|
||||
|
||||
class TXAccount(MyModel):
|
||||
iban: str
|
||||
iban: str | None
|
||||
bban: str | None
|
||||
|
||||
|
||||
@@ -191,6 +191,7 @@ class TransactionsNested(MyModel):
|
||||
proprietaryBankTransactionCode: str | None
|
||||
internalTransactionId: str | None
|
||||
currencyExchange: TransactionsCurrencyExchange | None
|
||||
merchantCategoryCode: str | None
|
||||
|
||||
|
||||
class TransactionsBookedPending(MyModel):
|
||||
|
||||
Reference in New Issue
Block a user