billingRunDto Data Type

The Class BillingRunDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
InvoiceNumber int element 0/1 The Invoice number.
billableBillingAcountNumber int element 0/1 The billable billing acount number.
billingAccountNumber int element 0/1 The billing account number.
billingCycle billingCycleDto element 0/1 The billing cycle.
countryCode string element 0/1 The country code.
currencyCode string element 0/1 The currency code.
customFields customFieldsDto element 0/1 Custom fields.
endDate dateTime element 0/1 The end date.
invoiceDate dateTime element 0/1 The invoice date.
languageCode string element 0/1 The language code.
lastTransactionDate dateTime element 0/1 Include in invoice Rated transactions up to that date
prAmountTax decimal element 0/1 The pr amount tax.
prAmountWithTax decimal element 0/1 The pr amount with tax.
prAmountWithoutTax decimal element 0/1 The pr amount without tax.
processDate dateTime element 0/1 The process date.
processType billingProcessTypesEnum element 0/1 The process type.
producibleAmountTax decimal element 0/1 The producible amount tax.
producibleAmountWithTax decimal element 0/1 The producible amount with tax.
producibleAmountWithoutTax decimal element 0/1 The producible amount without tax.
producibleInvoiceNumber int element 0/1 The producible invoice number.
referenceDate referenceDateEnum element 0/1 The reference date.
rejectionReason string element 0/1 The rejection reason.
selectedBillingAccounts string element 0/1 The selected billing accounts.
startDate dateTime element 0/1 The start date.
status billingRunStatusEnum element 0/1 The status.
statusDate dateTime element 0/1 The status date.
Properties inherited from auditableEntityDto
auditable auditableDto element 0/1  
auditableField auditableFieldDto element 0/unbounded  

Example

<BillingRun>
  <processDate>...</processDate>
  <status>...</status>
  <statusDate>...</statusDate>
  <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/>
        <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/>
      <inheritedCustomField/>
    </customFields>
    <type>...</type>
    <referenceDate>...</referenceDate>
    <scriptInstanceCode>...</scriptInstanceCode>
  </billingCycle>
  <billingAccountNumber>...</billingAccountNumber>
  <billableBillingAcountNumber>...</billableBillingAcountNumber>
  <producibleInvoiceNumber>...</producibleInvoiceNumber>
  <producibleAmountWithoutTax>...</producibleAmountWithoutTax>
  <producibleAmountTax>...</producibleAmountTax>
  <InvoiceNumber>...</InvoiceNumber>
  <producibleAmountWithTax>...</producibleAmountWithTax>
  <prAmountWithoutTax>...</prAmountWithoutTax>
  <prAmountWithTax>...</prAmountWithTax>
  <prAmountTax>...</prAmountTax>
  <processType>...</processType>
  <startDate>...</startDate>
  <endDate>...</endDate>
  <invoiceDate>...</invoiceDate>
  <lastTransactionDate>...</lastTransactionDate>
  <referenceDate>...</referenceDate>
  <rejectionReason>...</rejectionReason>
  <currencyCode>...</currencyCode>
  <countryCode>...</countryCode>
  <languageCode>...</languageCode>
  <selectedBillingAccounts>...</selectedBillingAccounts>
  <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>
  <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>
</BillingRun>