public class PaypalWalletVaultBase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaypalWalletVaultBase.Builder
Class to build instances of
PaypalWalletVaultBase. |
| Constructor and Description |
|---|
PaypalWalletVaultBase()
Default constructor.
|
PaypalWalletVaultBase(StoreInVaultInstruction storeInVault,
String description,
UsagePattern usagePattern,
UsageType usageType,
PaypalPaymentTokenCustomerType customerType,
Boolean permitMultiplePaymentTokens)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PaypalPaymentTokenCustomerType |
getCustomerType()
Getter for CustomerType.
|
String |
getDescription()
Getter for Description.
|
Boolean |
getPermitMultiplePaymentTokens()
Getter for PermitMultiplePaymentTokens.
|
StoreInVaultInstruction |
getStoreInVault()
Getter for StoreInVault.
|
UsagePattern |
getUsagePattern()
Getter for UsagePattern.
|
UsageType |
getUsageType()
Getter for UsageType.
|
void |
setCustomerType(PaypalPaymentTokenCustomerType customerType)
Setter for CustomerType.
|
void |
setDescription(String description)
Setter for Description.
|
void |
setPermitMultiplePaymentTokens(Boolean permitMultiplePaymentTokens)
Setter for PermitMultiplePaymentTokens.
|
void |
setStoreInVault(StoreInVaultInstruction storeInVault)
Setter for StoreInVault.
|
void |
setUsagePattern(UsagePattern usagePattern)
Setter for UsagePattern.
|
void |
setUsageType(UsageType usageType)
Setter for UsageType.
|
PaypalWalletVaultBase.Builder |
toBuilder()
Builds a new
PaypalWalletVaultBase.Builder object. |
String |
toString()
Converts this PaypalWalletVaultBase into string format.
|
public PaypalWalletVaultBase()
public PaypalWalletVaultBase(StoreInVaultInstruction storeInVault, String description, UsagePattern usagePattern, UsageType usageType, PaypalPaymentTokenCustomerType customerType, Boolean permitMultiplePaymentTokens)
storeInVault - StoreInVaultInstruction value for storeInVault.description - String value for description.usagePattern - UsagePattern value for usagePattern.usageType - UsageType value for usageType.customerType - PaypalPaymentTokenCustomerType value for customerType.permitMultiplePaymentTokens - Boolean value for permitMultiplePaymentTokens.public StoreInVaultInstruction getStoreInVault()
public void setStoreInVault(StoreInVaultInstruction storeInVault)
storeInVault - Value for StoreInVaultInstructionpublic String getDescription()
public void setDescription(String description)
description - Value for Stringpublic UsagePattern getUsagePattern()
public void setUsagePattern(UsagePattern usagePattern)
usagePattern - Value for UsagePatternpublic UsageType getUsageType()
public void setUsageType(UsageType usageType)
usageType - Value for UsageTypepublic PaypalPaymentTokenCustomerType getCustomerType()
public void setCustomerType(PaypalPaymentTokenCustomerType customerType)
customerType - Value for PaypalPaymentTokenCustomerTypepublic Boolean getPermitMultiplePaymentTokens()
public void setPermitMultiplePaymentTokens(Boolean permitMultiplePaymentTokens)
permitMultiplePaymentTokens - Value for Booleanpublic String toString()
public PaypalWalletVaultBase.Builder toBuilder()
PaypalWalletVaultBase.Builder object.
Creates the instance with the state of the current model.PaypalWalletVaultBase.Builder objectCopyright © 2026. All rights reserved.