java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.AppSwitchPreference
All Implemented Interfaces:
Serializable

public class AppSwitchPreference extends Object implements Serializable
See Also:
  • 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.