@usethrottle/checkout-sdk
    Preparing search index...

    Interface CheckoutPaymentTransaction

    interface CheckoutPaymentTransaction {
        amount?: number;
        createdAt?: string;
        currency?: string;
        id: string;
        paymentId?: string;
        status?: string;
        type?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    amount?: number
    createdAt?: string
    currency?: string
    id: string
    paymentId?: string
    status?: string
    type?: string