Package com.stripe.model.issuing
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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The entity that requested the exemption, either the acquiring merchant or the Issuing user.getType()
The specific exemption claimed for this authorization.int
hashCode()
void
setClaimedBy
(String claimedBy) The entity that requested the exemption, either the acquiring merchant or the Issuing user.void
The specific exemption claimed for this authorization.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AuthenticationExemption
public AuthenticationExemption()
-
-
Method Details
-
getClaimedBy
The entity that requested the exemption, either the acquiring merchant or the Issuing user.One of
acquirer
, orissuer
. -
getType
The specific exemption claimed for this authorization.One of
low_value_transaction
,transaction_risk_analysis
, orunknown
. -
setClaimedBy
The entity that requested the exemption, either the acquiring merchant or the Issuing user.One of
acquirer
, orissuer
. -
setType
The specific exemption claimed for this authorization.One of
low_value_transaction
,transaction_risk_analysis
, orunknown
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-