setOtp method

Implementation

AtNewEnrollmentRequestBuilder setOtp(String otp) {
  _otp = otp;
  return this;
}