networkPaymentReference property

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

The transaction identifier from card schemes. This is the networkTxReference from the response to the first payment.

Implementation

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