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