Kind: Class
Source: Frontend/src/app/models/payments/payments.ts (line 25)
Part of: Frontend
Properties
| Property | Type |
|---|---|
PaymentID | number |
PaymentNumber | string |
CompanyBranchID | number |
AccountID | number |
AccountName | string |
Amount | number |
CurrencyCode | string |
BankCharges | number |
ReceivingDate | Date |
ReceivingAccount | string |
BankAccountId | number |
PaymentReceivingMethodID | number |
PaymentReceivingMethodName | string |
ReferenceNum | string |
PaymentInvoices | RecievableInvoices[] |
PaymentCurrenciesRates | PaymentCurrenciesRates[] |
NonAllocatedAmount | number |
AllocatedAmount | number |
InvoicesNumbers | string |
RecievablesInvoices | RecievableInvoices[] |
CreationDate | Date |
ModificationDate | Date |
ModificationUserID | number |
CreationUserID | number |
ObjectState | number |
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)
CurrencyRate—Frontend/src/app/components/payments/payment-details/payment-details.component.ts:1PaymentsListComponent—Frontend/src/app/components/payments/payments-list/payments-list.component.ts:1PaymentsService—Frontend/src/app/services/payments/payments.service.ts:1
Was this page helpful?