public class VenmoWalletResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VenmoWalletResponse.Builder
Class to build instances of
VenmoWalletResponse. |
| Constructor and Description |
|---|
VenmoWalletResponse()
Default constructor.
|
VenmoWalletResponse(String emailAddress,
String accountId,
String userName,
Name name,
PhoneNumber phoneNumber,
Address address,
VenmoWalletAttributesResponse attributes)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Getter for AccountId.
|
Address |
getAddress()
Getter for Address.
|
VenmoWalletAttributesResponse |
getAttributes()
Getter for Attributes.
|
String |
getEmailAddress()
Getter for EmailAddress.
|
Name |
getName()
Getter for Name.
|
PhoneNumber |
getPhoneNumber()
Getter for PhoneNumber.
|
String |
getUserName()
Getter for UserName.
|
void |
setAccountId(String accountId)
Setter for AccountId.
|
void |
setAddress(Address address)
Setter for Address.
|
void |
setAttributes(VenmoWalletAttributesResponse attributes)
Setter for Attributes.
|
void |
setEmailAddress(String emailAddress)
Setter for EmailAddress.
|
void |
setName(Name name)
Setter for Name.
|
void |
setPhoneNumber(PhoneNumber phoneNumber)
Setter for PhoneNumber.
|
void |
setUserName(String userName)
Setter for UserName.
|
VenmoWalletResponse.Builder |
toBuilder()
Builds a new
VenmoWalletResponse.Builder object. |
String |
toString()
Converts this VenmoWalletResponse into string format.
|
public VenmoWalletResponse()
public VenmoWalletResponse(String emailAddress, String accountId, String userName, Name name, PhoneNumber phoneNumber, Address address, VenmoWalletAttributesResponse attributes)
emailAddress - String value for emailAddress.accountId - String value for accountId.userName - String value for userName.name - Name value for name.phoneNumber - PhoneNumber value for phoneNumber.address - Address value for address.attributes - VenmoWalletAttributesResponse value for attributes.public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - Value for Stringpublic String getAccountId()
public void setAccountId(String accountId)
accountId - Value for Stringpublic String getUserName()
public void setUserName(String userName)
userName - Value for Stringpublic Name getName()
public void setName(Name name)
name - Value for Namepublic PhoneNumber getPhoneNumber()
public void setPhoneNumber(PhoneNumber phoneNumber)
phoneNumber - Value for PhoneNumberpublic Address getAddress()
public void setAddress(Address address)
address - Value for Addresspublic VenmoWalletAttributesResponse getAttributes()
public void setAttributes(VenmoWalletAttributesResponse attributes)
attributes - Value for VenmoWalletAttributesResponsepublic String toString()
public VenmoWalletResponse.Builder toBuilder()
VenmoWalletResponse.Builder object.
Creates the instance with the state of the current model.VenmoWalletResponse.Builder objectCopyright © 2025. All rights reserved.