Class RedirectAction
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class RedirectAction extends Action
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringACTION_TYPEpublic final static ModelObject.Serializer<RedirectAction>SERIALIZERprivate Stringtypeprivate StringpaymentDataprivate StringpaymentMethodTypeprivate Stringmethodprivate Stringurlprivate StringnativeRedirectData
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetPaymentData()UnitsetPaymentData(String paymentData)StringgetPaymentMethodType()UnitsetPaymentMethodType(String paymentMethodType)final StringgetMethod()final UnitsetMethod(String method)final StringgetUrl()final UnitsetUrl(String url)final StringgetNativeRedirectData()final UnitsetNativeRedirectData(String nativeRedirectData)-
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)
-
getNativeRedirectData
final String getNativeRedirectData()
-
setNativeRedirectData
final Unit setNativeRedirectData(String nativeRedirectData)
-
-
-
-