Class GetMinuteUsageResponse

    • Method Detail

      • estimatedMinutesRemaining

        public final Integer estimatedMinutesRemaining()

        Estimated number of minutes remaining for an account, specific to the month being requested.

        Returns:
        Estimated number of minutes remaining for an account, specific to the month being requested.
      • isReservedMinutesCustomer

        public final Boolean isReservedMinutesCustomer()

        Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.

        Returns:
        Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.
      • totalReservedMinuteAllocation

        public final Integer totalReservedMinuteAllocation()

        Total number of reserved minutes allocated, specific to the month being requested.

        Returns:
        Total number of reserved minutes allocated, specific to the month being requested.
      • totalScheduledMinutes

        public final Integer totalScheduledMinutes()

        Total scheduled minutes for an account, specific to the month being requested.

        Returns:
        Total scheduled minutes for an account, specific to the month being requested.
      • upcomingMinutesScheduled

        public final Integer upcomingMinutesScheduled()

        Upcoming minutes scheduled for an account, specific to the month being requested.

        Returns:
        Upcoming minutes scheduled for an account, specific to the month being requested.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object