@portone/server-sdk

    Type Alias PlatformOrderTransferProduct

    상품

    type PlatformOrderTransferProduct = {
        id: string;
        name: string;
        amount: number;
        taxFreeAmount: number;
        tag?: string;
    }
    Index

    Properties

    id: string

    상품 아이디

    name: string

    상품 이름

    amount: number

    상품 금액 (int64)

    taxFreeAmount: number

    상품 면세 금액 (int64)

    tag?: string

    태그

    MMNEPVFCICPMFPCPTTAAATR