| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static VaultCardVerificationMethod |
VaultCardVerificationMethod.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static VaultCardVerificationMethod |
VaultCardVerificationMethod.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
VaultCardVerificationMethod |
SetupTokenRequestCard.getVerificationMethod()
Getter for VerificationMethod.
|
static VaultCardVerificationMethod |
VaultCardVerificationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VaultCardVerificationMethod[] |
VaultCardVerificationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetupTokenRequestCard.setVerificationMethod(VaultCardVerificationMethod verificationMethod)
Setter for VerificationMethod.
|
SetupTokenRequestCard.Builder |
SetupTokenRequestCard.Builder.verificationMethod(VaultCardVerificationMethod verificationMethod)
Setter for verificationMethod.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
VaultCardVerificationMethod.toValue(List<VaultCardVerificationMethod> toConvert)
Convert list of VaultCardVerificationMethod values to list of string values.
|
| Constructor and Description |
|---|
SetupTokenRequestCard(String name,
String number,
String expiry,
String securityCode,
CardBrand brand,
Address billingAddress,
VaultCardVerificationMethod verificationMethod,
SetupTokenCardExperienceContext experienceContext)
Initialization constructor.
|
Copyright © 2025. All rights reserved.