balanceAccountId property

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

The unique identifier of the balance account to which the split amount must be booked, depending on the defined split logic.

Implementation

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