Method: LockstepSdk::InvoiceLineSyncModel#created
- Defined in:
- lib/lockstep_sdk/models/invoice_line_sync_model.rb
#created ⇒ Date-time
Returns If known, the date when this record was created according to the originating financial system in which this record is maintained. If the originating financial system does not maintain a created-date, leave this field null.
245 246 247 |
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 245 def created @created end |