billingAccountsDto Data Type

The Class BillingAccountsDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
billingAccount billingAccountDto element 0/unbounded The billing account.

Example

<b----->
  <billingAccount code="..." description="..." id="...">
    <customerAccount>...</customerAccount>
    <billingCycle>...</billingCycle>
    <country>...</country>
    <language>...</language>
    <nextInvoiceDate>...</nextInvoiceDate>
    <subscriptionDate>...</subscriptionDate>
    <terminationDate>...</terminationDate>
    <electronicBilling>...</electronicBilling>
    <status>...</status>
    <statusDate>...</statusDate>
    <terminationReason>...</terminationReason>
    <email>...</email>
    <invoices>
      <invoiceId>...</invoiceId>
      <invoiceType>...</invoiceType>
      <billingAccountCode>...</billingAccountCode>
      <sellerCode>...</sellerCode>
      <subscriptionCode>...</subscriptionCode>
      <orderNumber>...</orderNumber>
      <dueDate>...</dueDate>
      <invoiceDate>...</invoiceDate>
      <categoryInvoiceAgregates>
        <categoryInvoiceAgregate/>
      </categoryInvoiceAgregates>
      <taxAggregates>
        <taxAggregate/>
      </taxAggregates>
      <listInvoiceIdToLink>
        <invoiceIdToLink>...</invoiceIdToLink>
      </listInvoiceIdToLink>
      <invoiceNumber>...</invoiceNumber>
      <discount>...</discount>
      <amountWithoutTax>...</amountWithoutTax>
      <amountTax>...</amountTax>
      <amountWithTax>...</amountWithTax>
      <paymentMethod>...</paymentMethod>
      <xmlFilename>...</xmlFilename>
      <xml>...</xml>
      <pdfFilename>...</pdfFilename>
      <pdf>...</pdf>
      <autoValidation>...</autoValidation>
      <returnXml>...</returnXml>
      <returnPdf>...</returnPdf>
      <includeBalance>...</includeBalance>
      <recordedInvoiceDto/>
      <netToPay>...</netToPay>
      <invoiceMode>...</invoiceMode>
      <customFields/>
      <dueBalance>...</dueBalance>
      <isDraft>...</isDraft>
      <checkAlreadySent>...</checkAlreadySent>
      <overrideEmail>...</overrideEmail>
      <sentByEmail>...</sentByEmail>
    </invoices>
    <invoicingThreshold>...</invoicingThreshold>
    <phone>...</phone>
    <minimumAmountEl>...</minimumAmountEl>
    <minimumAmountElSpark>...</minimumAmountElSpark>
    <minimumLabelEl>...</minimumLabelEl>
    <minimumLabelElSpark>...</minimumLabelElSpark>
    <userAccounts>
      <userAccount/>
    </userAccounts>
    <discountPlansForInstantiation>
      <discountPlanForInstantiation>
        <startDate>...</startDate>
        <endDate>...</endDate>
        <defaultDuration>...</defaultDuration>
        <durationUnit>...</durationUnit>
        <customFields/>
        <discountPlanItems>
          <discountPlanItem/>
        </discountPlanItems>
      </discountPlanForInstantiation>
    </discountPlansForInstantiation>
    <discountPlansForTermination>
      <discountPlanForTermination>...</discountPlanForTermination>
    </discountPlansForTermination>
    <discountPlanInstances>
      <discountPlanInstance>
        <discountPlan>...</discountPlan>
        <billingAccount>...</billingAccount>
        <subscription>...</subscription>
        <startDate>...</startDate>
        <endDate>...</endDate>
        <customFields/>
      </discountPlanInstance>
    </discountPlanInstances>
    <mailingType>...</mailingType>
    <emailTemplate>...</emailTemplate>
    <ccedEmails>...</ccedEmails>
    <externalRef1>...</externalRef1>
    <auditable/>
    <externalRef2>...</externalRef2>
    <auditableFields>
      <auditableField/>
    </auditableFields>
    <name/>
    <updatedCode>...</updatedCode>
    <jobTitle>...</jobTitle>
    <businessAccountModel/>
    <customFields/>
    <vatNo>...</vatNo>
    <registrationNo>...</registrationNo>
    <contactInformation/>
  </billingAccount>
</b----->