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 PayeePlatformFee. getPayee()The recipient of the fee for this transaction.PayeePurchaseUnit. 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 voidPlatformFee. setPayee(Payee payee)The recipient of the fee for this transaction.voidPurchaseUnit. 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 PayeeDefaultPayPalOrderService. constructPayee(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)Constructions aPayeeto place on thePurchaseUnitwhen creating an order. 
 -