taxId property

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

The tax ID number. >Refer to Required information for details on field requirements.

Implementation

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