public class FlowConfig extends PayPalModel
| Constructor and Description |
|---|
FlowConfig()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBankTxnPendingUrl()
The merchant site URL to display after a bank transfer payment.
|
java.lang.String |
getLandingPageType()
The type of landing page to display on the PayPal site for user checkout.
|
java.lang.String |
getReturnUriHttpMethod()
Defines the HTTP method to use to redirect the user to a return URL.
|
java.lang.String |
getUserAction()
Defines whether buyers can complete purchases on the PayPal or merchant website.
|
int |
hashCode() |
FlowConfig |
setBankTxnPendingUrl(java.lang.String bankTxnPendingUrl)
The merchant site URL to display after a bank transfer payment.
|
FlowConfig |
setLandingPageType(java.lang.String landingPageType)
The type of landing page to display on the PayPal site for user checkout.
|
FlowConfig |
setReturnUriHttpMethod(java.lang.String returnUriHttpMethod)
Defines the HTTP method to use to redirect the user to a return URL.
|
FlowConfig |
setUserAction(java.lang.String userAction)
Defines whether buyers can complete purchases on the PayPal or merchant website.
|
toJSON, toStringpublic java.lang.String getLandingPageType()
public java.lang.String getBankTxnPendingUrl()
public java.lang.String getUserAction()
public java.lang.String getReturnUriHttpMethod()
public FlowConfig setLandingPageType(java.lang.String landingPageType)
public FlowConfig setBankTxnPendingUrl(java.lang.String bankTxnPendingUrl)
public FlowConfig setUserAction(java.lang.String userAction)
public FlowConfig setReturnUriHttpMethod(java.lang.String returnUriHttpMethod)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel