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