| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static PaypalPaymentTokenCustomerType |
PaypalPaymentTokenCustomerType.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static PaypalPaymentTokenCustomerType |
PaypalPaymentTokenCustomerType.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
PaypalPaymentTokenCustomerType |
VaultedDigitalWallet.getCustomerType()
Getter for CustomerType.
|
PaypalPaymentTokenCustomerType |
VaultVenmoRequest.getCustomerType()
Getter for CustomerType.
|
PaypalPaymentTokenCustomerType |
VenmoPaymentToken.getCustomerType()
Getter for CustomerType.
|
PaypalPaymentTokenCustomerType |
PaypalPaymentToken.getCustomerType()
Getter for CustomerType.
|
PaypalPaymentTokenCustomerType |
PaypalWalletVaultInstruction.getCustomerType()
Getter for CustomerType.
|
PaypalPaymentTokenCustomerType |
VaultPaypalWalletRequest.getCustomerType()
Getter for CustomerType.
|
static PaypalPaymentTokenCustomerType |
PaypalPaymentTokenCustomerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaypalPaymentTokenCustomerType[] |
PaypalPaymentTokenCustomerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VaultedDigitalWallet.Builder |
VaultedDigitalWallet.Builder.customerType(PaypalPaymentTokenCustomerType customerType)
Setter for customerType.
|
VaultVenmoRequest.Builder |
VaultVenmoRequest.Builder.customerType(PaypalPaymentTokenCustomerType customerType)
Setter for customerType.
|
VenmoPaymentToken.Builder |
VenmoPaymentToken.Builder.customerType(PaypalPaymentTokenCustomerType customerType)
Setter for customerType.
|
PaypalPaymentToken.Builder |
PaypalPaymentToken.Builder.customerType(PaypalPaymentTokenCustomerType customerType)
Setter for customerType.
|
PaypalWalletVaultInstruction.Builder |
PaypalWalletVaultInstruction.Builder.customerType(PaypalPaymentTokenCustomerType customerType)
Setter for customerType.
|
VaultPaypalWalletRequest.Builder |
VaultPaypalWalletRequest.Builder.customerType(PaypalPaymentTokenCustomerType customerType)
Setter for customerType.
|
void |
VaultedDigitalWallet.setCustomerType(PaypalPaymentTokenCustomerType customerType)
Setter for CustomerType.
|
void |
VaultVenmoRequest.setCustomerType(PaypalPaymentTokenCustomerType customerType)
Setter for CustomerType.
|
void |
VenmoPaymentToken.setCustomerType(PaypalPaymentTokenCustomerType customerType)
Setter for CustomerType.
|
void |
PaypalPaymentToken.setCustomerType(PaypalPaymentTokenCustomerType customerType)
Setter for CustomerType.
|
void |
PaypalWalletVaultInstruction.setCustomerType(PaypalPaymentTokenCustomerType customerType)
Setter for CustomerType.
|
void |
VaultPaypalWalletRequest.setCustomerType(PaypalPaymentTokenCustomerType customerType)
Setter for CustomerType.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PaypalPaymentTokenCustomerType.toValue(List<PaypalPaymentTokenCustomerType> toConvert)
Convert list of PaypalPaymentTokenCustomerType values to list of string values.
|
| Constructor and Description |
|---|
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.