Class ProtectionEligibility

java.lang.Object
com.onlinepayments.domain.ProtectionEligibility

public class ProtectionEligibility extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    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
    void
    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
    void
    setType(String value)
    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
    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
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProtectionEligibility

      public ProtectionEligibility()
  • Method Details

    • getEligibility

      public String 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

      public void setEligibility(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 Policy
    • withEligibility

      public ProtectionEligibility withEligibility(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 Policy
    • getType

      public String 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

      public void setType(String value)
      • 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

      public ProtectionEligibility withType(String value)
      • 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