| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static StoredPaymentSourceUsageType |
StoredPaymentSourceUsageType.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static StoredPaymentSourceUsageType |
StoredPaymentSourceUsageType.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
StoredPaymentSourceUsageType |
StoredPaymentSource.getUsage()
Getter for Usage.
|
StoredPaymentSourceUsageType |
CardStoredCredential.getUsage()
Getter for Usage.
|
StoredPaymentSourceUsageType |
PaypalWalletStoredCredential.getUsage()
Getter for Usage.
|
static StoredPaymentSourceUsageType |
StoredPaymentSourceUsageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoredPaymentSourceUsageType[] |
StoredPaymentSourceUsageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoredPaymentSource.setUsage(StoredPaymentSourceUsageType usage)
Setter for Usage.
|
void |
CardStoredCredential.setUsage(StoredPaymentSourceUsageType usage)
Setter for Usage.
|
void |
PaypalWalletStoredCredential.setUsage(StoredPaymentSourceUsageType usage)
Setter for Usage.
|
StoredPaymentSource.Builder |
StoredPaymentSource.Builder.usage(StoredPaymentSourceUsageType usage)
Setter for usage.
|
CardStoredCredential.Builder |
CardStoredCredential.Builder.usage(StoredPaymentSourceUsageType usage)
Setter for usage.
|
PaypalWalletStoredCredential.Builder |
PaypalWalletStoredCredential.Builder.usage(StoredPaymentSourceUsageType usage)
Setter for usage.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
StoredPaymentSourceUsageType.toValue(List<StoredPaymentSourceUsageType> toConvert)
Convert list of StoredPaymentSourceUsageType values to list of string values.
|
| Constructor and Description |
|---|
CardStoredCredential(PaymentInitiator paymentInitiator,
StoredPaymentSourcePaymentType paymentType,
StoredPaymentSourceUsageType usage,
NetworkTransactionReference previousNetworkTransactionReference)
Initialization constructor.
|
PaypalWalletStoredCredential(PaymentInitiator paymentInitiator,
UsagePattern chargePattern,
UsagePattern usagePattern,
StoredPaymentSourceUsageType usage)
Initialization constructor.
|
StoredPaymentSource(PaymentInitiator paymentInitiator,
StoredPaymentSourcePaymentType paymentType,
StoredPaymentSourceUsageType usage,
NetworkTransactionReference previousNetworkTransactionReference)
Initialization constructor.
|
Copyright © 2025. All rights reserved.