Class Authorization.FraudChallenge

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Authorization.FraudChallenge
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Authorization

public static class Authorization.FraudChallenge extends StripeObject
For more details about FraudChallenge, please refer to the API Reference.
  • Constructor Details

    • FraudChallenge

      public FraudChallenge()
  • Method Details

    • getChannel

      public String getChannel()
      The method by which the fraud challenge was delivered to the cardholder.

      Equal to sms.

    • getStatus

      public String getStatus()
      The status of the fraud challenge.

      One of expired, pending, rejected, undeliverable, or verified.

    • getUndeliverableReason

      public String getUndeliverableReason()
      If the challenge is not deliverable, the reason why.

      One of no_phone_number, or unsupported_phone_number.

    • setChannel

      public void setChannel(String channel)
      The method by which the fraud challenge was delivered to the cardholder.

      Equal to sms.

    • setStatus

      public void setStatus(String status)
      The status of the fraud challenge.

      One of expired, pending, rejected, undeliverable, or verified.

    • setUndeliverableReason

      public void setUndeliverableReason(String undeliverableReason)
      If the challenge is not deliverable, the reason why.

      One of no_phone_number, or unsupported_phone_number.

    • 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