WebApiModulesHomeOrderApprovalOrderApproval constructor

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. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  20. List<FwStandardDataFwCustomValue>? custom,
  21. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  22. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

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.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});