Class MinimalSmsOptRecord

java.lang.Object
com.ringcentral.definitions.MinimalSmsOptRecord

public class MinimalSmsOptRecord extends Object
  • Field Details

    • to

      public String to
      Phone number in e.164 format (with '+' prefix) Required Example: +16501234567
    • optStatus

      public String optStatus
      Consent status of a recipient's phone number: - `OptOut` - The number is opted out of receiving SMS. - `OptIn` - The number is opted in to receiving SMS (if it was previously opted out). Required Example: OptOut Enum: OptOut, OptIn
    • from

      public String from
      Phone number in e.164 format (with '+' prefix) Required Example: +16501234567
  • Constructor Details

    • MinimalSmsOptRecord

      public MinimalSmsOptRecord()
  • Method Details