Class Pricing


  • @ApiType("SoftLayer_Location_Group_Pricing")
    public class Pricing
    extends Group
    A pricing location group relates a set of [[SoftLayer_Product_Item_Price|prices]] to only be available to a set of [[SoftLayer_Location|locations]] when used for [[SoftLayer_Product_Order|ordering]].
    See Also:
    SoftLayer_Location_Group_Pricing
    • Field Detail

      • prices

        @ApiProperty
        protected List<Price> prices
        The prices that this pricing location group limits. All of these prices will only be available in the locations defined by this pricing location group.
      • priceCount

        @ApiProperty
        protected Long priceCount
        A count of the prices that this pricing location group limits. All of these prices will only be available in the locations defined by this pricing location group.
    • Constructor Detail

      • Pricing

        public Pricing()