WebApiModulesHomeControlsReceiptCreditReceiptCredit constructor

WebApiModulesHomeControlsReceiptCreditReceiptCredit({
  1. String? creditReceiptId,
  2. String? creditingInvoiceId,
  3. String? receiptId,
  4. String? customerId,
  5. String? customer,
  6. String? dealId,
  7. String? deal,
  8. String? officeLocationId,
  9. String? paymentBy,
  10. String? recType,
  11. String? recTypeDisplay,
  12. String? recTypeColor,
  13. String? receiptDate,
  14. String? paymentTypeId,
  15. String? paymentType,
  16. String? paymentTypeType,
  17. String? checkNumber,
  18. double? origAmount,
  19. double? applied,
  20. double? refunded,
  21. double? remaining,
  22. double? amount,
  23. String? currencyId,
  24. String? currencyCode,
  25. String? currencySymbol,
  26. String? creditCardName,
  27. String? creditCardExpirationDate,
  28. DateTime? dateStamp,
  29. String? auditNote,
  30. String? recordTitle,
  31. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  32. List<FwStandardDataFwCustomValue>? custom,
  33. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  34. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsReceiptCreditReceiptCredit({
  this.creditReceiptId,
  this.creditingInvoiceId,
  this.receiptId,
  this.customerId,
  this.customer,
  this.dealId,
  this.deal,
  this.officeLocationId,
  this.paymentBy,
  this.recType,
  this.recTypeDisplay,
  this.recTypeColor,
  this.receiptDate,
  this.paymentTypeId,
  this.paymentType,
  this.paymentTypeType,
  this.checkNumber,
  this.origAmount,
  this.applied,
  this.refunded,
  this.remaining,
  this.amount,
  this.currencyId,
  this.currencyCode,
  this.currencySymbol,
  this.creditCardName,
  this.creditCardExpirationDate,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});