purchaseTime property

  1. @JsonKey(defaultValue: 0)
int purchaseTime
final

When the purchase was made, as an epoch timestamp.

Implementation

@JsonKey(defaultValue: 0)
final int purchaseTime;