| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Invoice record id |
decimal number |
None. |
| ContactId |
Contact id |
decimal number |
None. |
| ContactName |
Contact name |
string |
None. |
| VNo |
Voucher/Invoice number |
string |
None. |
| VDate |
Voucher/Invoice date |
date |
None. |
| DueDate |
Voucher/Invoice due date |
date |
None. |
| CurrencyCode |
Currency code |
string |
None. |
| CurrencySymbol |
Currency symbol |
string |
None. |
| GrossAmount |
Invoice gross amount |
decimal number |
None. |
| TaxAmount |
Invoice tax amount |
decimal number |
None. |
| TotalAmount |
Invoice total amount |
decimal number |
None. |
| IGrossAmount |
Invoice gross amount |
decimal number |
None. |
| ITaxAmount |
Invoice tax amount |
decimal number |
None. |
| ITotalAmount |
Invoice total amount |
decimal number |
None. |
| IsEditable |
Invoice is editable or not |
boolean |
None. |
| Type |
Transaction type (Invoice, Cr. Note) |
string |
None. |
| BalanceRemaining |
Invoice amount due (not paid) |
decimal number |
None. |
| AppliedAmount |
Invoice amount paid |
decimal number |
None. |
| IAppliedAmount |
Invoice amount paid |
decimal number |
None. |
| Note |
Invoice note/reference |
string |
None. |
| Items |
Invoice items |
Collection of AppInvoiceMasterItem |
None. |
| Attachments |
Invoice attachments |
Collection of AppInvoiceMasterAttachment |
None. |
| ContactEmail |
Contact Email |
string |
None. |
| VatIncluded |
VAT included in amount or not |
boolean |
None. |
| DiscountAsRate |
Discount Rate included in amount or not |
boolean |
None. |
| CurrencyId |
Currency id |
decimal number |
None. |
| CurrencyRate |
Currency conversion rate |
decimal number |
None. |
| CurrencyName |
Currency Name |
string |
None. |
| Receipts |
Invoice Receipts |
Collection of AppInvoiceReceiptMaster |
None. |