itemInstanceId property

  1. @JsonKey(name: 'itemInstanceId')
String? itemInstanceId
getter/setter pair

If this quantity is referring to a specific instance of an item, this will have the item's instance ID. Normally, this will be null.

Implementation

@JsonKey(name:'itemInstanceId')
String? itemInstanceId;