SoftLayer_Container_Product_Item_Discount_Program


SoftLayer_Container_Product_Item_Discount_Program

Description

The SoftLayer_Container_Product_Item_Discount_Program data type represents the information about a discount that is related to a specific product item.

Local


applicableQuantity

The number of times the item discount(s) may be applied for that order container. At a minimum the number will be 1 and at most, it will match the quantity of the order container.
Type: int


item

The product item that the discount applies to.
Type: SoftLayer_Product_Item


oneTimeAmount

The sum of the one time fees (one time, setup and labor) of the prices of this container multiplied by the applicable quantity of this container.
Type: decimal


oneTimeTax

The tax amount on the one time fees (one time, setup and labor) of the prices of this container mulitiplied by the applicable quantity of this container.
Type: decimal


prices

The item prices that contain the amount of the discount in the recurringFee field. There may be one or more prices.
Type: SoftLayer_Product_Item_Price[]


proratedOneTimeAmount

The sum of the one time fees (one time, setup and labor) of the prices of this container multiplied by the applicable quantity of this container with the proration factor applied.
Type: decimal


proratedOneTimeTax

The tax amount on the one time fees (one time, setup and labor) of the prices of this container mulitiplied by the applicable quantity of this container with the proration factor applied.
Type: decimal


proratedRecurringAmount

The sum of the recurring fees of the prices of this container multiplied by the applicable quantity of this container with the proration factor applied.
Type: decimal


proratedRecurringTax

The tax amount on the recurring fees of the prices of this container mulitiplied by the applicable quantity of this container with the proration factor applied.
Type: decimal


recurringAmount

The sum of the recurring fees of the prices of this container multiplied by the applicable quantity of this container.
Type: decimal


recurringTax

The tax amount on the recurring fees of the prices of this container mulitiplied by the applicable quantity of this container.
Type: decimal

Relational

Count