WebApiModulesHomeOrderApprovalOrderApproval constructor

const WebApiModulesHomeOrderApprovalOrderApproval({
  1. int? orderApprovalId,
  2. String? orderId,
  3. String? webUsersId,
  4. String? token,
  5. String? expireDate,
  6. String? createdDate,
  7. String? status,
  8. String? contactId,
  9. String? contactName,
  10. String? contactEmail,
  11. String? statusChangeDate,
  12. String? notes,
  13. String? paymentTermsId,
  14. String? paymentTypeId,
  15. double? amount,
  16. String? dateStamp,
  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 WebApiModulesHomeOrderApprovalOrderApproval({
  this.orderApprovalId,
  this.orderId,
  this.webUsersId,
  this.token,
  this.expireDate,
  this.createdDate,
  this.status,
  this.contactId,
  this.contactName,
  this.contactEmail,
  this.statusChangeDate,
  this.notes,
  this.paymentTermsId,
  this.paymentTypeId,
  this.amount,
  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,
});