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

com.thelastcheck.io.x9.copy.X937RecordCopier Maven / Gradle / Ivy

There is a newer version: 2.5.3
Show newest version
package com.thelastcheck.io.x9.copy;

import com.thelastcheck.commons.base.exception.InvalidDataException;
import com.thelastcheck.io.x9.X9Record;

/**
 * Created by Jerry Bowman
 */
public interface X937RecordCopier {
    X9Record copy(X9Record input) throws InvalidDataException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy