module:model/RecipientSMSAuthentication

module:model/RecipientSMSAuthentication

new module:model/RecipientSMSAuthentication()

Source:

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

Members

(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:

Methods

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

Source:

Constructs a RecipientSMSAuthentication 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/RecipientSMSAuthentication

Optional instance to populate.

Returns:

The populated RecipientSMSAuthentication instance.

Type
module:model/RecipientSMSAuthentication