| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static PaymentTokenStatus |
PaymentTokenStatus.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static PaymentTokenStatus |
PaymentTokenStatus.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
PaymentTokenStatus |
SetupTokenResponse.getStatus()
Getter for Status.
|
static PaymentTokenStatus |
PaymentTokenStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentTokenStatus[] |
PaymentTokenStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetupTokenResponse.setStatus(PaymentTokenStatus status)
Setter for Status.
|
SetupTokenResponse.Builder |
SetupTokenResponse.Builder.status(PaymentTokenStatus status)
Setter for status.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PaymentTokenStatus.toValue(List<PaymentTokenStatus> toConvert)
Convert list of PaymentTokenStatus values to list of string values.
|
| Constructor and Description |
|---|
SetupTokenResponse(String id,
Customer customer,
PaymentTokenStatus status,
SetupTokenResponsePaymentSource paymentSource,
List<LinkDescription> links)
Initialization constructor.
|
Copyright © 2025. All rights reserved.