@portone/server-sdk

    Type Alias PaymentProduct

    상품 정보

    type PaymentProduct = {
        id: string;
        name: string;
        tag?: string;
        code?: string;
        amount: number;
        quantity: number;
        link?: string;
    }
    Index

    Properties

    id: string

    상품 고유 식별자

    고객사가 직접 부여한 식별자입니다.

    name: string

    상품명

    tag?: string

    상품 태그

    카테고리 등으로 활용될 수 있습니다.

    code?: string

    상품 코드

    amount: number

    상품 단위가격 (int64)

    quantity: number

    주문 수량 (int32)

    link?: string

    판매 링크

    MMNEPVFCICPMFPCPTTAAATR