appItemId property

  1. @JsonKey(name: 'app_item_id')
int? appItemId
final

Generated by App Store Connect and used by the App Store to uniquely identify the app purchased. Apps are assigned this identifier only in production. Treat this value as a 64-bit long integer.

Implementation

@JsonKey(name: 'app_item_id')
final int? appItemId;