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

Packages that use Address
com.paypal.api.payments   
 

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 ShippingInfo.getAddress()
          Getter for address
 Address MerchantInfo.getAddress()
          Getter for address
 Address BillingInfo.getAddress()
          Getter for address
 Address PaymentCard.getBillingAddress()
          Getter for billingAddress
 Address PayerInfo.getBillingAddress()
          Getter for billingAddress
 Address CreditCard.getBillingAddress()
          Getter for billingAddress
 Address BankAccount.getBillingAddress()
          Getter for billingAddress
 Address Agreement.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
 ShippingInfo ShippingInfo.setAddress(Address address)
          Setter for address
 MerchantInfo MerchantInfo.setAddress(Address address)
          Setter for address
 BillingInfo BillingInfo.setAddress(Address address)
          Setter for address
 PaymentCard PaymentCard.setBillingAddress(Address billingAddress)
          Setter for billingAddress
 PayerInfo PayerInfo.setBillingAddress(Address billingAddress)
          Setter for billingAddress
 CreditCard CreditCard.setBillingAddress(Address billingAddress)
          Setter for billingAddress
 BankAccount BankAccount.setBillingAddress(Address billingAddress)
          Setter for billingAddress
 Agreement Agreement.setShippingAddress(Address shippingAddress)
          Setter for shippingAddress
 



Copyright © 2015. All Rights Reserved.