module:models/LinkCustomerContactRequest(customer, contact)

new module:models/LinkCustomerContactRequest(customer, contact)

This class subject to change without prior notice, Please dont use this class directly.

Constructs a new LinkCustomerContactRequest.
Parameters:
Name Type Description
customer module:models/CustomerMinimalRequest
contact module:models/ContactslinkContact

Members

inner contact :module:models/ContactslinkContact

inner customer :module:models/CustomerMinimalRequest

Methods

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

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

Optional instance to populate.

Returns:
module:models/LinkCustomerContactRequest -

The populated LinkCustomerContactRequest instance.