bundleId property

  1. @JsonKey(name: 'bundle_id')
String? bundleId
final

The bundle identifier for the app to which the receipt belongs. You provide this string on App Store Connect. This corresponds to the value of CFBundleIdentifier in the Info.plist file of the app.

Implementation

@JsonKey(name: 'bundle_id')
final String? bundleId;