originalPurchaseDate property

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

Returns the purchase date for the version of the application when the user bought the app. Use this for grandfathering users when migrating to subscriptions.

Implementation

@JsonKey(name: 'originalPurchaseDate')
String? get originalPurchaseDate => throw _privateConstructorUsedError;