public class ApplePayDecryptedTokenData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplePayDecryptedTokenData.Builder
Class to build instances of
ApplePayDecryptedTokenData. |
| Constructor and Description |
|---|
ApplePayDecryptedTokenData()
Default constructor.
|
ApplePayDecryptedTokenData(ApplePayTokenizedCard tokenizedCard,
Money transactionAmount,
String deviceManufacturerId,
ApplePayPaymentDataType paymentDataType,
ApplePayPaymentData paymentData)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceManufacturerId()
Getter for DeviceManufacturerId.
|
ApplePayPaymentData |
getPaymentData()
Getter for PaymentData.
|
ApplePayPaymentDataType |
getPaymentDataType()
Getter for PaymentDataType.
|
ApplePayTokenizedCard |
getTokenizedCard()
Getter for TokenizedCard.
|
Money |
getTransactionAmount()
Getter for TransactionAmount.
|
void |
setDeviceManufacturerId(String deviceManufacturerId)
Setter for DeviceManufacturerId.
|
void |
setPaymentData(ApplePayPaymentData paymentData)
Setter for PaymentData.
|
void |
setPaymentDataType(ApplePayPaymentDataType paymentDataType)
Setter for PaymentDataType.
|
void |
setTokenizedCard(ApplePayTokenizedCard tokenizedCard)
Setter for TokenizedCard.
|
void |
setTransactionAmount(Money transactionAmount)
Setter for TransactionAmount.
|
ApplePayDecryptedTokenData.Builder |
toBuilder()
Builds a new
ApplePayDecryptedTokenData.Builder object. |
String |
toString()
Converts this ApplePayDecryptedTokenData into string format.
|
public ApplePayDecryptedTokenData()
public ApplePayDecryptedTokenData(ApplePayTokenizedCard tokenizedCard, Money transactionAmount, String deviceManufacturerId, ApplePayPaymentDataType paymentDataType, ApplePayPaymentData paymentData)
tokenizedCard - ApplePayTokenizedCard value for tokenizedCard.transactionAmount - Money value for transactionAmount.deviceManufacturerId - String value for deviceManufacturerId.paymentDataType - ApplePayPaymentDataType value for paymentDataType.paymentData - ApplePayPaymentData value for paymentData.public Money getTransactionAmount()
public void setTransactionAmount(Money transactionAmount)
transactionAmount - Value for Moneypublic ApplePayTokenizedCard getTokenizedCard()
public void setTokenizedCard(ApplePayTokenizedCard tokenizedCard)
tokenizedCard - Value for ApplePayTokenizedCardpublic String getDeviceManufacturerId()
public void setDeviceManufacturerId(String deviceManufacturerId)
deviceManufacturerId - Value for Stringpublic ApplePayPaymentDataType getPaymentDataType()
public void setPaymentDataType(ApplePayPaymentDataType paymentDataType)
paymentDataType - Value for ApplePayPaymentDataTypepublic ApplePayPaymentData getPaymentData()
public void setPaymentData(ApplePayPaymentData paymentData)
paymentData - Value for ApplePayPaymentDatapublic String toString()
public ApplePayDecryptedTokenData.Builder toBuilder()
ApplePayDecryptedTokenData.Builder object.
Creates the instance with the state of the current model.ApplePayDecryptedTokenData.Builder objectCopyright © 2025. All rights reserved.