transactionIdentifier property

  1. @JsonKey(readValue: _readTransactionIdentifier)
String transactionIdentifier
inherited

RevenueCat Id associated to the transaction. Empty for Amazon.

Implementation

// ignore: invalid_annotation_target
@JsonKey(readValue: _readTransactionIdentifier)
String get transactionIdentifier => throw _privateConstructorUsedError;