networkTxReference property
Allows you to link the transaction to the original or previous one in a subscription/card-on-file chain. This field is required for token-based transactions where Adyen does not tokenize the card. Transaction identifier from card schemes, for example, Mastercard Trace ID or the Visa Transaction ID. Submit the original transaction ID of the contract in your payment request if you are not tokenizing card details with Adyen and are making a merchant-initiated transaction (MIT) for subsequent charges. Make sure you are sending shopperInteraction ContAuth and recurringProcessingModel Subscription or UnscheduledCardOnFile to ensure that the transaction is classified as MIT.
Implementation
@BuiltValueField(wireName: r'networkTxReference')
String? get networkTxReference;