originalPurchaseDate property

  1. @JsonKey(name: 'original_purchase_date')
String? originalPurchaseDate
final

The time of the original in-app purchase, in a date-time format similar to ISO 8601.

Implementation

@JsonKey(name: 'original_purchase_date')
final String? originalPurchaseDate;