WebApiModulesHomeDealShipperDealShipper constructor

const WebApiModulesHomeDealShipperDealShipper({
  1. String? dealShipperId,
  2. String? dealId,
  3. String? vendorId,
  4. String? carrierId,
  5. String? carrier,
  6. String? shipperAcct,
  7. bool? isPrimary,
  8. String? shipViaId,
  9. String? shipVia,
  10. String? dateStamp,
  11. String? auditNote,
  12. String? recordTitle,
  13. dynamic urlIdentifier,
  14. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  15. List<FwStandardDataFwCustomValue>? custom,
  16. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  17. FwStandardBusinessLogicFwBusinessLogic? original,
  18. List<FwStandardDataFwTranslatedValue>? translation,
  19. bool? hasImport,
  20. bool? hasDocuments,
  21. String? createdByUserId,
  22. String? createdByUserName,
  23. String? createdDateTime,
  24. String? modifiedByUserId,
  25. String? modifiedByUserName,
  26. String? modifiedDateTime,
})

Implementation

const WebApiModulesHomeDealShipperDealShipper({
  this.dealShipperId,
  this.dealId,
  this.vendorId,
  this.carrierId,
  this.carrier,
  this.shipperAcct,
  this.isPrimary,
  this.shipViaId,
  this.shipVia,
  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,
});