| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static GooglePayPaymentMethod |
GooglePayPaymentMethod.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static GooglePayPaymentMethod |
GooglePayPaymentMethod.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
GooglePayPaymentMethod |
GooglePayDecryptedTokenData.getPaymentMethod()
Getter for PaymentMethod.
|
static GooglePayPaymentMethod |
GooglePayPaymentMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GooglePayPaymentMethod[] |
GooglePayPaymentMethod.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.paymentMethod(GooglePayPaymentMethod paymentMethod)
Setter for paymentMethod.
|
void |
GooglePayDecryptedTokenData.setPaymentMethod(GooglePayPaymentMethod paymentMethod)
Setter for PaymentMethod.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
GooglePayPaymentMethod.toValue(List<GooglePayPaymentMethod> toConvert)
Convert list of GooglePayPaymentMethod 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.