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