Class StatusInfo

java.lang.Object
com.ringcentral.definitions.StatusInfo

public class StatusInfo extends Object
Optional information to be used when account is moved to "Disabled" status
  • Field Details

    • reason

      public String reason
      Type of suspension, voluntarily or not Example: CancelledVoluntarily Enum: SuspendedVoluntarily, SuspendedInvoluntarily, CancelledVoluntarily, CancelledInvoluntarily
    • comment

      public String comment
      A meaningful description of the reason to change the status Example: By customer request. Case ABC123
    • till

      public String till
      Date after which the account will get deleted. Parameter can be used to overwrite default retention period Format: date-time Example: 2023-03-26T11:30:45.940Z
  • Constructor Details

    • StatusInfo

      public StatusInfo()
  • Method Details