SelectedChannel

@Serializable
data class SelectedChannel(val type: SelectedChannelType, val pgProvider: PgProvider, val pgMerchantId: String, val id: String? = null, val key: String? = null, val name: String? = null)

(결제, 본인인증 등에) 선택된 채널 정보

Constructors

Link copied to clipboard
constructor(type: SelectedChannelType, pgProvider: PgProvider, pgMerchantId: String, id: String? = null, key: String? = null, name: String? = null)

Properties

Link copied to clipboard
val id: String? = null

채널 아이디

Link copied to clipboard
val key: String? = null

채널 키

Link copied to clipboard
val name: String? = null

채널 명

Link copied to clipboard

PG사 고객사 식별 아이디

Link copied to clipboard
Link copied to clipboard

채널 타입