Add files via upload

This commit is contained in:
gopi17701 2018-07-18 16:09:27 -04:00 committed by GitHub
parent fb1a27e450
commit 13ed4cedd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,6 @@ public class InvoicePayment {
int paymentTypeId;
String paymentType;
Date paymentDate;
Double invoiceAmount;
public InvoicePayment(String invoiceNum, int invoicePaymentId, int paymentTypeId, String paymentType, Date paymentDate, Double invoiceAmount) {