5960616263646566
// let RecipientHelper generate the list of XML elements return RecipientHelper.getRecipientValuesAsXmlElements(recipient); } else { // no recipient throw new SwsNoRecipientForInvoiceException(invoice); } }
7475767778798081
// let RecipientHelper generate the list of XML elements return RecipientHelper.getOptionalRecipientValuesAsXmlElements(recipient); } else { // no recipient throw new SwsNoRecipientForInvoiceException(invoice); } }