Class Threeds2FingerprintAction
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class Threeds2FingerprintAction extends BaseThreeds2Action
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringACTION_TYPEpublic final static ModelObject.Serializer<Threeds2FingerprintAction>SERIALIZERprivate Stringtypeprivate StringpaymentDataprivate StringpaymentMethodTypeprivate Stringtoken
-
Constructor Summary
Constructors Constructor Description Threeds2FingerprintAction(String type, String paymentData, String paymentMethodType, String token)
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetPaymentData()UnitsetPaymentData(String paymentData)StringgetPaymentMethodType()UnitsetPaymentMethodType(String paymentMethodType)final StringgetToken()final UnitsetToken(String token)-
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
-
getPaymentData
String getPaymentData()
-
setPaymentData
Unit setPaymentData(String paymentData)
-
getPaymentMethodType
String getPaymentMethodType()
-
setPaymentMethodType
Unit setPaymentMethodType(String paymentMethodType)
-
-
-
-