transactionId property

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

The id of the transaction that is related to this accounting event. Only sent for events of type accounting where the balance changes.

Implementation

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