Kind: Class
Source: Frontend/src/app/models/principals-invoice/principals-invoice.ts (line 55)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
BranchId | number |
CurrencyCode | string |
CurrencyRate | number |
CurrencySymbol | string |
PaymentAmount | number |
PaymentComment | string |
PrincipalInvoiceId | number |
PaymentDate | Date |
CreatedAt | Date |
CreatedById | number |
ModifiedById | number |
ModifiedAt | Date |
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
PrincipalsInvoiceDetailsComponent—Frontend/src/app/components/principal-invoice/principals-invoice-details/principals-invoice-details.component.ts:1PrincipalsInvoiceService—Frontend/src/app/services/principals-invoice/principals-invoice.service.ts:1
Was this page helpful?