Uses of Class
com.aoindustries.aoserv.client.payment.Processor
-
Packages that use Processor Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.accounting com.aoindustries.aoserv.client.billing com.aoindustries.aoserv.client.payment -
-
Uses of Processor in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return types with arguments of type Processor Modifier and Type Method Description List<Processor>Account. getCreditCardProcessors()Methods in com.aoindustries.aoserv.client.account with parameters of type Processor Modifier and Type Method Description intAccount. addCreditCard(Processor processor, String groupName, String cardInfo, byte expirationMonth, short expirationYear, String providerUniqueId, String firstName, String lastName, String companyName, Email email, String phone, String fax, String customerId, String customerTaxId, String streetAddress1, String streetAddress2, String city, String state, String postalCode, CountryCode countryCode, String principalName, String description, String cardNumber)intAccount. addPayment(Processor processor, String groupName, boolean testMode, int duplicateWindow, String orderNumber, Money amount, Money taxAmount, boolean taxExempt, Money shippingAmount, Money dutyAmount, String shippingFirstName, String shippingLastName, String shippingCompanyName, String shippingStreetAddress1, String shippingStreetAddress2, String shippingCity, String shippingState, String shippingPostalCode, String shippingCountryCode, boolean emailCustomer, Email merchantEmail, String invoiceNumber, String purchaseOrderNumber, String description, Administrator creditCardCreatedBy, String creditCardPrincipalName, Account creditCardAccount, String creditCardGroupName, String creditCardProviderUniqueId, String creditCardMaskedCardNumber, Byte creditCard_expirationMonth, Short creditCard_expirationYear, String creditCardFirstName, String creditCardLastName, String creditCardCompanyName, Email creditCardEmail, String creditCardPhone, String creditCardFax, String creditCardCustomerId, String creditCardCustomerTaxId, String creditCardStreetAddress1, String creditCardStreetAddress2, String creditCardCity, String creditCardState, String creditCardPostalCode, String creditCardCountryCode, String creditCardComments, long authorizationTime, String authorizationPrincipalName)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 Processor in com.aoindustries.aoserv.client.accounting
Methods in com.aoindustries.aoserv.client.accounting that return Processor Modifier and Type Method Description ProcessorBankTransaction. getCreditCardProcessor() -
Uses of Processor in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return Processor Modifier and Type Method Description ProcessorTransaction. getProcessor()Methods in com.aoindustries.aoserv.client.billing with parameters of type Processor 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) -
Uses of Processor in com.aoindustries.aoserv.client.payment
Methods in com.aoindustries.aoserv.client.payment that return Processor Modifier and Type Method Description ProcessorProcessorTable. get(String providerId)ProcessorCreditCard. getCreditCardProcessor()Gets the processor that is storing the credit card numbers.ProcessorPayment. getCreditCardProcessor()Gets the credit card processor used for this transaction.Methods in com.aoindustries.aoserv.client.payment that return types with arguments of type Processor Modifier and Type Method Description List<Processor>ProcessorTable. getCreditCardProcessors(Account business)Methods in com.aoindustries.aoserv.client.payment with parameters of type Processor Modifier and Type Method Description intCreditCardTable. addCreditCard(Processor processor, Account business, String groupName, String cardInfo, byte expirationMonth, short expirationYear, String providerUniqueId, String firstName, String lastName, String companyName, Email email, String phone, String fax, String customerId, String customerTaxId, String streetAddress1, String streetAddress2, String city, String state, String postalCode, CountryCode countryCode, String principalName, String description, String card_number)intPaymentTable. addPayment(Processor processor, Account account, String groupName, boolean testMode, int duplicateWindow, String orderNumber, Money amount, Money taxAmount, boolean taxExempt, Money shippingAmount, Money dutyAmount, String shippingFirstName, String shippingLastName, String shippingCompanyName, String shippingStreetAddress1, String shippingStreetAddress2, String shippingCity, String shippingState, String shippingPostalCode, String shippingCountryCode, boolean emailCustomer, Email merchantEmail, String invoiceNumber, String purchaseOrderNumber, String description, Administrator creditCardCreatedBy, String creditCardPrincipalName, Account creditCardAccounting, String creditCardGroupName, String creditCardProviderUniqueId, String creditCardMaskedCardNumber, Byte creditCard_expirationMonth, Short creditCard_expirationYear, String creditCardFirstName, String creditCardLastName, String creditCardCompanyName, Email creditCardEmail, String creditCardPhone, String creditCardFax, String creditCardCustomerId, String creditCardCustomerTaxId, String creditCardStreetAddress1, String creditCardStreetAddress2, String creditCardCity, String creditCardState, String creditCardPostalCode, String creditCardCountryCode, String creditCardComments, long authorizationTime, String authorizationPrincipalName)
-