| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static UsageType |
UsageType.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static UsageType |
UsageType.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
UsageType |
PaypalWalletVaultBase.getUsageType()
Getter for UsageType.
|
static UsageType |
UsageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageType[] |
UsageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaypalWalletVaultBase.setUsageType(UsageType usageType)
Setter for UsageType.
|
PaypalWalletVaultBase.Builder |
PaypalWalletVaultBase.Builder.usageType(UsageType usageType)
Setter for usageType.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
UsageType.toValue(List<UsageType> toConvert)
Convert list of UsageType values to list of string values.
|
| Constructor and Description |
|---|
PaypalWalletVaultBase(StoreInVaultInstruction storeInVault,
String description,
UsagePattern usagePattern,
UsageType usageType,
PaypalPaymentTokenCustomerType customerType,
Boolean permitMultiplePaymentTokens)
Initialization constructor.
|
Copyright © 2026. All rights reserved.