purchaseDate property

  1. @JsonKey(name: 'purchase_date')
String? purchaseDate
final

The time the App Store charged the user's account for a purchased or restored product, or the time the App Store charged the user’s account for a subscription purchase or renewal after a lapse, in a date-time format similar to ISO 8601.

Implementation

@JsonKey(name: 'purchase_date')
final String? purchaseDate;