receiptCreationDate property

  1. @JsonKey(name: 'receipt_creation_date')
String? receiptCreationDate
final

The time the App Store generated the receipt, in a date-time format similar to ISO 8601.

Implementation

@JsonKey(name: 'receipt_creation_date')
final String? receiptCreationDate;