| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static OrdersCardVerificationMethod |
OrdersCardVerificationMethod.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static OrdersCardVerificationMethod |
OrdersCardVerificationMethod.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
OrdersCardVerificationMethod |
CardVerification.getMethod()
Getter for Method.
|
static OrdersCardVerificationMethod |
OrdersCardVerificationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrdersCardVerificationMethod[] |
OrdersCardVerificationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CardVerification.Builder |
CardVerification.Builder.method(OrdersCardVerificationMethod method)
Setter for method.
|
void |
CardVerification.setMethod(OrdersCardVerificationMethod method)
Setter for Method.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
OrdersCardVerificationMethod.toValue(List<OrdersCardVerificationMethod> toConvert)
Convert list of OrdersCardVerificationMethod values to list of string values.
|
| Constructor and Description |
|---|
CardVerification(OrdersCardVerificationMethod method)
Initialization constructor.
|
Copyright © 2025. All rights reserved.