WebApiModulesHomeControlsInvoiceReceiptInvoiceReceipt constructor

WebApiModulesHomeControlsInvoiceReceiptInvoiceReceipt({
  1. int? invoiceReceiptId,
  2. String? invoiceId,
  3. String? receiptId,
  4. String? receiptDate,
  5. String? paymentTypeId,
  6. String? paymentType,
  7. String? checkNumber,
  8. bool? recType,
  9. String? paymentBy,
  10. String? receiptCustomerId,
  11. String? receiptCustomer,
  12. String? receiptDealId,
  13. String? receiptDeal,
  14. String? invoiceNumber,
  15. String? invoiceDate,
  16. String? invoiceDescription,
  17. String? invoiceDealId,
  18. String? invoiceDeal,
  19. double? amount,
  20. String? appliedById,
  21. String? appliedBy,
  22. String? paymentMemo,
  23. String? currencyId,
  24. String? currencyCode,
  25. String? currencySymbol,
  26. String? dateStamp,
  27. String? auditNote,
  28. String? recordTitle,
  29. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  30. List<FwStandardDataFwCustomValue>? custom,
  31. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
})

Implementation

WebApiModulesHomeControlsInvoiceReceiptInvoiceReceipt({
  this.invoiceReceiptId,
  this.invoiceId,
  this.receiptId,
  this.receiptDate,
  this.paymentTypeId,
  this.paymentType,
  this.checkNumber,
  this.recType,
  this.paymentBy,
  this.receiptCustomerId,
  this.receiptCustomer,
  this.receiptDealId,
  this.receiptDeal,
  this.invoiceNumber,
  this.invoiceDate,
  this.invoiceDescription,
  this.invoiceDealId,
  this.invoiceDeal,
  this.amount,
  this.appliedById,
  this.appliedBy,
  this.paymentMemo,
  this.currencyId,
  this.currencyCode,
  this.currencySymbol,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
});