public class MerchantPreferences extends PayPalModel
| Constructor and Description |
|---|
MerchantPreferences()
Default Constructor
|
MerchantPreferences(String cancelUrl,
String returnUrl)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
equals, hashCode, toJSON, toStringpublic 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()
Copyright © 2015. All Rights Reserved.