Class Charge.PaymentMethodDetails.Card.ExtendedAuthorization

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Card.ExtendedAuthorization
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge.PaymentMethodDetails.Card

public static class Charge.PaymentMethodDetails.Card.ExtendedAuthorization extends StripeObject
  • Constructor Details

    • ExtendedAuthorization

      public ExtendedAuthorization()
  • Method Details

    • getStatus

      public String getStatus()
      Indicates whether or not the capture window is extended beyond the standard authorization.

      One of disabled, or enabled.

    • setStatus

      public void setStatus(String status)
      Indicates whether or not the capture window is extended beyond the standard authorization.

      One of disabled, or enabled.

    • 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