reference property

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

Your unique reference for the part of the payment booked to the specified account. This is required if type is MarketPlace (Classic Platforms integration) or BalanceAccount (Balance Platform). For the other types, we also recommend providing a unique reference so you can reconcile the split and the associated payment in the transaction overview and in the reports.

Implementation

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