Class Amount

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

    public class Amount
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Country-specific pricing information.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Amount.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String country()
      Gets the country.
      java.lang.String currency()
      Gets the currency.
      Amount.Builder newBuilder()
      New builder.
      java.util.List<Price> prices()
      Gets the prices.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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