userAccountsDto Data Type

The Class UserAccountsDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
userAccount userAccountDto element 0/unbounded The user account.

Example

<u----->
  <userAccount code="..." description="..." id="...">
    <billingAccount>...</billingAccount>
    <billingAccountDescription>...</billingAccountDescription>
    <customerAccount>...</customerAccount>
    <customerAccountDescription>...</customerAccountDescription>
    <customer>...</customer>
    <customerDescription>...</customerDescription>
    <subscriptionDate>...</subscriptionDate>
    <terminationDate>...</terminationDate>
    <status>...</status>
    <statusDate>...</statusDate>
    <terminationReason>...</terminationReason>
    <subscriptions>
      <subscription/>
    </subscriptions>
    <externalRef1>...</externalRef1>
    <auditable/>
    <externalRef2>...</externalRef2>
    <auditableFields>
      <auditableField/>
    </auditableFields>
    <name/>
    <updatedCode>...</updatedCode>
    <jobTitle>...</jobTitle>
    <businessAccountModel/>
    <customFields/>
    <vatNo>...</vatNo>
    <registrationNo>...</registrationNo>
    <contactInformation/>
  </userAccount>
</u----->