Interface TrialMinutes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TrialMinutes.Builder,TrialMinutes>, SdkBuilder<TrialMinutes.Builder,TrialMinutes>, SdkPojo
Enclosing class:
TrialMinutes

public static interface TrialMinutes.Builder extends SdkPojo, CopyableBuilder<TrialMinutes.Builder,TrialMinutes>
  • Method Details

    • 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.