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 SellerProtection
Authorization. getSellerProtection()
The level of protection offered as defined by PayPal Seller Protection for Merchants.SellerProtection
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 SellerProtection Modifier and Type Method Description void
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.
-