Class PaymentMethodDomain.Paypal

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethodDomain.Paypal
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentMethodDomain

public static class PaymentMethodDomain.Paypal extends StripeObject
Indicates the status of a specific payment method on a payment method domain.
  • Constructor Details

    • Paypal

      public Paypal()
  • Method Details

    • getStatus

      public String getStatus()
      The status of the payment method on the domain.

      One of active, or inactive.

    • getStatusDetails

      public PaymentMethodDomain.Paypal.StatusDetails getStatusDetails()
      Contains additional details about the status of a payment method for a specific payment method domain.
    • setStatus

      public void setStatus(String status)
      The status of the payment method on the domain.

      One of active, or inactive.

    • setStatusDetails

      public void setStatusDetails(PaymentMethodDomain.Paypal.StatusDetails statusDetails)
      Contains additional details about the status of a payment method for a specific payment method domain.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object