Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/payments/payments.ts (line 59)
Part of: Pams
Properties
| Property | Type |
|---|---|
PaymentInvoiceID | number |
InvoiceID | number |
PaymentID | number |
OldAmount | number |
Amount | number |
Invoice | any |
InvoiceNumber | string |
PaymentAccountName | string |
PaymentNumber | string |
PaymentReceivingDate | Date |
PaymentReceivingMethodName | string |
PaymentCurrencyRate | number |
CreationDate | Date |
ModificationDate | Date |
ModificationUserID | number |
CreationUserID | number |
CurrencyCode | string |
CurrencySymbol | string |
ObjectState | 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)
CurrencyRate—Pams/Web/Pams.Web/Client/app/components/payments/payment-details/payment-details.component.ts:1PaymentsService—Pams/Web/Pams.Web/Client/app/services/payments/payments.service.ts:1
Was this page helpful?