Package com.onlinepayments.domain
Class ProtectionEligibility
java.lang.Object
com.onlinepayments.domain.ProtectionEligibility
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEligible - Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payment and Item Not Received PartiallyEligible - Merchant is protected by PayPal's Seller Protection Policy for Item Not Received Ineligible — Merchant is not protected under the Seller Protection PolicygetType()ItemNotReceivedEligible - Merchant is protected by PayPal's Seller Protection Policy for Item Not Received UnauthorizedPaymentEligible - Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payment Ineligible - Merchant is not protected under the Seller Protection PolicyvoidsetEligibility(String value) Eligible - Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payment and Item Not Received PartiallyEligible - Merchant is protected by PayPal's Seller Protection Policy for Item Not Received Ineligible — Merchant is not protected under the Seller Protection PolicyvoidItemNotReceivedEligible - Merchant is protected by PayPal's Seller Protection Policy for Item Not Received UnauthorizedPaymentEligible - Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payment Ineligible - Merchant is not protected under the Seller Protection PolicywithEligibility(String value) Eligible - Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payment and Item Not Received PartiallyEligible - Merchant is protected by PayPal's Seller Protection Policy for Item Not Received Ineligible — Merchant is not protected under the Seller Protection PolicyItemNotReceivedEligible - Merchant is protected by PayPal's Seller Protection Policy for Item Not Received UnauthorizedPaymentEligible - Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payment Ineligible - Merchant is not protected under the Seller Protection Policy
-
Constructor Details
-
ProtectionEligibility
public ProtectionEligibility()
-
-
Method Details
-
getEligibility
- Eligible - Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payment and Item Not Received
- PartiallyEligible - Merchant is protected by PayPal's Seller Protection Policy for Item Not Received
- Ineligible — Merchant is not protected under the Seller Protection Policy
-
setEligibility
- Eligible - Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payment and Item Not Received
- PartiallyEligible - Merchant is protected by PayPal's Seller Protection Policy for Item Not Received
- Ineligible — Merchant is not protected under the Seller Protection Policy
-
withEligibility
- Eligible - Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payment and Item Not Received
- PartiallyEligible - Merchant is protected by PayPal's Seller Protection Policy for Item Not Received
- Ineligible — Merchant is not protected under the Seller Protection Policy
-
getType
- ItemNotReceivedEligible - Merchant is protected by PayPal's Seller Protection Policy for Item Not Received
- UnauthorizedPaymentEligible - Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payment
- Ineligible - Merchant is not protected under the Seller Protection Policy
-
setType
- ItemNotReceivedEligible - Merchant is protected by PayPal's Seller Protection Policy for Item Not Received
- UnauthorizedPaymentEligible - Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payment
- Ineligible - Merchant is not protected under the Seller Protection Policy
-
withType
- ItemNotReceivedEligible - Merchant is protected by PayPal's Seller Protection Policy for Item Not Received
- UnauthorizedPaymentEligible - Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payment
- Ineligible - Merchant is not protected under the Seller Protection Policy
-