opiPeriodTransToken property
Returned in the response if you included opi.includeTransToken: true in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see Oracle Opera.
Implementation
@BuiltValueField(wireName: r'opi.transToken')
String? get opiPeriodTransToken;