WebApiModulesAgentPurchaseOrderPurchaseOrderDocument constructor

const WebApiModulesAgentPurchaseOrderPurchaseOrderDocument({
  1. String? purchaseOrderId,
  2. bool? copying,
  3. String? documentId,
  4. String? documentTypeId,
  5. String? uniqueId1,
  6. String? uniqueId2,
  7. int? uniqueId1Int,
  8. String? description,
  9. String? inputByUsersId,
  10. String? attachDate,
  11. String? attachTime,
  12. bool? attachToEmail,
  13. bool? inactive,
  14. String? dateStamp,
  15. String? extension,
  16. String? fileExtension,
  17. String? documentType,
  18. String? inputBy,
  19. bool? hasImage,
  20. bool? hasFile,
  21. int? imageDocumentCount,
  22. bool? fileIsModified,
  23. String? fileDataUrl,
  24. String? filePath,
  25. String? auditNote,
  26. String? recordTitle,
  27. dynamic urlIdentifier,
  28. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  29. List<FwStandardDataFwCustomValue>? custom,
  30. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  31. FwStandardBusinessLogicFwBusinessLogic? original,
  32. List<FwStandardDataFwTranslatedValue>? translation,
  33. bool? hasImport,
  34. bool? hasDocuments,
  35. String? createdByUserId,
  36. String? createdByUserName,
  37. String? createdDateTime,
  38. String? modifiedByUserId,
  39. String? modifiedByUserName,
  40. String? modifiedDateTime,
})

Implementation

const WebApiModulesAgentPurchaseOrderPurchaseOrderDocument({
  this.purchaseOrderId,
  this.copying,
  this.documentId,
  this.documentTypeId,
  this.uniqueId1,
  this.uniqueId2,
  this.uniqueId1Int,
  this.description,
  this.inputByUsersId,
  this.attachDate,
  this.attachTime,
  this.attachToEmail,
  this.inactive,
  this.dateStamp,
  this.extension,
  this.fileExtension,
  this.documentType,
  this.inputBy,
  this.hasImage,
  this.hasFile,
  this.imageDocumentCount,
  this.fileIsModified,
  this.fileDataUrl,
  this.filePath,
  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,
});