UNPKG

infusionsoft-javascript-api

Version:
37 lines (25 loc) 962 B
module.exports = Referral = 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 affiliate referrals. .class('Referral') .define({ __static__field__primary__number__read__Id: 'Id', __static__field__number__add__read__ContactId: 'ContactId', __static__field__number__add__read__AffiliateId: 'AffiliateId', __static__field__datetime__add__read__DateSet: 'DateSet', __static__field__datetime__add__read__DateExpires: 'DateExpires', __static__field__string__add__read__IPAddress: 'IPAddress', __static__field__string__add__read__Source: 'Source', __static__field__string__add__read__Info: 'Info', __static__field__number__add__read__Type: 'Type' });