Package com.stripe.model.issuing
Class Token.NetworkData.Mastercard
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Token.NetworkData.Mastercard
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Token.NetworkData
For more details about Mastercard, 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 MasterCard to represent the card account number.The network-unique identifier for the token.The ID of the entity requesting tokenization, specific to MasterCard.The name of the entity requesting tokenization, if known.inthashCode()voidsetCardReferenceId(String cardReferenceId) A unique reference ID from MasterCard 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 MasterCard.voidsetTokenRequestorName(String tokenRequestorName) The name of the entity requesting tokenization, if known.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Mastercardpublic Mastercard()
 
- 
- 
Method Details- 
getCardReferenceIdA unique reference ID from MasterCard to represent the card account number.
- 
getTokenReferenceIdThe network-unique identifier for the token.
- 
getTokenRequestorIdThe ID of the entity requesting tokenization, specific to MasterCard.
- 
getTokenRequestorNameThe name of the entity requesting tokenization, if known. This is directly provided from MasterCard.
- 
setCardReferenceIdA unique reference ID from MasterCard to represent the card account number.
- 
setTokenReferenceIdThe network-unique identifier for the token.
- 
setTokenRequestorIdThe ID of the entity requesting tokenization, specific to MasterCard.
- 
setTokenRequestorNameThe name of the entity requesting tokenization, if known. This is directly provided from MasterCard.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-