Package com.stripe.model.issuing
Class Token.NetworkData.Visa
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Token.NetworkData.Visa
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Token.NetworkData
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A unique reference ID from Visa to represent the card account number.The network-unique identifier for the token.The ID of the entity requesting tokenization, specific to Visa.Degree of risk associated with the token between01
and99
, with higher number indicating higher risk.int
hashCode()
void
setCardReferenceId
(String cardReferenceId) A unique reference ID from Visa to represent the card account number.void
setTokenReferenceId
(String tokenReferenceId) The network-unique identifier for the token.void
setTokenRequestorId
(String tokenRequestorId) The ID of the entity requesting tokenization, specific to Visa.void
setTokenRiskScore
(String tokenRiskScore) Degree of risk associated with the token between01
and99
, with higher number indicating higher risk.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Visa
public Visa()
-
-
Method Details
-
getCardReferenceId
A unique reference ID from Visa to represent the card account number. -
getTokenReferenceId
The network-unique identifier for the token. -
getTokenRequestorId
The ID of the entity requesting tokenization, specific to Visa. -
getTokenRiskScore
Degree of risk associated with the token between01
and99
, with higher number indicating higher risk. A00
value indicates the token was not scored by Visa. -
setCardReferenceId
A unique reference ID from Visa to represent the card account number. -
setTokenReferenceId
The network-unique identifier for the token. -
setTokenRequestorId
The ID of the entity requesting tokenization, specific to Visa. -
setTokenRiskScore
Degree of risk associated with the token between01
and99
, with higher number indicating higher risk. A00
value indicates the token was not scored by Visa. -
equals
-
canEqual
-
hashCode
public int hashCode()
-