WebApiModulesWarehouseContractContract constructor

const WebApiModulesWarehouseContractContract({
  1. String? contractId,
  2. String? contractNumber,
  3. String? contractType,
  4. String? contractDate,
  5. String? contractTime,
  6. String? locationId,
  7. String? locationCode,
  8. String? location,
  9. String? warehouseId,
  10. String? warehouseCode,
  11. String? warehouse,
  12. String? customerId,
  13. String? customer,
  14. String? dealId,
  15. String? deal,
  16. String? orderId,
  17. String? orderNumber,
  18. String? departmentId,
  19. String? department,
  20. String? purchaseOrderId,
  21. String? purchaseOrderNumber,
  22. String? requisitionNumber,
  23. String? vendorId,
  24. String? vendor,
  25. bool? isMigrated,
  26. bool? unassigned,
  27. bool? needReconcile,
  28. bool? pendingExchange,
  29. String? exchangeContractId,
  30. bool? hasSwaps,
  31. bool? rental,
  32. bool? sales,
  33. bool? parts,
  34. bool? exchange,
  35. String? inputByUserId,
  36. String? inputByUser,
  37. bool? dealInactive,
  38. bool? truck,
  39. String? billingDate,
  40. String? billingDateChangeReason,
  41. String? lastBillingDateChangeReason,
  42. bool? billingDateAdjusted,
  43. bool? hasVoId,
  44. bool? hasTransfer,
  45. String? sessionId,
  46. String? orderDescription,
  47. String? poOrderDescription,
  48. String? deliveryId,
  49. String? deliveryDeliveryType,
  50. String? deliveryRequiredDate,
  51. String? deliveryRequiredTime,
  52. String? deliveryTargetShipDate,
  53. String? deliveryTargetShipTime,
  54. String? deliveryDirection,
  55. String? deliveryAddressType,
  56. String? deliveryFromLocation,
  57. String? deliveryFromContact,
  58. String? deliveryFromContactPhone,
  59. String? deliveryFromAlternateContact,
  60. String? deliveryFromAlternateContactPhone,
  61. String? deliveryFromAttention,
  62. String? deliveryFromAddress1,
  63. String? deliveryFromAddress2,
  64. String? deliveryFromCity,
  65. String? deliveryFromState,
  66. String? deliveryFromZipCode,
  67. String? deliveryFromCountry,
  68. String? deliveryFromCityStateZipCodeCountry,
  69. String? deliveryFromCountryCodeIsoAlpha2,
  70. int? deliveryFromCountryCodePhone,
  71. String? deliveryFromCountryId,
  72. String? deliveryFromCrossStreets,
  73. String? deliveryToLocation,
  74. String? deliveryToContact,
  75. String? deliveryToContactPhone,
  76. String? deliveryToAlternateContact,
  77. String? deliveryToAlternateContactPhone,
  78. String? deliveryToAttention,
  79. String? deliveryToAddress1,
  80. String? deliveryToAddress2,
  81. String? deliveryToCity,
  82. String? deliveryToState,
  83. String? deliveryToZipCode,
  84. String? deliveryToCountryId,
  85. String? deliveryToCountry,
  86. String? deliveryToCityStateZipCodeCountry,
  87. String? deliveryToCountryCodeIsoAlpha2,
  88. int? deliveryToCountryCodePhone,
  89. String? deliveryToContactFax,
  90. String? deliveryToCrossStreets,
  91. String? deliveryDeliveryNotes,
  92. String? deliveryCarrierId,
  93. String? deliveryCarrier,
  94. String? deliveryCarrierAccount,
  95. String? deliveryShipViaId,
  96. String? deliveryShipVia,
  97. String? deliveryInvoiceId,
  98. String? deliveryVendorInvoiceId,
  99. double? deliveryEstimatedFreight,
  100. double? deliveryFreightInvoiceAmount,
  101. String? deliveryChargeType,
  102. String? deliveryFreightTrackingNumber,
  103. String? deliveryFreightTrackingUrl,
  104. bool? deliveryDropShip,
  105. String? deliveryPackageCode,
  106. bool? deliveryBillPoFreightOnOrder,
  107. String? deliveryOnlineOrderNumber,
  108. String? deliveryOnlineOrderStatus,
  109. String? deliveryToVenue,
  110. String? deliveryToVenueId,
  111. String? deliveryDateStamp,
  112. String? note,
  113. bool? printNoteOnOrder,
  114. String? termsConditionsId,
  115. String? quikReceiptTermsConditionsId,
  116. String? quikReceiptTermsConditions,
  117. String? termsConditions,
  118. String? containerId,
  119. String? containerItemId,
  120. String? containerDescription,
  121. String? containerScannableBarCode,
  122. String? containerScannableItemId,
  123. String? responsiblePersonId,
  124. String? responsiblePerson,
  125. String? responsiblePersonEmail,
  126. String? responsiblePersonMobilePhone,
  127. String? responsiblePersonOfficePhone,
  128. String? responsiblePersonOfficeExtension,
  129. bool? hasPrintableBarCodes,
  130. String? purchaseOrderAgentEmail,
  131. String? dateStamp,
  132. String? auditNote,
  133. String? recordTitle,
  134. dynamic urlIdentifier,
  135. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  136. List<FwStandardDataFwCustomValue>? custom,
  137. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  138. FwStandardBusinessLogicFwBusinessLogic? original,
  139. List<FwStandardDataFwTranslatedValue>? translation,
  140. bool? hasImport,
  141. bool? hasDocuments,
  142. String? createdByUserId,
  143. String? createdByUserName,
  144. String? createdDateTime,
  145. String? modifiedByUserId,
  146. String? modifiedByUserName,
  147. String? modifiedDateTime,
})

