module:model/RecipientAdditionalNotification

module:model/RecipientAdditionalNotification

new module:model/RecipientAdditionalNotification()

Source:

Constructs a new RecipientAdditionalNotification.
Describes an additional notification method.

Members

(inner) phoneNumber :module:model/RecipientPhoneNumber

Source:

The phone number to receive the additional notifcation.

Type:

(inner) secondaryDeliveryMethod :String

Source:
Type:
  • String

(inner) secondaryDeliveryMethodMetadata :module:model/PropertyMetadata

Source:

Metadata about the delivery method.

Type:

(inner) secondaryDeliveryStatus :String

Source:
Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated RecipientAdditionalNotification instance.

Type
module:model/RecipientAdditionalNotification