Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.SellerProtection
Packages that use SellerProtection
-
Uses of SellerProtection in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return SellerProtectionModifier and TypeMethodDescriptionAuthorization.getSellerProtection()
The level of protection offered as defined by PayPal Seller Protection for Merchants.Capture.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 SellerProtectionModifier and TypeMethodDescriptionvoid
Authorization.setSellerProtection
(SellerProtection sellerProtection) The level of protection offered as defined by PayPal Seller Protection for Merchants.void
Capture.setSellerProtection
(SellerProtection sellerProtection) The level of protection offered as defined by PayPal Seller Protection for Merchants.