BlazeInvoice Class |
Namespace: NetQuarry.Services
The BlazeInvoice type exposes the following members.
| Name | Description | |
|---|---|---|
| BlazeInvoice | Initializes a new instance of the BlazeInvoice class |
| Name | Description | |
|---|---|---|
| active |
Specifies whether or not the item is active.
| |
| attachments |
Attachments.
| |
| balanceDue |
The balance due.
| |
| cart |
The cart.
| |
| companyContact |
The company contact.
| |
| companyContactId |
The company contact ID.
| |
| companyId |
The company ID.
| |
| companyLogo |
The company logo.
| |
| created |
The created date.
(Inherited from BlazeBaseData.) | |
| customerId |
The customer ID.
| |
| customerName |
The customer name.
| |
| deleted |
Specifies whether or not this item is deleted.
(Inherited from BlazeBaseData.) | |
| deliveryCharges |
The delivery charges.
| |
| dirty |
The item dirty status.
| |
| dueDate |
The due date.
| |
| employeeName |
The employee name.
| |
| estimatedDeliveryDate |
The estimated delivery date.
| |
| estimatedDeliveryTime |
The estimated delivery time.
| |
| exciseTax |
The excise tax.
| |
| id |
The ID.
(Inherited from BlazeBaseData.) | |
| inventoryProcessed |
Specifies whether or not the inventory has been processed.
| |
| inventoryProcessedDate |
The inventory processed date.
| |
| invoiceActivityLogs |
The invoice activity logs.
| |
| invoiceDate |
The invoice date.
| |
| invoiceHistoryList |
The invoice history list.
| |
| invoiceNumber |
The invoice number.
| |
| invoicePaymentStatus |
The invoice payment status.
| |
| invoiceQrCodeAsset |
The invoice QR code asset.
| |
| invoiceQrCodeUrl |
The invoice QR code URL.
| |
| invoiceStatus |
The invoice status.
| |
| invoiceTerms |
The invoice terms.
| |
| license |
The license.
| |
| licenseId |
The license ID.
| |
| markup |
The markup.
| |
| modified |
The last modified date.
(Inherited from BlazeBaseData.) | |
| notes |
Notes.
| |
| orderNumber |
The order number.
| |
| overDueDays |
The overdue days.
| |
| productRequestResultList |
The product request result list.
| |
| relatedEntity |
Specifies whether or not there is a related entity.
| |
| remainingProductMap |
The remaining product map.
| |
| salesPersonId |
The salesperson ID.
| |
| shippingManifests |
The shipping manifests.
| |
| shopId |
The shop ID.
| |
| termsAndconditions |
The terms and conditions.
| |
| total |
The total.
| |
| totalInvoiceAmount |
The total invoice amount.
| |
| totalTax |
The total tax.
| |
| transactionType |
The transaction type.
| |
| updated |
The last modified date.
(Inherited from BlazeBaseData.) | |
| vendor |
The vendor.
| |
| wholeSaleCostOfCannabiesItems |
The wholesale cost of cannabis items.
| |
| wholeSaleCostOfNonCannabisItems |
The wholesale cost of non-cannabis items.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |