View Source DocuSign.Model.RecipientSmsAuthentication (DocuSign v1.1.0)
Contains the element senderProvidedNumbers which is an Array of phone numbers the recipient can use for SMS text authentication.
Link to this section Summary
Link to this section Types
@type t() :: %DocuSign.Model.RecipientSmsAuthentication{ senderProvidedNumbers: [String.t()] | nil, senderProvidedNumbersMetadata: DocuSign.Model.PropertyMetadata.t() | nil }