| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static GooglePayAuthenticationMethod |
GooglePayAuthenticationMethod.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static GooglePayAuthenticationMethod |
GooglePayAuthenticationMethod.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
GooglePayAuthenticationMethod |
GooglePayDecryptedTokenData.getAuthenticationMethod()
Getter for AuthenticationMethod.
|
static GooglePayAuthenticationMethod |
GooglePayAuthenticationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GooglePayAuthenticationMethod[] |
GooglePayAuthenticationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePayDecryptedTokenData.Builder |
GooglePayDecryptedTokenData.Builder.authenticationMethod(GooglePayAuthenticationMethod authenticationMethod)
Setter for authenticationMethod.
|
void |
GooglePayDecryptedTokenData.setAuthenticationMethod(GooglePayAuthenticationMethod authenticationMethod)
Setter for AuthenticationMethod.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
GooglePayAuthenticationMethod.toValue(List<GooglePayAuthenticationMethod> toConvert)
Convert list of GooglePayAuthenticationMethod values to list of string values.
|
| Constructor and Description |
|---|
Builder(GooglePayPaymentMethod paymentMethod,
GooglePayCard card,
GooglePayAuthenticationMethod authenticationMethod)
Initialization constructor.
|
GooglePayDecryptedTokenData(GooglePayPaymentMethod paymentMethod,
GooglePayCard card,
GooglePayAuthenticationMethod authenticationMethod,
String messageId,
String messageExpiration,
String cryptogram,
String eciIndicator)
Initialization constructor.
|
Copyright © 2025. All rights reserved.