View Source DocuSign.Model.RecipientSmsAuthentication (DocuSign v1.2.0)

Contains the element senderProvidedNumbers which is an Array of phone numbers the recipient can use for SMS text authentication.

Summary

Types

@type t() :: %DocuSign.Model.RecipientSmsAuthentication{
  senderProvidedNumbers: [String.t()] | nil,
  senderProvidedNumbersMetadata: DocuSign.Model.PropertyMetadata.t() | nil
}