Class Charge.PaymentMethodDetails.Card.PartialAuthorization

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

public static class Charge.PaymentMethodDetails.Card.PartialAuthorization extends StripeObject
For more details about PartialAuthorization, please refer to the API Reference.
  • Constructor Details

    • PartialAuthorization

      public PartialAuthorization()
  • Method Details

    • getStatus

      public String getStatus()
      Indicates whether the transaction requested for partial authorization feature and the authorization outcome.

      One of declined, fully_authorized, not_requested, or partially_authorized.

    • setStatus

      public void setStatus(String status)
      Indicates whether the transaction requested for partial authorization feature and the authorization outcome.

      One of declined, fully_authorized, not_requested, or partially_authorized.

    • 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