public class ApplePayRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplePayRequest.Builder
Class to build instances of
ApplePayRequest. |
| Constructor and Description |
|---|
ApplePayRequest()
Default constructor.
|
ApplePayRequest(String id,
String name,
String emailAddress,
PhoneNumber phoneNumber,
ApplePayDecryptedTokenData decryptedToken,
CardStoredCredential storedCredential,
String vaultId,
ApplePayAttributes attributes)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ApplePayAttributes |
getAttributes()
Getter for Attributes.
|
ApplePayDecryptedTokenData |
getDecryptedToken()
Getter for DecryptedToken.
|
String |
getEmailAddress()
Getter for EmailAddress.
|
String |
getId()
Getter for Id.
|
String |
getName()
Getter for Name.
|
PhoneNumber |
getPhoneNumber()
Getter for PhoneNumber.
|
CardStoredCredential |
getStoredCredential()
Getter for StoredCredential.
|
String |
getVaultId()
Getter for VaultId.
|
void |
setAttributes(ApplePayAttributes attributes)
Setter for Attributes.
|
void |
setDecryptedToken(ApplePayDecryptedTokenData decryptedToken)
Setter for DecryptedToken.
|
void |
setEmailAddress(String emailAddress)
Setter for EmailAddress.
|
void |
setId(String id)
Setter for Id.
|
void |
setName(String name)
Setter for Name.
|
void |
setPhoneNumber(PhoneNumber phoneNumber)
Setter for PhoneNumber.
|
void |
setStoredCredential(CardStoredCredential storedCredential)
Setter for StoredCredential.
|
void |
setVaultId(String vaultId)
Setter for VaultId.
|
ApplePayRequest.Builder |
toBuilder()
Builds a new
ApplePayRequest.Builder object. |
String |
toString()
Converts this ApplePayRequest into string format.
|
public ApplePayRequest()
public ApplePayRequest(String id, String name, String emailAddress, PhoneNumber phoneNumber, ApplePayDecryptedTokenData decryptedToken, CardStoredCredential storedCredential, String vaultId, ApplePayAttributes attributes)
id - String value for id.name - String value for name.emailAddress - String value for emailAddress.phoneNumber - PhoneNumber value for phoneNumber.decryptedToken - ApplePayDecryptedTokenData value for decryptedToken.storedCredential - CardStoredCredential value for storedCredential.vaultId - String value for vaultId.attributes - ApplePayAttributes value for attributes.public String getId()
public void setId(String id)
id - Value for Stringpublic String getName()
public void setName(String name)
name - Value for Stringpublic String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - Value for Stringpublic PhoneNumber getPhoneNumber()
public void setPhoneNumber(PhoneNumber phoneNumber)
phoneNumber - Value for PhoneNumberpublic ApplePayDecryptedTokenData getDecryptedToken()
public void setDecryptedToken(ApplePayDecryptedTokenData decryptedToken)
decryptedToken - Value for ApplePayDecryptedTokenDatapublic CardStoredCredential getStoredCredential()
public void setStoredCredential(CardStoredCredential storedCredential)
storedCredential - Value for CardStoredCredentialpublic String getVaultId()
public void setVaultId(String vaultId)
vaultId - Value for Stringpublic ApplePayAttributes getAttributes()
public void setAttributes(ApplePayAttributes attributes)
attributes - Value for ApplePayAttributespublic String toString()
public ApplePayRequest.Builder toBuilder()
ApplePayRequest.Builder object.
Creates the instance with the state of the current model.ApplePayRequest.Builder objectCopyright © 2025. All rights reserved.