module:models/ContactResponse()

new module:models/ContactResponse()

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

Constructs a new ContactResponse.

Members

static, readonly StatusEnum :String

Allowed values for the status property.

Properties:
Name Type Description
verfied String

value: "verfied"

unverified String

value: "unverified"

static, readonly TypeEnum :String

Allowed values for the type property.

Properties:
Name Type Description
sms String

value: "sms"

email String

value: "email"

inner status :module:models/ContactResponse.StatusEnum

The status of the customer's contact in EBPP.

inner type :module:models/ContactResponse.TypeEnum

The type of contact.

inner value :String

The customer's contact information that is linked to customer

Methods

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

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

Optional instance to populate.

Returns:
module:models/ContactResponse -

The populated ContactResponse instance.