transactionId property

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

The unique reference of the transaction for which the dispute is requested.

Implementation

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