BusinessCFEntity Data Type

Abstract Type
Subtypes
Subscription, OneShotChargeTemplate, AccountEntity, ProductTemplate, RecurringChargeTemplate, Customer, Tax, BundleTemplate, ChargeTemplate, UsageChargeTemplate, Order, ProductOffering, ProductInstance, OfferTemplateCategory, CustomerAccount, Quote, Filter, BillingAccount, BillingCycle, JobInstance, ServiceTemplate, ProductChargeTemplate, UserAccount, Seller, OfferTemplate, ServiceInstance, InvoiceCategory, InvoiceSubCategory, PricePlanMatrix
Implemented Interfaces
Serializable
Properties
name data type description
uuid string
parentCFEntities array of object
Properties inherited from BusinessEntity
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

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "uuid" : "...",
  "parentCFEntities" : [ { }, { } ],
  "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
}