Skip to content

Commit 22584b8

Browse files
committed
removed unused value
1 parent dc9c4cb commit 22584b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bzst-dip-java-client/src/main/java/software/xdev/bzst/dip/client/model/message/cesop/BzstCesopTAXIdentification.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @param vatId The VAT identification number of the payee confirmed by the EU identification number of the paye
55
* @param value The Tax ID.
66
*/
7-
public record BzstCesopTAXIdentification(BzstCesopVatId vatId, String value)
7+
public record BzstCesopTAXIdentification(BzstCesopVatId vatId)
88
{
99
}
10+

0 commit comments

Comments
 (0)