public static class PaypalWalletVaultInstruction.Builder extends Object
PaypalWalletVaultInstruction.| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(PaypalPaymentTokenUsageType usageType)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PaypalWalletVaultInstruction |
build()
Builds a new
PaypalWalletVaultInstruction object using the set fields. |
PaypalWalletVaultInstruction.Builder |
customerType(PaypalPaymentTokenCustomerType customerType)
Setter for customerType.
|
PaypalWalletVaultInstruction.Builder |
description(String description)
Setter for description.
|
PaypalWalletVaultInstruction.Builder |
permitMultiplePaymentTokens(Boolean permitMultiplePaymentTokens)
Setter for permitMultiplePaymentTokens.
|
PaypalWalletVaultInstruction.Builder |
storeInVault(StoreInVaultInstruction storeInVault)
Setter for storeInVault.
|
PaypalWalletVaultInstruction.Builder |
usagePattern(UsagePattern usagePattern)
Setter for usagePattern.
|
PaypalWalletVaultInstruction.Builder |
usageType(PaypalPaymentTokenUsageType usageType)
Setter for usageType.
|
public Builder()
public Builder(PaypalPaymentTokenUsageType usageType)
usageType - PaypalPaymentTokenUsageType value for usageType.public PaypalWalletVaultInstruction.Builder usageType(PaypalPaymentTokenUsageType usageType)
usageType - PaypalPaymentTokenUsageType value for usageType.public PaypalWalletVaultInstruction.Builder storeInVault(StoreInVaultInstruction storeInVault)
storeInVault - StoreInVaultInstruction value for storeInVault.public PaypalWalletVaultInstruction.Builder description(String description)
description - String value for description.public PaypalWalletVaultInstruction.Builder usagePattern(UsagePattern usagePattern)
usagePattern - UsagePattern value for usagePattern.public PaypalWalletVaultInstruction.Builder customerType(PaypalPaymentTokenCustomerType customerType)
customerType - PaypalPaymentTokenCustomerType value for customerType.public PaypalWalletVaultInstruction.Builder permitMultiplePaymentTokens(Boolean permitMultiplePaymentTokens)
permitMultiplePaymentTokens - Boolean value for permitMultiplePaymentTokens.public PaypalWalletVaultInstruction build()
PaypalWalletVaultInstruction object using the set fields.PaypalWalletVaultInstructionCopyright © 2025. All rights reserved.