public class VaultVenmoRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VaultVenmoRequest.Builder
Class to build instances of
VaultVenmoRequest. |
| Constructor and Description |
|---|
VaultVenmoRequest()
Default constructor.
|
VaultVenmoRequest(String description,
UsagePattern usagePattern,
VaultedDigitalWalletShippingDetails shipping,
Boolean permitMultiplePaymentTokens,
PaypalPaymentTokenUsageType usageType,
PaypalPaymentTokenCustomerType customerType,
VaultVenmoExperienceContext experienceContext)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PaypalPaymentTokenCustomerType |
getCustomerType()
Getter for CustomerType.
|
String |
getDescription()
Getter for Description.
|
VaultVenmoExperienceContext |
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 |
setCustomerType(PaypalPaymentTokenCustomerType customerType)
Setter for CustomerType.
|
void |
setDescription(String description)
Setter for Description.
|
void |
setExperienceContext(VaultVenmoExperienceContext 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.
|
VaultVenmoRequest.Builder |
toBuilder()
Builds a new
VaultVenmoRequest.Builder object. |
String |
toString()
Converts this VaultVenmoRequest into string format.
|
public VaultVenmoRequest()
public VaultVenmoRequest(String description, UsagePattern usagePattern, VaultedDigitalWalletShippingDetails shipping, Boolean permitMultiplePaymentTokens, PaypalPaymentTokenUsageType usageType, PaypalPaymentTokenCustomerType customerType, VaultVenmoExperienceContext 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.experienceContext - VaultVenmoExperienceContext 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 VaultVenmoExperienceContext getExperienceContext()
public void setExperienceContext(VaultVenmoExperienceContext experienceContext)
experienceContext - Value for VaultVenmoExperienceContextpublic String toString()
public VaultVenmoRequest.Builder toBuilder()
VaultVenmoRequest.Builder object.
Creates the instance with the state of the current model.VaultVenmoRequest.Builder objectCopyright © 2025. All rights reserved.