Uses of Class
com.aoindustries.aoserv.client.payment.PaymentType
-
Packages that use PaymentType Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.billing com.aoindustries.aoserv.client.payment -
-
Uses of PaymentType in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account with parameters of type PaymentType Modifier and Type Method Description intAccount. addTransaction(int timeType, Timestamp time, Account sourceAccount, Administrator business_administrator, TransactionType type, String description, int quantity, Money rate, PaymentType paymentType, String paymentInfo, Processor processor, byte payment_confirmed) -
Uses of PaymentType in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return PaymentType Modifier and Type Method Description PaymentTypeTransaction. getPaymentType()Methods in com.aoindustries.aoserv.client.billing with parameters of type PaymentType Modifier and Type Method Description intTransactionTable. add(int timeType, Timestamp time, Account account, Account sourceAccount, Administrator administrator, TransactionType type, String description, int quantity, Money rate, PaymentType paymentType, String paymentInfo, Processor processor, byte paymentConfirmed)Constructors in com.aoindustries.aoserv.client.billing with parameters of type PaymentType Constructor Description TransactionSearchCriteria(Timestamp after, Timestamp before, int transid, Account account, Account sourceAccount, Administrator administrator, TransactionType type, String description, PaymentType paymentType, String paymentInfo, byte paymentConfirmed) -
Uses of PaymentType in com.aoindustries.aoserv.client.payment
Methods in com.aoindustries.aoserv.client.payment that return PaymentType Modifier and Type Method Description PaymentTypePaymentTypeTable. get(String name)PaymentTypePaymentTypeTable. getCreditCardType(String card_number)
-