Class Amount
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.Amount
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Amount extends com.ibm.cloud.sdk.core.service.model.GenericModelCountry-specific pricing information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAmount.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcountry()Gets the country.java.lang.Stringcurrency()Gets the currency.Amount.BuildernewBuilder()New builder.java.util.List<Price>prices()Gets the prices.
-
-
-
Method Detail
-
newBuilder
public Amount.Builder newBuilder()
New builder.- Returns:
- a Amount builder
-
country
public java.lang.String country()
Gets the country. Country.- Returns:
- the country
-
currency
public java.lang.String currency()
Gets the currency. Currency.- Returns:
- the currency
-
prices
public java.util.List<Price> prices()
Gets the prices. See Price for nested fields.- Returns:
- the prices
-
-