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

mx.openpay.client.enums.Currency Maven / Gradle / Ivy

/**
 * 
 */
package mx.openpay.client.enums;

/**
 * Currencies supported by openpay.
 * 
 * @author Luis Delucio
 * 
 */
public enum Currency {
	/**
	 * Mexican peso
	 */
	MXN,
	/**
	 * US Dollar.
	 */
	USD;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy