promotionalOfferId property

  1. @JsonKey(name: 'promotional_offer_id')
String? promotionalOfferId
final

The identifier of the promotional offer for an auto-renewable subscription that the user redeemed. You provide this value in the Promotional Offer Identifier field when you create the promotional offer in App Store Connect.

Implementation

@JsonKey(name: 'promotional_offer_id')
final String? promotionalOfferId;