infusionsoft-javascript-api
Version:
Javscript wrapper for the Infusionsoft XML-RPC API
47 lines (32 loc) • 1.21 kB
JavaScript
module.exports = Payment = 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 each of the payments or refunds placed. This includes all
// types of payments. Cash, Refund, check, PayPal, etc.
.class('Payment') .define({
__static__field__primary__number__read__Id:
'Id',
__static__field__datetime__read__PayDate:
'PayDate',
__static__field__number__read__UserId:
'UserId',
__static__field__number__read__PayAmt:
'PayAmt',
__static__field__string__read__PayType:
'PayType',
__static__field__number__read__ContactId:
'ContactId',
__static__field__string__read__PayNote:
'PayNote',
__static__field__number__read__InvoiceId:
'InvoiceId',
__static__field__number__read__RefundId:
'RefundId',
__static__field__number__read__ChargeId:
'ChargeId',
__static__field__number__read__Commission:
'Commission',
__static__field__number__read__Synced:
'Synced'
});