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 PaypalPaypal. emailAddress(String emailAddress)PaypalPaypal. experienceContext(ExperienceContext experienceContext)PaypalPaymentSource. getPaypal()The PayPal Wallet response.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type Paypal Modifier and Type Method Description voidPaymentSource. 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 PaypalPaymentSourceRequest. 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 voidPaymentSourceRequest. setPaypal(Paypal paypal)Indicates that PayPal Wallet is the payment source.
-