Uses of Class
com.aoindustries.aoserv.client.payment.CountryCode
-
Packages that use CountryCode Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.payment com.aoindustries.aoserv.client.signup -
-
Uses of CountryCode in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account that return CountryCode Modifier and Type Method Description CountryCodeAdministrator. getCountry()CountryCodeProfile. getCountry()Methods in com.aoindustries.aoserv.client.account with parameters of type CountryCode 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) -
Uses of CountryCode in com.aoindustries.aoserv.client.payment
Methods in com.aoindustries.aoserv.client.payment that return CountryCode Modifier and Type Method Description CountryCodeCountryCodeTable. get(String code)CountryCodeCreditCard. getCountryCode()CountryCodePayment. getCreditCardCountryCode()Gets the credit card two-digit ISO 3166-1 alpha-2 country code.CountryCodePayment. getShippingCountryCode()Gets the shipping two-digit ISO 3166-1 alpha-2 country code.Methods in com.aoindustries.aoserv.client.payment that return types with arguments of type CountryCode Modifier and Type Method Description List<CountryCode>CountryCodeTable. getCountryCodesByPriority(int prioritySize, int[] priorityCounter)Methods in com.aoindustries.aoserv.client.payment with parameters of type CountryCode 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)voidCreditCard. update(String cardInfo, 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 description)Updates the credit card information (not including the card number or expiration). -
Uses of CountryCode in com.aoindustries.aoserv.client.signup
Methods in com.aoindustries.aoserv.client.signup with parameters of type CountryCode Modifier and Type Method Description intRequestTable. addSignupRequest(Brand brand, InetAddress ip_address, PackageDefinition package_definition, String business_name, String business_phone, String business_fax, String business_address1, String business_address2, String business_city, String business_state, CountryCode business_country, String business_zip, String ba_name, String ba_title, String ba_work_phone, String ba_cell_phone, String ba_home_phone, String ba_fax, Email ba_email, String ba_address1, String ba_address2, String ba_city, String ba_state, CountryCode ba_country, String ba_zip, User.Name ba_username, String billing_contact, Email billing_email, boolean billing_use_monthly, boolean billing_pay_one_year, String ba_password, String billing_cardholder_name, String billing_card_number, String billing_expiration_month, String billing_expiration_year, String billing_street_address, String billing_city, String billing_state, String billing_zip, Map<String,String> options)Encrypts the signup request details and adds to the master database.
-