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

org.openfact.pe.ubl.ubl21.perception.UBLPerceptionCustomizationProvider Maven / Gradle / Ivy

package org.openfact.pe.ubl.ubl21.perception;

import org.openfact.models.types.DocumentRequiredAction;

public interface UBLPerceptionCustomizationProvider extends UBLPerceptionCustomizatorFactory {

    default DocumentRequiredAction[] getRequiredActions() {
        return new DocumentRequiredAction[]{DocumentRequiredAction.SEND_TO_THIRD_PARTY};
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy