Typescript SDK Type Docs
    Preparing search index...

    Interface GiftCardRedeemSuccess

    Generated when the redemption of a gift card's balance is successful.

    interface GiftCardRedeemSuccess {
        code: "gift_card_redeem_success";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "gift_card_redeem_success"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Gift card redeem success.

    severity: string

    info