purchaseDate property

  1. @JsonKey(name: 'purchaseDate')
String purchaseDate
inherited

Purchase date of the transaction in ISO 8601 format.

Implementation

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