Typescript SDK Type Docs
    Preparing search index...

    Interface GiftCardBalanceStarted

    Generated when the customer enters the gift card's code for the payment, and Checkout initiates the retrieving of the gift card's balance.

    interface GiftCardBalanceStarted {
        code: "gift_card_balance_started";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "gift_card_balance_started"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Gift card balance started.

    severity: string

    info