WebApiModulesBillingReceiptReceipt constructor

WebApiModulesBillingReceiptReceipt({
  1. String? receiptId,
  2. String? receiptDate,
  3. String? locationId,
  4. String? locationCode,
  5. String? location,
  6. String? customerId,
  7. String? customer,
  8. String? dealId,
  9. String? deal,
  10. String? paymentBy,
  11. String? customerDeal,
  12. String? paymentTypeId,
  13. String? paymentType,
  14. String? paymentTypeType,
  15. String? paymentTypeExportPaymentMethod,
  16. String? checkNumber,
  17. double? paymentAmount,
  18. String? appliedById,
  19. String? appliedBy,
  20. String? modifiedById,
  21. String? modifiedBy,
  22. String? paymentMemo,
  23. String? recType,
  24. String? chargeBatchId,
  25. String? chargeBatchNumber,
  26. String? currencyId,
  27. String? currencyCode,
  28. String? currencySymbol,
  29. String? officeLocationDefaultCurrencyId,
  30. String? overPaymentId,
  31. List<WebApiModulesBillingReceiptReceiptInvoice>? invoiceDataList,
  32. List<WebApiModulesBillingReceiptReceiptCredit>? creditDataList,
  33. bool? createOverpayment,
  34. bool? createDepletingDeposit,
  35. String? dealDepositId,
  36. String? dealDepositCheckNumber,
  37. String? customerDepositId,
  38. String? customerDepositCheckNumber,
  39. String? orderId,
  40. String? orderDescription,
  41. String? transactionId,
  42. String? creditCardAccountToken,
  43. String? creditCardExpirationDate,
  44. DateTime? dateStamp,
  45. String? auditNote,
  46. String? recordTitle,
  47. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  48. List<FwStandardDataFwCustomValue>? custom,
  49. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
})

Implementation

WebApiModulesBillingReceiptReceipt({
  this.receiptId,
  this.receiptDate,
  this.locationId,
  this.locationCode,
  this.location,
  this.customerId,
  this.customer,
  this.dealId,
  this.deal,
  this.paymentBy,
  this.customerDeal,
  this.paymentTypeId,
  this.paymentType,
  this.paymentTypeType,
  this.paymentTypeExportPaymentMethod,
  this.checkNumber,
  this.paymentAmount,
  this.appliedById,
  this.appliedBy,
  this.modifiedById,
  this.modifiedBy,
  this.paymentMemo,
  this.recType,
  this.chargeBatchId,
  this.chargeBatchNumber,
  this.currencyId,
  this.currencyCode,
  this.currencySymbol,
  this.officeLocationDefaultCurrencyId,
  this.overPaymentId,
  this.invoiceDataList,
  this.creditDataList,
  this.createOverpayment,
  this.createDepletingDeposit,
  this.dealDepositId,
  this.dealDepositCheckNumber,
  this.customerDepositId,
  this.customerDepositCheckNumber,
  this.orderId,
  this.orderDescription,
  this.transactionId,
  this.creditCardAccountToken,
  this.creditCardExpirationDate,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
});