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