targetAccount property

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

The unique identifier of the balance account against which the disputed amount is booked. Required if behavior is deductFromOneBalanceAccount.

Implementation

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