Package com.adyen.checkout.sessions.core
Class SessionSetupResponse
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class SessionSetupResponse extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<SessionSetupResponse>SERIALIZERprivate final Stringidprivate final StringsessionDataprivate final Amountamountprivate final StringexpiresAtprivate final PaymentMethodsApiResponsepaymentMethodsApiResponseprivate final StringreturnUrlprivate final SessionSetupConfigurationconfigurationprivate final StringshopperLocale
-
Constructor Summary
Constructors Constructor Description SessionSetupResponse(String id, String sessionData, Amount amount, String expiresAt, PaymentMethodsApiResponse paymentMethodsApiResponse, String returnUrl, SessionSetupConfiguration configuration, String shopperLocale)
-
Method Summary
Modifier and Type Method Description final StringgetId()final StringgetSessionData()final AmountgetAmount()final StringgetExpiresAt()final PaymentMethodsApiResponsegetPaymentMethodsApiResponse()final StringgetReturnUrl()final SessionSetupConfigurationgetConfiguration()final StringgetShopperLocale()-
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()
-
getAmount
final Amount getAmount()
-
getExpiresAt
final String getExpiresAt()
-
getPaymentMethodsApiResponse
final PaymentMethodsApiResponse getPaymentMethodsApiResponse()
-
getReturnUrl
final String getReturnUrl()
-
getConfiguration
final SessionSetupConfiguration getConfiguration()
-
getShopperLocale
final String getShopperLocale()
-
-
-
-