public class GooglePayWalletResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GooglePayWalletResponse.Builder
Class to build instances of
GooglePayWalletResponse. |
| Constructor and Description |
|---|
GooglePayWalletResponse()
Default constructor.
|
GooglePayWalletResponse(String name,
String emailAddress,
PhoneNumberWithCountryCode phoneNumber,
GooglePayCardResponse card)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePayCardResponse |
getCard()
Getter for Card.
|
String |
getEmailAddress()
Getter for EmailAddress.
|
String |
getName()
Getter for Name.
|
PhoneNumberWithCountryCode |
getPhoneNumber()
Getter for PhoneNumber.
|
void |
setCard(GooglePayCardResponse card)
Setter for Card.
|
void |
setEmailAddress(String emailAddress)
Setter for EmailAddress.
|
void |
setName(String name)
Setter for Name.
|
void |
setPhoneNumber(PhoneNumberWithCountryCode phoneNumber)
Setter for PhoneNumber.
|
GooglePayWalletResponse.Builder |
toBuilder()
Builds a new
GooglePayWalletResponse.Builder object. |
String |
toString()
Converts this GooglePayWalletResponse into string format.
|
public GooglePayWalletResponse()
public GooglePayWalletResponse(String name, String emailAddress, PhoneNumberWithCountryCode phoneNumber, GooglePayCardResponse card)
name - String value for name.emailAddress - String value for emailAddress.phoneNumber - PhoneNumberWithCountryCode value for phoneNumber.card - GooglePayCardResponse value for card.public String getName()
public void setName(String name)
name - Value for Stringpublic String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - Value for Stringpublic PhoneNumberWithCountryCode getPhoneNumber()
public void setPhoneNumber(PhoneNumberWithCountryCode phoneNumber)
phoneNumber - Value for PhoneNumberWithCountryCodepublic GooglePayCardResponse getCard()
public void setCard(GooglePayCardResponse card)
card - Value for GooglePayCardResponsepublic String toString()
public GooglePayWalletResponse.Builder toBuilder()
GooglePayWalletResponse.Builder object.
Creates the instance with the state of the current model.GooglePayWalletResponse.Builder objectCopyright © 2025. All rights reserved.