public class VenmoWalletAdditionalAttributes extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VenmoWalletAdditionalAttributes.Builder
Class to build instances of
VenmoWalletAdditionalAttributes. |
| Constructor and Description |
|---|
VenmoWalletAdditionalAttributes()
Default constructor.
|
VenmoWalletAdditionalAttributes(VenmoWalletCustomerInformation customer,
VenmoWalletVaultAttributes vault)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
VenmoWalletCustomerInformation |
getCustomer()
Getter for Customer.
|
VenmoWalletVaultAttributes |
getVault()
Getter for Vault.
|
void |
setCustomer(VenmoWalletCustomerInformation customer)
Setter for Customer.
|
void |
setVault(VenmoWalletVaultAttributes vault)
Setter for Vault.
|
VenmoWalletAdditionalAttributes.Builder |
toBuilder()
Builds a new
VenmoWalletAdditionalAttributes.Builder object. |
String |
toString()
Converts this VenmoWalletAdditionalAttributes into string format.
|
public VenmoWalletAdditionalAttributes()
public VenmoWalletAdditionalAttributes(VenmoWalletCustomerInformation customer, VenmoWalletVaultAttributes vault)
customer - VenmoWalletCustomerInformation value for customer.vault - VenmoWalletVaultAttributes value for vault.public VenmoWalletCustomerInformation getCustomer()
public void setCustomer(VenmoWalletCustomerInformation customer)
customer - Value for VenmoWalletCustomerInformationpublic VenmoWalletVaultAttributes getVault()
public void setVault(VenmoWalletVaultAttributes vault)
vault - Value for VenmoWalletVaultAttributespublic String toString()
public VenmoWalletAdditionalAttributes.Builder toBuilder()
VenmoWalletAdditionalAttributes.Builder object.
Creates the instance with the state of the current model.VenmoWalletAdditionalAttributes.Builder objectCopyright © 2025. All rights reserved.