Variable GBTBillOfMaterialsExclusionStatusConst
GBTBillOfMaterialsExclusionStatus: {
Excluded: "EXCLUDED";
NotExcluded: "NOT_EXCLUDED";
ParentExcluded: "PARENT_EXCLUDED";
Unknown: "UNKNOWN";
} = ...
Type declaration
-
Readonly Excluded: "EXCLUDED"
-
Readonly NotExcluded: "NOT_EXCLUDED"
-
Readonly ParentExcluded: "PARENT_EXCLUDED"
-
Readonly Unknown: "UNKNOWN"
Export