Uses of Class
com.aoindustries.aoserv.client.payment.CreditCard
-
Packages that use CreditCard Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.payment -
-
Uses of CreditCard in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return CreditCard Modifier and Type Method Description CreditCardAccount. getMonthlyCreditCard()Methods in com.aoindustries.aoserv.client.account that return types with arguments of type CreditCard Modifier and Type Method Description List<CreditCard>Account. getCreditCards()Methods in com.aoindustries.aoserv.client.account with parameters of type CreditCard Modifier and Type Method Description voidAccount. setUseMonthlyCreditCard(CreditCard creditCard)Sets the credit card that will be used monthly. -
Uses of CreditCard in com.aoindustries.aoserv.client.payment
Methods in com.aoindustries.aoserv.client.payment that return CreditCard Modifier and Type Method Description CreditCardCreditCardTable. get(int pkey)CreditCardCreditCardTable. getMonthlyCreditCard(Account business)Gets the active credit card with the highest priority for a business.Methods in com.aoindustries.aoserv.client.payment that return types with arguments of type CreditCard Modifier and Type Method Description List<CreditCard>CreditCardTable. getCreditCards(Account business)List<CreditCard>Processor. getCreditCards()
-