Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Payee
-
Packages that use Payee Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders com.broadleafcommerce.paypal.micro.service -
-
Uses of Payee in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return Payee Modifier and Type Method Description Payee
PlatformFee. getPayee()
The recipient of the fee for this transaction.Payee
PurchaseUnit. getPayee()
The merchant who receives payment for this transaction.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type Payee Modifier and Type Method Description void
PlatformFee. setPayee(Payee payee)
The recipient of the fee for this transaction.void
PurchaseUnit. setPayee(Payee payee)
The merchant who receives payment for this transaction. -
Uses of Payee in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return Payee Modifier and Type Method Description protected Payee
DefaultPayPalOrderService. constructPayee(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)
Constructions aPayee
to place on thePurchaseUnit
when creating an order.
-