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

Merchant

data class Merchant : Parcelable

Constructors

<init>

Merchant(name: String, locale: String, providerId: String, : String, type: String)

Properties

locale

val locale: String

logo

val logo: String

name

val name: String

providerId

val providerId: String

type

val type: String

Companion Object Properties

EXTERNAL

const val EXTERNAL: String

INTERNAL

const val INTERNAL: String