Method: LockstepSdk::InvoiceLineModel#created

Defined in:
lib/lockstep_sdk/models/invoice_line_model.rb

#createdDate-time

Returns The date on which this line was created.

Returns:

  • (Date-time)

    The date on which this line was created.



127
128
129
# File 'lib/lockstep_sdk/models/invoice_line_model.rb', line 127

def created
  @created
end