Class PaymentMethodDomain.ApplePay

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

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

    • ApplePay

      public ApplePay()
  • Method Details

    • getStatus

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

      One of active, or inactive.

    • getStatusDetails

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