hasGS1DigitalLink property

  1. @override
String? hasGS1DigitalLink
getter/setter pairoverride
  • A Digital Link that contains a serial number (AI 21) should only be present on instances of [SchemaIndividualProduct]
  • A Digital Link that contains a lot number (AI 10) should be annotated as [SchemaSomeProducts] if only products from that lot are sold, or [SchemaIndividualProduct] if there is only a specific product.
  • A Digital Link that contains a global model number (AI 8013) should be attached to a [SchemaProduct] or a [SchemaProductModel].
Other item types should be adapted similarly.

Implementation

@override
String? hasGS1DigitalLink;