Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.SellerProtection
- 
Packages that use SellerProtection Package Description com.broadleafcommerce.paypal.micro.gateway.domain.orders  - 
- 
Uses of SellerProtection in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return SellerProtection Modifier and Type Method Description SellerProtectionAuthorization. getSellerProtection()The level of protection offered as defined by PayPal Seller Protection for Merchants.SellerProtectionCapture. getSellerProtection()The level of protection offered as defined by PayPal Seller Protection for Merchants.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type SellerProtection Modifier and Type Method Description voidAuthorization. setSellerProtection(SellerProtection sellerProtection)The level of protection offered as defined by PayPal Seller Protection for Merchants.voidCapture. setSellerProtection(SellerProtection sellerProtection)The level of protection offered as defined by PayPal Seller Protection for Merchants. 
 -