Variable GBTBillOfMaterialsExclusionStatusConst

GBTBillOfMaterialsExclusionStatus: {
    Excluded: "EXCLUDED";
    NotExcluded: "NOT_EXCLUDED";
    ParentExcluded: "PARENT_EXCLUDED";
    Unknown: "UNKNOWN";
} = ...

Export

Type declaration

  • Readonly Excluded: "EXCLUDED"
  • Readonly NotExcluded: "NOT_EXCLUDED"
  • Readonly ParentExcluded: "PARENT_EXCLUDED"
  • Readonly Unknown: "UNKNOWN"

Generated using TypeDoc