WebApiModulesSettingsShipViaSettingsShipViaShipVia constructor

WebApiModulesSettingsShipViaSettingsShipViaShipVia({
  1. String? shipViaId,
  2. String? shipVia,
  3. String? vendorId,
  4. String? vendor,
  5. bool? inactive,
  6. String? dateStamp,
  7. String? auditNote,
  8. String? recordTitle,
  9. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  10. List<FwStandardDataFwCustomValue>? custom,
  11. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  12. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsShipViaSettingsShipViaShipVia({
  this.shipViaId,
  this.shipVia,
  this.vendorId,
  this.vendor,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});