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

    Type Alias PaymentMethodCard

    결제수단 카드 정보

    type PaymentMethodCard = {
        type: "PaymentMethodCard";
        card?: Card;
        approvalNumber?: string;
        installment?: PaymentInstallment;
        pointUsed?: boolean;
    }
    Index

    Properties

    type: "PaymentMethodCard"
    card?: Card

    카드 상세 정보

    approvalNumber?: string

    승인 번호

    installment?: PaymentInstallment

    할부 정보

    pointUsed?: boolean

    카드 포인트 사용여부