Class ActionComponentData
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ActionComponentData extends ModelObjectClass containing the whole request data expected by the /payments/details endpoint. Use ActionComponentData.SERIALIZER to serialize it to a JSONObject.
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<ActionComponentData>SERIALIZERprivate StringpaymentDataprivate JSONObjectdetails
-
Constructor Summary
Constructors Constructor Description ActionComponentData(String paymentData, JSONObject details)
-
Method Summary
Modifier and Type Method Description final StringgetPaymentData()final UnitsetPaymentData(String paymentData)final JSONObjectgetDetails()final UnitsetDetails(JSONObject details)-
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
-
ActionComponentData
ActionComponentData(String paymentData, JSONObject details)
-
-
Method Detail
-
getPaymentData
final String getPaymentData()
-
setPaymentData
final Unit setPaymentData(String paymentData)
-
getDetails
final JSONObject getDetails()
-
setDetails
final Unit setDetails(JSONObject details)
-
-
-
-