WebApiModulesBillingInvoiceInvoiceReceipt constructor

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

Implementation

WebApiModulesBillingInvoiceInvoiceReceipt({
  this.invoiceReceiptId,
  this.invoiceId,
  this.receiptId,
  this.receiptDate,
  this.paymentTypeId,
  this.paymentType,
  this.paymentTypeType,
  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.invoiceOrderId,
  this.invoiceOrderDescription,
  this.amount,
  this.remaining,
  this.appliedById,
  this.appliedBy,
  this.paymentMemo,
  this.currencyId,
  this.currencyCode,
  this.currencySymbol,
  this.creditCardName,
  this.creditCardExpirationDate,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});