WebApiModulesHomeOrderConfirmationOrderConfirmation constructor

WebApiModulesHomeOrderConfirmationOrderConfirmation({
  1. String? orderConfirmationId,
  2. String? orderId,
  3. String? webUsersId,
  4. String? date,
  5. String? time,
  6. String? activityType,
  7. String? note,
  8. String? person,
  9. String? payType,
  10. String? paymentTerms,
  11. String? purchaseOrderNumber,
  12. double? amount,
  13. String? auditNote,
  14. String? recordTitle,
  15. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  16. List<FwStandardDataFwCustomValue>? custom,
  17. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  18. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeOrderConfirmationOrderConfirmation({
  this.orderConfirmationId,
  this.orderId,
  this.webUsersId,
  this.date,
  this.time,
  this.activityType,
  this.note,
  this.person,
  this.payType,
  this.paymentTerms,
  this.purchaseOrderNumber,
  this.amount,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});