Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface KakaoTalkDiscountRateCommerce

    interface KakaoTalkDiscountRateCommerce {
        discount_price: number;
        discount_rate: number;
        regular_price: number;
        title: string;
        type: "PERCENTAGE_DISCOUNT_COMMERCE";
    }
    Index

    Properties

    discount_price: number

    Discounted price of the product

    discount_rate: number

    Discount rate (%)

    regular_price: number

    Regular price of the product

    title: string

    Product title

    type: "PERCENTAGE_DISCOUNT_COMMERCE"

    Commerce with percentage discount