Created
February 4, 2021 05:17
-
-
Save Vasiliy-Bondarenko/bc8da13e619587bde1a75c5e1819acce to your computer and use it in GitHub Desktop.
TreasuryReportCalculationMatrix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class TreasuryReportCalculationMatrix: | |
product: string | |
order_side: string | |
payment: string | |
status: string | |
add_to_estimated_receive: bool | |
add_to_actual_receive: bool | |
add_to_estimated_pay: bool | |
add_to_actual_pay: bool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment