| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static ExperienceStatus |
ExperienceStatus.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static ExperienceStatus |
ExperienceStatus.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
ExperienceStatus |
PaypalWalletResponse.getExperienceStatus()
Getter for ExperienceStatus.
|
static ExperienceStatus |
ExperienceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperienceStatus[] |
ExperienceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PaypalWalletResponse.Builder |
PaypalWalletResponse.Builder.experienceStatus(ExperienceStatus experienceStatus)
Setter for experienceStatus.
|
void |
PaypalWalletResponse.setExperienceStatus(ExperienceStatus experienceStatus)
Setter for ExperienceStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ExperienceStatus.toValue(List<ExperienceStatus> toConvert)
Convert list of ExperienceStatus values to list of string values.
|
| Constructor and Description |
|---|
PaypalWalletResponse(String emailAddress,
String accountId,
PaypalWalletAccountVerificationStatus accountStatus,
Name name,
PhoneType phoneType,
PhoneNumber phoneNumber,
String birthDate,
String businessName,
TaxInfo taxInfo,
Address address,
PaypalWalletAttributesResponse attributes,
PaypalWalletStoredCredential storedCredential,
ExperienceStatus experienceStatus)
Initialization constructor.
|
Copyright © 2026. All rights reserved.