| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
ApplePayTokenizedCard |
ApplePayTokenizedCard.Builder.build()
Builds a new
ApplePayTokenizedCard object using the set fields. |
ApplePayTokenizedCard |
ApplePayDecryptedTokenData.getTokenizedCard()
Getter for TokenizedCard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplePayDecryptedTokenData.setTokenizedCard(ApplePayTokenizedCard tokenizedCard)
Setter for TokenizedCard.
|
ApplePayDecryptedTokenData.Builder |
ApplePayDecryptedTokenData.Builder.tokenizedCard(ApplePayTokenizedCard tokenizedCard)
Setter for tokenizedCard.
|
| Constructor and Description |
|---|
ApplePayDecryptedTokenData(ApplePayTokenizedCard tokenizedCard,
Money transactionAmount,
String deviceManufacturerId,
ApplePayPaymentDataType paymentDataType,
ApplePayPaymentData paymentData)
Initialization constructor.
|
Builder(ApplePayTokenizedCard tokenizedCard)
Initialization constructor.
|
Copyright © 2025. All rights reserved.