taxId property

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

The bank account holder's tax ID.

Implementation

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