Implementation

const WebApiModulesWarehouseContractContract({
  this.contractId,
  this.contractNumber,
  this.contractType,
  this.contractDate,
  this.contractTime,
  this.locationId,
  this.locationCode,
  this.location,
  this.warehouseId,
  this.warehouseCode,
  this.warehouse,
  this.customerId,
  this.customer,
  this.dealId,
  this.deal,
  this.orderId,
  this.orderNumber,
  this.departmentId,
  this.department,
  this.purchaseOrderId,
  this.purchaseOrderNumber,
  this.requisitionNumber,
  this.vendorId,
  this.vendor,
  this.isMigrated,
  this.unassigned,
  this.needReconcile,
  this.pendingExchange,
  this.exchangeContractId,
  this.hasSwaps,
  this.rental,
  this.sales,
  this.parts,
  this.exchange,
  this.inputByUserId,
  this.inputByUser,
  this.dealInactive,
  this.truck,
  this.billingDate,
  this.billingDateChangeReason,
  this.lastBillingDateChangeReason,
  this.billingDateAdjusted,
  this.hasVoId,
  this.hasTransfer,
  this.sessionId,
  this.orderDescription,
  this.poOrderDescription,
  this.deliveryId,
  this.deliveryDeliveryType,
  this.deliveryRequiredDate,
  this.deliveryRequiredTime,
  this.deliveryTargetShipDate,
  this.deliveryTargetShipTime,
  this.deliveryDirection,
  this.deliveryAddressType,
  this.deliveryFromLocation,
  this.deliveryFromContact,
  this.deliveryFromContactPhone,
  this.deliveryFromAlternateContact,
  this.deliveryFromAlternateContactPhone,
  this.deliveryFromAttention,
  this.deliveryFromAddress1,
  this.deliveryFromAddress2,
  this.deliveryFromCity,
  this.deliveryFromState,
  this.deliveryFromZipCode,
  this.deliveryFromCountry,
  this.deliveryFromCityStateZipCodeCountry,
  this.deliveryFromCountryCodeIsoAlpha2,
  this.deliveryFromCountryCodePhone,
  this.deliveryFromCountryId,
  this.deliveryFromCrossStreets,
  this.deliveryToLocation,
  this.deliveryToContact,
  this.deliveryToContactPhone,
  this.deliveryToAlternateContact,
  this.deliveryToAlternateContactPhone,
  this.deliveryToAttention,
  this.deliveryToAddress1,
  this.deliveryToAddress2,
  this.deliveryToCity,
  this.deliveryToState,
  this.deliveryToZipCode,
  this.deliveryToCountryId,
  this.deliveryToCountry,
  this.deliveryToCityStateZipCodeCountry,
  this.deliveryToCountryCodeIsoAlpha2,
  this.deliveryToCountryCodePhone,
  this.deliveryToContactFax,
  this.deliveryToCrossStreets,
  this.deliveryDeliveryNotes,
  this.deliveryCarrierId,
  this.deliveryCarrier,
  this.deliveryCarrierAccount,
  this.deliveryShipViaId,
  this.deliveryShipVia,
  this.deliveryInvoiceId,
  this.deliveryVendorInvoiceId,
  this.deliveryEstimatedFreight,
  this.deliveryFreightInvoiceAmount,
  this.deliveryChargeType,
  this.deliveryFreightTrackingNumber,
  this.deliveryFreightTrackingUrl,
  this.deliveryDropShip,
  this.deliveryPackageCode,
  this.deliveryBillPoFreightOnOrder,
  this.deliveryOnlineOrderNumber,
  this.deliveryOnlineOrderStatus,
  this.deliveryToVenue,
  this.deliveryToVenueId,
  this.deliveryDateStamp,
  this.note,
  this.printNoteOnOrder,
  this.termsConditionsId,
  this.quikReceiptTermsConditionsId,
  this.quikReceiptTermsConditions,
  this.termsConditions,
  this.containerId,
  this.containerItemId,
  this.containerDescription,
  this.containerScannableBarCode,
  this.containerScannableItemId,
  this.responsiblePersonId,
  this.responsiblePerson,
  this.responsiblePersonEmail,
  this.responsiblePersonMobilePhone,
  this.responsiblePersonOfficePhone,
  this.responsiblePersonOfficeExtension,
  this.hasPrintableBarCodes,
  this.purchaseOrderAgentEmail,
  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,
});