Skip to content

Commit 289b411

Browse files
Fix merge yet again
1 parent 2c800fe commit 289b411

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
/**
5454
* @param reportingPSP The reportingPSP element clearly defines the payment service provider that reports the payment
5555
* data to the national tax administration. {@link BzstCesopReportingPSP}
56-
* @param reportedPayee defines the payee to whom the data transmitted by the payment service provider
56+
* @param reportedPayees defines the payees to whom the data transmitted by the payment service provider
5757
*/
5858
public record BzstCesopPaymentDataBody(BzstCesopReportingPSP reportingPSP, List<BzstCesopReportedPayee> reportedPayees)
5959
{

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
/**
1919
* @param vatId The VAT identification number of the payee confirmed by the EU identification number of the paye
20-
* @param value The Tax ID.
2120
*/
2221
public record BzstCesopTAXIdentification(BzstCesopVatId vatId)
2322
{

0 commit comments

Comments
 (0)