We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bca209 commit f175e75Copy full SHA for f175e75
bzst-dip-java-client/src/main/java/software/xdev/bzst/dip/client/xmldocument/ReportableSellerCreator.java
@@ -180,6 +180,7 @@ private static OtherActivitiesType createSaleOfGoods(
180
return otherActivitiesType;
181
}
182
183
+ @SuppressWarnings("PMD.ExcessiveParameterList")
184
private static ReportableSellerType.Identity createIdentity(
185
final CountryCodeType resCountryCode,
186
final TINType tin,
0 commit comments