|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.MerchantPreferences
public class MerchantPreferences
| Constructor Summary | |
|---|---|
MerchantPreferences()
Default Constructor |
|
MerchantPreferences(String cancelUrl,
String returnUrl)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
String |
getAcceptedPaymentType()
Getter for acceptedPaymentType |
String |
getAutoBillAmount()
Getter for autoBillAmount |
String |
getCancelUrl()
Getter for cancelUrl |
String |
getCharSet()
Getter for charSet |
String |
getId()
Getter for id |
String |
getInitialFailAmountAction()
Getter for initialFailAmountAction |
String |
getMaxFailAttempts()
Getter for maxFailAttempts |
String |
getNotifyUrl()
Getter for notifyUrl |
String |
getReturnUrl()
Getter for returnUrl |
Currency |
getSetupFee()
Getter for setupFee |
MerchantPreferences |
setAcceptedPaymentType(String acceptedPaymentType)
Setter for acceptedPaymentType |
MerchantPreferences |
setAutoBillAmount(String autoBillAmount)
Setter for autoBillAmount |
MerchantPreferences |
setCancelUrl(String cancelUrl)
Setter for cancelUrl |
MerchantPreferences |
setCharSet(String charSet)
Setter for charSet |
MerchantPreferences |
setId(String id)
Setter for id |
MerchantPreferences |
setInitialFailAmountAction(String initialFailAmountAction)
Setter for initialFailAmountAction |
MerchantPreferences |
setMaxFailAttempts(String maxFailAttempts)
Setter for maxFailAttempts |
MerchantPreferences |
setNotifyUrl(String notifyUrl)
Setter for notifyUrl |
MerchantPreferences |
setReturnUrl(String returnUrl)
Setter for returnUrl |
MerchantPreferences |
setSetupFee(Currency setupFee)
Setter for setupFee |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MerchantPreferences()
public MerchantPreferences(String cancelUrl,
String returnUrl)
| Method Detail |
|---|
public MerchantPreferences setId(String id)
public String getId()
public MerchantPreferences setSetupFee(Currency setupFee)
public Currency getSetupFee()
public MerchantPreferences setCancelUrl(String cancelUrl)
public String getCancelUrl()
public MerchantPreferences setReturnUrl(String returnUrl)
public String getReturnUrl()
public MerchantPreferences setNotifyUrl(String notifyUrl)
public String getNotifyUrl()
public MerchantPreferences setMaxFailAttempts(String maxFailAttempts)
public String getMaxFailAttempts()
public MerchantPreferences setAutoBillAmount(String autoBillAmount)
public String getAutoBillAmount()
public MerchantPreferences setInitialFailAmountAction(String initialFailAmountAction)
public String getInitialFailAmountAction()
public MerchantPreferences setAcceptedPaymentType(String acceptedPaymentType)
public String getAcceptedPaymentType()
public MerchantPreferences setCharSet(String charSet)
public String getCharSet()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||