networkTxReferencePaths property

  1. @BuiltValueField.new(wireName: r'networkTxReferencePaths')
BuiltList<String>? get networkTxReferencePaths

Set in tokenize:true case when forwarding PAN. Addresses to the possible location(s) of networkTxReference in the incoming 3rd party response

Implementation

@BuiltValueField(wireName: r'networkTxReferencePaths')
BuiltList<String>? get networkTxReferencePaths;