| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static PaypalPaymentTokenUsageType |
PaypalPaymentTokenUsageType.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static PaypalPaymentTokenUsageType |
PaypalPaymentTokenUsageType.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
PaypalPaymentTokenUsageType |
VaultedDigitalWallet.getUsageType()
Getter for UsageType.
|
PaypalPaymentTokenUsageType |
VaultVenmoRequest.getUsageType()
Getter for UsageType.
|
PaypalPaymentTokenUsageType |
VenmoPaymentToken.getUsageType()
Getter for UsageType.
|
PaypalPaymentTokenUsageType |
PaypalPaymentToken.getUsageType()
Getter for UsageType.
|
PaypalPaymentTokenUsageType |
PaypalWalletVaultInstruction.getUsageType()
Getter for UsageType.
|
PaypalPaymentTokenUsageType |
VaultPaypalWalletRequest.getUsageType()
Getter for UsageType.
|
static PaypalPaymentTokenUsageType |
PaypalPaymentTokenUsageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaypalPaymentTokenUsageType[] |
PaypalPaymentTokenUsageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VaultedDigitalWallet.setUsageType(PaypalPaymentTokenUsageType usageType)
Setter for UsageType.
|
void |
VaultVenmoRequest.setUsageType(PaypalPaymentTokenUsageType usageType)
Setter for UsageType.
|
void |
VenmoPaymentToken.setUsageType(PaypalPaymentTokenUsageType usageType)
Setter for UsageType.
|
void |
PaypalPaymentToken.setUsageType(PaypalPaymentTokenUsageType usageType)
Setter for UsageType.
|
void |
PaypalWalletVaultInstruction.setUsageType(PaypalPaymentTokenUsageType usageType)
Setter for UsageType.
|
void |
VaultPaypalWalletRequest.setUsageType(PaypalPaymentTokenUsageType usageType)
Setter for UsageType.
|
VaultedDigitalWallet.Builder |
VaultedDigitalWallet.Builder.usageType(PaypalPaymentTokenUsageType usageType)
Setter for usageType.
|
VaultVenmoRequest.Builder |
VaultVenmoRequest.Builder.usageType(PaypalPaymentTokenUsageType usageType)
Setter for usageType.
|
VenmoPaymentToken.Builder |
VenmoPaymentToken.Builder.usageType(PaypalPaymentTokenUsageType usageType)
Setter for usageType.
|
PaypalPaymentToken.Builder |
PaypalPaymentToken.Builder.usageType(PaypalPaymentTokenUsageType usageType)
Setter for usageType.
|
PaypalWalletVaultInstruction.Builder |
PaypalWalletVaultInstruction.Builder.usageType(PaypalPaymentTokenUsageType usageType)
Setter for usageType.
|
VaultPaypalWalletRequest.Builder |
VaultPaypalWalletRequest.Builder.usageType(PaypalPaymentTokenUsageType usageType)
Setter for usageType.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PaypalPaymentTokenUsageType.toValue(List<PaypalPaymentTokenUsageType> toConvert)
Convert list of PaypalPaymentTokenUsageType values to list of string values.
|
| Constructor and Description |
|---|
Builder(PaypalPaymentTokenUsageType usageType)
Initialization constructor.
|
PaypalPaymentToken(String description,
UsagePattern usagePattern,
VaultedDigitalWalletShippingDetails shipping,
Boolean permitMultiplePaymentTokens,
PaypalPaymentTokenUsageType usageType,
PaypalPaymentTokenCustomerType customerType,
String emailAddress,
String payerId,
Name name,
PhoneWithType phone,
Address address,
String accountId,
Phone phoneNumber)
Initialization constructor.
|
PaypalWalletVaultInstruction(PaypalPaymentTokenUsageType usageType,
StoreInVaultInstruction storeInVault,
String description,
UsagePattern usagePattern,
PaypalPaymentTokenCustomerType customerType,
Boolean permitMultiplePaymentTokens)
Initialization constructor.
|
VaultedDigitalWallet(String description,
UsagePattern usagePattern,
VaultedDigitalWalletShippingDetails shipping,
Boolean permitMultiplePaymentTokens,
PaypalPaymentTokenUsageType usageType,
PaypalPaymentTokenCustomerType customerType)
Initialization constructor.
|
VaultPaypalWalletRequest(String description,
UsagePattern usagePattern,
VaultedDigitalWalletShippingDetails shipping,
Boolean permitMultiplePaymentTokens,
PaypalPaymentTokenUsageType usageType,
PaypalPaymentTokenCustomerType customerType,
Plan billingPlan,
VaultExperienceContext experienceContext)
Initialization constructor.
|
VaultVenmoRequest(String description,
UsagePattern usagePattern,
VaultedDigitalWalletShippingDetails shipping,
Boolean permitMultiplePaymentTokens,
PaypalPaymentTokenUsageType usageType,
PaypalPaymentTokenCustomerType customerType,
VaultVenmoExperienceContext experienceContext)
Initialization constructor.
|
VenmoPaymentToken(String description,
UsagePattern usagePattern,
VaultedDigitalWalletShippingDetails shipping,
Boolean permitMultiplePaymentTokens,
PaypalPaymentTokenUsageType usageType,
PaypalPaymentTokenCustomerType customerType,
String emailAddress,
String payerId,
Name name,
PhoneWithType phone,
Address address,
String userName)
Initialization constructor.
|
Copyright © 2025. All rights reserved.