How to add custom field to wc_create_order() billing array arguments

I’m creating a custom front end for an headless woocommerce setup. I need to add the tax id of each customer when a new order request is sent to backend using ajax. Is there any way to achive this by passing the information into the $args array of wc_create_order() functions?