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
-
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 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.int
hashCode()
void
setCardReferenceId
(String cardReferenceId) A unique reference ID from MasterCard 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 MasterCard.void
setTokenRequestorName
(String tokenRequestorName) The name of the entity requesting tokenization, if known.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Mastercard
public Mastercard()
-
-
Method Details
-
getCardReferenceId
A unique reference ID from MasterCard to represent the card account number. -
getTokenReferenceId
The network-unique identifier for the token. -
getTokenRequestorId
The ID of the entity requesting tokenization, specific to MasterCard. -
getTokenRequestorName
The name of the entity requesting tokenization, if known. This is directly provided from MasterCard. -
setCardReferenceId
A unique reference ID from MasterCard to represent the card account number. -
setTokenReferenceId
The network-unique identifier for the token. -
setTokenRequestorId
The ID of the entity requesting tokenization, specific to MasterCard. -
setTokenRequestorName
The name of the entity requesting tokenization, if known. This is directly provided from MasterCard. -
equals
-
canEqual
-
hashCode
public int hashCode()
-