BusinessEntity Data Type

Subtypes
Subscription, RevenueRecognitionRule, OneShotChargeTemplate, AccountEntity, ProductTemplate, CreditCategory, Chart, CustomEntityTemplate, UsageChargeInstance, HierarchyLevel, RecurringChargeTemplate, Customer, Tax, OneShotChargeInstance, BundleTemplate, ChargeTemplate, UsageChargeTemplate, OCCTemplate, Order, ProductOffering, CustomerBrand, MeasurableQuantity, MeveoModule, ProductInstance, Calendar, ScriptInstance, OfferTemplateCategory, BusinessServiceModel, CustomerAccount, Channel, Quote, CustomScript, CustomerCategory, Filter, MeveoInstance, WebHook, ChargeInstance, CounterPeriod, Workflow, TimerEntity, RecurringChargeInstance, BillingAccount, BillingCycle, Title, BusinessCFEntity, JobInstance, WalletOperation, ServiceTemplate, ProductChargeInstance, JobTrigger, BusinessAccountModel, ProductChargeTemplate, UserAccount, Seller, OfferTemplate, BusinessProductModel, BusinessOfferModel, UserHierarchyLevel, CounterTemplate, ServiceInstance, EmailNotification, WalletInstance, InvoiceCategory, InvoiceType, DigitalResource, WalletTemplate, InvoiceSubCategory, CounterInstance, InboundRequest, ProviderContact, TriggeredEDRTemplate, PricePlanMatrix, Notification, DiscountPlan
Implemented Interfaces
Serializable
Properties
name data type description
descriptionOrCode string
code string
parentEntityType object
parentEntity BusinessEntity
description string
appendGeneratedCode boolean
Properties inherited from EnableEntity
disabled boolean
active boolean
Properties inherited from AuditableEntity
auditable Auditable
Properties inherited from BaseEntity
transient boolean
id number
version number

Example

{
  "descriptionOrCode" : "...",
  "code" : "...",
  "parentEntityType" : { },
  "parentEntity" : {
    "descriptionOrCode" : "...",
    "code" : "...",
    "parentEntityType" : { },
    "parentEntity" : { },
    "description" : "...",
    "appendGeneratedCode" : true,
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  },
  "description" : "...",
  "appendGeneratedCode" : true,
  "disabled" : true,
  "active" : true,
  "auditable" : {
    "lastUser" : "...",
    "updated" : 12345,
    "creator" : "...",
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345
  },
  "transient" : true,
  "id" : 12345,
  "version" : 12345
}