-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No interface for required field CreditorReferenceID #436
Comments
I'm not sure if it's already implemented, can you grep the source code? |
|
I think this issue relates to an other open issue: #370 |
right Sebastian, issue #370 adresses the exact same problem. |
I checked ... it's not implemented. Any chance it will be implemented in the next release :) ? |
Created pull request #439 for this. |
awesome, thanks so much !!! |
since I merged the PR i guess this is fixed in master head? |
I want to create a debit (Lastschriftverfahren) as a payment method.
I do this by implementing and setting the interface IZUGFeRDTradeSettlementDebit. This allows me to set the IBAN and the Mandate. However, I didn’t find an interface to set the required field CreditorReferenceId (Gläubiger-ID). This should be an element directly below ApplicableHeaderTradeSettlement, but as far as I can tell, there are only interfaces for the attributes PaymentReference and InvoiceCurrentCode on this level, but not CreditorReferenceID.
Am I overseeing the interface?
The text was updated successfully, but these errors were encountered: