UNPKG

infusionsoft-javascript-api

Version:
31 lines (21 loc) 848 B
module.exports = InvoicePayment = 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 one entry for each payment towards a particular invoice. .class('InvoicePayment') .define({ __static__field__primary__number__read__Id: 'Id', __static__field__number__read__InvoiceId: 'InvoiceId', __static__field__number__read__Amt: 'Amt', __static__field__datetime__read__PayDate: 'PayDate', __static__field__string__read__PayStatus: 'PayStatus', __static__field__number__read__PaymentId: 'PaymentId', __static__field__number__read__SkipCommission: 'SkipCommission' });