public class VaultPaypalWalletRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VaultPaypalWalletRequest.Builder
Class to build instances of
VaultPaypalWalletRequest. |
| Constructor and Description |
|---|
VaultPaypalWalletRequest()
Default constructor.
|
VaultPaypalWalletRequest(String description,
UsagePattern usagePattern,
VaultedDigitalWalletShippingDetails shipping,
Boolean permitMultiplePaymentTokens,
PaypalPaymentTokenUsageType usageType,
PaypalPaymentTokenCustomerType customerType,
Plan billingPlan,
VaultExperienceContext experienceContext)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Plan |
getBillingPlan()
Getter for BillingPlan.
|
PaypalPaymentTokenCustomerType |
getCustomerType()
Getter for CustomerType.
|
String |
getDescription()
Getter for Description.
|
VaultExperienceContext |
getExperienceContext()
Getter for ExperienceContext.
|
Boolean |
getPermitMultiplePaymentTokens()
Getter for PermitMultiplePaymentTokens.
|
VaultedDigitalWalletShippingDetails |
getShipping()
Getter for Shipping.
|
UsagePattern |
getUsagePattern()
Getter for UsagePattern.
|
PaypalPaymentTokenUsageType |
getUsageType()
Getter for UsageType.
|
void |
setBillingPlan(Plan billingPlan)
Setter for BillingPlan.
|
void |
setCustomerType(PaypalPaymentTokenCustomerType customerType)
Setter for CustomerType.
|
void |
setDescription(String description)
Setter for Description.
|
void |
setExperienceContext(VaultExperienceContext experienceContext)
Setter for ExperienceContext.
|
void |
setPermitMultiplePaymentTokens(Boolean permitMultiplePaymentTokens)
Setter for PermitMultiplePaymentTokens.
|
void |
setShipping(VaultedDigitalWalletShippingDetails shipping)
Setter for Shipping.
|
void |
setUsagePattern(UsagePattern usagePattern)
Setter for UsagePattern.
|
void |
setUsageType(PaypalPaymentTokenUsageType usageType)
Setter for UsageType.
|
VaultPaypalWalletRequest.Builder |
toBuilder()
Builds a new
VaultPaypalWalletRequest.Builder object. |
String |
toString()
Converts this VaultPaypalWalletRequest into string format.
|
public VaultPaypalWalletRequest()
public VaultPaypalWalletRequest(String description, UsagePattern usagePattern, VaultedDigitalWalletShippingDetails shipping, Boolean permitMultiplePaymentTokens, PaypalPaymentTokenUsageType usageType, PaypalPaymentTokenCustomerType customerType, Plan billingPlan, VaultExperienceContext experienceContext)
description - String value for description.usagePattern - UsagePattern value for usagePattern.shipping - VaultedDigitalWalletShippingDetails value for shipping.permitMultiplePaymentTokens - Boolean value for permitMultiplePaymentTokens.usageType - PaypalPaymentTokenUsageType value for usageType.customerType - PaypalPaymentTokenCustomerType value for customerType.billingPlan - Plan value for billingPlan.experienceContext - VaultExperienceContext value for experienceContext.public String getDescription()
public void setDescription(String description)
description - Value for Stringpublic UsagePattern getUsagePattern()
public void setUsagePattern(UsagePattern usagePattern)
usagePattern - Value for UsagePatternpublic VaultedDigitalWalletShippingDetails getShipping()
public void setShipping(VaultedDigitalWalletShippingDetails shipping)
shipping - Value for VaultedDigitalWalletShippingDetailspublic Boolean getPermitMultiplePaymentTokens()
public void setPermitMultiplePaymentTokens(Boolean permitMultiplePaymentTokens)
permitMultiplePaymentTokens - Value for Booleanpublic PaypalPaymentTokenUsageType getUsageType()
public void setUsageType(PaypalPaymentTokenUsageType usageType)
usageType - Value for PaypalPaymentTokenUsageTypepublic PaypalPaymentTokenCustomerType getCustomerType()
public void setCustomerType(PaypalPaymentTokenCustomerType customerType)
customerType - Value for PaypalPaymentTokenCustomerTypepublic Plan getBillingPlan()
public void setBillingPlan(Plan billingPlan)
billingPlan - Value for Planpublic VaultExperienceContext getExperienceContext()
public void setExperienceContext(VaultExperienceContext experienceContext)
experienceContext - Value for VaultExperienceContextpublic String toString()
public VaultPaypalWalletRequest.Builder toBuilder()
VaultPaypalWalletRequest.Builder object.
Creates the instance with the state of the current model.VaultPaypalWalletRequest.Builder objectCopyright © 2025. All rights reserved.