Click or drag to resize

BusinessUnit Class

Represents a Business unit.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIBusinessUnit

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

The BusinessUnit type exposes the following members.

Constructors
 NameDescription
Public methodBusinessUnitInitializes a new instance of the BusinessUnit class
Top
Properties
 NameDescription
Public propertyCode Business unit code.
Public propertyCostCenterGUID Business unit cost center GUID.
Public propertyCurrencyCode Business unit currency code.
Public propertyCurrencyGUID Unique identifier for the Business unit currency.
Public propertyFormattingCulture Formatting.
Public propertyGUID Unique identifier for the Business unit.
Public propertyInsertTS Timestamp when Business unit was inserted.
Public propertyIsActive Is Business unit active or inactive.
Public propertyLanguageCode Business unit Language code.
Public propertyLanguageGUID Unique identifier for the Business unit language.
Public propertyName Business unit name.
Public propertyNextInvoiceNumber Business unit's next invoice number.
Public propertyOverDueInterest Business unit overdue interest.
Public propertyParentBusinessUnitGUID Business unit's parent unit GUID.
Public propertyPaymentTerm Business unit's payment term.
Public propertyShowLogoOnInvoices Not in use.
Public propertyShowLogoOnPdfReports Not in use.
Public propertyTimeZoneGUID Unique identifier for the Business unit timezone.
Public propertyUpdatedTS Timestamp when Business unit was last updated.
Public propertyVatNumber Business unit VAT number.
Top
See Also