Interface DimensionalPriceRate.Builder

  • Method Details

    • 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

      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

      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.