vatCountryCode property

  1. @TagNumber.new(8)
String get vatCountryCode

Implementation

@$pb.TagNumber(8)
$core.String get vatCountryCode => $_getSZ(7);
  1. @TagNumber.new(8)
set vatCountryCode (String v)

Implementation

@$pb.TagNumber(8)
set vatCountryCode($core.String v) {
  $_setString(7, v);
}