productId property

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

Product Id associated with the transaction.

Implementation

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