All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openfact.ubl.UBLEmailSender Maven / Gradle / Ivy

The newest version!
package org.openfact.ubl;

import org.openfact.models.*;
import org.openfact.models.types.DestinyType;

public interface UBLEmailSender {

    SendEventModel send(OrganizationModel organization, DocumentModel document, String email, DestinyType destiny) throws ModelInsuficientData, SendEventException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy