Class: EmailAddress

customers.EmailAddress()

new EmailAddress()

Source:

Methods

(static) EmailAddress#getCustomer() → {base.Reference}

Get the field value Customer who this email address belongs to.
Source:
Returns:
Type
base.Reference

(static) EmailAddress#getEmailAddress() → {String}

Get the field value
Source:
Returns:
Type
String

(static) EmailAddress#getId() → {String}

Get the field value
Source:
Returns:
Type
String

(static) EmailAddress#getVerifiedTime() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) EmailAddress#setCustomer(customer)

Set the field value Customer who this email address belongs to.
Parameters:
Name Type Description
customer base.Reference
Source:

(static) EmailAddress#setEmailAddress(emailAddress)

Set the field value
Parameters:
Name Type Description
emailAddress String
Source:

(static) EmailAddress#setId(id)

Set the field value
Parameters:
Name Type Description
id String
Source:

(static) EmailAddress#setVerifiedTime(verifiedTime)

Set the field value
Parameters:
Name Type Description
verifiedTime Number must be a long integer
Source: