Method: LockstepSdk::InvoiceModel#created

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

#createdDate-time

Returns The date on which this invoice record was created.

Returns:

  • (Date-time)

    The date on which this invoice record was created.



195
196
197
# File 'lib/lockstep_sdk/models/invoice_model.rb', line 195

def created
  @created
end