DocuSign v0.1.2 DocuSign.Model.RecipientPhoneAuthentication View Source

A complex type that Contains the elements: recipMayProvideNumber - Boolean. When set to true, the recipient can use whatever phone number they choose. senderProvidedNumbers - ArrayOfString. A list of phone numbers the recipient can use. recordVoicePrint - Reserved. validateRecipProvidedNumber - Reserved.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %DocuSign.Model.RecipientPhoneAuthentication{
  recipMayProvideNumber: String.t(),
  recordVoicePrint: String.t(),
  senderProvidedNumbers: [String.t()],
  validateRecipProvidedNumber: String.t()
}