ContentDeclarationSourceType
Available content declaration source types.
enum ContentDeclarationSourceType {
UNKNOWN
SUPPLIER
RECIPE
PRODUCTION
USER_CREATED
}
Values
ContentDeclarationSourceType.UNKNOWN
The ContentDeclaration is of unknown origin.
ContentDeclarationSourceType.SUPPLIER
The ContentDeclaration is provided by the supplier.
ContentDeclarationSourceType.RECIPE
The ContentDeclaration is created based on a recipe. The Content Declaration will be generated from the content in the recipe.
ContentDeclarationSourceType.PRODUCTION
The ContentDeclaration is created based on a production of a recipe. This will make the Content Declaration dynamic depending on which products are actually used to produce the recipe.
ContentDeclarationSourceType.USER_CREATED
The ContentDeclaration is created specifically for this product by a user in Hii Retail application.
Member Of
ContentDeclaration
object