Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Paypal
-
Packages that use Paypal Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders com.broadleafcommerce.paypal.micro.gateway.domain.payments -
-
Uses of Paypal in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return Paypal Modifier and Type Method Description Paypal
Paypal. emailAddress(String emailAddress)
Paypal
Paypal. experienceContext(ExperienceContext experienceContext)
Paypal
PaymentSource. getPaypal()
The PayPal Wallet response.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type Paypal Modifier and Type Method Description void
PaymentSource. setPaypal(Paypal paypal)
The PayPal Wallet response. -
Uses of Paypal in com.broadleafcommerce.paypal.micro.gateway.domain.payments
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments that return Paypal Modifier and Type Method Description Paypal
PaymentSourceRequest. getPaypal()
Indicates that PayPal Wallet is the payment source.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.payments with parameters of type Paypal Modifier and Type Method Description void
PaymentSourceRequest. setPaypal(Paypal paypal)
Indicates that PayPal Wallet is the payment source.
-