public static class PaypalWalletStoredCredential.Builder extends Object
PaypalWalletStoredCredential.| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(PaymentInitiator paymentInitiator)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PaypalWalletStoredCredential |
build()
Builds a new
PaypalWalletStoredCredential object using the set fields. |
PaypalWalletStoredCredential.Builder |
chargePattern(UsagePattern chargePattern)
Setter for chargePattern.
|
PaypalWalletStoredCredential.Builder |
paymentInitiator(PaymentInitiator paymentInitiator)
Setter for paymentInitiator.
|
PaypalWalletStoredCredential.Builder |
usage(StoredPaymentSourceUsageType usage)
Setter for usage.
|
PaypalWalletStoredCredential.Builder |
usagePattern(UsagePattern usagePattern)
Setter for usagePattern.
|
public Builder()
public Builder(PaymentInitiator paymentInitiator)
paymentInitiator - PaymentInitiator value for paymentInitiator.public PaypalWalletStoredCredential.Builder paymentInitiator(PaymentInitiator paymentInitiator)
paymentInitiator - PaymentInitiator value for paymentInitiator.public PaypalWalletStoredCredential.Builder chargePattern(UsagePattern chargePattern)
chargePattern - UsagePattern value for chargePattern.public PaypalWalletStoredCredential.Builder usagePattern(UsagePattern usagePattern)
usagePattern - UsagePattern value for usagePattern.public PaypalWalletStoredCredential.Builder usage(StoredPaymentSourceUsageType usage)
usage - StoredPaymentSourceUsageType value for usage.public PaypalWalletStoredCredential build()
PaypalWalletStoredCredential object using the set fields.PaypalWalletStoredCredentialCopyright © 2025. All rights reserved.