| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static PaypalWalletAccountVerificationStatus |
PaypalWalletAccountVerificationStatus.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static PaypalWalletAccountVerificationStatus |
PaypalWalletAccountVerificationStatus.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
PaypalWalletAccountVerificationStatus |
PaypalWalletResponse.getAccountStatus()
Getter for AccountStatus.
|
static PaypalWalletAccountVerificationStatus |
PaypalWalletAccountVerificationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaypalWalletAccountVerificationStatus[] |
PaypalWalletAccountVerificationStatus.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.accountStatus(PaypalWalletAccountVerificationStatus accountStatus)
Setter for accountStatus.
|
void |
PaypalWalletResponse.setAccountStatus(PaypalWalletAccountVerificationStatus accountStatus)
Setter for AccountStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PaypalWalletAccountVerificationStatus.toValue(List<PaypalWalletAccountVerificationStatus> toConvert)
Convert list of PaypalWalletAccountVerificationStatus 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)
Initialization constructor.
|
Copyright © 2025. All rights reserved.