WebApiModulesAgentCustomerCreditCustomerCredit constructor

const WebApiModulesAgentCustomerCreditCustomerCredit({
  1. String? receiptId,
  2. String? customerId,
  3. String? customer,
  4. String? officeLocationId,
  5. String? paymentBy,
  6. String? recType,
  7. String? recTypeDisplay,
  8. String? recTypeColor,
  9. String? receiptDate,
  10. String? paymentTypeId,
  11. String? paymentType,
  12. String? checkNumber,
  13. double? amount,
  14. double? applied,
  15. double? refunded,
  16. double? remaining,
  17. String? auditNote,
  18. String? recordTitle,
  19. dynamic urlIdentifier,
  20. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  21. List<FwStandardDataFwCustomValue>? custom,
  22. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  23. FwStandardBusinessLogicFwBusinessLogic? original,
  24. List<FwStandardDataFwTranslatedValue>? translation,
  25. bool? hasImport,
  26. bool? hasDocuments,
  27. String? createdByUserId,
  28. String? createdByUserName,
  29. String? createdDateTime,
  30. String? modifiedByUserId,
  31. String? modifiedByUserName,
  32. String? modifiedDateTime,
})

Implementation

const WebApiModulesAgentCustomerCreditCustomerCredit({
  this.receiptId,
  this.customerId,
  this.customer,
  this.officeLocationId,
  this.paymentBy,
  this.recType,
  this.recTypeDisplay,
  this.recTypeColor,
  this.receiptDate,
  this.paymentTypeId,
  this.paymentType,
  this.checkNumber,
  this.amount,
  this.applied,
  this.refunded,
  this.remaining,
  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,
});