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

    Interface KakaoTalkFixedDiscountCoupon

    interface KakaoTalkFixedDiscountCoupon {
        description?: string;
        discount_fixed: number;
        link_mo?: string;
        link_pc?: string;
        scheme_android?: string;
        scheme_ios?: string;
        type: "FIXED_DISCOUNT_COUPON";
    }
    Index

    Properties

    description?: string

    Coupon description

    discount_fixed: number

    Fixed discount

    link_mo?: string

    Coupon URL opened on a mobile device

    link_pc?: string

    Coupon URL opened on a desktop device

    scheme_android?: string

    Channel coupon URL (format: alimtalk=coupon://...)

    scheme_ios?: string

    Channel coupon URL (format: alimtalk=coupon://...)

    type: "FIXED_DISCOUNT_COUPON"

    Coupon type