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

    Interface CheckoutPayment

    interface CheckoutPayment {
        amount?: number;
        createdAt?: string;
        currency?: string;
        id: string;
        method?: string;
        orderId?: string;
        processor?: string;
        processorTransactionId?: string | null;
        status?: string;
        transactions?: CheckoutPaymentTransaction[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    amount?: number
    createdAt?: string
    currency?: string
    id: string
    method?: string
    orderId?: string
    processor?: string
    processorTransactionId?: string | null
    status?: string