Uses of Enum
edu.pdx.cs410J.di.CreditTransactionCode
-
Uses of CreditTransactionCode in edu.pdx.cs410J.di
Modifier and TypeMethodDescriptionCreditCardService.debit
(CreditCard card, double amount) Charges the given amount to the given credit cardFirstBankOfPSU.debit
(CreditCard card, double amount) CreditCardTransactionException.getCode()
Returns the error code of the transactionstatic CreditTransactionCode
Returns the enum constant of this type with the specified name.static CreditTransactionCode[]
CreditTransactionCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.