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

    Interface KakaoTalkDiscountFixedCommerce

    interface KakaoTalkDiscountFixedCommerce {
        discount_fixed: number;
        discount_price: number;
        regular_price: number;
        title: string;
        type: "FIXED_DISCOUNT_COMMERCE";
    }
    Index

    Properties

    discount_fixed: number

    Fixed discount

    discount_price: number

    Discounted price of the product

    regular_price: number

    Regular price of the product

    title: string

    Product title

    type: "FIXED_DISCOUNT_COMMERCE"

    Commerce with fixed discount