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

com.xerox.amazonws.fps.ChargeFeeTo Maven / Gradle / Ivy

package com.xerox.amazonws.fps;

import java.io.Serializable;

/**
 * @author J. Bernard
 * @author Elastic Grid, LLC.
 * @author [email protected]
 */
public enum ChargeFeeTo implements Serializable {
    CALLER("Caller"), RECIPIENT("Recipient");

    private String value;

    ChargeFeeTo(String value) {
        this.value = value;
    }

    public String value() {
        return value;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy