module:model/RecipientIdentityPhoneNumber

module:model/RecipientIdentityPhoneNumber

new module:model/RecipientIdentityPhoneNumber()

Source:

Constructs a new RecipientIdentityPhoneNumber.

Members

(inner) countryCode :String

Source:
Type:
  • String

(inner) countryCodeLock :String

Source:
Type:
  • String

(inner) countryCodeMetadata :module:model/PropertyMetadata

Source:

Metadata that indicates if the countryCode property is editable.

Type:

(inner) extension :String

Source:
Type:
  • String

(inner) extensionMetadata :module:model/PropertyMetadata

Source:

Metadata that indicates if the extension property is editable.

Type:

(inner) number :String

Source:
Type:
  • String

(inner) numberMetadata :module:model/PropertyMetadata

Source:

Metadata that indicates if the number property is editable.

Type:

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated RecipientIdentityPhoneNumber instance.

Type
module:model/RecipientIdentityPhoneNumber