public static class VenmoWalletCustomerInformation.Builder extends Object
VenmoWalletCustomerInformation.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
VenmoWalletCustomerInformation |
build()
Builds a new
VenmoWalletCustomerInformation object using the set fields. |
VenmoWalletCustomerInformation.Builder |
emailAddress(String emailAddress)
Setter for emailAddress.
|
VenmoWalletCustomerInformation.Builder |
id(String id)
Setter for id.
|
VenmoWalletCustomerInformation.Builder |
name(Name name)
Setter for name.
|
VenmoWalletCustomerInformation.Builder |
phone(PhoneWithType phone)
Setter for phone.
|
public VenmoWalletCustomerInformation.Builder id(String id)
id - String value for id.public VenmoWalletCustomerInformation.Builder emailAddress(String emailAddress)
emailAddress - String value for emailAddress.public VenmoWalletCustomerInformation.Builder phone(PhoneWithType phone)
phone - PhoneWithType value for phone.public VenmoWalletCustomerInformation.Builder name(Name name)
name - Name value for name.public VenmoWalletCustomerInformation build()
VenmoWalletCustomerInformation object using the set fields.VenmoWalletCustomerInformationCopyright © 2026. All rights reserved.