BillingCycle (DUSM schema)
Defines the plan's starting date and time, its duration, and what happens at the end of the billing cycle.
Element hierarchy
- <Cost>
- <BillingCycle>
Syntax
<BillingCycle StartDate = dateTime
Duration = duration
Resets? = boolean : "true" />
Key
?
optional (zero or one)
:
default value
Attributes and Elements
Attributes
Attribute | Description | Data type | Required | Default value |
---|---|---|---|---|
Duration | A value representing the plan's duration in UTC. |
duration | Yes | |
Resets | If true, all connection usage and information for the subscriber are reset at the end of the billing cycle. Otherwise, false. |
boolean | No | true |
StartDate | A value representing the plan's starting date and time in UTC. |
dateTime | Yes |
Child Elements
None.
Parent Elements
Parent Element | Description |
---|---|
Cost | Defines a set of meter cost information that specifies the metered state of a subscriber's connection to a Mobile Network Operator (MNO). Cost is the unique root element for DUSM cost information. |
Remarks
This information can be used to understand when the next billing cycle begins for the given subscriber’s plan. It is specified in UTC and has at least one minute of precision.
Requirements
Value | |
---|---|
Namespace | http://www.microsoft.com/networking/CarrierControl/DUSM/v1 |