Typescript SDK Type Docs
    Preparing search index...

    Interface GiftCardBalanceSuccess

    Generated when Checkout successfully retrieves a gift card's balance.

    interface GiftCardBalanceSuccess {
        code: "gift_card_balance_success";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "gift_card_balance_success"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Gift card balance started.

    payload: any

    Contains the amount and isBalanceSufficient properties.

    severity: string

    info