Class AppSwitchPreference
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.AppSwitchPreference
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether or not to launch the paypal app if it's available.voidsetLaunchPayPalApp(boolean launchPayPalApp) Whether or not to launch the paypal app if it's available.
-
Constructor Details
-
AppSwitchPreference
public AppSwitchPreference()
-
-
Method Details
-
setLaunchPayPalApp
public void setLaunchPayPalApp(boolean launchPayPalApp) Whether or not to launch the paypal app if it's available. -
isLaunchPayPalApp
public boolean isLaunchPayPalApp()Whether or not to launch the paypal app if it's available.
-