Class: module:models/CustomerProductListRegistrant

module:models/CustomerProductListRegistrant()

new module:models/CustomerProductListRegistrant()

Constructs a new CustomerProductListRegistrant. Document representing a customer product list registrant.

Source:

Members

(inner) email :String

The email of the registrant.

Type:
  • String
Source:

(inner) first_name :String

The first name of the registrant.

Type:
  • String
Source:

(inner) last_name :String

The last name of the registrant.

Type:
  • String
Source:

(inner) role :String

The role of the registrant.

Type:
  • String
Source:

Methods

(static) constructFromObject(data, obj) → {module:models/CustomerProductListRegistrant}

Constructs a CustomerProductListRegistrant 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:models/CustomerProductListRegistrant

Optional instance to populate.

Source:
Returns:

The populated CustomerProductListRegistrant instance.

Type
module:models/CustomerProductListRegistrant