Method: LockstepSdk::InvoiceModel#discount_date

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

#discount_dateDate

Returns The date when discounts were adjusted for this invoice.

Returns:

  • (Date)

    The date when discounts were adjusted for this invoice.



163
164
165
# File 'lib/lockstep_sdk/models/invoice_model.rb', line 163

def discount_date
  @discount_date
end