Class: module:models/CustomerAddressLink

module:models/CustomerAddressLink()

Constructs a new CustomerAddressLink.

  • Result document of product list addresses.
Source:

Members

(inner) address_id :String

The id of the address.

Type:
  • String
Source:

The target of the link.

Type:
  • String
Source:

(inner) title :String

The link title.

Type:
  • String
Source:

Methods

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

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

Optional instance to populate.

Source:
Returns:

The populated CustomerAddressLink instance.

Type
module:models/CustomerAddressLink