schemeTraceId property
The identifier of the original payment. This ID is provided by the scheme and can be alphanumeric or numeric, depending on the scheme. The schemeTraceID should refer to an original schemeUniqueTransactionID provided in an earlier payment (not necessarily processed by Adyen). A schemeTraceId is typically available for authorization adjustments or recurring payments.
Implementation
@BuiltValueField(wireName: r'schemeTraceId')
String? get schemeTraceId;