Class DBC.InvoiceTypeFields
Fields for InvoiceType, A invoiceable item category (a product or service) that provides default invoice line values
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class InvoiceTypeFields : Object
Fields
Description
InvoiceType.Description: A description of this invoice type
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
Flags
InvoiceType.Flags: Various flags
Declaration
public const string Flags = "flags"
Field Value
Type | Description |
---|---|
String |
InvoiceTypeId
InvoiceType.InvoiceTypeId: Primary key
Declaration
public const string InvoiceTypeId = "id"
Field Value
Type | Description |
---|---|
String |
Name
InvoiceType.Name: A name for this invoice type
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
PricePrUnit
InvoiceType.PricePrUnit: Price per unit
Declaration
public const string PricePrUnit = "price_pr_unit"
Field Value
Type | Description |
---|---|
String |