Kind: Class
Source: Pams/Web/Pams.Web/Client/app/components/letters-of-guaranties/letters-of-guaranties.model.ts (line 103)
Part of: Pams
Properties
| Property | Type |
|---|---|
Id | number |
LGId | number |
BranchId | number |
IncreaseNo | string |
IncreaseReason | string |
IncreaseAmount | number |
IncreasePercentage | number |
IncreaseDate | Date |
LGNo | string |
CurrencyRate | number |
IncreaseStageId | number |
CreatedAt | Date |
CreatedById | number |
ApprovedAt | Date |
ApprovedById | number |
LastModifiedAt | Date |
LastModifiedById | number |
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)
LettersOfGuarantiesDetailsComponent—Pams/Web/Pams.Web/Client/app/components/letters-of-guaranties/letters-of-guaranties-details/letters-of-guaranties-details.component.ts:1LettersOfGuarantiesService—Pams/Web/Pams.Web/Client/app/components/letters-of-guaranties/letters-of-guaranties.service.ts:1
Was this page helpful?