Freeze Design Frontend - TypeScript API
    Preparing search index...

    Interface AdminPayment

    interface AdminPayment {
        id: number;
        mollie_payment_id: string;
        order_id: number;
        order_number: string;
        customer_email: string;
        status: string;
        amount: string;
        method: string;
        created_at: string;
        updated_at: string;
    }
    Index

    Properties

    id: number
    mollie_payment_id: string
    order_id: number
    order_number: string
    customer_email: string
    status: string
    amount: string
    method: string
    created_at: string
    updated_at: string