module:model/RecipientPhoneAuthentication

module:model/RecipientPhoneAuthentication

new module:model/RecipientPhoneAuthentication()

Source:

Constructs a new RecipientPhoneAuthentication.
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.

Members

(inner) recipMayProvideNumber :String

Source:

Boolean. When set to true, the recipient can supply a phone number their choice.

Type:
  • String

(inner) recipMayProvideNumberMetadata :module:model/PropertyMetadata

Source:

Metadata that indicates whether the recipMayProvideNumber property can be edited.

Type:

(inner) recordVoicePrint :String

Source:

Reserved.

Type:
  • String

(inner) recordVoicePrintMetadata :module:model/PropertyMetadata

Source:

Reserved for DocuSign.

Type:

(inner) senderProvidedNumbers :Array.<String>

Source:

An Array containing a list of phone numbers the recipient may use for SMS text authentication.

Type:
  • Array.<String>

(inner) senderProvidedNumbersMetadata :module:model/PropertyMetadata

Source:

Metadata that indicates whether the senderProvidedNumbers property can be edited.

Type:

(inner) validateRecipProvidedNumber :String

Source:

Reserved.

Type:
  • String

(inner) validateRecipProvidedNumberMetadata :module:model/PropertyMetadata

Source:

Reserved for DocuSign.

Type:

Methods

(static) constructFromObject(data, obj) → {module:model/RecipientPhoneAuthentication}

Source:

Constructs a RecipientPhoneAuthentication from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/RecipientPhoneAuthentication

Optional instance to populate.

Returns:

The populated RecipientPhoneAuthentication instance.

Type
module:model/RecipientPhoneAuthentication