Typescript SDK Type Docs
    Preparing search index...

    Interface GiftCardRedeemStarted

    Generated when the customer confirms the payment by gift card and Checkout initiates the redemption of the gift card's balance.

    interface GiftCardRedeemStarted {
        code: "gift_card_redeem_started";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "gift_card_redeem_started"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Gift card redeem started.

    severity: string

    info