accountHolderId property

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

The identifier of the receiving account holder. The payout will default to the primary balance account of this account holder if no balanceAccountId is provided.

Implementation

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