solapi
    Preparing search index...

    BMS 커머스 정보 타입

    type BmsCommerce = {
        discountFixed?: number;
        discountPrice?: number;
        discountRate?: number;
        regularPrice: number;
        title: string;
    }
    Index

    Properties

    discountFixed?: number
    discountPrice?: number
    discountRate?: number
    regularPrice: number
    title: string