Open Qasym opened 1 week ago
Hello, The date field represents the actual date of the transaction—the day it occurred. On the other hand, createdAt is the timestamp of when the user entered the transaction data, which may differ if the transaction is logged later. This setup allows us to differentiate between when a transaction took place and when it was recorded.
Let me know if you have any further questions! Thanks again for your attention to detail.
Hi, @mirasnag,
I was looking through the Transaction data type (apart from another issue I opened), I was curious about the fields inside the
Transaction
data type. Especially,date
andcreatedAt
, it is not really clear to me what the difference is between them?The description for
date
says:The description for
createdAt
says:I am looking forward to hearing from you! Thanks for your cooperation!