receiptCreationDateMs property

  1. @JsonKey(name: 'receipt_creation_date_ms')
String? receiptCreationDateMs
final

The time the App Store generated the receipt, in UNIX epoch time format, in milliseconds. Use this time format for processing dates. This value does not change.

Implementation

@JsonKey(name: 'receipt_creation_date_ms')
final String? receiptCreationDateMs;