Interface TrialMinutes.Builder

    • Method Detail

      • total

        TrialMinutes.Builder total​(Double total)

        The total number of free trial minutes that the account started with.

        Parameters:
        total - The total number of free trial minutes that the account started with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remaining

        TrialMinutes.Builder remaining​(Double remaining)

        The number of free trial minutes remaining in the account.

        Parameters:
        remaining - The number of free trial minutes remaining in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.