networkTxReference property

  1. @BuiltValueField.new(wireName: r'networkTxReference')
String? get networkTxReference

Returned in the response if you are not tokenizing with Adyen and are using the Merchant-initiated transactions (MIT) framework from Mastercard or Visa. This contains either the Mastercard Trace ID or the Visa Transaction ID.

Implementation

@BuiltValueField(wireName: r'networkTxReference')
String? get networkTxReference;