Impl cross_validate in progress

This commit is contained in:
Nitwix
2025-04-12 13:04:26 +02:00
parent 321217db60
commit a3b3e957b7
2 changed files with 48 additions and 14 deletions

View File

@ -0,0 +1,19 @@
from validation import FromAccount
account_data = FromAccount(
account_name="Astrid Janneke Willems",
account_holder_name="Astrid Janneke",
account_holder_surname="Willems",
passport_number="HW8642009",
reference_currency="EUR",
other_currency=None,
building_number="18",
street_name="Lijnbaan",
postal_code="7523 05",
city="Assen",
country="Netherlands",
name="Astrid Janneke Willems",
phone_number="+31 06 34579996",
email="astrid.willems@upcmail.nl"
)