export interface userManagePurchaseInterface {
    success: true,
    data: {
        purchase_result: {
            cutoff: string,
            items: {
                winner_id: number,
                seller_id: number,
                buyer_id: number,
                bid_amount: number,
                quantity_requested: number,
                quantity_offered: number,
                auction_id: number,
                active: number,
                payment_status: string,
                flag_paid: number,
                flag_status: number,
                status_change: null | string,
                purchase_date_ts: string,
                postage_amount: number,
                ship_method: string,
                order_id: number,
                sales_order_no: string,
                invoice_comments: string,
                ndc: string,
                product_name: string,
                description: string,
                lot_no: string,
                strength: string,
                seller_comments: null | string,
                package_size: number,
                package_size_um: string,
                supplier_product_id: string,
                username: string,
                name: string,
                supplier_application_document: number,
                other_info: string,
                contact_person: string,
                customer_service_number: string,
                shop_about: string,
                shop_shipping_info: string,
                shop_company_policies: string,
                pedigree_information: string,
                labeler_code: null | number,
                rx_otc: string,
                echosign_signatureType: string,
                company_dba: string,
                company_name: string,
                store_email: string,
                email: string,
                credit_term: string,
                status: string,
                paid_status: number,
                credit_amount: number,
                specific_credit_term_id: number,
                default_credit_term_id: number,
                default_credit_term: string,
                vawd_accred: string,
                dosage_form: string,
                item_expiration_date: string,
                trackingNumbers: {
                    shipping_id: number,
                    tracking_number: string,
                    delivery_date: string,
                    tracking_status: string,
                    shipping_carrier: number
                }[],
                status_change_time: string,
                is_refrigerated: number,
                is_hazardous: number,
                ndcGround:null | string
            }[],
            supplier_name: string,
            order_id: number,
            purchase_date: string,
            purchase_date_time: string,
            status_change: null | string,
            status_change_time: string,
            ship_method: string,
            ship_fee: number,
            paid_status: number,
            credit_terms: string,
            seller_id: number,
            pedigree_information: string,
            vawd_accred: string,
            supplier_suspended: boolean,
            unread_messages: number,
            allow_pedigree_request: number,
            allow_tracking_request: number,
            payment_due_date: string,
            status: string,
            trackingId: number,
            last4: string,
            payment_status: string,
            stripe_payment_date_ts: string,
            stripe_payment_type: string,
            resubmit_payment: number,
            resubmit_pmt_reset_by_admin: number,
            resubmit_attempt:number,
            payment_method: string,
            stripe_payment_status: string,
            payment_failure_reason: string,
            stripe_payment_method_id: string,
            dispute_status: string,
            card_payment_type: boolean,
            dispute_closed_status: string,
            additional_charge_amt: number,
            surcharge_amount: number,
            can_pay: boolean
        }[],
        total_results: number
    }
}
