-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Types International transfers #205
Conversation
rogelioLpz
commented
Feb 21, 2022
•
edited
Loading
edited
- closes Types International Transfers #206
Codecov Report
@@ Coverage Diff @@
## main #205 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 13 13
Lines 992 1018 +26
=========================================
+ Hits 992 1018 +26
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unas preguntas
bank_number: str | ||
account_number: str | ||
account_country: Country | ||
account_name: str | ||
received_amount: int | ||
received_currency: Currency | ||
sent_amount: int | ||
sent_currency: Currency |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
el campo de arch route no va a venir aquí? o no es necesario en este modelo
account_number: str | ||
account_country: Country | ||
account_name: str |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
objeto account con number, country, name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bank_number
received_amount: int | ||
received_currency: Currency | ||
sent_amount: int |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
porque necesitas esto?