Typescript SDK Type Docs
    Preparing search index...

    Interface GiftCardRedeemError

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

    interface GiftCardRedeemError {
        code: "gift_card_redeem_error";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "gift_card_redeem_error"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Gift card redeem failed.

    severity: string

    error