SoftLayer_Billing_Info_Cycle


SoftLayer_Billing_Info_Cycle

Description

The SoftLayer_Billing_Info_Cycle data type models basic information concerning a SoftLayer account’s previous and current billing cycles. The information in this class is only populated for SoftLayer customers who are billed monthly.

Local


currentCycleEndDate

The ending date of an account’s current billing cycle.
Type: dateTime


currentCycleStartDate

The starting date of an account’s current billing cycle.
Type: dateTime


nextCycleStartDate

The start date of an account’s next billing cycle.
Type: dateTime


previousCycleEndDate

The ending date of an account’s previous billing cycle.
Type: dateTime


previousCycleStartDate

The starting date of an account’s previous billing cycle.
Type: dateTime

Relational


account

The account that a current billing cycle is associated with.
Type: SoftLayer_Account

Count