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

Packages that use MerchantInfo
com.paypal.api.payments   
 

Uses of MerchantInfo in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return MerchantInfo
 MerchantInfo Invoice.getMerchantInfo()
          Getter for merchantInfo
 MerchantInfo MerchantInfo.setAdditionalInfo(String additionalInfo)
          Setter for additionalInfo
 MerchantInfo MerchantInfo.setAddress(Address address)
          Setter for address
 MerchantInfo MerchantInfo.setBusinessName(String businessName)
          Setter for businessName
 MerchantInfo MerchantInfo.setEmail(String email)
          Setter for email
 MerchantInfo MerchantInfo.setFax(Phone fax)
          Setter for fax
 MerchantInfo MerchantInfo.setFirstName(String firstName)
          Setter for firstName
 MerchantInfo MerchantInfo.setLastName(String lastName)
          Setter for lastName
 MerchantInfo MerchantInfo.setPhone(Phone phone)
          Setter for phone
 MerchantInfo MerchantInfo.setTaxId(String taxId)
          Setter for taxId
 MerchantInfo MerchantInfo.setWebsite(String website)
          Setter for website
 

Methods in com.paypal.api.payments with parameters of type MerchantInfo
 Invoice Invoice.setMerchantInfo(MerchantInfo merchantInfo)
          Setter for merchantInfo
 

Constructors in com.paypal.api.payments with parameters of type MerchantInfo
Invoice(MerchantInfo merchantInfo)
          Parameterized Constructor
 



Copyright © 2015. All Rights Reserved.