Show / Hide Table of Contents

Class DBC.InvoiceFields

Fields for Invoice, This table contains invoice entries, normally created when an invoice is sent to a customer, and we want to update the balance.

Inheritance
object
DBC.InvoiceFields
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.InvoiceFields

Fields

CompanyId

Invoice.CompanyId: The reference to the company entry this entry is connected to. NULL or -1 if not connected.

Declaration
public const string CompanyId = "company_id"
Field Value
Type Description
string

CreatedAt

Invoice.CreatedAt: When the invoice entry was created.

Declaration
public const string CreatedAt = "created_at"
Field Value
Type Description
string

CustomerId

Invoice.CustomerId: The reference to the customer entry this entry is connected to. NULL or -1 if not connected.

Declaration
public const string CustomerId = "customer_id"
Field Value
Type Description
string

Description

Invoice.Description: A string describing the invoice entry.

Declaration
public const string Description = "description"
Field Value
Type Description
string

InvoiceId

Invoice.InvoiceId: The primary key (auto-incremented)

Declaration
public const string InvoiceId = "id"
Field Value
Type Description
string

PriceCharged

Invoice.PriceCharged: The amount (money) charged.

Declaration
public const string PriceCharged = "price_charged"
Field Value
Type Description
string

TimeCharged

Invoice.TimeCharged: The amount of time (minutes) charged. From version 2.8 this field is no longer in use

Declaration
public const string TimeCharged = "time_charged"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top