You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to create a valid xRechnung we need to be able to set the EMail Adress of a TradeParty. A setter would maybe look like this:
public void setUniversalCommunicationId(final String email) {
uriUniversalCommunicationId = new SchemedID("EM", email);
}
Since we want to create the Invoice and TradeParty Objects by deserializing from JSON we need a way to set uriUniversalCommunicationId like the other values in the DeSerializationTest.java.
If you guide me a bit, i could also try to provide a pull request.
Thank you!
Bye Peter
The text was updated successfully, but these errors were encountered:
Yes, i tried to document the usage by adjusting the test case in #460 . You need to use the setEmail method which internally creates the correct SchemeID and email address.
Hi,
to create a valid xRechnung we need to be able to set the EMail Adress of a TradeParty. A setter would maybe look like this:
Since we want to create the Invoice and TradeParty Objects by deserializing from JSON we need a way to set uriUniversalCommunicationId like the other values in the DeSerializationTest.java.
If you guide me a bit, i could also try to provide a pull request.
Thank you!
Bye Peter
The text was updated successfully, but these errors were encountered: