billingReport Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs wrapped by description
BillingReportItem list of billingReportItem element edc 0/unbounded BillingReportItems  

Example

<billingReport xmlns="http://eurotech.com/edc/2.0">
  <BillingReportItems>
    <BillingReportItem>
      <startDate>...</startDate>
      <endDate>...</endDate>
      <accountId>...</accountId>
      <accountName>...</accountName>
      <parentId>...</parentId>
      <parentName>...</parentName>
      <parentOrgName>...</parentOrgName>
      <accountOrgEmail>...</accountOrgEmail>
      <brokerDeploymentId>...</brokerDeploymentId>
      <brokerType>...</brokerType>
      <accountCreatedOn>...</accountCreatedOn>
      <servicePlanExpirationDate>...</servicePlanExpirationDate>
      <servicePlanMaxChildAccounts>...</servicePlanMaxChildAccounts>
      <childAccountsNumber>...</childAccountsNumber>
      <servicePlanMaxNumberProvisionRequest>...</servicePlanMaxNumberProvisionRequest>
      <provisionRequestsNumber>...</provisionRequestsNumber>
      <servicePlanMaxDeviceJob>...</servicePlanMaxDeviceJob>
      <deviceJobsNumber>...</deviceJobsNumber>
      <servicePlanMaxDevicesNumber>...</servicePlanMaxDevicesNumber>
      <devicesNumber>...</devicesNumber>
      <servicePlanVpnConnections>...</servicePlanVpnConnections>
      <vpnConnectionsNumber>...</vpnConnectionsNumber>
      <servicePlanMaxRulesNumber>...</servicePlanMaxRulesNumber>
      <rulesNumber>...</rulesNumber>
      <servicePlanDataTtl>...</servicePlanDataTtl>
      <servicePlanRxByteLimit>...</servicePlanRxByteLimit>
      <dataNumRxBytes>...</dataNumRxBytes>
      <dataNumRxMessages>...</dataNumRxMessages>
      <slaAvg>...</slaAvg>
    </BillingReportItem>
  </BillingReportItems>
</billingReport>