The Invoice type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Invoice | Initializes a new instance of the Invoice class |
Methods
Name | Description | |
---|---|---|
![]() | ApplyChanges |
This method is used to apply changes in the entity
(Inherited from BaseEntity.) |
![]() | GetChanges |
This mehod is used to get changes done in entity
(Inherited from BaseEntity.) |
![]() | GetDeletedChanges |
This method is used to get delete values in the entity
(Inherited from BaseEntity.) |
![]() | TrackChanges |
This is used to track changes in the entity
(Inherited from BaseEntity.) |
Properties
Name | Description | |
---|---|---|
![]() | Amount |
Total bill amount (sum of all line items amount)
|
![]() | BalanceAmount |
Current bill balance amount (current bill amount - paid amount)
|
![]() | BillFrequency |
Gets or Sets BillFrequency
|
![]() | BillFrequencyValue |
Gets or Sets BillFrequencyValue
|
![]() | CreatedBy |
Gets or Sets CreatedBy
|
![]() | CreatedOn |
Gets or Sets CreatedOn
|
![]() | DueDate |
Gets or Sets DueDate
|
![]() | EndDate |
Gets or Sets EndDate
|
![]() | EntityIdentifier |
Gets the entity Identifier
(Inherited from BaseEntity.) |
![]() | ExtendedRow |
Gets or sets the extended entity row properties
(Inherited from BaseEntity.) |
![]() | Id |
Gets or Sets Id
|
![]() | Identifier |
Gets or sets the Entity Identifier
(Inherited from BaseEntity.) |
![]() | InvoiceDate |
Gets or Sets InvoiceDate
|
![]() | InvoiceNo |
Gets or Sets InvoiceNo
|
![]() | InvoiceStatus |
Gets or Sets InvoiceStatus
|
![]() | InvoiceStatusValue |
Gets or Sets InvoiceStatusValue
|
![]() | IsTrackingOn |
Gets or sets whether entity has trackability or not.
(Inherited from BaseEntity.) |
![]() | LineItems |
Gets or Sets LineItems
|
![]() | Memo |
Gets or Sets Memo
|
![]() | NetAmount |
Balance amount + current bill amount
|
![]() | NextInvoiceDate |
Gets or Sets NextInvoiceDate
|
![]() | PackageId |
Gets or Sets PackageId
|
![]() | PaidAmount |
Paid amount
|
![]() | ParentTenantId |
Gets or Sets ParentTenantId
|
![]() | Payments |
Gets or Sets Payments
|
![]() | PendingBalance |
Gets or Sets PendingBalance
|
![]() | PricePlanId |
Gets or Sets PricePlanId
|
![]() | StartDate |
Gets or Sets StartDate
|
![]() | Subtotal |
Without tax components
|
![]() | TaxAmount |
Tax total amount
|
![]() | TenantId |
Gets or Sets TenantId
|
![]() | TotalLineItem |
Total line items count
|
![]() | TrackingAdapter |
Gets or sets tracking adapter property
(Inherited from BaseEntity.) |
![]() | UpdatedBy |
Gets or Sets UpdatedBy
|
![]() | UpdatedOn |
Gets or Sets UpdatedOn
|
See Also