Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Payee
Packages that use Payee
Package
Description
-
Uses of Payee in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return PayeeModifier and TypeMethodDescriptionPlatformFee.getPayee()The recipient of the fee for this transaction.PurchaseUnit.getPayee()The merchant who receives payment for this transaction.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type Payee -
Uses of Payee in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return PayeeModifier and TypeMethodDescriptionprotected PayeeDefaultPayPalOrderService.constructPayee(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest) Constructions aPayeeto place on thePurchaseUnitwhen creating an order.