Click or drag to resize

Product Class

Represents a product.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIProductBase
    Severa.Entities.APIProduct

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class Product : ProductBase

The Product type exposes the following members.

Constructors
 NameDescription
Public methodProductInitializes a new instance of the Product class
Top
Properties
 NameDescription
Public propertyProductCategoryGUID Unique identifier for the ProductCategory object associated with this Product.
Public propertySalesAccountGUID Unique identifier for the SalesAccount object associated with this Product.
Top
Remarks

Products are a way to refer to the costs and expenses of a case that may or may not be billed to the customer. Products can be fixed fees, items sold to a customer (e.g. ad space, blueprints, or computer cables), or services such as seminars or training.

The catalogue of Products for an organization defines the offerings that the organization may provide. Items are instances of products assigned to a Case.

See Also