Typescript SDK Type Docs
    Preparing search index...

    Interface GiftCardBalanceRemoved

    Generated when the customer removes a gift card's balance that was initially applied as a payment integration.

    interface GiftCardBalanceRemoved {
        code: "gift_card_balance_removed";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "gift_card_balance_removed"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Gift card balance removed.

    severity: string

    info