Class AccountStatusInfo

java.lang.Object
com.ringcentral.definitions.AccountStatusInfo

public class AccountStatusInfo extends Object
Status information (reason, comment, lifetime). Returned for 'Disabled' status only
  • Field Details

    • comment

      public String comment
      A free-form user comment, describing the status change reason
    • reason

      public String reason
      Type of suspension Enum: SuspendedVoluntarily, SuspendedInvoluntarily, UserResumed
    • till

      public String till
      Date until which an account will get deleted. The default value is 30 days since the current date
  • Constructor Details

    • AccountStatusInfo

      public AccountStatusInfo()
  • Method Details