public class PaypalWalletResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaypalWalletResponse.Builder
Class to build instances of
PaypalWalletResponse. |
| Constructor and Description |
|---|
PaypalWalletResponse()
Default constructor.
|
PaypalWalletResponse(String emailAddress,
String accountId,
PaypalWalletAccountVerificationStatus accountStatus,
Name name,
PhoneType phoneType,
PhoneNumber phoneNumber,
String birthDate,
String businessName,
TaxInfo taxInfo,
Address address,
PaypalWalletAttributesResponse attributes,
PaypalWalletStoredCredential storedCredential)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Getter for AccountId.
|
PaypalWalletAccountVerificationStatus |
getAccountStatus()
Getter for AccountStatus.
|
Address |
getAddress()
Getter for Address.
|
PaypalWalletAttributesResponse |
getAttributes()
Getter for Attributes.
|
String |
getBirthDate()
Getter for BirthDate.
|
String |
getBusinessName()
Getter for BusinessName.
|
String |
getEmailAddress()
Getter for EmailAddress.
|
Name |
getName()
Getter for Name.
|
PhoneNumber |
getPhoneNumber()
Getter for PhoneNumber.
|
PhoneType |
getPhoneType()
Getter for PhoneType.
|
PaypalWalletStoredCredential |
getStoredCredential()
Getter for StoredCredential.
|
TaxInfo |
getTaxInfo()
Getter for TaxInfo.
|
void |
setAccountId(String accountId)
Setter for AccountId.
|
void |
setAccountStatus(PaypalWalletAccountVerificationStatus accountStatus)
Setter for AccountStatus.
|
void |
setAddress(Address address)
Setter for Address.
|
void |
setAttributes(PaypalWalletAttributesResponse attributes)
Setter for Attributes.
|
void |
setBirthDate(String birthDate)
Setter for BirthDate.
|
void |
setBusinessName(String businessName)
Setter for BusinessName.
|
void |
setEmailAddress(String emailAddress)
Setter for EmailAddress.
|
void |
setName(Name name)
Setter for Name.
|
void |
setPhoneNumber(PhoneNumber phoneNumber)
Setter for PhoneNumber.
|
void |
setPhoneType(PhoneType phoneType)
Setter for PhoneType.
|
void |
setStoredCredential(PaypalWalletStoredCredential storedCredential)
Setter for StoredCredential.
|
void |
setTaxInfo(TaxInfo taxInfo)
Setter for TaxInfo.
|
PaypalWalletResponse.Builder |
toBuilder()
Builds a new
PaypalWalletResponse.Builder object. |
String |
toString()
Converts this PaypalWalletResponse into string format.
|
public PaypalWalletResponse()
public PaypalWalletResponse(String emailAddress, String accountId, PaypalWalletAccountVerificationStatus accountStatus, Name name, PhoneType phoneType, PhoneNumber phoneNumber, String birthDate, String businessName, TaxInfo taxInfo, Address address, PaypalWalletAttributesResponse attributes, PaypalWalletStoredCredential storedCredential)
emailAddress - String value for emailAddress.accountId - String value for accountId.accountStatus - PaypalWalletAccountVerificationStatus value for accountStatus.name - Name value for name.phoneType - PhoneType value for phoneType.phoneNumber - PhoneNumber value for phoneNumber.birthDate - String value for birthDate.businessName - String value for businessName.taxInfo - TaxInfo value for taxInfo.address - Address value for address.attributes - PaypalWalletAttributesResponse value for attributes.storedCredential - PaypalWalletStoredCredential value for storedCredential.public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - Value for Stringpublic String getAccountId()
public void setAccountId(String accountId)
accountId - Value for Stringpublic PaypalWalletAccountVerificationStatus getAccountStatus()
public void setAccountStatus(PaypalWalletAccountVerificationStatus accountStatus)
accountStatus - Value for PaypalWalletAccountVerificationStatuspublic Name getName()
public void setName(Name name)
name - Value for Namepublic PhoneType getPhoneType()
public void setPhoneType(PhoneType phoneType)
phoneType - Value for PhoneTypepublic PhoneNumber getPhoneNumber()
public void setPhoneNumber(PhoneNumber phoneNumber)
phoneNumber - Value for PhoneNumberpublic String getBirthDate()
public void setBirthDate(String birthDate)
birthDate - Value for Stringpublic String getBusinessName()
public void setBusinessName(String businessName)
businessName - 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 PaypalWalletAttributesResponse getAttributes()
public void setAttributes(PaypalWalletAttributesResponse attributes)
attributes - Value for PaypalWalletAttributesResponsepublic PaypalWalletStoredCredential getStoredCredential()
public void setStoredCredential(PaypalWalletStoredCredential storedCredential)
storedCredential - Value for PaypalWalletStoredCredentialpublic String toString()
public PaypalWalletResponse.Builder toBuilder()
PaypalWalletResponse.Builder object.
Creates the instance with the state of the current model.PaypalWalletResponse.Builder objectCopyright © 2025. All rights reserved.