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
For more details about Visa, please refer to the API
 Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanA 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 between01and99, with higher number indicating higher risk.inthashCode()voidsetCardReferenceId(String cardReferenceId) A unique reference ID from Visa to represent the card account number.voidsetTokenReferenceId(String tokenReferenceId) The network-unique identifier for the token.voidsetTokenRequestorId(String tokenRequestorId) The ID of the entity requesting tokenization, specific to Visa.voidsetTokenRiskScore(String tokenRiskScore) Degree of risk associated with the token between01and99, with higher number indicating higher risk.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Visapublic Visa()
 
- 
- 
Method Details- 
getCardReferenceIdA unique reference ID from Visa to represent the card account number.
- 
getTokenReferenceIdThe network-unique identifier for the token.
- 
getTokenRequestorIdThe ID of the entity requesting tokenization, specific to Visa.
- 
getTokenRiskScoreDegree of risk associated with the token between01and99, with higher number indicating higher risk. A00value indicates the token was not scored by Visa.
- 
setCardReferenceIdA unique reference ID from Visa to represent the card account number.
- 
setTokenReferenceIdThe network-unique identifier for the token.
- 
setTokenRequestorIdThe ID of the entity requesting tokenization, specific to Visa.
- 
setTokenRiskScoreDegree of risk associated with the token between01and99, with higher number indicating higher risk. A00value indicates the token was not scored by Visa.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-