WC_Order::set_billing_company( string $value )
Set billing company.
Description Description
Parameters Parameters
- $value
-
(Required) Billing company.
Source Source
File: includes/class-wc-order.php
public function set_billing_company( $value ) { $this->set_address_prop( 'company', 'billing', $value ); }