originalJson property

  1. @JsonKey(defaultValue: '')
String originalJson
final

Details about this purchase, in JSON.

This can be used verify a purchase. See "Verify a purchase on a device". Note though that verifying a purchase locally is inherently insecure (see the article for more details).

Implementation

@JsonKey(defaultValue: '')
final String originalJson;