Class: module:models/ProductListRegistrant

module:models/ProductListRegistrant()

new module:models/ProductListRegistrant()

Constructs a new ProductListRegistrant. A ProductListRegistrant is typically associated with an event related product list such as a gift registry. It holds information about a person associated with the event such as a bride or groom.

Source:

Members

(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/ProductListRegistrant}

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

Optional instance to populate.

Source:
Returns:

The populated ProductListRegistrant instance.

Type
module:models/ProductListRegistrant