WebApiModulesHomeControlsDealShipperDealShipper constructor

WebApiModulesHomeControlsDealShipperDealShipper({
  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. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  14. List<FwStandardDataFwCustomValue>? custom,
  15. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  16. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

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