Class GiftCardPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class GiftCardPaymentMethod extends PaymentMethodDetails
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPAYMENT_METHOD_TYPEpublic final static ModelObject.Serializer<GiftCardPaymentMethod>SERIALIZERprivate Stringtypeprivate StringcheckoutAttemptIdprivate StringencryptedCardNumberprivate StringencryptedSecurityCodeprivate StringencryptedExpiryMonthprivate StringencryptedExpiryYearprivate Stringbrand
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetCheckoutAttemptId()UnitsetCheckoutAttemptId(String checkoutAttemptId)final StringgetEncryptedCardNumber()final UnitsetEncryptedCardNumber(String encryptedCardNumber)final StringgetEncryptedSecurityCode()final UnitsetEncryptedSecurityCode(String encryptedSecurityCode)final StringgetEncryptedExpiryMonth()final UnitsetEncryptedExpiryMonth(String encryptedExpiryMonth)final StringgetEncryptedExpiryYear()final UnitsetEncryptedExpiryYear(String encryptedExpiryYear)final StringgetBrand()final UnitsetBrand(String brand)-
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
-
-
Method Detail
-
getCheckoutAttemptId
String getCheckoutAttemptId()
-
setCheckoutAttemptId
Unit setCheckoutAttemptId(String checkoutAttemptId)
-
getEncryptedCardNumber
final String getEncryptedCardNumber()
-
setEncryptedCardNumber
final Unit setEncryptedCardNumber(String encryptedCardNumber)
-
getEncryptedSecurityCode
final String getEncryptedSecurityCode()
-
setEncryptedSecurityCode
final Unit setEncryptedSecurityCode(String encryptedSecurityCode)
-
getEncryptedExpiryMonth
final String getEncryptedExpiryMonth()
-
setEncryptedExpiryMonth
final Unit setEncryptedExpiryMonth(String encryptedExpiryMonth)
-
getEncryptedExpiryYear
final String getEncryptedExpiryYear()
-
setEncryptedExpiryYear
final Unit setEncryptedExpiryYear(String encryptedExpiryYear)
-
-
-
-