Class PricingSet
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.PricingSet
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PricingSet extends com.ibm.cloud.sdk.core.service.model.GenericModelPricing-related information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPricingSet.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PricingSet.BuildernewBuilder()New builder.java.lang.Stringorigin()Gets the origin.StartingPricestartingPrice()Gets the startingPrice.java.lang.Stringtype()Gets the type.
-
-
-
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
-
-