File "payment.js"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/resources/scripts/admin/stub/payment.js
File size: 288 bytes
MIME-type: text/plain
Charset: utf-8
export default {
maxPayableAmount: Number.MAX_SAFE_INTEGER,
selectedCustomer: '',
currency: null,
currency_id: '',
customer_id: '',
payment_number: '',
payment_date: '',
amount: 0,
invoice_id: '',
notes: '',
payment_method_id: '',
customFields: [],
fields: []
}