Class SessionOrderResponse
-
- All Implemented Interfaces:
-
android.os.Parcelable
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class SessionOrderResponse extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<SessionOrderResponse>SERIALIZERprivate final StringsessionDataprivate final StringorderDataprivate final StringpspReference
-
Constructor Summary
Constructors Constructor Description SessionOrderResponse(String sessionData, String orderData, String pspReference)
-
Method Summary
Modifier and Type Method Description final StringgetSessionData()final StringgetOrderData()final StringgetPspReference()-
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()
-
getOrderData
final String getOrderData()
-
getPspReference
final String getPspReference()
-
-
-
-