| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static ApplePayPaymentDataType |
ApplePayPaymentDataType.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static ApplePayPaymentDataType |
ApplePayPaymentDataType.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
ApplePayPaymentDataType |
ApplePayDecryptedTokenData.getPaymentDataType()
Getter for PaymentDataType.
|
static ApplePayPaymentDataType |
ApplePayPaymentDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplePayPaymentDataType[] |
ApplePayPaymentDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ApplePayDecryptedTokenData.Builder |
ApplePayDecryptedTokenData.Builder.paymentDataType(ApplePayPaymentDataType paymentDataType)
Setter for paymentDataType.
|
void |
ApplePayDecryptedTokenData.setPaymentDataType(ApplePayPaymentDataType paymentDataType)
Setter for PaymentDataType.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ApplePayPaymentDataType.toValue(List<ApplePayPaymentDataType> toConvert)
Convert list of ApplePayPaymentDataType values to list of string values.
|
| Constructor and Description |
|---|
ApplePayDecryptedTokenData(ApplePayTokenizedCard tokenizedCard,
Money transactionAmount,
String deviceManufacturerId,
ApplePayPaymentDataType paymentDataType,
ApplePayPaymentData paymentData)
Initialization constructor.
|
Copyright © 2025. All rights reserved.