WebApiModulesBillingInvoiceInvoiceReceipt constructor

const 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? appliedPaymentTypeFee,
  24. double? feePercent,
  25. double? remaining,
  26. String? appliedById,
  27. String? appliedBy,
  28. String? paymentMemo,
  29. String? currencyId,
  30. String? currencyCode,
  31. String? currencySymbol,
  32. String? creditCardName,
  33. String? creditCardExpirationDate,
  34. String? dateStamp,
  35. String? auditNote,
  36. String? recordTitle,
  37. dynamic urlIdentifier,
  38. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  39. List<FwStandardDataFwCustomValue>? custom,
  40. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  41. FwStandardBusinessLogicFwBusinessLogic? original,
  42. List<FwStandardDataFwTranslatedValue>? translation,
  43. bool? hasImport,
  44. bool? hasDocuments,
  45. String? createdByUserId,
  46. String? createdByUserName,
  47. String? createdDateTime,
  48. String? modifiedByUserId,
  49. String? modifiedByUserName,
  50. String? modifiedDateTime,
})

Implementation

const 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.appliedPaymentTypeFee,
  this.feePercent,
  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.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});