Typescript SDK Type Docs
    Preparing search index...

    Interface GiftCardBalanceError

    Generated when an error occurs while retrieving the balance of a gift card.

    interface GiftCardBalanceError {
        code: "gift_card_balance_error";
        correlationId: string;
        message: string;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "gift_card_balance_error"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Gift card balance failed.

    severity: string

    error