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