public class PaypalWallet extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaypalWallet.Builder
Class to build instances of
PaypalWallet. |
| Constructor and Description |
|---|
PaypalWallet()
Default constructor.
|
PaypalWallet(String vaultId,
String emailAddress,
Name name,
PhoneWithType phone,
String birthDate,
TaxInfo taxInfo,
Address address,
PaypalWalletAttributes attributes,
PaypalWalletExperienceContext experienceContext,
String billingAgreementId,
PaypalWalletStoredCredential storedCredential)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Getter for Address.
|
PaypalWalletAttributes |
getAttributes()
Getter for Attributes.
|
String |
getBillingAgreementId()
Getter for BillingAgreementId.
|
String |
getBirthDate()
Getter for BirthDate.
|
String |
getEmailAddress()
Getter for EmailAddress.
|
PaypalWalletExperienceContext |
getExperienceContext()
Getter for ExperienceContext.
|
Name |
getName()
Getter for Name.
|
PhoneWithType |
getPhone()
Getter for Phone.
|
PaypalWalletStoredCredential |
getStoredCredential()
Getter for StoredCredential.
|
TaxInfo |
getTaxInfo()
Getter for TaxInfo.
|
String |
getVaultId()
Getter for VaultId.
|
void |
setAddress(Address address)
Setter for Address.
|
void |
setAttributes(PaypalWalletAttributes attributes)
Setter for Attributes.
|
void |
setBillingAgreementId(String billingAgreementId)
Setter for BillingAgreementId.
|
void |
setBirthDate(String birthDate)
Setter for BirthDate.
|
void |
setEmailAddress(String emailAddress)
Setter for EmailAddress.
|
void |
setExperienceContext(PaypalWalletExperienceContext experienceContext)
Setter for ExperienceContext.
|
void |
setName(Name name)
Setter for Name.
|
void |
setPhone(PhoneWithType phone)
Setter for Phone.
|
void |
setStoredCredential(PaypalWalletStoredCredential storedCredential)
Setter for StoredCredential.
|
void |
setTaxInfo(TaxInfo taxInfo)
Setter for TaxInfo.
|
void |
setVaultId(String vaultId)
Setter for VaultId.
|
PaypalWallet.Builder |
toBuilder()
Builds a new
PaypalWallet.Builder object. |
String |
toString()
Converts this PaypalWallet into string format.
|
public PaypalWallet()
public PaypalWallet(String vaultId, String emailAddress, Name name, PhoneWithType phone, String birthDate, TaxInfo taxInfo, Address address, PaypalWalletAttributes attributes, PaypalWalletExperienceContext experienceContext, String billingAgreementId, PaypalWalletStoredCredential storedCredential)
vaultId - String value for vaultId.emailAddress - String value for emailAddress.name - Name value for name.phone - PhoneWithType value for phone.birthDate - String value for birthDate.taxInfo - TaxInfo value for taxInfo.address - Address value for address.attributes - PaypalWalletAttributes value for attributes.experienceContext - PaypalWalletExperienceContext value for experienceContext.billingAgreementId - String value for billingAgreementId.storedCredential - PaypalWalletStoredCredential value for storedCredential.public String getVaultId()
public void setVaultId(String vaultId)
vaultId - Value for Stringpublic String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - Value for Stringpublic Name getName()
public void setName(Name name)
name - Value for Namepublic PhoneWithType getPhone()
public void setPhone(PhoneWithType phone)
phone - Value for PhoneWithTypepublic String getBirthDate()
public void setBirthDate(String birthDate)
birthDate - Value for Stringpublic TaxInfo getTaxInfo()
public void setTaxInfo(TaxInfo taxInfo)
taxInfo - Value for TaxInfopublic Address getAddress()
public void setAddress(Address address)
address - Value for Addresspublic PaypalWalletAttributes getAttributes()
public void setAttributes(PaypalWalletAttributes attributes)
attributes - Value for PaypalWalletAttributespublic PaypalWalletExperienceContext getExperienceContext()
public void setExperienceContext(PaypalWalletExperienceContext experienceContext)
experienceContext - Value for PaypalWalletExperienceContextpublic String getBillingAgreementId()
public void setBillingAgreementId(String billingAgreementId)
billingAgreementId - Value for Stringpublic PaypalWalletStoredCredential getStoredCredential()
public void setStoredCredential(PaypalWalletStoredCredential storedCredential)
storedCredential - Value for PaypalWalletStoredCredentialpublic String toString()
public PaypalWallet.Builder toBuilder()
PaypalWallet.Builder object.
Creates the instance with the state of the current model.PaypalWallet.Builder objectCopyright © 2025. All rights reserved.