WebApiModulesHomeControlsDeliveryDelivery constructor

WebApiModulesHomeControlsDeliveryDelivery({
  1. String? deliveryId,
  2. String? orderId,
  3. String? deliveryType,
  4. String? requiredDate,
  5. String? requiredTime,
  6. String? targetShipDate,
  7. String? targetShipTime,
  8. String? direction,
  9. String? addressType,
  10. String? fromLocation,
  11. String? fromContact,
  12. String? fromContactPhone,
  13. String? fromAlternateContact,
  14. String? fromAlternateContactPhone,
  15. String? fromAttention,
  16. String? fromAddress1,
  17. String? fromAddress2,
  18. String? fromCity,
  19. String? fromState,
  20. String? fromZipCode,
  21. String? fromCountry,
  22. String? fromCountryId,
  23. String? fromCrossStreets,
  24. String? toLocation,
  25. String? toContact,
  26. String? toContactPhone,
  27. String? toAlternateContact,
  28. String? toAlternateContactPhone,
  29. String? toAttention,
  30. String? toAddress1,
  31. String? toAddress2,
  32. String? toCity,
  33. String? toState,
  34. String? toZipCode,
  35. String? toCountryId,
  36. String? toCountry,
  37. String? toContactFax,
  38. String? toCrossStreets,
  39. String? deliveryNotes,
  40. String? carrierId,
  41. String? carrier,
  42. String? carrierAccount,
  43. String? shipViaId,
  44. String? shipVia,
  45. String? invoiceId,
  46. String? vendorInvoiceId,
  47. double? estimatedFreight,
  48. double? freightInvoiceAmount,
  49. String? chargeType,
  50. String? freightTrackingNumber,
  51. bool? dropShip,
  52. String? packageCode,
  53. bool? billPoFreightOnOrder,
  54. String? onlineOrderNumber,
  55. String? onlineOrderStatus,
  56. String? dateStamp,
  57. String? auditNote,
  58. String? recordTitle,
  59. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  60. List<FwStandardDataFwCustomValue>? custom,
  61. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  62. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsDeliveryDelivery({
  this.deliveryId,
  this.orderId,
  this.deliveryType,
  this.requiredDate,
  this.requiredTime,
  this.targetShipDate,
  this.targetShipTime,
  this.direction,
  this.addressType,
  this.fromLocation,
  this.fromContact,
  this.fromContactPhone,
  this.fromAlternateContact,
  this.fromAlternateContactPhone,
  this.fromAttention,
  this.fromAddress1,
  this.fromAddress2,
  this.fromCity,
  this.fromState,
  this.fromZipCode,
  this.fromCountry,
  this.fromCountryId,
  this.fromCrossStreets,
  this.toLocation,
  this.toContact,
  this.toContactPhone,
  this.toAlternateContact,
  this.toAlternateContactPhone,
  this.toAttention,
  this.toAddress1,
  this.toAddress2,
  this.toCity,
  this.toState,
  this.toZipCode,
  this.toCountryId,
  this.toCountry,
  this.toContactFax,
  this.toCrossStreets,
  this.deliveryNotes,
  this.carrierId,
  this.carrier,
  this.carrierAccount,
  this.shipViaId,
  this.shipVia,
  this.invoiceId,
  this.vendorInvoiceId,
  this.estimatedFreight,
  this.freightInvoiceAmount,
  this.chargeType,
  this.freightTrackingNumber,
  this.dropShip,
  this.packageCode,
  this.billPoFreightOnOrder,
  this.onlineOrderNumber,
  this.onlineOrderStatus,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});