Method: LockstepSdk::InvoiceLineModel#reporting_date

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

#reporting_dateDate

Returns If null, the products specified on this line were delivered on the same date as all other lines. If not null, this line was delivered or finalized on a different date than the overall invoice.

Returns:

  • (Date)

    If null, the products specified on this line were delivered on the same date as all other lines. If not null, this line was delivered or finalized on a different date than the overall invoice.



111
112
113
# File 'lib/lockstep_sdk/models/invoice_line_model.rb', line 111

def reporting_date
  @reporting_date
end