@nosto/nosto-js

    Interface PostPurchaseOffer

    interface PostPurchaseOffer {
        customer: string;
        discount_type: string;
        discount_value: number;
        main_offer_header: string;
        offer_end_text: string;
        offer_time_end: number;
        recommendation: PostPurchaseRecommendation;
        signature_hash: string;
        sub_offer_header: string;
    }
    Index

    Properties

    customer: string
    discount_type: string
    discount_value: number
    main_offer_header: string
    offer_end_text: string
    offer_time_end: number
    signature_hash: string
    sub_offer_header: string
    MMNEPVFCICPMFPCPTTAAATR