SessionModel

data class SessionModel(val id: String, val sessionData: String?) : ModelObject

Object that parses and holds the response data from the /sessions endpoint. Use PaymentMethodsApiResponse.SERIALIZER to deserialize this class from your JSON response.

Constructors

Link copied to clipboard
constructor(id: String, sessionData: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)