Contact - gomeddo/js-sdk GitHub Wiki
Wrapper for the Contact SObject in salesforce.
Example
const goMeddoContact = new Contact('App', 'GoMeddo', '[email protected]')
Constructor
Contact(firstName, lastName, email)
Parameters
firstName
The firstName of the contact.lastName
The lastName of the contact.email
The email address of the contact.
Instance properties
Inherits properties from its parent, SObject.
Instance methods
Inherits methods from its parent, SObject.