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

Packages that use MerchantPreferences
com.paypal.api.payments   
 

Uses of MerchantPreferences in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return MerchantPreferences
 MerchantPreferences Plan.getMerchantPreferences()
          Getter for merchantPreferences
 MerchantPreferences Agreement.getOverrideMerchantPreferences()
          Getter for overrideMerchantPreferences
 MerchantPreferences MerchantPreferences.setAcceptedPaymentType(String acceptedPaymentType)
          Setter for acceptedPaymentType
 MerchantPreferences MerchantPreferences.setAutoBillAmount(String autoBillAmount)
          Setter for autoBillAmount
 MerchantPreferences MerchantPreferences.setCancelUrl(String cancelUrl)
          Setter for cancelUrl
 MerchantPreferences MerchantPreferences.setCharSet(String charSet)
          Setter for charSet
 MerchantPreferences MerchantPreferences.setId(String id)
          Setter for id
 MerchantPreferences MerchantPreferences.setInitialFailAmountAction(String initialFailAmountAction)
          Setter for initialFailAmountAction
 MerchantPreferences MerchantPreferences.setMaxFailAttempts(String maxFailAttempts)
          Setter for maxFailAttempts
 MerchantPreferences MerchantPreferences.setNotifyUrl(String notifyUrl)
          Setter for notifyUrl
 MerchantPreferences MerchantPreferences.setReturnUrl(String returnUrl)
          Setter for returnUrl
 MerchantPreferences MerchantPreferences.setSetupFee(Currency setupFee)
          Setter for setupFee
 

Methods in com.paypal.api.payments with parameters of type MerchantPreferences
 Plan Plan.setMerchantPreferences(MerchantPreferences merchantPreferences)
          Setter for merchantPreferences
 Agreement Agreement.setOverrideMerchantPreferences(MerchantPreferences overrideMerchantPreferences)
          Setter for overrideMerchantPreferences
 



Copyright © 2015. All Rights Reserved.