identifier property

  1. @JsonKey(defaultValue: null)
String? identifier
final

A string used to uniquely identify a discount offer for a product.

You set up offers and their identifiers in App Store Connect.

Implementation

@JsonKey(defaultValue: null)
final String? identifier;