Uses of Class
org.starhope.appius.mb.UserAddress

Packages that use UserAddress
org.starhope.appius.mb   
org.starhope.appius.mb.address   
org.starhope.appius.pay   
org.starhope.appius.pay.util   
 

Uses of UserAddress in org.starhope.appius.mb
 

Methods in org.starhope.appius.mb that return UserAddress
static UserAddress UserAddress.get(org.json.JSONObject object)
           
 

Uses of UserAddress in org.starhope.appius.mb.address
 

Methods in org.starhope.appius.mb.address that return UserAddress
 UserAddress[] GeoCoderDotUS.getAddressSuggestions(UserAddress ua)
           
 UserAddress[] UserAddressValidator.getAddressSuggestions(UserAddress ua)
           
 UserAddress[] GoogleMapsGeocoder.getAddressSuggestions(UserAddress ua)
          This is an overriding method.
 

Methods in org.starhope.appius.mb.address with parameters of type UserAddress
 UserAddress[] GeoCoderDotUS.getAddressSuggestions(UserAddress ua)
           
 UserAddress[] UserAddressValidator.getAddressSuggestions(UserAddress ua)
           
 UserAddress[] GoogleMapsGeocoder.getAddressSuggestions(UserAddress ua)
          This is an overriding method.
 boolean GeoCoderDotUS.validateUserAddress(UserAddress ua)
          This is an overriding method.
 boolean UserAddressValidator.validateUserAddress(UserAddress ua)
           
 boolean GoogleMapsGeocoder.validateUserAddress(UserAddress ua)
          This is an overriding method.
 

Uses of UserAddress in org.starhope.appius.pay
 

Fields in org.starhope.appius.pay declared as UserAddress
private  UserAddress AuthorizeNetGateway.address
           
 

Uses of UserAddress in org.starhope.appius.pay.util
 

Fields in org.starhope.appius.pay.util declared as UserAddress
private  UserAddress PaymentCredential.address
           
 

Methods in org.starhope.appius.pay.util that return UserAddress
 UserAddress PaymentCredential.getAddress()
           
 UserAddress ShippingInvoice.getShipToAddress()
           
 

Methods in org.starhope.appius.pay.util with parameters of type UserAddress
 void PaymentCredential.setBuyerInfo(String buyerGivenName, String buyerFamilyName, UserAddress address)