Method: YNAB::ExistingTransaction#date
- Defined in:
- lib/ynab/models/existing_transaction.rb
#date ⇒ Object
The transaction date in ISO format (e.g. 2016-12-01). Future dates (scheduled transactions) are not permitted. Split transaction dates cannot be changed and if a different date is supplied it will be ignored.
18 19 20 |
# File 'lib/ynab/models/existing_transaction.rb', line 18 def date @date end |