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

com.greenback.kit.vision.VisionTransactionMatcher Maven / Gradle / Ivy

There is a newer version: 1.0.39
Show newest version
package com.greenback.kit.vision;

import java.util.List;

public class VisionTransactionMatcher {
    
    private List transactedAts;
    private List amounts;

    public List getTransactedAts() {
        return transactedAts;
    }

    public void setTransactedAts(List transactedAts) {
        this.transactedAts = transactedAts;
    }

    public List getAmounts() {
        return amounts;
    }

    public void setAmounts(List amounts) {
        this.amounts = amounts;
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy