SoftLayer Billing Info Cycle

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

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.

User Access

Users wishing to access the SoftLayer_Billing_Info_Cycle type must have the view account summary permission assigned to their account.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

currentCycleEndDate

The ending date of an account's current billing cycle.



currentCycleStartDate

The starting date of an account's current billing cycle.



previousCycleEndDate

The ending date of an account's previous billing cycle.



previousCycleStartDate

The starting date of an account's previous billing cycle.


Relational Properties

account

The account that a current billing cycle is associated with.
account can be queried by object mask.
account must be a unique value.

See Also

Personal tools