trakteerjs
    Preparing search index...

    Interface transactionHistory

    Transaction History

    interface transactionHistory {
        message: string;
        result: {
            data: {
                amount: number;
                creator_name: string;
                order_id: string;
                payment_method: string;
                quantity: number;
                status: string;
                support_message: string;
                unit_name: string;
                updated_at: string;
            }[];
            meta: Meta;
        };
        status: "error"
        | "success";
        status_code: number;
    }
    Index

    Properties

    message: string

    Message

    result: {
        data: {
            amount: number;
            creator_name: string;
            order_id: string;
            payment_method: string;
            quantity: number;
            status: string;
            support_message: string;
            unit_name: string;
            updated_at: string;
        }[];
        meta: Meta;
    }

    Result

    Type declaration

    • data: {
          amount: number;
          creator_name: string;
          order_id: string;
          payment_method: string;
          quantity: number;
          status: string;
          support_message: string;
          unit_name: string;
          updated_at: string;
      }[]

      Result data

    • meta: Meta
    status: "error" | "success"

    Status

    status_code: number

    Status code