Class PaymentMethodDomain.GooglePay

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

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

    • GooglePay

      public GooglePay()
  • Method Details

    • getStatus

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

      One of active, or inactive.

    • 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.GooglePay.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