Interface DimensionalPriceRate.Builder

    • Method Detail

      • dimension

        DimensionalPriceRate.Builder dimension​(String dimension)

        Dimension for the price rate.

        Parameters:
        dimension - Dimension for the price rate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • price

        DimensionalPriceRate.Builder price​(String price)

        Single-dimensional rate information.

        Parameters:
        price - Single-dimensional rate information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        DimensionalPriceRate.Builder description​(String description)

        Description of the price rate.

        Parameters:
        description - Description of the price rate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unit

        DimensionalPriceRate.Builder unit​(String unit)

        Unit associated with the price.

        Parameters:
        unit - Unit associated with the price.
        Returns:
        Returns a reference to this object so that method calls can be chained together.