accountHolderId property

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

The unique identifier of the account holder associated with the balance account.

Implementation

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