Class Authorization.VerificationData.AuthenticationExemption

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

public static class Authorization.VerificationData.AuthenticationExemption extends StripeObject
  • Constructor Details

    • AuthenticationExemption

      public AuthenticationExemption()
  • Method Details

    • getClaimedBy

      public String getClaimedBy()
      The entity that requested the exemption, either the acquiring merchant or the Issuing user.

      One of acquirer, or issuer.

    • getType

      public String getType()
      The specific exemption claimed for this authorization.

      One of low_value_transaction, transaction_risk_analysis, or unknown.

    • setClaimedBy

      public void setClaimedBy(String claimedBy)
      The entity that requested the exemption, either the acquiring merchant or the Issuing user.

      One of acquirer, or issuer.

    • setType

      public void setType(String type)
      The specific exemption claimed for this authorization.

      One of low_value_transaction, transaction_risk_analysis, or unknown.

    • 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