Skip to content

Deduction

reference
1 min readUpdated

Kind: Class

Source: Frontend/src/app/models/invoices/invoices.model.ts (line 283)

Part of: Frontend

Properties

PropertyType
DeductionIDnumber
InvoiceIDnumber
ReasonIDnumber
DeductionReasonNamestring
Commentstring
Amountnumber
ObjectStatenumber
OldAmountnumber
CurrencyCodestring

Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (3)

  • DeductionTableComponentFrontend/src/app/components/invoices/deduction-table/deduction-table.component.ts:1
  • InvoiceDetailsComponentFrontend/src/app/components/invoices/invoice-details/invoice-details.component.ts:1
  • InvoicesServiceFrontend/src/app/services/invoices/invoices.service.ts:1

Was this page helpful?

Download as PDF