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