UNPKG

infusionsoft-javascript-api

Version:
31 lines (21 loc) 966 B
module.exports = ProductInterest = 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 from the Product/Subscription tab on Opportunities. .class('ProductInterest') .define({ __static__field__primary__number__read__Id: 'Id', __static__field__number__edit__delete__add__read__ObjectId: 'ObjectId', __static__field__string__edit__delete__add__read__ObjType: 'ObjType', __static__field__number__edit__delete__add__read__ProductId: 'ProductId', __static__field__string__edit__delete__add__read__ProductType: 'ProductType', __static__field__number__edit__delete__add__read__Qty: 'Qty', __static__field__number__edit__delete__add__read__DiscountPercent: 'DiscountPercent' });