requestDate property

  1. @JsonKey(name: 'request_date')
String? requestDate
final

The time the request to the verifyReceipt endpoint was processed and the response was generated, in a date-time format similar to ISO 8601.

Implementation

@JsonKey(name: 'request_date')
final String? requestDate;