Class ExtensionStatusInfo

java.lang.Object
com.ringcentral.definitions.ExtensionStatusInfo

public class ExtensionStatusInfo extends Object
Status information (reason, comment). 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, CancelledVoluntarily, CancelledInvoluntarily
    • till

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

    • ExtensionStatusInfo

      public ExtensionStatusInfo()
  • Method Details