Class CardPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class CardPaymentMethod extends PaymentMethodDetails
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPAYMENT_METHOD_TYPEpublic final static ModelObject.Serializer<CardPaymentMethod>SERIALIZERprivate Stringtypeprivate StringcheckoutAttemptIdprivate StringencryptedCardNumberprivate StringencryptedExpiryMonthprivate StringencryptedExpiryYearprivate StringencryptedSecurityCodeprivate StringencryptedPasswordprivate StringholderNameprivate StringstoredPaymentMethodIdprivate StringtaxNumberprivate Stringbrandprivate StringthreeDS2SdkVersionprivate StringfundingSource
-
Constructor Summary
Constructors Constructor Description CardPaymentMethod(String type, String checkoutAttemptId, String encryptedCardNumber, String encryptedExpiryMonth, String encryptedExpiryYear, String encryptedSecurityCode, String encryptedPassword, String holderName, String storedPaymentMethodId, String taxNumber, String brand, String threeDS2SdkVersion, String fundingSource)
-
Method Summary
-
Methods inherited from class com.adyen.checkout.core.internal.data.model.ModelObject
describeContents -
Methods inherited from class android.os.Parcelable
writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CardPaymentMethod
CardPaymentMethod(String type, String checkoutAttemptId, String encryptedCardNumber, String encryptedExpiryMonth, String encryptedExpiryYear, String encryptedSecurityCode, String encryptedPassword, String holderName, String storedPaymentMethodId, String taxNumber, String brand, String threeDS2SdkVersion, String fundingSource)
-
-
Method Detail
-
getCheckoutAttemptId
String getCheckoutAttemptId()
-
setCheckoutAttemptId
Unit setCheckoutAttemptId(String checkoutAttemptId)
-
getEncryptedCardNumber
final String getEncryptedCardNumber()
-
setEncryptedCardNumber
final Unit setEncryptedCardNumber(String encryptedCardNumber)
-
getEncryptedExpiryMonth
final String getEncryptedExpiryMonth()
-
setEncryptedExpiryMonth
final Unit setEncryptedExpiryMonth(String encryptedExpiryMonth)
-
getEncryptedExpiryYear
final String getEncryptedExpiryYear()
-
setEncryptedExpiryYear
final Unit setEncryptedExpiryYear(String encryptedExpiryYear)
-
getEncryptedSecurityCode
final String getEncryptedSecurityCode()
-
setEncryptedSecurityCode
final Unit setEncryptedSecurityCode(String encryptedSecurityCode)
-
getEncryptedPassword
final String getEncryptedPassword()
-
setEncryptedPassword
final Unit setEncryptedPassword(String encryptedPassword)
-
getHolderName
final String getHolderName()
-
setHolderName
final Unit setHolderName(String holderName)
-
getStoredPaymentMethodId
final String getStoredPaymentMethodId()
-
setStoredPaymentMethodId
final Unit setStoredPaymentMethodId(String storedPaymentMethodId)
-
getTaxNumber
final String getTaxNumber()
-
setTaxNumber
final Unit setTaxNumber(String taxNumber)
-
getThreeDS2SdkVersion
final String getThreeDS2SdkVersion()
-
setThreeDS2SdkVersion
final Unit setThreeDS2SdkVersion(String threeDS2SdkVersion)
-
getFundingSource
final String getFundingSource()
-
setFundingSource
final Unit setFundingSource(String fundingSource)
-
-
-
-