public class Ptsv2intentsPaymentInformationTokenizedPaymentMethod extends Object
| Constructor | Description |
|---|---|
Ptsv2intentsPaymentInformationTokenizedPaymentMethod() |
| Modifier and Type | Method | Description |
|---|---|---|
Ptsv2intentsPaymentInformationTokenizedPaymentMethod |
allowMultipleTokens(String allowMultipleTokens) |
|
Ptsv2intentsPaymentInformationTokenizedPaymentMethod |
description(String description) |
|
boolean |
equals(Object o) |
|
String |
getAllowMultipleTokens() |
Create multiple payment tokens for the same payer, merchant/platform combination.
|
String |
getDescription() |
Description of the vaulted payment method shown to the buyer during checkout and in their PayPal account.
|
String |
getUsagePattern() |
Indicates how the merchant will primarily use the vaulted payment method.
|
String |
getUsageType() |
Indicates the type of vaulting relationship.
|
int |
hashCode() |
|
void |
setAllowMultipleTokens(String allowMultipleTokens) |
|
void |
setDescription(String description) |
|
void |
setUsagePattern(String usagePattern) |
|
void |
setUsageType(String usageType) |
|
String |
toString() |
|
Ptsv2intentsPaymentInformationTokenizedPaymentMethod |
usagePattern(String usagePattern) |
|
Ptsv2intentsPaymentInformationTokenizedPaymentMethod |
usageType(String usageType) |
public Ptsv2intentsPaymentInformationTokenizedPaymentMethod()
public Ptsv2intentsPaymentInformationTokenizedPaymentMethod description(String description)
public String getDescription()
public void setDescription(String description)
public Ptsv2intentsPaymentInformationTokenizedPaymentMethod usagePattern(String usagePattern)
public String getUsagePattern()
public void setUsagePattern(String usagePattern)
public Ptsv2intentsPaymentInformationTokenizedPaymentMethod usageType(String usageType)
public String getUsageType()
public void setUsageType(String usageType)
public Ptsv2intentsPaymentInformationTokenizedPaymentMethod allowMultipleTokens(String allowMultipleTokens)
public String getAllowMultipleTokens()
public void setAllowMultipleTokens(String allowMultipleTokens)
Copyright © 2026. All rights reserved.