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