public class VenmoWalletCustomerInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VenmoWalletCustomerInformation.Builder
Class to build instances of
VenmoWalletCustomerInformation. |
| Constructor and Description |
|---|
VenmoWalletCustomerInformation()
Default constructor.
|
VenmoWalletCustomerInformation(String id,
String emailAddress,
PhoneWithType phone,
Name name)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Getter for EmailAddress.
|
String |
getId()
Getter for Id.
|
Name |
getName()
Getter for Name.
|
PhoneWithType |
getPhone()
Getter for Phone.
|
void |
setEmailAddress(String emailAddress)
Setter for EmailAddress.
|
void |
setId(String id)
Setter for Id.
|
void |
setName(Name name)
Setter for Name.
|
void |
setPhone(PhoneWithType phone)
Setter for Phone.
|
VenmoWalletCustomerInformation.Builder |
toBuilder()
Builds a new
VenmoWalletCustomerInformation.Builder object. |
String |
toString()
Converts this VenmoWalletCustomerInformation into string format.
|
public VenmoWalletCustomerInformation()
public VenmoWalletCustomerInformation(String id, String emailAddress, PhoneWithType phone, Name name)
id - String value for id.emailAddress - String value for emailAddress.phone - PhoneWithType value for phone.name - Name value for name.public String getId()
public void setId(String id)
id - Value for Stringpublic String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - Value for Stringpublic PhoneWithType getPhone()
public void setPhone(PhoneWithType phone)
phone - Value for PhoneWithTypepublic Name getName()
public void setName(Name name)
name - Value for Namepublic String toString()
public VenmoWalletCustomerInformation.Builder toBuilder()
VenmoWalletCustomerInformation.Builder object.
Creates the instance with the state of the current model.VenmoWalletCustomerInformation.Builder objectCopyright © 2026. All rights reserved.