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