businessEntityDto Data Type

Equivalent of BusinessEntity in DTO

Namespace
(Default)
Available Since
Oct 4, 2013
Subtypes
billingCycleDto, calendarDto, customEntityInstanceDto, customEntityTemplateDto, customFieldFormattedValueDto, customFieldTemplateDto, enableBusinessDto, entityCustomActionDto, filterDto, invoiceCategoryDto, invoiceSubCategoryDto, occTemplateDto, scriptInstanceDto, sellerDto, taxDto, terminationReasonDto, accountDto, billingAccountDto, businessAccountModelDto, creditCategoryDto, customerAccountDto, customerBrandDto, customerCategoryDto, customerDto, providerContactDto, userAccountDto, auditableFieldDto, accountingCodeDto, chargeInstanceDto, counterInstanceDto, EDRDto, invoiceSequenceDto, invoiceTypeDto, oneShotChargeInstanceDto, productChargeInstanceDto, productInstanceDto, serviceInstanceDto, subscriptionAndServicesToActivateRequestDto, subscriptionDto, subscriptionForCustomerRequestDto, walletOperationDto, walletTemplateDto, woRatedTransactionDto, bundleTemplateDto, businessOfferModelDto, businessProductModelDto, businessServiceModelDto, channelDto, chargeTemplateDto, counterTemplateDto, digitalResourceDto, discountPlanDto, offerTemplateCategoryDto, offerTemplateDto, oneShotChargeTemplateDto, pricePlanMatrixDto, productChargeTemplateDto, productOfferingDto, productTemplateDto, recurringChargeTemplateDto, serviceTemplateDto, triggeredEdrTemplateDto, usageChargeTemplateDto, emailTemplateDto, messageTemplateDto, meveoInstanceDto, addressBookDto, campaignDto, contactDto, barChartDto, chartDto, lineChartDto, measurableQuantityDto, pieChartDto, reportExtractDto, revenueRecognitionRuleDto, genericWorkflowDto, WFStatusDto, userHierarchyLevelDto, jobInstanceDto, timerEntityDto, meveoModuleDto, emailNotificationDto, inboundRequestDto, jobTriggerDto, notificationDto, scriptNotificationDto, webHookDto, DDRequestBuilderDto, paymentGatewayDto, paymentGatewayRumSequenceDto, paymentScheduleInstanceDto, paymentScheduleTemplateDto, workflowDto, titleDto, customScriptDto, customerSequenceDto
Properties
name data type type namespace min/max occurs description
code string attribute 1/1 The code
description string attribute 0/1 The description
id long attribute 0/1 The id.
updatedCode string element 0/1 The updated code.
Properties inherited from auditableEntityDto
auditable auditableDto element 0/1  
auditableField auditableFieldDto element 0/unbounded  

Example

<b----- code="..." description="..." id="...">
  <updatedCode>...</updatedCode>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
</b----->