Interface Total.Builder

    • Method Detail

      • amount

        Total.Builder amount​(String amount)

        The total usage.

        Parameters:
        amount - The total usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unit

        Total.Builder unit​(String unit)

        The currency unit that the amount is given in.

        Parameters:
        unit - The currency unit that the amount is given in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.