EnableEntity Data Type

Subtypes
Subscription, RevenueRecognitionRule, OneShotChargeTemplate, WFDecisionRule, Invoice, AccountEntity, ProductTemplate, CreditCategory, DunningLOT, Chart, InvoiceAgregate, InvoiceSubcategoryCountry, CustomEntityTemplate, TradingCountry, UsageChargeInstance, HierarchyLevel, WFTransition, RecurringChargeTemplate, User, Customer, Tax, OneShotChargeInstance, MatchingCode, BundleTemplate, ChargeTemplate, UsageChargeTemplate, OCCTemplate, Order, BillingRunList, ProductOffering, CustomerBrand, MeasurableQuantity, ActionDunning, MeveoModule, ProductInstance, Calendar, CategoryInvoiceAgregate, ScriptInstance, OfferTemplateCategory, BusinessServiceModel, CustomerAccount, NotificationHistory, Channel, Quote, CustomScript, AutomatedPayment, CustomerCategory, Filter, BillingRun, MeveoInstance, WebHook, ChargeInstance, CounterPeriod, Access, Workflow, TimerEntity, RecurringChargeInstance, BillingAccount, BillingCycle, Title, BusinessCFEntity, JobInstance, Payment, WalletOperation, ServiceTemplate, ProductChargeInstance, AccountOperation, RejectedBillingAccount, JobTrigger, SubCategoryInvoiceAgregate, DiscountPlanItem, WFAction, BusinessAccountModel, ProductChargeTemplate, UserAccount, Seller, TradingCurrency, OfferTemplate, BusinessProductModel, BusinessOfferModel, UserHierarchyLevel, TaxInvoiceAgregate, CounterTemplate, ServiceInstance, EmailNotification, WalletInstance, InvoiceCategory, InvoiceType, BusinessEntity, DigitalResource, WalletTemplate, DDRequestLOT, InvoiceSubCategory, CounterInstance, InboundRequest, ProviderContact, TriggeredEDRTemplate, PricePlanMatrix, RecordedInvoice, Notification, DDRequestItem, DiscountPlan, MatchingAmount, TradingLanguage
Implemented Interfaces
Serializable
Properties
name data type description
disabled boolean
active boolean
Properties inherited from AuditableEntity
auditable Auditable
Properties inherited from BaseEntity
transient boolean
id number
version number

Example

{
  "disabled" : true,
  "active" : true,
  "auditable" : {
    "lastUser" : "...",
    "updated" : 12345,
    "creator" : "...",
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345
  },
  "transient" : true,
  "id" : 12345,
  "version" : 12345
}