public class GooglePayDecryptedTokenData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GooglePayDecryptedTokenData.Builder
Class to build instances of
GooglePayDecryptedTokenData. |
| Constructor and Description |
|---|
GooglePayDecryptedTokenData()
Default constructor.
|
GooglePayDecryptedTokenData(GooglePayPaymentMethod paymentMethod,
GooglePayCard card,
GooglePayAuthenticationMethod authenticationMethod,
String messageId,
String messageExpiration,
String cryptogram,
String eciIndicator)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePayAuthenticationMethod |
getAuthenticationMethod()
Getter for AuthenticationMethod.
|
GooglePayCard |
getCard()
Getter for Card.
|
String |
getCryptogram()
Getter for Cryptogram.
|
String |
getEciIndicator()
Getter for EciIndicator.
|
String |
getMessageExpiration()
Getter for MessageExpiration.
|
String |
getMessageId()
Getter for MessageId.
|
GooglePayPaymentMethod |
getPaymentMethod()
Getter for PaymentMethod.
|
void |
setAuthenticationMethod(GooglePayAuthenticationMethod authenticationMethod)
Setter for AuthenticationMethod.
|
void |
setCard(GooglePayCard card)
Setter for Card.
|
void |
setCryptogram(String cryptogram)
Setter for Cryptogram.
|
void |
setEciIndicator(String eciIndicator)
Setter for EciIndicator.
|
void |
setMessageExpiration(String messageExpiration)
Setter for MessageExpiration.
|
void |
setMessageId(String messageId)
Setter for MessageId.
|
void |
setPaymentMethod(GooglePayPaymentMethod paymentMethod)
Setter for PaymentMethod.
|
GooglePayDecryptedTokenData.Builder |
toBuilder()
Builds a new
GooglePayDecryptedTokenData.Builder object. |
String |
toString()
Converts this GooglePayDecryptedTokenData into string format.
|
public GooglePayDecryptedTokenData()
public GooglePayDecryptedTokenData(GooglePayPaymentMethod paymentMethod, GooglePayCard card, GooglePayAuthenticationMethod authenticationMethod, String messageId, String messageExpiration, String cryptogram, String eciIndicator)
paymentMethod - GooglePayPaymentMethod value for paymentMethod.card - GooglePayCard value for card.authenticationMethod - GooglePayAuthenticationMethod value for authenticationMethod.messageId - String value for messageId.messageExpiration - String value for messageExpiration.cryptogram - String value for cryptogram.eciIndicator - String value for eciIndicator.public String getMessageId()
public void setMessageId(String messageId)
messageId - Value for Stringpublic String getMessageExpiration()
public void setMessageExpiration(String messageExpiration)
messageExpiration - Value for Stringpublic GooglePayPaymentMethod getPaymentMethod()
public void setPaymentMethod(GooglePayPaymentMethod paymentMethod)
paymentMethod - Value for GooglePayPaymentMethodpublic GooglePayCard getCard()
public void setCard(GooglePayCard card)
card - Value for GooglePayCardpublic GooglePayAuthenticationMethod getAuthenticationMethod()
public void setAuthenticationMethod(GooglePayAuthenticationMethod authenticationMethod)
authenticationMethod - Value for GooglePayAuthenticationMethodpublic String getCryptogram()
public void setCryptogram(String cryptogram)
cryptogram - Value for Stringpublic String getEciIndicator()
public void setEciIndicator(String eciIndicator)
eciIndicator - Value for Stringpublic String toString()
public GooglePayDecryptedTokenData.Builder toBuilder()
GooglePayDecryptedTokenData.Builder object.
Creates the instance with the state of the current model.GooglePayDecryptedTokenData.Builder objectCopyright © 2025. All rights reserved.