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

    Interface KakaoTalkFreeCoupon

    interface KakaoTalkFreeCoupon {
        description?: string;
        link_mo?: string;
        link_pc?: string;
        scheme_android?: string;
        scheme_ios?: string;
        title: string;
        type: "FREE_COUPON";
    }
    Index

    Properties

    description?: string

    Coupon description

    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://...)

    title: string

    Coupon title

    type: "FREE_COUPON"

    Coupon type