infusionsoft-javascript-api
Version:
Javscript wrapper for the Infusionsoft XML-RPC API
23 lines (16 loc) • 791 B
JavaScript
module.exports = ContactGroup = require('typedef')
// THIS CODE WAS GENERATED BY AN AUTOMATED TOOL. Editing it is not recommended.
// For more information, see http://github.com/bvalosek/grunt-infusionsoft
// Generated on Wed Jan 08 2014 12:43:55 GMT-0600 (CST)
// This table holds data for the tags you have created within Infusionsoft. In the
// Infusionsoft "ice age" tags were referred to as "groups", thus the table name.
.class('ContactGroup') .define({
__static__field__primary__number__read__Id:
'Id',
__static__field__string__edit__add__read__GroupName:
'GroupName',
__static__field__number__edit__add__read__GroupCategoryId:
'GroupCategoryId',
__static__field__string__edit__add__read__GroupDescription:
'GroupDescription'
});