SoftLayer_Billing_Item_Cancellation_Request_Item


SoftLayer_Billing_Item_Cancellation_Request_Item

Description

SoftLayer_Billing_Item_Cancellation_Request_Item data type contains a billing item for cancellation. This data type is used to harness billing items to the associated service.

Local


billingItemId

The internal identifier of a billing item
Type: int


cancellationRequestId

A cancellation request’s internal identifier.
Type: int


id

A cancellation request item’s internal identifier.
Type: int


immediateCancellationFlag

This flag indicated if a billing item should be canceled immediately or not. Set this flag to true when creating a cancellation request.
Type: boolean


scheduledCancellationDate

The scheduled cancellation date
Type: dateTime


serviceReclaimStatusCode

The reclaim status of a service.
Type: string

Relational


billingItem

The billing item for cancellation.
Type: SoftLayer_Billing_Item


cancellationRequest

The service cancellation request that a cancellation item belongs to.
Type: SoftLayer_Billing_Item_Cancellation_Request

Count