| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static ReturnFlow |
ReturnFlow.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static ReturnFlow |
ReturnFlow.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
ReturnFlow |
VenmoWalletResponse.getReturnFlow()
Getter for ReturnFlow.
|
static ReturnFlow |
ReturnFlow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReturnFlow[] |
ReturnFlow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VenmoWalletResponse.Builder |
VenmoWalletResponse.Builder.returnFlow(ReturnFlow returnFlow)
Setter for returnFlow.
|
void |
VenmoWalletResponse.setReturnFlow(ReturnFlow returnFlow)
Setter for ReturnFlow.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ReturnFlow.toValue(List<ReturnFlow> toConvert)
Convert list of ReturnFlow values to list of string values.
|
| Constructor and Description |
|---|
VenmoWalletResponse(String emailAddress,
String accountId,
String userName,
Name name,
PhoneNumber phoneNumber,
Address address,
ReturnFlow returnFlow,
VenmoWalletAttributesResponse attributes)
Initialization constructor.
|
Copyright © 2026. All rights reserved.