public class PaypalWalletVaultInstruction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaypalWalletVaultInstruction.Builder
Class to build instances of
PaypalWalletVaultInstruction. |
| Constructor and Description |
|---|
PaypalWalletVaultInstruction()
Default constructor.
|
PaypalWalletVaultInstruction(PaypalPaymentTokenUsageType usageType,
StoreInVaultInstruction storeInVault,
String description,
UsagePattern usagePattern,
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.
|
PaypalPaymentTokenUsageType |
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(PaypalPaymentTokenUsageType usageType)
Setter for UsageType.
|
PaypalWalletVaultInstruction.Builder |
toBuilder()
Builds a new
PaypalWalletVaultInstruction.Builder object. |
String |
toString()
Converts this PaypalWalletVaultInstruction into string format.
|
public PaypalWalletVaultInstruction()
public PaypalWalletVaultInstruction(PaypalPaymentTokenUsageType usageType, StoreInVaultInstruction storeInVault, String description, UsagePattern usagePattern, PaypalPaymentTokenCustomerType customerType, Boolean permitMultiplePaymentTokens)
usageType - PaypalPaymentTokenUsageType value for usageType.storeInVault - StoreInVaultInstruction value for storeInVault.description - String value for description.usagePattern - UsagePattern value for usagePattern.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 PaypalPaymentTokenUsageType getUsageType()
public void setUsageType(PaypalPaymentTokenUsageType usageType)
usageType - Value for PaypalPaymentTokenUsageTypepublic 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 PaypalWalletVaultInstruction.Builder toBuilder()
PaypalWalletVaultInstruction.Builder object.
Creates the instance with the state of the current model.PaypalWalletVaultInstruction.Builder objectCopyright © 2025. All rights reserved.