Class SessionPaymentsResponse
-
- All Implemented Interfaces:
-
android.os.Parcelable
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class SessionPaymentsResponse extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<SessionPaymentsResponse>SERIALIZERprivate final StringsessionDataprivate final Stringstatusprivate final StringresultCodeprivate final Actionactionprivate final OrderResponseorderprivate final StringsessionResult
-
Constructor Summary
Constructors Constructor Description SessionPaymentsResponse(String sessionData, String status, String resultCode, Action action, OrderResponse order, String sessionResult)
-
Method Summary
Modifier and Type Method Description final StringgetSessionData()final StringgetStatus()final StringgetResultCode()final ActiongetAction()final OrderResponsegetOrder()final StringgetSessionResult()-
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
-
getSessionData
final String getSessionData()
-
getResultCode
final String getResultCode()
-
getAction
final Action getAction()
-
getOrder
final OrderResponse getOrder()
-
getSessionResult
final String getSessionResult()
-
-
-
-