Class AccountStatusInfo

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

public class AccountStatusInfo 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 disabled account will get deleted. Parameter can be used to overwrite default retention period (that is 30 days after disabling the account) Format: date-time Example: Sun Mar 26 2023 04:30:45 GMT-0700 (Pacific Daylight Time)
  • Constructor Details

    • AccountStatusInfo

      public AccountStatusInfo()
  • Method Details