Uses of Class
com.paypal.api.payments.Address

Uses of Address in com.paypal.api.payments
 

Subclasses of Address in com.paypal.api.payments
 class ShippingAddress
           
 

Methods in com.paypal.api.payments that return Address
 Address CreditCard.getBillingAddress()
          Getter for billingAddress
 Address PayerInfo.getShippingAddress()
          Getter for shippingAddress
 Address Address.setCity(String city)
          Setter for city
 Address Address.setCountryCode(String countryCode)
          Setter for countryCode
 Address Address.setLine1(String line1)
          Setter for line1
 Address Address.setLine2(String line2)
          Setter for line2
 Address Address.setPhone(String phone)
          Setter for phone
 Address Address.setPostalCode(String postalCode)
          Setter for postalCode
 Address Address.setState(String state)
          Setter for state
 

Methods in com.paypal.api.payments with parameters of type Address
 CreditCard CreditCard.setBillingAddress(Address billingAddress)
          Setter for billingAddress
 PayerInfo PayerInfo.setShippingAddress(Address shippingAddress)
          Setter for shippingAddress
 



Copyright © 2013. All Rights Reserved.