| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static StoreInVaultInstruction |
StoreInVaultInstruction.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static StoreInVaultInstruction |
StoreInVaultInstruction.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
StoreInVaultInstruction |
VenmoWalletVaultAttributes.getStoreInVault()
Getter for StoreInVault.
|
StoreInVaultInstruction |
PaypalWalletVaultInstruction.getStoreInVault()
Getter for StoreInVault.
|
StoreInVaultInstruction |
VaultInstruction.getStoreInVault()
Getter for StoreInVault.
|
StoreInVaultInstruction |
VaultInstructionBase.getStoreInVault()
Getter for StoreInVault.
|
static StoreInVaultInstruction |
StoreInVaultInstruction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreInVaultInstruction[] |
StoreInVaultInstruction.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.setStoreInVault(StoreInVaultInstruction storeInVault)
Setter for StoreInVault.
|
void |
PaypalWalletVaultInstruction.setStoreInVault(StoreInVaultInstruction storeInVault)
Setter for StoreInVault.
|
void |
VaultInstruction.setStoreInVault(StoreInVaultInstruction storeInVault)
Setter for StoreInVault.
|
void |
VaultInstructionBase.setStoreInVault(StoreInVaultInstruction storeInVault)
Setter for StoreInVault.
|
VenmoWalletVaultAttributes.Builder |
VenmoWalletVaultAttributes.Builder.storeInVault(StoreInVaultInstruction storeInVault)
Setter for storeInVault.
|
PaypalWalletVaultInstruction.Builder |
PaypalWalletVaultInstruction.Builder.storeInVault(StoreInVaultInstruction storeInVault)
Setter for storeInVault.
|
VaultInstruction.Builder |
VaultInstruction.Builder.storeInVault(StoreInVaultInstruction storeInVault)
Setter for storeInVault.
|
VaultInstructionBase.Builder |
VaultInstructionBase.Builder.storeInVault(StoreInVaultInstruction storeInVault)
Setter for storeInVault.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
StoreInVaultInstruction.toValue(List<StoreInVaultInstruction> toConvert)
Convert list of StoreInVaultInstruction values to list of string values.
|
| Constructor and Description |
|---|
Builder(StoreInVaultInstruction storeInVault)
Initialization constructor.
|
Builder(StoreInVaultInstruction storeInVault,
VenmoPaymentTokenUsageType usageType)
Initialization constructor.
|
PaypalWalletVaultInstruction(PaypalPaymentTokenUsageType usageType,
StoreInVaultInstruction storeInVault,
String description,
UsagePattern usagePattern,
PaypalPaymentTokenCustomerType customerType,
Boolean permitMultiplePaymentTokens)
Initialization constructor.
|
VaultInstruction(StoreInVaultInstruction storeInVault)
Initialization constructor.
|
VaultInstructionBase(StoreInVaultInstruction storeInVault)
Initialization constructor.
|
VenmoWalletVaultAttributes(StoreInVaultInstruction storeInVault,
VenmoPaymentTokenUsageType usageType,
String description,
VenmoPaymentTokenUsagePattern usagePattern,
VenmoPaymentTokenCustomerType customerType,
Boolean permitMultiplePaymentTokens)
Initialization constructor.
|
Copyright © 2025. All rights reserved.