requestDateMs property

  1. @JsonKey(name: 'request_date_ms')
String? requestDateMs
final

The time the request to the verifyReceipt endpoint was processed and the response was generated, in UNIX epoch time format, in milliseconds. Use this time format for processing dates.

Implementation

@JsonKey(name: 'request_date_ms')
final String? requestDateMs;