core / com.schibsted.account.network.response / ApiContainer

ApiContainer

open class ApiContainer<T : Any!>

Represents the relevant parts of the container in which some API responses come.

Constructors

<init>

ApiContainer()

Constructor.

Functions

getData

open fun getData(): T

Gets the payload.