Class PaymentMethodDomain.Link

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

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

    • Link

      public Link()
  • Method Details

    • getStatus

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

      One of active, or inactive.

    • getStatusDetails

      public PaymentMethodDomain.Link.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.Link.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