Card

@Serializable
data class Card(val publisher: String? = null, val issuer: String? = null, val brand: CardBrand? = null, val type: CardType? = null, val ownerType: CardOwnerType? = null, val bin: String? = null, val name: String? = null, val number: String? = null)

카드 상세 정보

Constructors

Link copied to clipboard
constructor(publisher: String? = null, issuer: String? = null, brand: CardBrand? = null, type: CardType? = null, ownerType: CardOwnerType? = null, bin: String? = null, name: String? = null, number: String? = null)

Properties

Link copied to clipboard
val bin: String? = null

카드 번호 앞 6자리 또는 8자리의 BIN (Bank Identification Number)

Link copied to clipboard
val brand: CardBrand? = null

카드 브랜드

Link copied to clipboard
val issuer: String? = null

발급사 코드

Link copied to clipboard
val name: String? = null

카드 상품명

Link copied to clipboard
val number: String? = null

마스킹된 카드 번호

Link copied to clipboard

카드 소유주 유형

Link copied to clipboard
val publisher: String? = null

발행사 코드

Link copied to clipboard
val type: CardType? = null

카드 유형