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