This file contains 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
quantity = 10.0 | |
sharePrice = 13.10 | |
grossAmount = 6000000.82 |
This file contains 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
accountNumber.length == 5; | |
amount >= 0; | |
effectiveDate <= today; |
This file contains 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
Deposit { | |
AccountNumber accountNumber; | |
TransactionType transactionType; | |
Money amount; | |
DateTime date; | |
} |
This file contains 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
{ | |
contraAccountNo: “12345” | |
txnType: DIRECT_DEPOSIT | |
amount: 100.00 | |
date: 2020-03-31 | |
receiverName: WEALTHFRONT | |
txnCd: “DPST” | |
memoLn: “paycheck” | |
} |