@portone/server-sdk
    Preparing search index...

    Type Alias Card

    카드 상세 정보

    type Card = {
        publisher?: string;
        issuer?: string;
        brand?: CardBrand;
        type?: CardType;
        ownerType?: CardOwnerType;
        bin?: string;
        name?: string;
        number?: string;
    }
    Index

    Properties

    publisher?: string

    발행사 코드

    issuer?: string

    발급사 코드

    brand?: CardBrand

    카드 브랜드

    type?: CardType

    카드 유형

    ownerType?: CardOwnerType

    카드 소유주 유형

    bin?: string

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

    name?: string

    카드 상품명

    number?: string

    마스킹된 카드 번호