Class PricingSet

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class PricingSet
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Pricing-related information.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PricingSet.Builder
      Builder.
    • Method Detail

      • newBuilder

        public PricingSet.Builder newBuilder()
        New builder.
        Returns:
        a PricingSet builder
      • type

        public java.lang.String type()
        Gets the type. Type of plan. Valid values are `free`, `trial`, `paygo`, `paid`, `subscription`.
        Returns:
        the type
      • origin

        public java.lang.String origin()
        Gets the origin. Defines where the pricing originates, either the pricing catalog or the global catalog.
        Returns:
        the origin
      • startingPrice

        public StartingPrice startingPrice()
        Gets the startingPrice. Plan-specific starting price information.
        Returns:
        the startingPrice