public static class PaypalWalletResponse.Builder extends Object
PaypalWalletResponse.| Constructor and Description |
|---|
Builder() |
public PaypalWalletResponse.Builder emailAddress(String emailAddress)
emailAddress - String value for emailAddress.public PaypalWalletResponse.Builder accountId(String accountId)
accountId - String value for accountId.public PaypalWalletResponse.Builder accountStatus(PaypalWalletAccountVerificationStatus accountStatus)
accountStatus - PaypalWalletAccountVerificationStatus value for accountStatus.public PaypalWalletResponse.Builder name(Name name)
name - Name value for name.public PaypalWalletResponse.Builder phoneType(PhoneType phoneType)
phoneType - PhoneType value for phoneType.public PaypalWalletResponse.Builder phoneNumber(PhoneNumber phoneNumber)
phoneNumber - PhoneNumber value for phoneNumber.public PaypalWalletResponse.Builder birthDate(String birthDate)
birthDate - String value for birthDate.public PaypalWalletResponse.Builder businessName(String businessName)
businessName - String value for businessName.public PaypalWalletResponse.Builder taxInfo(TaxInfo taxInfo)
taxInfo - TaxInfo value for taxInfo.public PaypalWalletResponse.Builder address(Address address)
address - Address value for address.public PaypalWalletResponse.Builder attributes(PaypalWalletAttributesResponse attributes)
attributes - PaypalWalletAttributesResponse value for attributes.public PaypalWalletResponse.Builder storedCredential(PaypalWalletStoredCredential storedCredential)
storedCredential - PaypalWalletStoredCredential value for storedCredential.public PaypalWalletResponse build()
PaypalWalletResponse object using the set fields.PaypalWalletResponseCopyright © 2025. All rights reserved.