billingCycleDto Data Type

The Class BillingCycleDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs constraints wrapped by description
code string attribute 1/1     The code
description string attribute 0/1     The description
id long attribute 0/1     The id.
auditable auditableDto element 0/1      
auditableField auditableFieldDto element 0/unbounded   auditableFields  
billingTemplateName string element 0/1     The billing template name.
billingTemplateNameEL string element 0/1     The billing template name EL.
calendar string element 1/1 required   The calendar.
customFields customFieldsDto element 0/1     The custom fields.
dueDateDelay int element 1/1 required   The due date delay.
dueDateDelayEL string element 0/1     Expression to calculate the due date delay
dueDateDelayELSpark string element 0/1     Expression to calculate the due date delay - for Spark
invoiceDateDelay int element 1/1 required   The invoice date delay.
invoiceDateProductionDelay int element 0/1     The invoice date production delay.
invoiceTypeCode string element 0/1     The invoice type code.
invoiceTypeEl string element 0/1     Expression to resolve invoice type code
invoiceTypeElSpark string element 0/1     Expression to resolve invoice type code - for Spark
invoicingThreshold decimal element 0/1     The invoicing threshold.
referenceDate referenceDateEnum element 0/1     The reference date.
scriptInstanceCode string element 0/1     Code of the script instance.
transactionDateDelay int element 0/1     The transaction date delay.
type billingEntityTypeEnum element 0/1     The billing cycle type.
updatedCode string element 0/1     The updated code.

Example

<BillingCycle code="..." description="..." id="...">
  <billingTemplateName>...</billingTemplateName>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable created="..." creator="..." updated="..." updater="..."/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
  <billingTemplateNameEL>...</billingTemplateNameEL>
  <invoiceDateDelay>...</invoiceDateDelay>
  <updatedCode>...</updatedCode>
  <dueDateDelay>...</dueDateDelay>
  <dueDateDelayEL>...</dueDateDelayEL>
  <dueDateDelayELSpark>...</dueDateDelayELSpark>
  <invoiceDateProductionDelay>...</invoiceDateProductionDelay>
  <transactionDateDelay>...</transactionDateDelay>
  <calendar>...</calendar>
  <invoicingThreshold>...</invoicingThreshold>
  <invoiceTypeCode>...</invoiceTypeCode>
  <invoiceTypeEl>...</invoiceTypeEl>
  <invoiceTypeElSpark>...</invoiceTypeElSpark>
  <customFields>
    <customField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
      <fieldType>...</fieldType>
      <languageDescriptions/>
      <stringValue>...</stringValue>
      <dateValue>...</dateValue>
      <longValue>...</longValue>
      <doubleValue>...</doubleValue>
      <booleanValue>...</booleanValue>
      <listValue>
        <value/>
      </listValue>
      <mapValue>...</mapValue>
      <entityReferenceValue/>
      <indexType>...</indexType>
      <fileValue>...</fileValue>
      <formattedValue/>
      <guiPosition>...</guiPosition>
    </customField>
    <inheritedCustomField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
      <fieldType>...</fieldType>
      <languageDescriptions/>
      <stringValue>...</stringValue>
      <dateValue>...</dateValue>
      <longValue>...</longValue>
      <doubleValue>...</doubleValue>
      <booleanValue>...</booleanValue>
      <listValue>
        <value/>
      </listValue>
      <mapValue>...</mapValue>
      <entityReferenceValue/>
      <indexType>...</indexType>
      <fileValue>...</fileValue>
      <formattedValue/>
      <guiPosition>...</guiPosition>
    </inheritedCustomField>
  </customFields>
  <type>...</type>
  <referenceDate>...</referenceDate>
  <scriptInstanceCode>...</scriptInstanceCode>
</BillingCycle>