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

edu.pdx.cs410J.di.CreditTransactionCode Maven / Gradle / Ivy

The newest version!
package edu.pdx.cs410J.di;

/**
 * Enumerates the various kind of return codes that can be sent back from a {@link edu.pdx.cs410J.di.CreditCardService}
 */
public enum CreditTransactionCode
{
    /**
     * The transaction was successful
     */
    SUCCESS
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy