productId property

  1. @JsonKey(name: 'product_id')
String? productId
final

The unique identifier of the product purchased. You provide this value when creating the product in App Store Connect, and it corresponds to the productIdentifier property of the SKPayment object stored in the transaction's payment property.

Implementation

@JsonKey(name: 'product_id')
final String? productId;