Show / Hide Table of Contents

Class DBC.InvoiceTypeFields

Fields for InvoiceType, A invoiceable item category (a product or service) that provides default invoice line values

Inheritance
object
DBC.InvoiceTypeFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.InvoiceTypeFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top