Package com.adyen.checkout.cse
Class EncryptedCard
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class EncryptedCard implements Parcelable
The encrypted card data to be sent to Adyen's APIs.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringencryptedCardNumberprivate final StringencryptedExpiryMonthprivate final StringencryptedExpiryYearprivate final StringencryptedSecurityCode
-
Constructor Summary
Constructors Constructor Description EncryptedCard(String encryptedCardNumber, String encryptedExpiryMonth, String encryptedExpiryYear, String encryptedSecurityCode)
-
Method Summary
Modifier and Type Method Description final StringgetEncryptedCardNumber()final StringgetEncryptedExpiryMonth()final StringgetEncryptedExpiryYear()final StringgetEncryptedSecurityCode()-
-
Method Detail
-
getEncryptedCardNumber
final String getEncryptedCardNumber()
-
getEncryptedExpiryMonth
final String getEncryptedExpiryMonth()
-
getEncryptedExpiryYear
final String getEncryptedExpiryYear()
-
getEncryptedSecurityCode
final String getEncryptedSecurityCode()
-
-
-
-